(1882.4ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (1082.6ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (572.6ms)  CREATE TABLE `customers` (`id` int(11) auto_increment PRIMARY KEY, `CustID` bigint, `Email` varchar(30), `Gender` varchar(1), `password_digest` varchar(60), `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (332.4ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (33.0ms)  BEGIN
SQL (40.8ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (38.8ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (359.3ms)  CREATE TABLE `genders` (`id` int(11) auto_increment PRIMARY KEY, `Gender` varchar(1), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (428.0ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (17.4ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (61.1ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (292.6ms)  CREATE TABLE `sizetypes` (`id` int(11) auto_increment PRIMARY KEY, `SizeType` varchar(20), `ToMondo1` float, `ToMondo0` float, `SizeTypeInterval` float, `MinSize` float, `MaxSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (382.3ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (9.2ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (57.8ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (542.9ms)  CREATE TABLE `typetorealsizes` (`id` int(11) auto_increment PRIMARY KEY, `T2RS_ID` int(11), `BrandStyleMaterial` varchar(70), `ToMondo1` float, `ToMondo0` float, `modified` tinyint(1), `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (501.5ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (294.8ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (1.0ms)  BEGIN
SQL (19.9ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (40.9ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (416.8ms)  CREATE TABLE `brands` (`id` int(11) auto_increment PRIMARY KEY, `Brand` varchar(30), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (317.3ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (1.0ms)  BEGIN
SQL (1.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (23.5ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (284.5ms)  CREATE TABLE `styles` (`id` int(11) auto_increment PRIMARY KEY, `Style` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (648.7ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (7.8ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (33.1ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (316.9ms)  CREATE TABLE `materials` (`id` int(11) auto_increment PRIMARY KEY, `Material` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (544.9ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (2632.8ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (52.4ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (1625.0ms)  CREATE TABLE `lengthfits` (`id` int(11) auto_increment PRIMARY KEY, `LengthFit` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (393.7ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (24.9ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (381.5ms)  CREATE TABLE `shoes` (`id` int(11) auto_increment PRIMARY KEY, `ShoeID` int(11), `OwnerID` int(11), `T2RS_ID` int(11), `Brand` varchar(30), `Style` varchar(20), `Material` varchar(20), `SizeType` varchar(20), `LengthFit` varchar(20), `Size` float, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (834.9ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (43.9ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (296.9ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (843.8ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (343.8ms)  CREATE TABLE `customers` (`id` int(11) auto_increment PRIMARY KEY, `CustID` bigint, `Email` varchar(30), `Gender` varchar(1), `password_digest` varchar(60), `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (218.9ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (46.9ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (328.1ms)  CREATE TABLE `genders` (`id` int(11) auto_increment PRIMARY KEY, `Gender` varchar(1), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (479.4ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (31.3ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (343.8ms)  CREATE TABLE `sizetypes` (`id` int(11) auto_increment PRIMARY KEY, `SizeType` varchar(20), `ToMondo1` float, `ToMondo0` float, `SizeTypeInterval` float, `MinSize` float, `MaxSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (281.3ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (78.2ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (297.1ms)  CREATE TABLE `typetorealsizes` (`id` int(11) auto_increment PRIMARY KEY, `T2RS_ID` int(11), `BrandStyleMaterial` varchar(70), `ToMondo1` float, `ToMondo0` float, `modified` tinyint(1), `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (281.3ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (265.6ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (46.9ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (265.8ms)  CREATE TABLE `brands` (`id` int(11) auto_increment PRIMARY KEY, `Brand` varchar(30), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (250.0ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (15.6ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (250.0ms)  CREATE TABLE `styles` (`id` int(11) auto_increment PRIMARY KEY, `Style` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (265.6ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (31.3ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (234.4ms)  CREATE TABLE `materials` (`id` int(11) auto_increment PRIMARY KEY, `Material` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (343.7ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (31.3ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (234.4ms)  CREATE TABLE `lengthfits` (`id` int(11) auto_increment PRIMARY KEY, `LengthFit` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (265.9ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.3ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (281.3ms)  CREATE TABLE `shoes` (`ShoeID` int(11), `OwnerID` int(11), `T2RS_ID` int(11), `Brand` varchar(30), `Style` varchar(20), `Material` varchar(20), `SizeType` varchar(20), `LengthFit` varchar(20), `Size` float, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (312.5ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (42.9ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (296.9ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (468.8ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (250.1ms)  CREATE TABLE `customers` (`CustID` bigint, `Email` varchar(30), `Gender` varchar(1), `password_digest` varchar(60), `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (265.6ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (46.9ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (250.0ms)  CREATE TABLE `genders` (`Gender` varchar(1), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (203.2ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (15.7ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (328.2ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20), `ToMondo1` float, `ToMondo0` float, `SizeTypeInterval` float, `MinSize` float, `MaxSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (265.6ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (31.3ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (250.1ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11), `BrandStyleMaterial` varchar(70), `ToMondo1` float, `ToMondo0` float, `modified` tinyint(1), `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (187.5ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (250.0ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (47.3ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (234.4ms)  CREATE TABLE `brands` (`Brand` varchar(30), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (296.9ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (15.7ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (281.3ms)  CREATE TABLE `styles` (`Style` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (281.2ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (31.3ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (281.3ms)  CREATE TABLE `materials` (`Material` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (281.2ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (46.9ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (515.9ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (484.4ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (15.6ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.2ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (265.8ms)  CREATE TABLE `shoes` (`ShoeID` int(11), `OwnerID` int(11), `T2RS_ID` int(11), `Brand` varchar(30), `Style` varchar(20), `Material` varchar(20), `SizeType` varchar(20), `LengthFit` varchar(20), `Size` float, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (265.7ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (31.3ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (260.4ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (525.7ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (1.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (264.6ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (494.7ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (40.0ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (275.7ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (490.3ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (15.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (41.7ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (422.8ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (505.5ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (34.7ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (300.3ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (610.6ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (299.1ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (37.5ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (317.2ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (508.4ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (24.9ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (294.6ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1166.6ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (142.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (66.1ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (573.1ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (488.0ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (37.3ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (302.6ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (544.6ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (26.2ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (291.2ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (613.4ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (52.8ms)  COMMIT
ActiveRecord::SchemaMigration Load (1.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (62.5ms)  INSERT INTO `sizetypes` (`created_at`, `updated_at`) VALUES ('2015-01-29 06:42:25', '2015-01-29 06:42:25')

Mysql2::Error: Field 'SizeType' doesn't have a default value: INSERT INTO `sizetypes` (`created_at`, `updated_at`) VALUES ('2015-01-29 06:42:25', '2015-01-29 06:42:25')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`created_at`, `updated_at`) VALUES ('2015-01-29 06:42:25', '2015-01-29 06:42:25')

Mysql2::Error: Field 'SizeType' doesn't have a default value: INSERT INTO `sizetypes` (`created_at`, `updated_at`) VALUES ('2015-01-29 06:42:25', '2015-01-29 06:42:25')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`created_at`, `updated_at`) VALUES ('2015-01-29 06:42:25', '2015-01-29 06:42:25')

Mysql2::Error: Field 'SizeType' doesn't have a default value: INSERT INTO `sizetypes` (`created_at`, `updated_at`) VALUES ('2015-01-29 06:42:25', '2015-01-29 06:42:25')

 (0.0ms)  ROLLBACK
Customer Load (93.7ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = '---\n:CustID: :OwnerID\n' LIMIT 1
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = '---\n:CustID: :OwnerID\n' LIMIT 1
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = '---\n:CustID: :OwnerID\n' LIMIT 1
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 'OwnerID' LIMIT 1
Shoe Load (15.6ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 'OwnerID'
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` IS NULL LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` IS NULL
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` IS NULL LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` IS NULL
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` IS NULL LIMIT 1
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
 (0.0ms)  SELECT COUNT(*) FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
 (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
 (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
 (0.0ms)  BEGIN
 (0.0ms)  ROLLBACK
 (0.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` IS NULL LIMIT 1
 (0.0ms)  BEGIN
 (0.0ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2015-01-29 09:32:14 +0200

ActiveRecord::SchemaMigration Load (41.1ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (207.1ms)

Completed 200 OK in 6465ms (Views: 6418.3ms | ActiveRecord: 0.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 09:32:21 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 09:32:21 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 09:32:21 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 09:32:21 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 09:32:21 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 09:32:21 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 09:32:22 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 09:32:22 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 09:32:22 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 09:32:22 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 09:32:22 +0200

Started GET “/images/rails.png” for 127.0.0.1 at 2015-01-29 09:32:22 +0200

ActionController::RoutingError (No route matches [GET] “/images/rails.png”):

actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.8) lib/rails/engine.rb:514:in `call'
railties (4.1.8) lib/rails/application.rb:144:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
C:/Ruby21/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (116.9ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (346.9ms)

Started GET “/” for 127.0.0.1 at 2015-01-29 09:34:58 +0200 Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (28.0ms)

Completed 200 OK in 3924ms (Views: 3922.9ms | ActiveRecord: 0.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

Started GET “/images/rails.png” for 127.0.0.1 at 2015-01-29 09:35:02 +0200

ActionController::RoutingError (No route matches [GET] “/images/rails.png”):

actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.8) lib/rails/engine.rb:514:in `call'
railties (4.1.8) lib/rails/application.rb:144:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
C:/Ruby21/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (170.9ms)

Started GET “/” for 127.0.0.1 at 2015-01-29 09:35:58 +0200 Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (27.0ms)

Completed 500 Internal Server Error in 365ms

ActionView::Template::Error (undefined local variable or method `flash_messages' for #<#<Class:0x5640c18>:0x6500aa8>):

  43: 
  44: <body>
  45:         <div class="container center hero-unit">
  46:                 <%= flash_messages %>
  47:                 <%= yield %>
  48:         </div>
  49: </body>
app/views/layouts/application.html.erb:46:in `_app_views_layouts_application_html_erb__299901231_52942152'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (121.1ms)

Started GET “/” for 127.0.0.1 at 2015-01-29 09:36:36 +0200 Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (25.0ms)

Completed 200 OK in 320ms (Views: 320.2ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

Started GET “/images/rails.png” for 127.0.0.1 at 2015-01-29 09:36:37 +0200

ActionController::RoutingError (No route matches [GET] “/images/rails.png”):

actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.8) lib/rails/engine.rb:514:in `call'
railties (4.1.8) lib/rails/application.rb:144:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
C:/Ruby21/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (178.3ms)

Started GET “/” for 127.0.0.1 at 2015-01-29 09:37:30 +0200 Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (8.0ms)

Completed 200 OK in 301ms (Views: 301.5ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-01-29 09:37:30 +0200

Started GET “/” for 127.0.0.1 at 2015-01-29 09:38:09 +0200 Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (2.0ms)

Completed 200 OK in 302ms (Views: 302.2ms | ActiveRecord: 0.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:09 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:09 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-01-29 09:38:10 +0200

Started GET “/index” for 127.0.0.1 at 2015-01-29 09:38:15 +0200 Processing by CustomersController#index as HTML

Customer Load (0.0ms)  SELECT `customers`.* FROM `customers`
Rendered customers/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 371ms (Views: 361.4ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 09:38:15 +0200

Started GET “/” for 127.0.0.1 at 2015-01-29 09:38:20 +0200 Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (0.0ms)

Completed 200 OK in 281ms (Views: 281.3ms | ActiveRecord: 0.0ms)

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-01-29 09:38:20 +0200

Started GET “/signup” for 127.0.0.1 at 2015-01-29 09:38:23 +0200 Processing by CustomersController#new as HTML Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `save_login_state' for #<CustomersController:0x78e5320>):

activesupport (4.1.8) lib/active_support/callbacks.rb:424:in `block in make_lambda'
activesupport (4.1.8) lib/active_support/callbacks.rb:143:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional'
activesupport (4.1.8) lib/active_support/callbacks.rb:149:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `run_callbacks'
actionpack (4.1.8) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.1.8) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.1.8) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.1.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.1.8) lib/abstract_controller/base.rb:136:in `process'
actionview (4.1.8) lib/action_view/rendering.rb:30:in `process'
actionpack (4.1.8) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.1.8) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.1.8) lib/action_controller/metal.rb:232:in `block in action'
actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `call'
actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.1.8) lib/action_dispatch/journey/router.rb:73:in `block in call'
actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:678:in `call'
rack (1.5.2) lib/rack/etag.rb:23:in `call'
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
rack (1.5.2) lib/rack/head.rb:11:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/flash.rb:254:in `call'
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.8) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.8) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.8) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.8) lib/rails/engine.rb:514:in `call'
railties (4.1.8) lib/rails/application.rb:144:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
C:/Ruby21/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (171.9ms)

Started GET “/signup” for 127.0.0.1 at 2015-01-29 09:38:23 +0200 Processing by CustomersController#new as HTML Completed 500 Internal Server Error in 5ms

NoMethodError (undefined method `save_login_state' for #<CustomersController:0x6967908>):

activesupport (4.1.8) lib/active_support/callbacks.rb:424:in `block in make_lambda'
activesupport (4.1.8) lib/active_support/callbacks.rb:143:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional'
activesupport (4.1.8) lib/active_support/callbacks.rb:149:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `call'
activesupport (4.1.8) lib/active_support/callbacks.rb:86:in `run_callbacks'
actionpack (4.1.8) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.1.8) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.1.8) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.1.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.1.8) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.1.8) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.1.8) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.1.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.1.8) lib/abstract_controller/base.rb:136:in `process'
actionview (4.1.8) lib/action_view/rendering.rb:30:in `process'
actionpack (4.1.8) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.1.8) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.1.8) lib/action_controller/metal.rb:232:in `block in action'
actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `call'
actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.1.8) lib/action_dispatch/journey/router.rb:73:in `block in call'
actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.8) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.8) lib/action_dispatch/routing/route_set.rb:678:in `call'
rack (1.5.2) lib/rack/etag.rb:23:in `call'
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
rack (1.5.2) lib/rack/head.rb:11:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/flash.rb:254:in `call'
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.8) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.8) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.8) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.8) lib/rails/engine.rb:514:in `call'
railties (4.1.8) lib/rails/application.rb:144:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
C:/Ruby21/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (183.1ms)

Started GET “/signup” for 127.0.0.1 at 2015-01-29 09:39:21 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (203.1ms)

Completed 200 OK in 531ms (Views: 515.7ms | ActiveRecord: 15.6ms)

Started GET “/signup” for 127.0.0.1 at 2015-01-29 09:40:10 +0200 Processing by CustomersController#new as HTML

 (1.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (13.0ms)

Completed 500 Internal Server Error in 33ms

ActionView::Template::Error (undefined method `SizeType' for “Europe”:String):

  47:                 <div class="col-md-2"></div>
  48:                 <%= f.label "Preferred SizeType:", class: "col-sm-3 col-md-2 control-label" %>
  49:                 <div class="col-sm-9 col-md-4">
  50:                         <%= f.collection_select :preferredSizeType, Sizetype.pluck(:SizeType), :SizeType, :SizeType, {}, {class: "form-control"} %>
  51:                 </div>
  52:                 <div class="col-md-4"></div>
  53:         </div>
app/views/customers/new.html.erb:50:in `block in _app_views_customers_new_html_erb__990184818_68792100'
app/views/customers/new.html.erb:2:in `_app_views_customers_new_html_erb__990184818_68792100'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (119.5ms)

Started GET “/signup” for 127.0.0.1 at 2015-01-29 09:41:26 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 323ms (Views: 320.6ms | ActiveRecord: 1.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 09:41:27 +0200

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`

Started GET “/signup” for 127.0.0.1 at 2015-01-29 09:44:58 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.`SizeType` FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 317ms (Views: 315.2ms | ActiveRecord: 1.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 09:44:58 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 09:44:58 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 09:44:58 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 09:44:58 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 09:44:58 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 09:44:58 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 09:44:58 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 09:44:58 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 09:44:58 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 09:44:59 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 09:44:59 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 09:44:59 +0200

Sizetype Load (15.6ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`

Started GET “/signup” for 127.0.0.1 at 2015-01-29 11:55:51 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (6.0ms)

Completed 200 OK in 375ms (Views: 372.8ms | ActiveRecord: 1.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 11:55:52 +0200

 (15.7ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:47:44', '2015-01-29 12:47:44')

Mysql2::Error: Field 'Brand' doesn't have a default value: INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:47:44', '2015-01-29 12:47:44')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:50:24', '2015-01-29 12:50:24')

Mysql2::Error: Field 'Brand' doesn't have a default value: INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:50:24', '2015-01-29 12:50:24')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:51:20', '2015-01-29 12:51:20')

Mysql2::Error: Field 'Brand' doesn't have a default value: INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:51:20', '2015-01-29 12:51:20')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:54:43', '2015-01-29 12:54:43')

Mysql2::Error: Field 'Brand' doesn't have a default value: INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:54:43', '2015-01-29 12:54:43')

 (0.0ms)  ROLLBACK
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:57:56', '2015-01-29 12:57:56')

Mysql2::Error: Field 'Brand' doesn't have a default value: INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 12:57:56', '2015-01-29 12:57:56')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:01:21', '2015-01-29 13:01:21')

Mysql2::Error: Field 'Brand' doesn't have a default value: INSERT INTO `brands` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:01:21', '2015-01-29 13:01:21')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (93.8ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Adidas', '2015-01-29 13:01:51', '2015-01-29 13:01:51')
 (62.5ms)  COMMIT
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
 (0.0ms)  BEGIN
SQL (166.8ms)  DELETE FROM `brands` WHERE `brands`.`Brand` = 'Adidas'
 (143.9ms)  COMMIT
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('A. Testoni', '2015-01-29 13:07:09', '2015-01-29 13:07:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Adidas', '2015-01-29 13:07:09', '2015-01-29 13:07:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (62.5ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Alden', '2015-01-29 13:07:09', '2015-01-29 13:07:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Allen Edmonds', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Asics', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bass', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (62.5ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bates', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Berluti', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (36.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Birkenstock', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bostonian', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Brass Boot', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bruno Magli', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Calvin Klein', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Caterpillar', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (93.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Clarks', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Cola Haan', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Columbia', '2015-01-29 13:07:10', '2015-01-29 13:07:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Converse', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crevo', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crockett & Jones', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crocs', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dan Post', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('DC Shoes', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Deer Stags', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (62.5ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dingo', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dockers', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Work', '2015-01-29 13:07:11', '2015-01-29 13:07:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('GBX', '2015-01-29 13:07:12', '2015-01-29 13:07:12')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini', '2015-01-29 13:07:12', '2015-01-29 13:07:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Gucci', '2015-01-29 13:07:12', '2015-01-29 13:07:12')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Harley Davidson', '2015-01-29 13:07:12', '2015-01-29 13:07:12')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Hi-Tec', '2015-01-29 13:07:12', '2015-01-29 13:07:12')
 (140.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Iron Age', '2015-01-29 13:07:12', '2015-01-29 13:07:12')
 (390.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Island Surf', '2015-01-29 13:07:12', '2015-01-29 13:07:12')
 (469.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('J.M. Weston', '2015-01-29 13:07:13', '2015-01-29 13:07:13')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Jimmy Choo', '2015-01-29 13:07:13', '2015-01-29 13:07:13')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Deere', '2015-01-29 13:07:13', '2015-01-29 13:07:13')
 (299.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker', '2015-01-29 13:07:14', '2015-01-29 13:07:14')
 (640.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (93.8ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Varvatos', '2015-01-29 13:07:14', '2015-01-29 13:07:14')
 (328.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy', '2015-01-29 13:07:15', '2015-01-29 13:07:15')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('K-Swiss', '2015-01-29 13:07:15', '2015-01-29 13:07:15')
 (437.8ms)  COMMIT
 (15.6ms)  BEGIN
SQL (46.9ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kamik', '2015-01-29 13:07:16', '2015-01-29 13:07:16')
 (343.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions', '2015-01-29 13:07:16', '2015-01-29 13:07:16')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Khombu', '2015-01-29 13:07:16', '2015-01-29 13:07:16')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('L.B Evans', '2015-01-29 13:07:16', '2015-01-29 13:07:16')
 (125.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Laredo', '2015-01-29 13:07:16', '2015-01-29 13:07:16')
 (537.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Lugz', '2015-01-29 13:07:17', '2015-01-29 13:07:17')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Madden', '2015-01-29 13:07:17', '2015-01-29 13:07:17')
 (484.4ms)  COMMIT
 (0.1ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Magnum', '2015-01-29 13:07:18', '2015-01-29 13:07:18')
 (238.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Margaritaville', '2015-01-29 13:07:18', '2015-01-29 13:07:18')
 (468.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers', '2015-01-29 13:07:19', '2015-01-29 13:07:19')
 (203.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('McRae', '2015-01-29 13:07:19', '2015-01-29 13:07:19')
 (296.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Neil M Footwear', '2015-01-29 13:07:19', '2015-01-29 13:07:19')
 (453.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (109.4ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('New Balance', '2015-01-29 13:07:20', '2015-01-29 13:07:20')
 (273.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nike', '2015-01-29 13:07:20', '2015-01-29 13:07:20')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nunn Bush', '2015-01-29 13:07:20', '2015-01-29 13:07:20')
 (375.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Prada', '2015-01-29 13:07:21', '2015-01-29 13:07:21')
 (365.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Propet', '2015-01-29 13:07:21', '2015-01-29 13:07:21')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Puma', '2015-01-29 13:07:21', '2015-01-29 13:07:21')
 (437.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok', '2015-01-29 13:07:22', '2015-01-29 13:07:22')
 (116.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Duty', '2015-01-29 13:07:22', '2015-01-29 13:07:22')
 (125.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Work', '2015-01-29 13:07:22', '2015-01-29 13:07:22')
 (562.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport', '2015-01-29 13:07:23', '2015-01-29 13:07:23')
 (265.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport Works', '2015-01-29 13:07:23', '2015-01-29 13:07:23')
 (406.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rugged Shark', '2015-01-29 13:07:23', '2015-01-29 13:07:23')
 (484.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne', '2015-01-29 13:07:24', '2015-01-29 13:07:24')
 (325.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo', '2015-01-29 13:07:24', '2015-01-29 13:07:24')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Santoni', '2015-01-29 13:07:24', '2015-01-29 13:07:24')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Saucony', '2015-01-29 13:07:25', '2015-01-29 13:07:25')
 (437.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Skechers', '2015-01-29 13:07:25', '2015-01-29 13:07:25')
 (312.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sorel', '2015-01-29 13:07:25', '2015-01-29 13:07:25')
 (625.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider', '2015-01-29 13:07:26', '2015-01-29 13:07:26')
 (187.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Stacy Adams', '2015-01-29 13:07:26', '2015-01-29 13:07:26')
 (296.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (47.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Streetcars', '2015-01-29 13:07:26', '2015-01-29 13:07:26')
 (303.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Teva', '2015-01-29 13:07:27', '2015-01-29 13:07:27')
 (406.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland', '2015-01-29 13:07:27', '2015-01-29 13:07:27')
 (187.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland Pro', '2015-01-29 13:07:28', '2015-01-29 13:07:28')
 (509.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Tod\'s', '2015-01-29 13:07:28', '2015-01-29 13:07:28')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Vans', '2015-01-29 13:07:28', '2015-01-29 13:07:28')
 (343.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army', '2015-01-29 13:07:29', '2015-01-29 13:07:29')
 (488.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wolverine', '2015-01-29 13:07:29', '2015-01-29 13:07:29')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Woolrich', '2015-01-29 13:07:29', '2015-01-29 13:07:29')
 (312.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent', '2015-01-29 13:07:30', '2015-01-29 13:07:30')
 (380.6ms)  COMMIT
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:08:45', '2015-01-29 13:08:45')

Mysql2::Error: Field 'Style' doesn't have a default value: INSERT INTO `styles` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:08:45', '2015-01-29 13:08:45')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:09:33', '2015-01-29 13:09:33')

Mysql2::Error: Field 'Style' doesn't have a default value: INSERT INTO `styles` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:09:33', '2015-01-29 13:09:33')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:09:33', '2015-01-29 13:09:33')

Mysql2::Error: Field 'Style' doesn't have a default value: INSERT INTO `styles` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:09:33', '2015-01-29 13:09:33')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (62.5ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Balmoral', '2015-01-29 13:11:06', '2015-01-29 13:11:06')
 (46.9ms)  COMMIT
SQL (62.5ms)  DELETE FROM `styles`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Balmoral', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Boat Shoe', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Brouge', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Cross Trainer', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Derby', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Boot', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Shoe', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Driving Shoe', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Hiker', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (31.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Loafer (Slip-on)', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (125.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Oxford (Lace-up)', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (78.2ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Patent Leather', '2015-01-29 13:12:46', '2015-01-29 13:12:46')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (62.4ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Penny Loafer', '2015-01-29 13:12:47', '2015-01-29 13:12:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Runner', '2015-01-29 13:12:47', '2015-01-29 13:12:47')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Saddle Shoe', '2015-01-29 13:12:47', '2015-01-29 13:12:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Sandal', '2015-01-29 13:12:47', '2015-01-29 13:12:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Tennis', '2015-01-29 13:12:47', '2015-01-29 13:12:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Walker', '2015-01-29 13:12:47', '2015-01-29 13:12:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Wingtip', '2015-01-29 13:12:47', '2015-01-29 13:12:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Work Boot', '2015-01-29 13:12:47', '2015-01-29 13:12:47')
 (46.9ms)  COMMIT
Style Load (0.0ms)  SELECT  `styles`.* FROM `styles`   ORDER BY `styles`.`Style` ASC LIMIT 1
Style Load (0.0ms)  SELECT  `styles`.* FROM `styles`   ORDER BY `styles`.`Style` ASC LIMIT 1
Brand Load (0.0ms)  SELECT  `brands`.* FROM `brands`   ORDER BY `brands`.`Brand` ASC LIMIT 1
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leather', '2015-01-29 13:19:13', '2015-01-29 13:19:13')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  UPDATE `materials` SET `Material` = 'Leatherette', `updated_at` = '2015-01-29 13:19:48' WHERE `materials`.`Material` = 'Leather'
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leather', '2015-01-29 13:20:15', '2015-01-29 13:20:15')
 (31.3ms)  COMMIT
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Polyurethane', '2015-01-29 13:20:54', '2015-01-29 13:20:54')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('PVC', '2015-01-29 13:21:48', '2015-01-29 13:21:48')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Rubber', '2015-01-29 13:22:22', '2015-01-29 13:22:22')
 (156.2ms)  COMMIT
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
 (0.0ms)  SELECT COUNT(*) FROM `materials`
 (0.0ms)  SELECT COUNT(*) FROM `brands`
 (0.0ms)  SELECT COUNT(*) FROM `styles`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:30:20', '2015-01-29 13:30:20')

Mysql2::Error: Field 'Gender' doesn't have a default value: INSERT INTO `genders` (`created_at`, `updated_at`) VALUES ('2015-01-29 13:30:20', '2015-01-29 13:30:20')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (62.5ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('M', '2015-01-29 13:32:00', '2015-01-29 13:32:00')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('M', '2015-01-29 13:32:32', '2015-01-29 13:32:32')

Mysql2::Error: Duplicate entry 'M' for key 'index_genders_on_Gender': INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('M', '2015-01-29 13:32:32', '2015-01-29 13:32:32')

 (0.0ms)  ROLLBACK
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('F', '2015-01-29 13:32:32', '2015-01-29 13:32:32')
 (78.2ms)  COMMIT
Gender Load (0.0ms)  SELECT `genders`.* FROM `genders`
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Short', '2015-01-29 13:34:30', '2015-01-29 13:34:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Short', '2015-01-29 13:35:06', '2015-01-29 13:35:06')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Perfect', '2015-01-29 13:35:30', '2015-01-29 13:35:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Long', '2015-01-29 13:36:05', '2015-01-29 13:36:05')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (62.6ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Long', '2015-01-29 13:36:26', '2015-01-29 13:36:26')
 (62.5ms)  COMMIT
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
 (0.0ms)  SELECT COUNT(*) FROM `lengthfits`
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (0.0, 0.0, 'SizeType', 0.0, 0.0, 0.0, '2015-01-29 13:46:18', '2015-01-29 13:46:18')
 (94.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (125.1ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.66667, '2015-01-29 13:46:18', '2015-01-29 13:46:18')

Mysql2::Error: Duplicate entry 'Europe' for key 'index_sizetypes_on_SizeType': INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.66667, '2015-01-29 13:46:18', '2015-01-29 13:46:18')

 (0.0ms)  ROLLBACK
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
SQL (46.9ms)  DELETE FROM `sizetypes`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (0.0, 0.0, 'Europe;6', 50.0, 0.0, 67.0, '2015-01-29 13:57:40', '2015-01-29 13:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (0.0, 0.0, 'Mondopoint;1', 0.0, 0.0, 0.0, '2015-01-29 13:57:40', '2015-01-29 13:57:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (0.0, 0.0, 'UK/Australia;8', 50.0, 67.0, 47.0, '2015-01-29 13:57:40', '2015-01-29 13:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (0.0, 0.0, 'US/Canada;8', 50.0, 0.0, 47.0, '2015-01-29 13:57:41', '2015-01-29 13:57:41')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`SizeType`, `created_at`, `updated_at`) VALUES (';;;;;', '2015-01-29 13:57:41', '2015-01-29 13:57:41')

Mysql2::Error: Field 'ToMondo1' doesn't have a default value: INSERT INTO `sizetypes` (`SizeType`, `created_at`, `updated_at`) VALUES (';;;;;', '2015-01-29 13:57:41', '2015-01-29 13:57:41')

 (0.0ms)  ROLLBACK
 (0.0ms)  SELECT COUNT(*) FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
SQL (140.6ms)  DELETE FROM `sizetypes`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`SizeType`, `created_at`, `updated_at`) VALUES ('Europe;6.67;-10.00;0.50;32.00;49.00', '2015-01-29 14:02:33', '2015-01-29 14:02:33')

Mysql2::Error: Field 'ToMondo1' doesn't have a default value: INSERT INTO `sizetypes` (`SizeType`, `created_at`, `updated_at`) VALUES ('Europe;6.67;-10.00;0.50;32.00;49.00', '2015-01-29 14:02:33', '2015-01-29 14:02:33')

 (0.0ms)  ROLLBACK
SQL (0.0ms)  DELETE FROM `sizetypes`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67, '2015-01-29 14:06:44', '2015-01-29 14:06:44')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0, '2015-01-29 14:06:44', '2015-01-29 14:06:44')
 (94.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47, '2015-01-29 14:06:45', '2015-01-29 14:06:45')
 (188.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47, '2015-01-29 14:06:45', '2015-01-29 14:06:45')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`created_at`, `updated_at`) VALUES ('2015-01-29 14:06:45', '2015-01-29 14:06:45')

Mysql2::Error: Field 'SizeType' doesn't have a default value: INSERT INTO `sizetypes` (`created_at`, `updated_at`) VALUES ('2015-01-29 14:06:45', '2015-01-29 14:06:45')

 (15.7ms)  ROLLBACK
SQL (46.9ms)  DELETE FROM `sizetypes`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67, '2015-01-29 14:08:24', '2015-01-29 14:08:24')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0, '2015-01-29 14:08:24', '2015-01-29 14:08:24')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47, '2015-01-29 14:08:25', '2015-01-29 14:08:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47, '2015-01-29 14:08:25', '2015-01-29 14:08:25')
 (15.7ms)  COMMIT
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`   ORDER BY `sizetypes`.`SizeType` ASC LIMIT 1
 (15.6ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` IS NULL
Customer Load (15.6ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` IS NULL LIMIT 1
Customer Load (15.6ms)  SELECT `customers`.* FROM `customers`
 (0.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` IS NULL
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` IS NULL LIMIT 1
Brand Exists (0.0ms)  SELECT  1 AS one FROM `brands`  LIMIT 1
Customer Exists (0.0ms)  SELECT  1 AS one FROM `customers`  LIMIT 1
Gender Exists (0.0ms)  SELECT  1 AS one FROM `genders`  LIMIT 1
Lengthfit Exists (0.0ms)  SELECT  1 AS one FROM `lengthfits`  LIMIT 1
Material Exists (0.0ms)  SELECT  1 AS one FROM `materials`  LIMIT 1
Shoe Exists (0.0ms)  SELECT  1 AS one FROM `shoes`  LIMIT 1
Sizetype Exists (0.0ms)  SELECT  1 AS one FROM `sizetypes`  LIMIT 1
Style Exists (0.0ms)  SELECT  1 AS one FROM `styles`  LIMIT 1
Typetorealsize Exists (62.5ms)  SELECT  1 AS one FROM `typetorealsizes`  LIMIT 1
 (0.0ms)  SELECT COUNT(*) FROM `brands`
 (0.0ms)  SELECT COUNT(*) FROM `brands`
Brand Load (0.0ms)  SELECT  `brands`.* FROM `brands`  LIMIT 90 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `genders`
 (0.0ms)  SELECT COUNT(*) FROM `genders`
Gender Load (0.0ms)  SELECT  `genders`.* FROM `genders`  LIMIT 2 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `lengthfits`
 (0.0ms)  SELECT COUNT(*) FROM `lengthfits`
Lengthfit Load (0.0ms)  SELECT  `lengthfits`.* FROM `lengthfits`  LIMIT 5 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `materials`
 (0.0ms)  SELECT COUNT(*) FROM `materials`
Material Load (0.0ms)  SELECT  `materials`.* FROM `materials`  LIMIT 5 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `sizetypes`
 (0.0ms)  SELECT COUNT(*) FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  LIMIT 4 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `styles`
 (0.0ms)  SELECT COUNT(*) FROM `styles`
Style Load (0.0ms)  SELECT  `styles`.* FROM `styles`  LIMIT 20 OFFSET 0
ActiveRecord::SchemaMigration Load (15.6ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (750.0ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (1375.2ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (359.4ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (765.6ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (46.9ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (312.5ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (516.0ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (265.6ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (625.0ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (78.2ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (922.2ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1156.4ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (359.4ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (31.3ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (281.2ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (593.8ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (46.9ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (625.0ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (531.5ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (46.9ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (1125.0ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (875.2ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (62.5ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (326.1ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (640.7ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.3ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (234.4ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1234.4ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (46.9ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (15.6ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (22.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('A. Testoni', '2015-01-29 15:27:44', '2015-01-29 15:27:44')
 (37.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Adidas', '2015-01-29 15:27:44', '2015-01-29 15:27:44')
 (209.7ms)  COMMIT
 (1.0ms)  BEGIN
SQL (30.9ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Alden', '2015-01-29 15:27:44', '2015-01-29 15:27:44')
 (33.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Allen Edmonds', '2015-01-29 15:27:44', '2015-01-29 15:27:44')
 (28.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Asics', '2015-01-29 15:27:44', '2015-01-29 15:27:44')
 (29.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bass', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (29.7ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bates', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (28.4ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Berluti', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (29.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Birkenstock', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (28.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (17.2ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bostonian', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (47.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Brass Boot', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (27.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bruno Magli', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (29.3ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Calvin Klein', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (28.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Caterpillar', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (18.8ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Clarks', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (17.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.4ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Cola Haan', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (29.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Columbia', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (17.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Converse', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (29.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crevo', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (18.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crockett & Jones', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (28.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.5ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crocs', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (17.3ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dan Post', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (18.2ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('DC Shoes', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (18.1ms)  COMMIT
 (1.0ms)  BEGIN
SQL (15.8ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Deer Stags', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (36.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (17.2ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dingo', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (45.8ms)  COMMIT
 (1.0ms)  BEGIN
SQL (10.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dockers', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (51.9ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (127.4ms)  COMMIT
 (0.9ms)  BEGIN
SQL (2.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (83.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial', '2015-01-29 15:27:45', '2015-01-29 15:27:45')
 (117.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (111.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (38.8ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (30.3ms)  COMMIT
 (1.0ms)  BEGIN
SQL (8.9ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (32.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Work', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (19.8ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('GBX', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (19.1ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.1ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (30.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Gucci', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (19.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Harley Davidson', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (30.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Hi-Tec', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (19.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Iron Age', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (32.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Island Surf', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (19.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('J.M. Weston', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (21.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Jimmy Choo', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (19.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Deere', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (20.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Varvatos', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (20.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (17.1ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('K-Swiss', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (48.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.9ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kamik', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (19.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (30.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.5ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Khombu', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (19.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('L.B Evans', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (32.1ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Laredo', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (30.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Lugz', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (18.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.8ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Madden', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (29.4ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Magnum', '2015-01-29 15:27:46', '2015-01-29 15:27:46')
 (30.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Margaritaville', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (17.4ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (30.3ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('McRae', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (17.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (18.1ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Neil M Footwear', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (46.6ms)  COMMIT
 (1.0ms)  BEGIN
SQL (9.1ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('New Balance', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (42.3ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nike', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (19.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nunn Bush', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (17.6ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Prada', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (18.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Propet', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (17.9ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Puma', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (18.4ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (17.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (13.5ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Duty', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (40.2ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Work', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (17.9ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (18.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport Works', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (17.7ms)  COMMIT
 (1.0ms)  BEGIN
SQL (11.9ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rugged Shark', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (40.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (17.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (18.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Santoni', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (17.7ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Saucony', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (18.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.1ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Skechers', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (18.2ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sorel', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (18.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (18.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Stacy Adams', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (18.1ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Streetcars', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (28.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (2.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Teva', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (48.5ms)  COMMIT
 (1.0ms)  BEGIN
SQL (2.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (28.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland Pro', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (50.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Tod\'s', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (28.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Vans', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (29.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (28.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wolverine', '2015-01-29 15:27:47', '2015-01-29 15:27:47')
 (31.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Woolrich', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (30.2ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (31.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('F', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (42.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('M', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (20.8ms)  COMMIT
 (1.0ms)  BEGIN
SQL (12.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Perfect', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (40.9ms)  COMMIT
 (1.0ms)  BEGIN
SQL (3.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Long', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (137.7ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Short', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (128.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Long', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (29.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (19.4ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Short', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (44.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leather', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (17.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leatherette', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (19.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Polyurethane', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (20.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('PVC', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (18.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Rubber', '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (32.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (14.1ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67, '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (54.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0, '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (50.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (36.4ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47, '2015-01-29 15:27:48', '2015-01-29 15:27:48')
 (35.9ms)  COMMIT
 (1.0ms)  BEGIN
SQL (12.4ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47, '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (49.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Balmoral', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (80.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.8ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Boat Shoe', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (62.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (16.1ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Brouge', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (112.1ms)  COMMIT
 (1.0ms)  BEGIN
SQL (26.4ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Cross Trainer', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (112.9ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Derby', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (28.4ms)  COMMIT
 (1.0ms)  BEGIN
SQL (2.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Boot', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (49.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Shoe', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (17.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Driving Shoe', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (29.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Hiker', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (19.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Loafer (Slip-on)', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (33.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Oxford (Lace-up)', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (32.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Patent Leather', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (21.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Penny Loafer', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (32.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Runner', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (31.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Saddle Shoe', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (32.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Sandal', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (21.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Tennis', '2015-01-29 15:27:49', '2015-01-29 15:27:49')
 (31.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Walker', '2015-01-29 15:27:50', '2015-01-29 15:27:50')
 (20.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Wingtip', '2015-01-29 15:27:50', '2015-01-29 15:27:50')
 (21.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Work Boot', '2015-01-29 15:27:50', '2015-01-29 15:27:50')
 (19.9ms)  COMMIT
 (343.9ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (406.3ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (265.6ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1078.2ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (46.9ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (390.6ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (453.1ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (219.0ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (468.7ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (15.6ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (296.9ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (453.2ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (375.0ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (78.1ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (593.8ms)  CREATE TABLE `brands` (`Brand` varchar(30), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (437.5ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (46.9ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (484.4ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1922.0ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (31.3ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (359.4ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (469.0ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (46.8ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (234.4ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (437.5ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.3ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (250.0ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (437.5ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (31.2ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (265.6ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (484.4ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (296.9ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (562.8ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (46.9ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (296.9ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (625.0ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (265.6ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (531.3ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (31.3ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (312.6ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (515.6ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (265.8ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (46.9ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (296.9ms)  CREATE TABLE `brands` (`Brand` varchar(30), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (328.2ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (31.3ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (218.8ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (515.6ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (31.3ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (297.2ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1515.6ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (31.3ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (281.3ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (484.7ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.3ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (234.4ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (547.1ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (15.7ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (406.3ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (453.1ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (281.3ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (672.2ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (31.3ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (234.4ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (453.1ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (234.4ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (500.0ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (46.9ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (219.1ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (500.0ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (250.0ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (46.9ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (297.1ms)  CREATE TABLE `brands` (`Brand` varchar(30), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (234.3ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (15.7ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (281.3ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (484.3ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (46.9ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (234.4ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (578.4ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (15.6ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (250.0ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (453.1ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.4ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (234.4ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (687.6ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (31.3ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (342.3ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (828.1ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (406.3ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (453.1ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (31.3ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (265.8ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (406.3ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (31.3ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (250.1ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (478.7ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (15.6ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (250.0ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (468.8ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (234.4ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (46.9ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (296.9ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (875.3ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (15.7ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (262.6ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (521.8ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (31.3ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (218.8ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (484.7ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (62.5ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (843.8ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (937.8ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (46.9ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (328.2ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (515.6ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (15.6ms)  BEGIN
SQL (31.3ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (46.9ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  DROP DATABASE IF EXISTS `newmyshoefits_development`
 (15.6ms)  CREATE DATABASE `newmyshoefits_development` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
 (321.6ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (578.1ms)  CREATE UNIQUE INDEX `index_brands_on_Brand` USING btree ON `brands` (`Brand`) 
 (234.4ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float(24), `ShoeSizeError` float(24), `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (453.1ms)  CREATE UNIQUE INDEX `index_customers_on_CustID` USING btree ON `customers` (`CustID`) 
 (234.4ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (453.4ms)  CREATE UNIQUE INDEX `index_genders_on_Gender` USING btree ON `genders` (`Gender`) 
 (265.7ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (500.0ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit` USING btree ON `lengthfits` (`LengthFit`) 
 (437.5ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (484.3ms)  CREATE UNIQUE INDEX `index_materials_on_Material` USING btree ON `materials` (`Material`) 
 (312.8ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float(24) NOT NULL, `preRealSize` float(24), `RealSize` float(24), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (531.2ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID` USING btree ON `shoes` (`ShoeID`) 
 (328.1ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float(24) NOT NULL, `ToMondo0` float(24) NOT NULL, `SizeTypeInterval` float(24) NOT NULL, `MinSize` float(24) NOT NULL, `MaxSize` float(24) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (546.9ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType` USING btree ON `sizetypes` (`SizeType`) 
 (250.0ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (469.0ms)  CREATE UNIQUE INDEX `index_styles_on_Style` USING btree ON `styles` (`Style`) 
 (218.8ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float(24) NOT NULL, `ToMondo0` float(24) NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float(24), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (453.3ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial` USING btree ON `typetorealsizes` (`BrandStyleMaterial`) 
 (406.3ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID` USING btree ON `typetorealsizes` (`T2RS_ID`) 
 (296.9ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (515.9ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
 (0.0ms)  SELECT version FROM `schema_migrations`
 (62.6ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128071640')
 (31.2ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128062158')
 (15.6ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128064156')
 (62.5ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128064957')
 (62.5ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065447')
 (31.3ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065759')
 (31.3ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065918')
 (31.2ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128070117')
 (15.6ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128070629')
 (15.6ms)  DROP DATABASE IF EXISTS `newmyshoefits_test`
 (0.0ms)  CREATE DATABASE `newmyshoefits_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
 (281.4ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (562.5ms)  CREATE UNIQUE INDEX `index_brands_on_Brand` USING btree ON `brands` (`Brand`) 
 (375.0ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float(24), `ShoeSizeError` float(24), `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (547.7ms)  CREATE UNIQUE INDEX `index_customers_on_CustID` USING btree ON `customers` (`CustID`) 
 (390.7ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1000.2ms)  CREATE UNIQUE INDEX `index_genders_on_Gender` USING btree ON `genders` (`Gender`) 
 (312.5ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (484.3ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit` USING btree ON `lengthfits` (`LengthFit`) 
 (312.5ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (765.9ms)  CREATE UNIQUE INDEX `index_materials_on_Material` USING btree ON `materials` (`Material`) 
 (359.4ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float(24) NOT NULL, `preRealSize` float(24), `RealSize` float(24), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (515.7ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID` USING btree ON `shoes` (`ShoeID`) 
 (218.8ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float(24) NOT NULL, `ToMondo0` float(24) NOT NULL, `SizeTypeInterval` float(24) NOT NULL, `MinSize` float(24) NOT NULL, `MaxSize` float(24) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (890.9ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType` USING btree ON `sizetypes` (`SizeType`) 
 (234.4ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (718.7ms)  CREATE UNIQUE INDEX `index_styles_on_Style` USING btree ON `styles` (`Style`) 
 (281.2ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float(24) NOT NULL, `ToMondo0` float(24) NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float(24), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (578.3ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial` USING btree ON `typetorealsizes` (`BrandStyleMaterial`) 
 (265.6ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID` USING btree ON `typetorealsizes` (`T2RS_ID`) 
 (265.6ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (515.6ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
 (0.0ms)  SELECT version FROM `schema_migrations`
 (62.5ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128071640')
 (31.2ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128062158')
 (15.7ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128064156')
 (31.3ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128064957')
 (31.2ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065447')
 (46.9ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065759')
 (15.6ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065918')
 (62.5ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128070117')
 (15.6ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128070629')

Started GET “/signup” for 127.0.0.1 at 2015-01-29 18:06:23 +0200 Processing by CustomersController#new as HTML

Sizetype Load (22.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (1160.7ms)

Completed 200 OK in 4768ms (Views: 4410.0ms | ActiveRecord: 22.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 18:06:48 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 18:06:49 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 18:06:49 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 18:06:49 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 18:06:49 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 18:06:49 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 18:06:49 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 18:06:50 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 18:06:50 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 18:06:50 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 18:06:50 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 18:06:50 +0200

ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('A. Testoni', '2015-01-29 16:07:25', '2015-01-29 16:07:25')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Adidas', '2015-01-29 16:07:25', '2015-01-29 16:07:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (62.5ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Alden', '2015-01-29 16:07:25', '2015-01-29 16:07:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Allen Edmonds', '2015-01-29 16:07:25', '2015-01-29 16:07:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Asics', '2015-01-29 16:07:25', '2015-01-29 16:07:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bass', '2015-01-29 16:07:25', '2015-01-29 16:07:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bates', '2015-01-29 16:07:25', '2015-01-29 16:07:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Berluti', '2015-01-29 16:07:25', '2015-01-29 16:07:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Birkenstock', '2015-01-29 16:07:25', '2015-01-29 16:07:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bostonian', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Brass Boot', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bruno Magli', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Calvin Klein', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Caterpillar', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Clarks', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Cola Haan', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Columbia', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Converse', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crevo', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crockett & Jones', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crocs', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dan Post', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('DC Shoes', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Deer Stags', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dingo', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dockers', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Work', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('GBX', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Gucci', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Harley Davidson', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Hi-Tec', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Iron Age', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Island Surf', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('J.M. Weston', '2015-01-29 16:07:26', '2015-01-29 16:07:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Jimmy Choo', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Deere', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Varvatos', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('K-Swiss', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kamik', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Khombu', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('L.B Evans', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Laredo', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Lugz', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Madden', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Magnum', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Margaritaville', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('McRae', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Neil M Footwear', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('New Balance', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nike', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nunn Bush', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Prada', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Propet', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Puma', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Duty', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Work', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport Works', '2015-01-29 16:07:27', '2015-01-29 16:07:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rugged Shark', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Santoni', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Saucony', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Skechers', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sorel', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Stacy Adams', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Streetcars', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Teva', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland Pro', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Tod\'s', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Vans', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wolverine', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Woolrich', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('F', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('M', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Perfect', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (47.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Long', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Short', '2015-01-29 16:07:28', '2015-01-29 16:07:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Long', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Short', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leather', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leatherette', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Polyurethane', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('PVC', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Rubber', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67, '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0, '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47, '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47, '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Balmoral', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Boat Shoe', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Brouge', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Cross Trainer', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Derby', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Boot', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Shoe', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Driving Shoe', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Hiker', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Loafer (Slip-on)', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Oxford (Lace-up)', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Patent Leather', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Penny Loafer', '2015-01-29 16:07:29', '2015-01-29 16:07:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Runner', '2015-01-29 16:07:30', '2015-01-29 16:07:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Saddle Shoe', '2015-01-29 16:07:30', '2015-01-29 16:07:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Sandal', '2015-01-29 16:07:30', '2015-01-29 16:07:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Tennis', '2015-01-29 16:07:30', '2015-01-29 16:07:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Walker', '2015-01-29 16:07:30', '2015-01-29 16:07:30')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Wingtip', '2015-01-29 16:07:30', '2015-01-29 16:07:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Work Boot', '2015-01-29 16:07:30', '2015-01-29 16:07:30')
 (15.7ms)  COMMIT

Started GET “/signup” for 127.0.0.1 at 2015-01-29 18:07:33 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (268.0ms)

Completed 200 OK in 1008ms (Views: 985.5ms | ActiveRecord: 22.5ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-01-29 18:07:34 +0200

Sizetype Load (164.6ms)  SELECT `sizetypes`.`ToMondo1` FROM `sizetypes`
Sizetype Load (1.0ms)  SELECT `sizetypes`.`ToMondo1` FROM `sizetypes`
 (0.0ms)  SELECT `sizetypes`.`ToMondo1` FROM `sizetypes`
 (0.0ms)  SELECT `sizetypes`.`ToMondo1` FROM `sizetypes`
 (0.0ms)  SELECT `sizetypes`.`ToMondo1` FROM `sizetypes`

Started GET “/” for 127.0.0.1 at 2015-02-24 08:32:18 +0200

ActiveRecord::SchemaMigration Load (695.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (5167.3ms)

Completed 200 OK in 30234ms (Views: 30151.8ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 08:32:56 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 08:32:56 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 08:32:56 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 08:32:56 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 08:32:56 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 08:32:56 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 08:32:56 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 08:32:56 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 08:32:56 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 08:32:57 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 08:32:57 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 08:32:57 +0200

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-02-24 08:32:57 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 08:33:33 +0200 Processing by CustomersController#new as HTML

Sizetype Load (597.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (1254.1ms)

Completed 200 OK in 1846ms (Views: 1141.1ms | ActiveRecord: 693.0ms)

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (3310.2ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (378.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`   ORDER BY `sizetypes`.`SizeType` ASC LIMIT 1
Sizetype Load (156.3ms)  SELECT  `sizetypes`.* FROM `sizetypes`   ORDER BY `sizetypes`.`SizeType` ASC LIMIT 1
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`   ORDER BY `sizetypes`.`SizeType` ASC LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`   ORDER BY `sizetypes`.`SizeType` ASC LIMIT 1

Started GET “/” for 127.0.0.1 at 2015-02-24 11:23:01 +0200

ActiveRecord::SchemaMigration Load (78.7ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (106.0ms)

Completed 200 OK in 2591ms (Views: 2382.3ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-02-24 11:23:07 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:23:12 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (364.0ms)

Completed 200 OK in 736ms (Views: 704.0ms | ActiveRecord: 32.0ms)

Started POST “/customers” for 127.0.0.1 at 2015-02-24 11:23:47 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 8ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:23:47 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (16.0ms)

Completed 200 OK in 586ms (Views: 583.0ms | ActiveRecord: 1.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:33:09 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (28.0ms)

Completed 200 OK in 354ms (Views: 341.0ms | ActiveRecord: 12.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:33:15 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 462ms (Views: 460.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:16 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 11:33:28 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:33:28 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (5.0ms)

Completed 200 OK in 365ms (Views: 363.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:33:28 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:41:19 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (113.4ms)

Completed 200 OK in 515ms (Views: 421.0ms | ActiveRecord: 92.4ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:19 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:19 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:20 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 11:41:22 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"", "Email_confirmation"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}
 (29.4ms)  BEGIN
 (28.3ms)  ROLLBACK
Sizetype Load (54.8ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Redirected to localhost:3000/home Completed 302 Found in 855ms (ActiveRecord: 402.8ms)

Started GET “/home” for 127.0.0.1 at 2015-02-24 11:41:23 +0200 Processing by CustomersController#home as HTML Redirected to localhost:3000/signin Filter chain halted as :authenticate_customer rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/signin” for 127.0.0.1 at 2015-02-24 11:41:23 +0200 Processing by SessionsController#signin as HTML

Rendered sessions/signin.html.erb within layouts/application (4.0ms)

Completed 200 OK in 481ms (Views: 480.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:24 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:41:27 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (15.6ms)

Completed 200 OK in 406ms (Views: 406.3ms | ActiveRecord: 0.0ms)

Started GET “/customers” for 127.0.0.1 at 2015-02-24 11:41:31 +0200 Processing by CustomersController#index as HTML

Customer Load (31.3ms)  SELECT `customers`.* FROM `customers`
Rendered customers/index.html.erb within layouts/application (62.5ms)

Completed 200 OK in 594ms (Views: 562.5ms | ActiveRecord: 31.3ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:41:34 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (15.6ms)

Completed 200 OK in 474ms (Views: 474.4ms | ActiveRecord: 0.0ms)

Started POST “/customers” for 127.0.0.1 at 2015-02-24 11:41:45 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:41:45 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (9.0ms)

Completed 200 OK in 436ms (Views: 435.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:41:46 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:43:09 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (41.0ms)

Completed 200 OK in 369ms (Views: 345.0ms | ActiveRecord: 22.1ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:10 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 11:43:25 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 1ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:43:25 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 327ms (Views: 326.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:25 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:25 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:25 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:26 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:43:26 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:26 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:26 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:26 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:26 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:26 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:26 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:43:26 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:46:06 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (68.0ms)

Completed 200 OK in 375ms (Views: 323.0ms | ActiveRecord: 52.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:07 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 11:46:18 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:46:18 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (7.0ms)

Completed 200 OK in 406ms (Views: 403.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:46:19 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:50:32 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (40.1ms)

Completed 200 OK in 382ms (Views: 358.0ms | ActiveRecord: 23.1ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:50:32 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:50:32 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:50:32 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:50:32 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:50:32 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:50:32 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:50:32 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:50:33 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:50:33 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:50:33 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:50:33 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:50:33 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 11:50:43 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 6ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:50:43 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (12.0ms)

Completed 500 Internal Server Error in 643ms

ActionView::Template::Error (wrong number of arguments (0 for 2..4)):

  43: 
  44: <body>
  45:         <div class="container center hero-unit">
  46:                 <%= flash_messages %>
  47:                 <%= yield %>
  48:         </div>
  49: </body>
app/helpers/application_helper.rb:11:in `block (2 levels) in flash_messages'
app/helpers/application_helper.rb:10:in `block in flash_messages'
app/helpers/application_helper.rb:9:in `flash_messages'
app/views/layouts/application.html.erb:46:in `_app_views_layouts_application_html_erb__564187177_45786672'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (169.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:54:53 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (28.0ms)

Completed 500 Internal Server Error in 349ms

ActionView::Template::Error (wrong number of arguments (0 for 2..4)):

  43: 
  44: <body>
  45:         <div class="container center hero-unit">
  46:                 <%= flash_messages %>
  47:                 <%= yield %>
  48:         </div>
  49: </body>
app/helpers/application_helper.rb:11:in `block (2 levels) in flash_messages'
app/helpers/application_helper.rb:10:in `block in flash_messages'
app/helpers/application_helper.rb:9:in `flash_messages'
app/views/layouts/application.html.erb:46:in `_app_views_layouts_application_html_erb__564187177_45786672'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (114.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:55:27 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (50.0ms)

Completed 200 OK in 401ms (Views: 384.0ms | ActiveRecord: 16.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:28 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:55:50 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (48.3ms)

Completed 200 OK in 375ms (Views: 364.4ms | ActiveRecord: 11.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:55:51 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 11:56:01 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 6ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:56:01 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (13.0ms)

Completed 200 OK in 506ms (Views: 503.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:56:01 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:56:01 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:56:01 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:56:02 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:56:02 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:56:02 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:56:02 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:56:02 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:56:02 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:56:02 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:56:02 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:56:02 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:58:15 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (121.2ms)

Completed 200 OK in 446ms (Views: 340.0ms | ActiveRecord: 105.3ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:16 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 11:58:25 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 6ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 11:58:25 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (13.0ms)

Completed 200 OK in 751ms (Views: 749.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 11:58:26 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:01:01 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (27.0ms)

Completed 200 OK in 344ms (Views: 333.0ms | ActiveRecord: 10.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:02 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:01:10 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:01:10 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (7.0ms)

Completed 200 OK in 562ms (Views: 559.1ms | ActiveRecord: 1.0ms)

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:10 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:10 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:10 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:10 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:01:11 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:11 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:11 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:11 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:11 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:11 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:11 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:01:11 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:03:30 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (44.1ms)

Completed 200 OK in 367ms (Views: 340.0ms | ActiveRecord: 27.1ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:31 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:03:40 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:03:40 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 351ms (Views: 349.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:03:41 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:04:36 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (28.0ms)

Completed 200 OK in 352ms (Views: 341.0ms | ActiveRecord: 11.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:36 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:04:44 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 5ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:04:44 +0200 Processing by CustomersController#new as HTML

Sizetype Load (2.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (11.0ms)

Completed 200 OK in 433ms (Views: 430.1ms | ActiveRecord: 2.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:44 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:04:45 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:06:47 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (28.0ms)

Completed 200 OK in 358ms (Views: 346.0ms | ActiveRecord: 10.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:48 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:06:58 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:06:58 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (10.0ms)

Completed 200 OK in 396ms (Views: 394.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:58 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:58 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:58 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:58 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:58 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:06:58 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:59 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:59 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:59 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:59 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:59 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:06:59 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:07:33 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (35.0ms)

Completed 200 OK in 360ms (Views: 342.0ms | ActiveRecord: 16.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:34 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:07:46 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:07:46 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (6.0ms)

Completed 200 OK in 363ms (Views: 361.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:07:47 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:10:03 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (29.0ms)

Completed 200 OK in 351ms (Views: 338.0ms | ActiveRecord: 13.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:04 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:10:11 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:10:11 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 357ms (Views: 355.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:10:12 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:11:51 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (28.0ms)

Completed 200 OK in 339ms (Views: 329.0ms | ActiveRecord: 9.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:11:51 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:11:59 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 5ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:11:59 +0200 Processing by CustomersController#new as HTML

Sizetype Load (2.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (16.0ms)

Completed 200 OK in 541ms (Views: 538.0ms | ActiveRecord: 2.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:59 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:59 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:59 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:59 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:11:59 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:11:59 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:12:00 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:12:00 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:12:00 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:12:00 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:12:00 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:12:00 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:14:15 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (39.0ms)

Completed 200 OK in 379ms (Views: 364.0ms | ActiveRecord: 14.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:16 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:14:24 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:14:24 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 400ms (Views: 398.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:24 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:14:25 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:19:17 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (26.0ms)

Completed 200 OK in 346ms (Views: 336.0ms | ActiveRecord: 10.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:18 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:19:25 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 5ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:19:25 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (11.0ms)

Completed 200 OK in 391ms (Views: 390.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:19:26 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:21:13 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (27.0ms)

Completed 200 OK in 352ms (Views: 341.0ms | ActiveRecord: 10.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:13 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:14 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:14 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:21:21 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:21:21 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (3.0ms)

Completed 200 OK in 317ms (Views: 317.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:21 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:22 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:21:22 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:28:08 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (27.0ms)

Completed 200 OK in 3716ms (Views: 3703.6ms | ActiveRecord: 11.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:13 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:14 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:28:21 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:28:21 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (8.0ms)

Completed 200 OK in 394ms (Views: 394.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:21 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:21 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:21 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:21 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:21 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:28:21 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:21 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:21 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:22 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:22 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:22 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:28:22 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:33:52 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (64.0ms)

Completed 200 OK in 1348ms (Views: 1321.9ms | ActiveRecord: 24.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:33:54 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:34:02 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 2ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:34:02 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 324ms (Views: 323.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:34:03 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:35:45 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (27.0ms)

Completed 200 OK in 343ms (Views: 332.0ms | ActiveRecord: 10.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:46 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:35:53 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 4ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:35:53 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (4.0ms)

Completed 200 OK in 340ms (Views: 339.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:35:54 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:48:22 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (27.0ms)

Completed 200 OK in 1367ms (Views: 1354.2ms | ActiveRecord: 12.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:28 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:28 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:28 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:28 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:28 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:28 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:28 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:28 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:28 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:29 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:29 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:29 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:48:38 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 3ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:48:38 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (7.0ms)

Completed 200 OK in 409ms (Views: 407.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:38 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:48:39 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:53:23 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (44.0ms)

Completed 200 OK in 1108ms (Views: 1089.3ms | ActiveRecord: 18.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:25 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:25 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:25 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:25 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:25 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:25 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:25 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:25 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:26 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:26 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:26 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:26 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:53:33 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"baker@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}

Redirected to localhost:3000/signup Completed 302 Found in 5ms (ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 12:53:33 +0200 Processing by CustomersController#new as HTML

Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (7.0ms)

Completed 200 OK in 410ms (Views: 407.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 12:53:34 +0200

Started POST “/customers” for 127.0.0.1 at 2015-02-24 12:58:34 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"bakerbakura@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}
 (2.0ms)  BEGIN
SQL (59.0ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 10:58:34', '$2a$10$5CCdLomh/R3f066FHUW2wemSLgjUwVJC/JyN2NoETnWLL0GMD3gmy', 'Europe', '2015-02-24 10:58:34')

Mysql2::Error: Field 'CustID' doesn't have a default value: INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 10:58:34', '$2a$10$5CCdLomh/R3f066FHUW2wemSLgjUwVJC/JyN2NoETnWLL0GMD3gmy', 'Europe', '2015-02-24 10:58:34')

 (0.0ms)  ROLLBACK

Completed 500 Internal Server Error in 294ms

ActiveRecord::StatementInvalid (Mysql2::Error: Field 'CustID' doesn't have a default value: INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 10:58:34', '$2a$10$5CCdLomh/R3f066FHUW2wemSLgjUwVJC/JyN2NoETnWLL0GMD3gmy', 'Europe', '2015-02-24 10:58:34')):

app/controllers/customers_controller.rb:15:in `create'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (180.1ms)

Started POST “/customers” for 127.0.0.1 at 2015-02-24 13:26:06 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"bakerbakura@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 11:26:07', '$2a$10$Hq4G38w1IBS6QRqLSveL1OrJr2uhje/W738qkzTXzoP0jlgJ3I4dS', 'Europe', '2015-02-24 11:26:07')

Mysql2::Error: Field 'CustID' doesn't have a default value: INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 11:26:07', '$2a$10$Hq4G38w1IBS6QRqLSveL1OrJr2uhje/W738qkzTXzoP0jlgJ3I4dS', 'Europe', '2015-02-24 11:26:07')

 (0.0ms)  ROLLBACK

Completed 500 Internal Server Error in 187ms

ActiveRecord::StatementInvalid (Mysql2::Error: Field 'CustID' doesn't have a default value: INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 11:26:07', '$2a$10$Hq4G38w1IBS6QRqLSveL1OrJr2uhje/W738qkzTXzoP0jlgJ3I4dS', 'Europe', '2015-02-24 11:26:07')):

app/controllers/customers_controller.rb:15:in `create'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (19.2ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (383.3ms)
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 11:39:18', 'gshsghsfghsfghsfghsdfghsfghsh', 'Europe', '2015-02-24 11:39:18')

Mysql2::Error: Field 'CustID' doesn't have a default value: INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 11:39:18', 'gshsghsfghsfghsfghsdfghsfghsh', 'Europe', '2015-02-24 11:39:18')

 (0.0ms)  ROLLBACK
ActiveRecord::SchemaMigration Load (234.4ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (13815.4ms)  DROP DATABASE IF EXISTS `newmyshoefits_development`
 (6589.5ms)  DROP DATABASE IF EXISTS `newmyshoefits_test`
 (78.1ms)  CREATE DATABASE `newmyshoefits_development` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
 (15.7ms)  CREATE DATABASE `newmyshoefits_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
 (15.6ms)  DROP DATABASE IF EXISTS `newmyshoefits_development`
 (0.0ms)  CREATE DATABASE `newmyshoefits_development` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
 (5857.6ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (2471.6ms)  CREATE UNIQUE INDEX `index_brands_on_Brand` USING btree ON `brands` (`Brand`) 
 (937.5ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float(24), `ShoeSizeError` float(24), `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (2031.7ms)  CREATE UNIQUE INDEX `index_customers_on_CustID` USING btree ON `customers` (`CustID`) 
 (1500.4ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1937.7ms)  CREATE UNIQUE INDEX `index_genders_on_Gender` USING btree ON `genders` (`Gender`) 
 (656.3ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1875.4ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit` USING btree ON `lengthfits` (`LengthFit`) 
 (594.3ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1250.0ms)  CREATE UNIQUE INDEX `index_materials_on_Material` USING btree ON `materials` (`Material`) 
 (859.4ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float(24) NOT NULL, `preRealSize` float(24), `RealSize` float(24), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (2454.0ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID` USING btree ON `shoes` (`ShoeID`) 
 (968.7ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float(24) NOT NULL, `ToMondo0` float(24) NOT NULL, `SizeTypeInterval` float(24) NOT NULL, `MinSize` float(24) NOT NULL, `MaxSize` float(24) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1569.1ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType` USING btree ON `sizetypes` (`SizeType`) 
 (750.4ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (2234.7ms)  CREATE UNIQUE INDEX `index_styles_on_Style` USING btree ON `styles` (`Style`) 
 (1234.4ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float(24) NOT NULL, `ToMondo0` float(24) NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float(24), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1406.7ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial` USING btree ON `typetorealsizes` (`BrandStyleMaterial`) 
 (1434.0ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID` USING btree ON `typetorealsizes` (`T2RS_ID`) 
 (1175.2ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (6067.5ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
 (0.0ms)  SELECT version FROM `schema_migrations`
 (656.5ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128071640')
 (312.5ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128062158')
 (62.5ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128064156')
 (281.3ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128064957')
 (250.0ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065447')
 (109.4ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065759')
 (46.9ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065918')
 (78.1ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128070117')
 (421.9ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128070629')
 (0.0ms)  DROP DATABASE IF EXISTS `newmyshoefits_test`
 (15.6ms)  CREATE DATABASE `newmyshoefits_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
 (1531.7ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1203.5ms)  CREATE UNIQUE INDEX `index_brands_on_Brand` USING btree ON `brands` (`Brand`) 
 (2156.3ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float(24), `ShoeSizeError` float(24), `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1688.0ms)  CREATE UNIQUE INDEX `index_customers_on_CustID` USING btree ON `customers` (`CustID`) 
 (984.5ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1781.9ms)  CREATE UNIQUE INDEX `index_genders_on_Gender` USING btree ON `genders` (`Gender`) 
 (1188.0ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (2563.6ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit` USING btree ON `lengthfits` (`LengthFit`) 
 (796.9ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1047.5ms)  CREATE UNIQUE INDEX `index_materials_on_Material` USING btree ON `materials` (`Material`) 
 (672.4ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float(24) NOT NULL, `preRealSize` float(24), `RealSize` float(24), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1063.1ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID` USING btree ON `shoes` (`ShoeID`) 
 (390.7ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float(24) NOT NULL, `ToMondo0` float(24) NOT NULL, `SizeTypeInterval` float(24) NOT NULL, `MinSize` float(24) NOT NULL, `MaxSize` float(24) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (890.6ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType` USING btree ON `sizetypes` (`SizeType`) 
 (312.5ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (746.2ms)  CREATE UNIQUE INDEX `index_styles_on_Style` USING btree ON `styles` (`Style`) 
 (421.9ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float(24) NOT NULL, `ToMondo0` float(24) NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float(24), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (625.0ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial` USING btree ON `typetorealsizes` (`BrandStyleMaterial`) 
 (859.4ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID` USING btree ON `typetorealsizes` (`T2RS_ID`) 
 (312.5ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (656.8ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
 (15.6ms)  SELECT version FROM `schema_migrations`
 (46.9ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128071640')
 (234.4ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128062158')
 (109.4ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128064156')
 (198.5ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128064957')
 (265.6ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065447')
 (265.6ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065759')
 (140.6ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128065918')
 (78.2ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128070117')
 (62.4ms)  INSERT INTO `schema_migrations` (version) VALUES ('20150128070629')
ActiveRecord::SchemaMigration Load (31.3ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (46.9ms)  BEGIN
SQL (46.8ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('A. Testoni', '2015-02-24 12:27:43', '2015-02-24 12:27:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Adidas', '2015-02-24 12:27:43', '2015-02-24 12:27:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Alden', '2015-02-24 12:27:43', '2015-02-24 12:27:43')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Allen Edmonds', '2015-02-24 12:27:43', '2015-02-24 12:27:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Asics', '2015-02-24 12:27:43', '2015-02-24 12:27:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bass', '2015-02-24 12:27:43', '2015-02-24 12:27:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bates', '2015-02-24 12:27:43', '2015-02-24 12:27:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Berluti', '2015-02-24 12:27:43', '2015-02-24 12:27:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Birkenstock', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bostonian', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Brass Boot', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bruno Magli', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Calvin Klein', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Caterpillar', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.5ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Clarks', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Cola Haan', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Columbia', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Converse', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crevo', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crockett & Jones', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crocs', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dan Post', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('DC Shoes', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Deer Stags', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dingo', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dockers', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (34.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (2.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (40.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work', '2015-02-24 12:27:44', '2015-02-24 12:27:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Work', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('GBX', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Gucci', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Harley Davidson', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Hi-Tec', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Iron Age', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Island Surf', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('J.M. Weston', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Jimmy Choo', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Deere', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Varvatos', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (15.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('K-Swiss', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kamik', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Khombu', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('L.B Evans', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Laredo', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Lugz', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Madden', '2015-02-24 12:27:45', '2015-02-24 12:27:45')
 (62.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Magnum', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Margaritaville', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('McRae', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Neil M Footwear', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('New Balance', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nike', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nunn Bush', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Prada', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Propet', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Puma', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Duty', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Work', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport Works', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rugged Shark', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Santoni', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Saucony', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Skechers', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sorel', '2015-02-24 12:27:46', '2015-02-24 12:27:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Stacy Adams', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Streetcars', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Teva', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland Pro', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Tod\'s', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Vans', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wolverine', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Woolrich', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('F', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('M', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (46.8ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Perfect', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Long', '2015-02-24 12:27:47', '2015-02-24 12:27:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Short', '2015-02-24 12:27:48', '2015-02-24 12:27:48')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Long', '2015-02-24 12:27:48', '2015-02-24 12:27:48')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Short', '2015-02-24 12:27:48', '2015-02-24 12:27:48')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (62.5ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leather', '2015-02-24 12:27:48', '2015-02-24 12:27:48')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leatherette', '2015-02-24 12:27:48', '2015-02-24 12:27:48')
 (63.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Polyurethane', '2015-02-24 12:27:48', '2015-02-24 12:27:48')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('PVC', '2015-02-24 12:27:48', '2015-02-24 12:27:48')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Rubber', '2015-02-24 12:27:48', '2015-02-24 12:27:48')
 (281.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (375.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67, '2015-02-24 12:27:49', '2015-02-24 12:27:49')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0, '2015-02-24 12:27:49', '2015-02-24 12:27:49')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47, '2015-02-24 12:27:49', '2015-02-24 12:27:49')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47, '2015-02-24 12:27:49', '2015-02-24 12:27:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Balmoral', '2015-02-24 12:27:49', '2015-02-24 12:27:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Boat Shoe', '2015-02-24 12:27:49', '2015-02-24 12:27:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Brouge', '2015-02-24 12:27:49', '2015-02-24 12:27:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Cross Trainer', '2015-02-24 12:27:49', '2015-02-24 12:27:49')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Derby', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Boot', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Shoe', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Driving Shoe', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Hiker', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Loafer (Slip-on)', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Oxford (Lace-up)', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Patent Leather', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Penny Loafer', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Runner', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Saddle Shoe', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Sandal', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Tennis', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Walker', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Wingtip', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Work Boot', '2015-02-24 12:27:50', '2015-02-24 12:27:50')
 (46.9ms)  COMMIT
 (328.1ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (515.6ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (547.0ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (625.0ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (281.2ms)  CREATE TABLE `customers` (`id` int(11) auto_increment PRIMARY KEY, `CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (250.4ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (62.6ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (250.0ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (531.2ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (31.2ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (281.3ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (797.2ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (46.9ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (312.6ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (500.0ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (593.8ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (31.3ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (390.7ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (500.0ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (46.9ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (359.9ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (843.8ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (31.3ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (296.8ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1047.2ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (62.5ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (702.0ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1031.2ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (46.9ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (546.9ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (891.0ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (187.5ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 12:32:52', 'gsdfgsdfgsdfgsdfgsdf', 'Europe', '2015-02-24 12:32:52')

Mysql2::Error: Field 'CustID' doesn't have a default value: INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 12:32:52', 'gsdfgsdfgsdfgsdfgsdf', 'Europe', '2015-02-24 12:32:52')

 (0.0ms)  ROLLBACK
 (668.2ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (1156.3ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (437.9ms)  CREATE TABLE `customers` (`CustID` bigint NOT NULL, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (687.5ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (78.2ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (78.1ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (437.5ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (734.9ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (390.6ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1165.4ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (375.1ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (437.5ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (796.9ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (953.5ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (78.1ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (1062.5ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (953.4ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (46.9ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (421.9ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1125.4ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (46.9ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (484.4ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (937.5ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (62.5ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (391.1ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (1172.0ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (78.1ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (734.4ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (531.2ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (78.1ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 12:35:25', 'fgsdfgsdfgsdfgds', 'Europe', '2015-02-24 12:35:25')

Mysql2::Error: Field 'CustID' doesn't have a default value: INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 12:35:25', 'fgsdfgsdfgsdfgds', 'Europe', '2015-02-24 12:35:25')

 (0.0ms)  ROLLBACK
 (375.1ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (1078.1ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (296.9ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (640.6ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (328.1ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (671.9ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (328.2ms)  CREATE TABLE `customers` (`CustID` int(11) auto_increment PRIMARY KEY, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (297.4ms)  CREATE UNIQUE INDEX `index_customers_on_CustID`  ON `customers` (`CustID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (46.9ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (287.1ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (625.0ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (31.2ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (312.6ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (609.3ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (15.7ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (296.8ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (578.8ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (265.6ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (15.6ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (328.1ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (484.4ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (46.9ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (427.7ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (718.7ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (78.2ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (406.7ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (640.6ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (46.9ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (425.4ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (645.7ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.3ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (343.8ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (765.6ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (93.7ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (421.9ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (453.1ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (328.6ms)  CREATE TABLE `customers` (`CustID` int(11) auto_increment PRIMARY KEY, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (31.3ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (250.1ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (750.0ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (468.8ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (547.3ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (31.3ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (312.5ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) NOT NULL, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (531.2ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_T2RS_ID`  ON `typetorealsizes` (`T2RS_ID`) 
 (281.3ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (31.3ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (359.5ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (578.6ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (250.0ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (515.6ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (531.2ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (31.3ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (344.1ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (671.8ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (93.8ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (328.2ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (562.5ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.6ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (328.2ms)  CREATE TABLE `shoes` (`ShoeID` int(11) NOT NULL, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (542.7ms)  CREATE UNIQUE INDEX `index_shoes_on_ShoeID`  ON `shoes` (`ShoeID`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (31.3ms)  COMMIT
ActiveRecord::SchemaMigration Load (15.6ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (375.1ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (1218.7ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (531.7ms)  CREATE TABLE `customers` (`CustID` int(11) auto_increment PRIMARY KEY, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (31.3ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (306.0ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (965.8ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (694.6ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (882.4ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (93.8ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (609.4ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) auto_increment PRIMARY KEY, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `modified` tinyint(1) NOT NULL, `Uncertainty` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (328.1ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (31.3ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (703.2ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (687.9ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (78.1ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (468.7ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (484.6ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (93.8ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (281.2ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (640.6ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (62.5ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (547.0ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (703.5ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.3ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (375.0ms)  CREATE TABLE `shoes` (`ShoeID` int(11) auto_increment PRIMARY KEY, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (31.2ms)  COMMIT
ActiveRecord::SchemaMigration Load (15.6ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (234.4ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('A. Testoni', '2015-02-24 12:58:32', '2015-02-24 12:58:32')
 (344.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Adidas', '2015-02-24 12:58:33', '2015-02-24 12:58:33')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (125.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Alden', '2015-02-24 12:58:33', '2015-02-24 12:58:33')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (93.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Allen Edmonds', '2015-02-24 12:58:33', '2015-02-24 12:58:33')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Asics', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (156.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bass', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bates', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Berluti', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Birkenstock', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bostonian', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Brass Boot', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bruno Magli', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Calvin Klein', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Caterpillar', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Clarks', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Cola Haan', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Columbia', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Converse', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crevo', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crockett & Jones', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (47.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crocs', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (13.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dan Post', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('DC Shoes', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Deer Stags', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dingo', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dockers', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana', '2015-02-24 12:58:34', '2015-02-24 12:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Work', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('GBX', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Gucci', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Harley Davidson', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Hi-Tec', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Iron Age', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (156.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Island Surf', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('J.M. Weston', '2015-02-24 12:58:35', '2015-02-24 12:58:35')
 (312.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Jimmy Choo', '2015-02-24 12:58:36', '2015-02-24 12:58:36')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Deere', '2015-02-24 12:58:36', '2015-02-24 12:58:36')
 (78.1ms)  COMMIT
 (15.6ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker', '2015-02-24 12:58:36', '2015-02-24 12:58:36')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Varvatos', '2015-02-24 12:58:36', '2015-02-24 12:58:36')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy', '2015-02-24 12:58:36', '2015-02-24 12:58:36')
 (140.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('K-Swiss', '2015-02-24 12:58:36', '2015-02-24 12:58:36')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kamik', '2015-02-24 12:58:36', '2015-02-24 12:58:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions', '2015-02-24 12:58:36', '2015-02-24 12:58:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Khombu', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('L.B Evans', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Laredo', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Lugz', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Madden', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Magnum', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Margaritaville', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('McRae', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Neil M Footwear', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('New Balance', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nike', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nunn Bush', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Prada', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Propet', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Puma', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.5ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Duty', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Work', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport Works', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rugged Shark', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Santoni', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Saucony', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Skechers', '2015-02-24 12:58:37', '2015-02-24 12:58:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sorel', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Stacy Adams', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Streetcars', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (62.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Teva', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland Pro', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Tod\'s', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Vans', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wolverine', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Woolrich', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('F', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('M', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (65.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (15.7ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Perfect', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Long', '2015-02-24 12:58:38', '2015-02-24 12:58:38')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Short', '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Long', '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Short', '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leather', '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leatherette', '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Polyurethane', '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('PVC', '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Rubber', '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67, '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0, '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47, '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (171.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47, '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Balmoral', '2015-02-24 12:58:39', '2015-02-24 12:58:39')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Boat Shoe', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Brouge', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Cross Trainer', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Derby', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (156.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Boot', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Shoe', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Driving Shoe', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Hiker', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Loafer (Slip-on)', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Oxford (Lace-up)', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Patent Leather', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Penny Loafer', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Runner', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Saddle Shoe', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Sandal', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Tennis', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Walker', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Wingtip', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Work Boot', '2015-02-24 12:58:40', '2015-02-24 12:58:40')
 (15.6ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Started POST “/customers” for 127.0.0.1 at 2015-02-24 20:52:20 +0200

ActiveRecord::SchemaMigration Load (24.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"bakerbakura@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 18:52:22', '$2a$10$IK5fi1tQPDzPjy9T9CkbH.doYjqxmvvHdsmFWWCb1KLpzinRv57AW', 'Europe', '2015-02-24 18:52:22')
 (36.2ms)  COMMIT
Sizetype Load (69.3ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Redirected to localhost:3000/home Completed 302 Found in 557ms (ActiveRecord: 169.5ms)

Started GET “/home” for 127.0.0.1 at 2015-02-24 20:52:22 +0200 Processing by CustomersController#home as HTML

Customer Load (40.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (4.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Rendered customers/home.html.erb within layouts/application (1605.7ms)

Completed 500 Internal Server Error in 1958ms

ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Shoebrand):

  69:                 <%= form_for :newshoe, url: addshoe_path do |s| %>
  70:                         <tr class="form-group row">
  71:                                 <%= s.hidden_field :OwnerID, value: @customer.CustID %>
  72:                                 <td><%= s.collection_select :Brand, Shoebrand.all, :Brand, :Brand, {}, {class: "form-control"} %></td>
  73:                                 <td><%= s.collection_select :Style, Shoestyle.all, :Style, :Style, {}, {class: "form-control"} %></td>
  74:                                 <td><%= s.collection_select :Material, Shoematerial.all, :Material, :Material, {}, {class: "form-control"} %></td>
  75:                                 <% tempST = Sizetype.find_by_SizeType(@customer.preferredSizeType) %>
app/views/customers/home.html.erb:72:in `block in _app_views_customers_home_html_erb___736613831_52243836'
app/views/customers/home.html.erb:69:in `_app_views_customers_home_html_erb___736613831_52243836'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (416.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-24 20:53:39 +0200 Processing by CustomersController#home as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (4.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (476.0ms)

Completed 200 OK in 1840ms (Views: 1676.4ms | ActiveRecord: 156.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 20:53:41 +0200

Started GET “/signout” for 127.0.0.1 at 2015-02-24 21:04:28 +0200 Processing by SessionsController#signout as HTML Redirected to localhost:3000/signin Completed 302 Found in 16ms (ActiveRecord: 0.0ms)

Started GET “/signin” for 127.0.0.1 at 2015-02-24 21:04:29 +0200 Processing by SessionsController#signin as HTML

Rendered sessions/signin.html.erb within layouts/application (0.0ms)

Completed 200 OK in 1164ms (Views: 1164.2ms | ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-24 23:04:12 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 344ms (Views: 343.7ms | ActiveRecord: 0.0ms)

Started POST “/customers” for 127.0.0.1 at 2015-02-24 23:04:37 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"a@b.com", "Email_confirmation"=>"a@b.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('a@b.com', 'M', '2015-02-24 21:04:37', '$2a$10$/K9XuaD39y.6eajUmKgqi.sRgUNyOFYOQPgxWSG0tWr1VDWfGWRaW', 'Europe', '2015-02-24 21:04:37')
 (64.0ms)  COMMIT
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Redirected to localhost:3000/home Completed 302 Found in 142ms (ActiveRecord: 65.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-24 23:04:37 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (1.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (26.0ms)

Completed 200 OK in 342ms (Views: 338.0ms | ActiveRecord: 3.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-24 23:04:37 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-24 23:04:37 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-24 23:04:38 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-24 23:04:59 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1

Completed 500 Internal Server Error in 21ms

NameError (uninitialized constant Shoe::Sizetypes):

app/models/shoe.rb:18:in `sizeToPreSize'
app/controllers/customers_controller.rb:36:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (200.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-24 23:05:29 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Completed 500 Internal Server Error in 81ms

NoMethodError (undefined method `ToMondo' for #<Class:0x4780d28>):

app/models/shoe.rb:23:in `sizeToPreSize'
app/controllers/customers_controller.rb:36:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (185.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-24 23:06:23 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Completed 500 Internal Server Error in 65ms

TypeError (no implicit conversion of Float into String):

app/models/shoe.rb:37:in `+'
app/models/shoe.rb:37:in `ToMondo'
app/models/shoe.rb:23:in `sizeToPreSize'
app/controllers/customers_controller.rb:36:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (15.1ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (187.1ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-24 23:08:59 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Completed 500 Internal Server Error in 81ms

TypeError (no implicit conversion of Float into String):

app/models/shoe.rb:38:in `+'
app/models/shoe.rb:38:in `ToMondo'
app/models/shoe.rb:24:in `sizeToPreSize'
app/controllers/customers_controller.rb:36:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (171.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-24 23:10:49 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Completed 500 Internal Server Error in 110ms

TypeError (no implicit conversion of Float into String):

app/models/shoe.rb:38:in `+'
app/models/shoe.rb:38:in `ToMondo'
app/models/shoe.rb:24:in `sizeToPreSize'
app/controllers/customers_controller.rb:36:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (167.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-24 23:11:25 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Completed 500 Internal Server Error in 96ms

TypeError (no implicit conversion of Float into String):

app/models/shoe.rb:39:in `+'
app/models/shoe.rb:39:in `ToMondo'
app/models/shoe.rb:25:in `sizeToPreSize'
app/controllers/customers_controller.rb:36:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (171.0ms)
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Started POST “/addshoe” for 127.0.0.1 at 2015-02-24 23:19:07 +0200

ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Completed 500 Internal Server Error in 140ms

TypeError (no implicit conversion of Float into String):

app/models/shoe.rb:39:in `+'
app/models/shoe.rb:39:in `ToMondo'
app/models/shoe.rb:25:in `sizeToPreSize'
app/controllers/customers_controller.rb:36:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (189.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-24 23:20:38 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
 (0.0ms)  BEGIN
 (0.0ms)  ROLLBACK

Completed 500 Internal Server Error in 169ms

SyntaxError (C:/Users/Liam/Documents/MSF/Work/newmyshoefits/app/models/typetorealsize.rb:50: syntax error, unexpected keyword_end):

app/models/typetorealsize.rb:50: syntax error, unexpected keyword_end
app/models/shoe.rb:6:in `block in <class:Shoe>'
app/controllers/customers_controller.rb:38:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (206.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-24 23:21:15 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
 (1.0ms)  BEGIN
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
 (10.0ms)  ROLLBACK

Completed 404 Not Found in 127ms

ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):

app/models/shoe.rb:6:in `block in <class:Shoe>'
app/controllers/customers_controller.rb:38:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (169.0ms)
 (250.1ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (453.1ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (15.6ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (296.9ms)  CREATE TABLE `customers` (`CustID` int(11) auto_increment PRIMARY KEY, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (46.9ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (312.9ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (593.7ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (234.4ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (531.2ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (46.9ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (516.1ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) auto_increment PRIMARY KEY, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float DEFAULT 1.0 NOT NULL, `ToMondo0` float DEFAULT 0.0 NOT NULL, `modified` tinyint(1) DEFAULT 0 NOT NULL, `Uncertainty` float DEFAULT 0.0, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (375.0ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (31.3ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (250.0ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (625.3ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (62.5ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (265.7ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (515.6ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (62.5ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (281.2ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (469.2ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (31.3ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (234.4ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (515.6ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (78.1ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (312.5ms)  CREATE TABLE `shoes` (`ShoeID` int(11) auto_increment PRIMARY KEY, `OwnerID` int(11) NOT NULL, `T2RS_ID` int(11) NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (46.9ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('A. Testoni', '2015-02-24 21:55:18', '2015-02-24 21:55:18')
 (62.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Adidas', '2015-02-24 21:55:18', '2015-02-24 21:55:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Alden', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Allen Edmonds', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Asics', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bass', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bates', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Berluti', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Birkenstock', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bostonian', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Brass Boot', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Bruno Magli', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Calvin Klein', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Caterpillar', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Clarks', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Cola Haan', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Columbia', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Converse', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crevo', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crockett & Jones', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Crocs', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dan Post', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('DC Shoes', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Deer Stags', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dingo', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dockers', '2015-02-24 21:55:19', '2015-02-24 21:55:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (30.1ms)  COMMIT
 (0.5ms)  BEGIN
SQL (1.5ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (19.4ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Florsheim Work', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('GBX', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Gucci', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Harley Davidson', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Hi-Tec', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Iron Age', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Island Surf', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('J.M. Weston', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Jimmy Choo', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Deere', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('John Varvatos', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('K-Swiss', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kamik', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Khombu', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('L.B Evans', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Laredo', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Lugz', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Madden', '2015-02-24 21:55:20', '2015-02-24 21:55:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Magnum', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Margaritaville', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('McRae', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Neil M Footwear', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('New Balance', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (109.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nike', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Nunn Bush', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Prada', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Propet', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Puma', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Duty', '2015-02-24 21:55:21', '2015-02-24 21:55:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Reebok Work', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rockport Works', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Rugged Shark', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Santoni', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Saucony', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Skechers', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sorel', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Stacy Adams', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Streetcars', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Teva', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Timberland Pro', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Tod\'s', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Vans', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Wolverine', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Woolrich', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('F', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`, `created_at`, `updated_at`) VALUES ('M', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Perfect', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Long', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Slightly Short', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Long', '2015-02-24 21:55:22', '2015-02-24 21:55:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`, `created_at`, `updated_at`) VALUES ('Too Short', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leather', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Leatherette', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Polyurethane', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('PVC', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`, `created_at`, `updated_at`) VALUES ('Rubber', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67, '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0, '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47, '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`, `created_at`, `updated_at`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47, '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Balmoral', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Boat Shoe', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Brouge', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Cross Trainer', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Derby', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Boot', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Dress Shoe', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Driving Shoe', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Hiker', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Loafer (Slip-on)', '2015-02-24 21:55:23', '2015-02-24 21:55:23')
 (94.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (125.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Oxford (Lace-up)', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Patent Leather', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Penny Loafer', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Runner', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Saddle Shoe', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Sandal', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Tennis', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Walker', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Wingtip', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`, `created_at`, `updated_at`) VALUES ('Work Boot', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.6ms)  COMMIT
 (1.0ms)  SELECT `brands`.`Brand` FROM `brands`
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Balmoral|Leather', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Balmoral|Leatherette', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Balmoral|Polyurethane', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Balmoral|PVC', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Balmoral|Rubber', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Boat Shoe|Leather', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Boat Shoe|Leatherette', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Boat Shoe|Polyurethane', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Boat Shoe|PVC', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Boat Shoe|Rubber', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Brouge|Leather', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Brouge|Leatherette', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Brouge|Polyurethane', '2015-02-24 21:55:24', '2015-02-24 21:55:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Brouge|PVC', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Brouge|Rubber', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Cross Trainer|Leather', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Cross Trainer|Leatherette', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Cross Trainer|Polyurethane', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Cross Trainer|PVC', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Cross Trainer|Rubber', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Derby|Leather', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Derby|Leatherette', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Derby|Polyurethane', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Derby|PVC', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Derby|Rubber', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Boot|Leather', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Boot|Leatherette', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Boot|Polyurethane', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Boot|PVC', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Boot|Rubber', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Shoe|Leather', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Shoe|Leatherette', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Shoe|Polyurethane', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Shoe|PVC', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Dress Shoe|Rubber', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Driving Shoe|Leather', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Driving Shoe|Leatherette', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Driving Shoe|Polyurethane', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Driving Shoe|PVC', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Driving Shoe|Rubber', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Hiker|Leather', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Hiker|Leatherette', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Hiker|Polyurethane', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Hiker|PVC', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Hiker|Rubber', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Loafer (Slip-on)|Leather', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:25', '2015-02-24 21:55:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Loafer (Slip-on)|PVC', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Oxford (Lace-up)|Leather', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Oxford (Lace-up)|PVC', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Patent Leather|Leather', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Patent Leather|Leatherette', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Patent Leather|Polyurethane', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Patent Leather|PVC', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Patent Leather|Rubber', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Penny Loafer|Leather', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Penny Loafer|Leatherette', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Penny Loafer|Polyurethane', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Penny Loafer|PVC', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Penny Loafer|Rubber', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Runner|Leather', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Runner|Leatherette', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Runner|Polyurethane', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Runner|PVC', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Runner|Rubber', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Saddle Shoe|Leather', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Saddle Shoe|Leatherette', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Saddle Shoe|Polyurethane', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Saddle Shoe|PVC', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Saddle Shoe|Rubber', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Sandal|Leather', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Sandal|Leatherette', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Sandal|Polyurethane', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Sandal|PVC', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Sandal|Rubber', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Tennis|Leather', '2015-02-24 21:55:26', '2015-02-24 21:55:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Tennis|Leatherette', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Tennis|Polyurethane', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Tennis|PVC', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Tennis|Rubber', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Walker|Leather', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Walker|Leatherette', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Walker|Polyurethane', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Walker|PVC', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Walker|Rubber', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Wingtip|Leather', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Wingtip|Leatherette', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Wingtip|Polyurethane', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Wingtip|PVC', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Wingtip|Rubber', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Work Boot|Leather', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Work Boot|Leatherette', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Work Boot|Polyurethane', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Work Boot|PVC', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('A. Testoni|Work Boot|Rubber', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Balmoral|Leather', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Balmoral|Leatherette', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Balmoral|Polyurethane', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Balmoral|PVC', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Balmoral|Rubber', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Boat Shoe|Leather', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Boat Shoe|Leatherette', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Boat Shoe|Polyurethane', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Boat Shoe|PVC', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Boat Shoe|Rubber', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Brouge|Leather', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Brouge|Leatherette', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Brouge|Polyurethane', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Brouge|PVC', '2015-02-24 21:55:27', '2015-02-24 21:55:27')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Brouge|Rubber', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Cross Trainer|Leather', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Cross Trainer|Leatherette', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Cross Trainer|Polyurethane', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Cross Trainer|PVC', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Cross Trainer|Rubber', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Derby|Leather', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Derby|Leatherette', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Derby|Polyurethane', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Derby|PVC', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Derby|Rubber', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Boot|Leather', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Boot|Leatherette', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Boot|Polyurethane', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Boot|PVC', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Boot|Rubber', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Shoe|Leather', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Shoe|Leatherette', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (59.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Shoe|Polyurethane', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Shoe|PVC', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Dress Shoe|Rubber', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Driving Shoe|Leather', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Driving Shoe|Leatherette', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Driving Shoe|Polyurethane', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Driving Shoe|PVC', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Driving Shoe|Rubber', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Hiker|Leather', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Hiker|Leatherette', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Hiker|Polyurethane', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Hiker|PVC', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Hiker|Rubber', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Loafer (Slip-on)|Leather', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:28', '2015-02-24 21:55:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Loafer (Slip-on)|PVC', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Oxford (Lace-up)|Leather', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Oxford (Lace-up)|PVC', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Patent Leather|Leather', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Patent Leather|Leatherette', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Patent Leather|Polyurethane', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Patent Leather|PVC', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Patent Leather|Rubber', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Penny Loafer|Leather', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Penny Loafer|Leatherette', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Penny Loafer|Polyurethane', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Penny Loafer|PVC', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Penny Loafer|Rubber', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Runner|Leather', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Runner|Leatherette', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Runner|Polyurethane', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Runner|PVC', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Runner|Rubber', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Saddle Shoe|Leather', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Saddle Shoe|Leatherette', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Saddle Shoe|Polyurethane', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Saddle Shoe|PVC', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Saddle Shoe|Rubber', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Sandal|Leather', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Sandal|Leatherette', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Sandal|Polyurethane', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Sandal|PVC', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Sandal|Rubber', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Tennis|Leather', '2015-02-24 21:55:29', '2015-02-24 21:55:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Tennis|Leatherette', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Tennis|Polyurethane', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Tennis|PVC', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Tennis|Rubber', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Walker|Leather', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Walker|Leatherette', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Walker|Polyurethane', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Walker|PVC', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Walker|Rubber', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Wingtip|Leather', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Wingtip|Leatherette', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Wingtip|Polyurethane', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Wingtip|PVC', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Wingtip|Rubber', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Work Boot|Leather', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Work Boot|Leatherette', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Work Boot|Polyurethane', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Work Boot|PVC', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Adidas|Work Boot|Rubber', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Balmoral|Leather', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Balmoral|Leatherette', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Balmoral|Polyurethane', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Balmoral|PVC', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Balmoral|Rubber', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Boat Shoe|Leather', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Boat Shoe|Leatherette', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Boat Shoe|Polyurethane', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Boat Shoe|PVC', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Boat Shoe|Rubber', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Brouge|Leather', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Brouge|Leatherette', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Brouge|Polyurethane', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Brouge|PVC', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Brouge|Rubber', '2015-02-24 21:55:30', '2015-02-24 21:55:30')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Cross Trainer|Leather', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Cross Trainer|Leatherette', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Cross Trainer|Polyurethane', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Cross Trainer|PVC', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Cross Trainer|Rubber', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Derby|Leather', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Derby|Leatherette', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Derby|Polyurethane', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Derby|PVC', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Derby|Rubber', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Boot|Leather', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Boot|Leatherette', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (62.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Boot|Polyurethane', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Boot|PVC', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Boot|Rubber', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Shoe|Leather', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Shoe|Leatherette', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Shoe|Polyurethane', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Shoe|PVC', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Dress Shoe|Rubber', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Driving Shoe|Leather', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Driving Shoe|Leatherette', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Driving Shoe|Polyurethane', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Driving Shoe|PVC', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Driving Shoe|Rubber', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Hiker|Leather', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Hiker|Leatherette', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Hiker|Polyurethane', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Hiker|PVC', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Hiker|Rubber', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Loafer (Slip-on)|Leather', '2015-02-24 21:55:31', '2015-02-24 21:55:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Loafer (Slip-on)|PVC', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Oxford (Lace-up)|Leather', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Oxford (Lace-up)|PVC', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Patent Leather|Leather', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Patent Leather|Leatherette', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Patent Leather|Polyurethane', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Patent Leather|PVC', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Patent Leather|Rubber', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Penny Loafer|Leather', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Penny Loafer|Leatherette', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Penny Loafer|Polyurethane', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Penny Loafer|PVC', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Penny Loafer|Rubber', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Runner|Leather', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Runner|Leatherette', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Runner|Polyurethane', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Runner|PVC', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Runner|Rubber', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Saddle Shoe|Leather', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Saddle Shoe|Leatherette', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Saddle Shoe|Polyurethane', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Saddle Shoe|PVC', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Saddle Shoe|Rubber', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Sandal|Leather', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Sandal|Leatherette', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Sandal|Polyurethane', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Sandal|PVC', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Sandal|Rubber', '2015-02-24 21:55:32', '2015-02-24 21:55:32')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Tennis|Leather', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Tennis|Leatherette', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Tennis|Polyurethane', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Tennis|PVC', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Tennis|Rubber', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Walker|Leather', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Walker|Leatherette', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Walker|Polyurethane', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Walker|PVC', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Walker|Rubber', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Wingtip|Leather', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Wingtip|Leatherette', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Wingtip|Polyurethane', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Wingtip|PVC', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Wingtip|Rubber', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Work Boot|Leather', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Work Boot|Leatherette', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Work Boot|Polyurethane', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Work Boot|PVC', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Alden|Work Boot|Rubber', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Balmoral|Leather', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Balmoral|Leatherette', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Balmoral|Polyurethane', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Balmoral|PVC', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Balmoral|Rubber', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Boat Shoe|Leather', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Boat Shoe|Leatherette', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Boat Shoe|Polyurethane', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Boat Shoe|PVC', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Boat Shoe|Rubber', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Brouge|Leather', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Brouge|Leatherette', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (47.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Brouge|Polyurethane', '2015-02-24 21:55:33', '2015-02-24 21:55:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Brouge|PVC', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Brouge|Rubber', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Cross Trainer|Leather', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Cross Trainer|Leatherette', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Cross Trainer|Polyurethane', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Cross Trainer|PVC', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Cross Trainer|Rubber', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Derby|Leather', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Derby|Leatherette', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Derby|Polyurethane', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Derby|PVC', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Derby|Rubber', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Boot|Leather', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Boot|Leatherette', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Boot|Polyurethane', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Boot|PVC', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Boot|Rubber', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Shoe|Leather', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Shoe|Leatherette', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Shoe|Polyurethane', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Shoe|PVC', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Dress Shoe|Rubber', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Driving Shoe|Leather', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Driving Shoe|Leatherette', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Driving Shoe|Polyurethane', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Driving Shoe|PVC', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Driving Shoe|Rubber', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Hiker|Leather', '2015-02-24 21:55:34', '2015-02-24 21:55:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Hiker|Leatherette', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Hiker|Polyurethane', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Hiker|PVC', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Hiker|Rubber', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Loafer (Slip-on)|Leather', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Loafer (Slip-on)|PVC', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Oxford (Lace-up)|Leather', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Oxford (Lace-up)|PVC', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Patent Leather|Leather', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Patent Leather|Leatherette', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Patent Leather|Polyurethane', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Patent Leather|PVC', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Patent Leather|Rubber', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Penny Loafer|Leather', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Penny Loafer|Leatherette', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Penny Loafer|Polyurethane', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Penny Loafer|PVC', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Penny Loafer|Rubber', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Runner|Leather', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Runner|Leatherette', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Runner|Polyurethane', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Runner|PVC', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Runner|Rubber', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Saddle Shoe|Leather', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Saddle Shoe|Leatherette', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Saddle Shoe|Polyurethane', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Saddle Shoe|PVC', '2015-02-24 21:55:35', '2015-02-24 21:55:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Saddle Shoe|Rubber', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Sandal|Leather', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Sandal|Leatherette', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Sandal|Polyurethane', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Sandal|PVC', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Sandal|Rubber', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Tennis|Leather', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Tennis|Leatherette', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Tennis|Polyurethane', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Tennis|PVC', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Tennis|Rubber', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Walker|Leather', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Walker|Leatherette', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Walker|Polyurethane', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Walker|PVC', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Walker|Rubber', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Wingtip|Leather', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Wingtip|Leatherette', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Wingtip|Polyurethane', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Wingtip|PVC', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Wingtip|Rubber', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Work Boot|Leather', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Work Boot|Leatherette', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Work Boot|Polyurethane', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Work Boot|PVC', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Allen Edmonds|Work Boot|Rubber', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Balmoral|Leather', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Balmoral|Leatherette', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Balmoral|Polyurethane', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Balmoral|PVC', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Balmoral|Rubber', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Boat Shoe|Leather', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Boat Shoe|Leatherette', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Boat Shoe|Polyurethane', '2015-02-24 21:55:36', '2015-02-24 21:55:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Boat Shoe|PVC', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Boat Shoe|Rubber', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Brouge|Leather', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Brouge|Leatherette', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Brouge|Polyurethane', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Brouge|PVC', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Brouge|Rubber', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Cross Trainer|Leather', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Cross Trainer|Leatherette', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Cross Trainer|Polyurethane', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Cross Trainer|PVC', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Cross Trainer|Rubber', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Derby|Leather', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Derby|Leatherette', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Derby|Polyurethane', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Derby|PVC', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Derby|Rubber', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Boot|Leather', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Boot|Leatherette', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Boot|Polyurethane', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Boot|PVC', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (109.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (125.1ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Boot|Rubber', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (125.4ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Shoe|Leather', '2015-02-24 21:55:37', '2015-02-24 21:55:37')
 (140.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Shoe|Leatherette', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Shoe|Polyurethane', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Shoe|PVC', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Dress Shoe|Rubber', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Driving Shoe|Leather', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Driving Shoe|Leatherette', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Driving Shoe|Polyurethane', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Driving Shoe|PVC', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Driving Shoe|Rubber', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Hiker|Leather', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Hiker|Leatherette', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Hiker|Polyurethane', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Hiker|PVC', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Hiker|Rubber', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Loafer (Slip-on)|Leather', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Loafer (Slip-on)|PVC', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Oxford (Lace-up)|Leather', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Oxford (Lace-up)|PVC', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Patent Leather|Leather', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Patent Leather|Leatherette', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (36.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Patent Leather|Polyurethane', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Patent Leather|PVC', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Patent Leather|Rubber', '2015-02-24 21:55:38', '2015-02-24 21:55:38')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Penny Loafer|Leather', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Penny Loafer|Leatherette', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Penny Loafer|Polyurethane', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Penny Loafer|PVC', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Penny Loafer|Rubber', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Runner|Leather', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Runner|Leatherette', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Runner|Polyurethane', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Runner|PVC', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Runner|Rubber', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Saddle Shoe|Leather', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Saddle Shoe|Leatherette', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Saddle Shoe|Polyurethane', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Saddle Shoe|PVC', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Saddle Shoe|Rubber', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Sandal|Leather', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Sandal|Leatherette', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Sandal|Polyurethane', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Sandal|PVC', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Sandal|Rubber', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Tennis|Leather', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Tennis|Leatherette', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Tennis|Polyurethane', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Tennis|PVC', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Tennis|Rubber', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Walker|Leather', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Walker|Leatherette', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Walker|Polyurethane', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Walker|PVC', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Walker|Rubber', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Wingtip|Leather', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Wingtip|Leatherette', '2015-02-24 21:55:39', '2015-02-24 21:55:39')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Wingtip|Polyurethane', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Wingtip|PVC', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Wingtip|Rubber', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Work Boot|Leather', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Work Boot|Leatherette', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Work Boot|Polyurethane', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Work Boot|PVC', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Asics|Work Boot|Rubber', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Balmoral|Leather', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Balmoral|Leatherette', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Balmoral|Polyurethane', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Balmoral|PVC', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Balmoral|Rubber', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Boat Shoe|Leather', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Boat Shoe|Leatherette', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Boat Shoe|Polyurethane', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Boat Shoe|PVC', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Boat Shoe|Rubber', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Brouge|Leather', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Brouge|Leatherette', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Brouge|Polyurethane', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Brouge|PVC', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (38.8ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Brouge|Rubber', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (21.1ms)  COMMIT
 (1.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.5ms)  BEGIN
SQL (34.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Cross Trainer|Leather', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Cross Trainer|Leatherette', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Cross Trainer|Polyurethane', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Cross Trainer|PVC', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Cross Trainer|Rubber', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Derby|Leather', '2015-02-24 21:55:40', '2015-02-24 21:55:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Derby|Leatherette', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Derby|Polyurethane', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Derby|PVC', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Derby|Rubber', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Boot|Leather', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Boot|Leatherette', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Boot|Polyurethane', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Boot|PVC', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Boot|Rubber', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Shoe|Leather', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Shoe|Leatherette', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Shoe|Polyurethane', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Shoe|PVC', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Dress Shoe|Rubber', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Driving Shoe|Leather', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Driving Shoe|Leatherette', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Driving Shoe|Polyurethane', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Driving Shoe|PVC', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Driving Shoe|Rubber', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Hiker|Leather', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Hiker|Leatherette', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Hiker|Polyurethane', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Hiker|PVC', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Hiker|Rubber', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Loafer (Slip-on)|Leather', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Loafer (Slip-on)|PVC', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Oxford (Lace-up)|Leather', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Oxford (Lace-up)|PVC', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Patent Leather|Leather', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Patent Leather|Leatherette', '2015-02-24 21:55:41', '2015-02-24 21:55:41')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Patent Leather|Polyurethane', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Patent Leather|PVC', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Patent Leather|Rubber', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Penny Loafer|Leather', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Penny Loafer|Leatherette', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Penny Loafer|Polyurethane', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Penny Loafer|PVC', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Penny Loafer|Rubber', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Runner|Leather', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Runner|Leatherette', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Runner|Polyurethane', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Runner|PVC', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Runner|Rubber', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Saddle Shoe|Leather', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Saddle Shoe|Leatherette', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Saddle Shoe|Polyurethane', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Saddle Shoe|PVC', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Saddle Shoe|Rubber', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Sandal|Leather', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Sandal|Leatherette', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Sandal|Polyurethane', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Sandal|PVC', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Sandal|Rubber', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Tennis|Leather', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Tennis|Leatherette', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Tennis|Polyurethane', '2015-02-24 21:55:42', '2015-02-24 21:55:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Tennis|PVC', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Tennis|Rubber', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Walker|Leather', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Walker|Leatherette', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Walker|Polyurethane', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Walker|PVC', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Walker|Rubber', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Wingtip|Leather', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Wingtip|Leatherette', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Wingtip|Polyurethane', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Wingtip|PVC', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Wingtip|Rubber', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Work Boot|Leather', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Work Boot|Leatherette', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Work Boot|Polyurethane', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Work Boot|PVC', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bass|Work Boot|Rubber', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Balmoral|Leather', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Balmoral|Leatherette', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Balmoral|Polyurethane', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Balmoral|PVC', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Balmoral|Rubber', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Boat Shoe|Leather', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Boat Shoe|Leatherette', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Boat Shoe|Polyurethane', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Boat Shoe|PVC', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Boat Shoe|Rubber', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Brouge|Leather', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Brouge|Leatherette', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Brouge|Polyurethane', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Brouge|PVC', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Brouge|Rubber', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Cross Trainer|Leather', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.1ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Cross Trainer|Leatherette', '2015-02-24 21:55:43', '2015-02-24 21:55:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Cross Trainer|Polyurethane', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Cross Trainer|PVC', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Cross Trainer|Rubber', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Derby|Leather', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Derby|Leatherette', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Derby|Polyurethane', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Derby|PVC', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Derby|Rubber', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Boot|Leather', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Boot|Leatherette', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Boot|Polyurethane', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Boot|PVC', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Boot|Rubber', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Shoe|Leather', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Shoe|Leatherette', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Shoe|Polyurethane', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Shoe|PVC', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Dress Shoe|Rubber', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Driving Shoe|Leather', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Driving Shoe|Leatherette', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Driving Shoe|Polyurethane', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Driving Shoe|PVC', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Driving Shoe|Rubber', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Hiker|Leather', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Hiker|Leatherette', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Hiker|Polyurethane', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Hiker|PVC', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Hiker|Rubber', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Loafer (Slip-on)|Leather', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Loafer (Slip-on)|PVC', '2015-02-24 21:55:44', '2015-02-24 21:55:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Oxford (Lace-up)|Leather', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Oxford (Lace-up)|PVC', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Patent Leather|Leather', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Patent Leather|Leatherette', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Patent Leather|Polyurethane', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Patent Leather|PVC', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Patent Leather|Rubber', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Penny Loafer|Leather', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Penny Loafer|Leatherette', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Penny Loafer|Polyurethane', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Penny Loafer|PVC', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Penny Loafer|Rubber', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Runner|Leather', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Runner|Leatherette', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Runner|Polyurethane', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Runner|PVC', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Runner|Rubber', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Saddle Shoe|Leather', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Saddle Shoe|Leatherette', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Saddle Shoe|Polyurethane', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Saddle Shoe|PVC', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Saddle Shoe|Rubber', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Sandal|Leather', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Sandal|Leatherette', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Sandal|Polyurethane', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Sandal|PVC', '2015-02-24 21:55:45', '2015-02-24 21:55:45')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Sandal|Rubber', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Tennis|Leather', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Tennis|Leatherette', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Tennis|Polyurethane', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Tennis|PVC', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Tennis|Rubber', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Walker|Leather', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Walker|Leatherette', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Walker|Polyurethane', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Walker|PVC', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Walker|Rubber', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Wingtip|Leather', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Wingtip|Leatherette', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Wingtip|Polyurethane', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Wingtip|PVC', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Wingtip|Rubber', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Work Boot|Leather', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Work Boot|Leatherette', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Work Boot|Polyurethane', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Work Boot|PVC', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bates|Work Boot|Rubber', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Balmoral|Leather', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Balmoral|Leatherette', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Balmoral|Polyurethane', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Balmoral|PVC', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Balmoral|Rubber', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Boat Shoe|Leather', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Boat Shoe|Leatherette', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Boat Shoe|Polyurethane', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Boat Shoe|PVC', '2015-02-24 21:55:46', '2015-02-24 21:55:46')
 (62.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Boat Shoe|Rubber', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Brouge|Leather', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Brouge|Leatherette', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Brouge|Polyurethane', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Brouge|PVC', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Brouge|Rubber', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Cross Trainer|Leather', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Cross Trainer|Leatherette', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Cross Trainer|Polyurethane', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Cross Trainer|PVC', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Cross Trainer|Rubber', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Derby|Leather', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Derby|Leatherette', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Derby|Polyurethane', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Derby|PVC', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Derby|Rubber', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Boot|Leather', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Boot|Leatherette', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Boot|Polyurethane', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Boot|PVC', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Boot|Rubber', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Shoe|Leather', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Shoe|Leatherette', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Shoe|Polyurethane', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Shoe|PVC', '2015-02-24 21:55:47', '2015-02-24 21:55:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Dress Shoe|Rubber', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Driving Shoe|Leather', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Driving Shoe|Leatherette', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Driving Shoe|Polyurethane', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Driving Shoe|PVC', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Driving Shoe|Rubber', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Hiker|Leather', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Hiker|Leatherette', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Hiker|Polyurethane', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Hiker|PVC', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Hiker|Rubber', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Loafer (Slip-on)|Leather', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Loafer (Slip-on)|PVC', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Oxford (Lace-up)|Leather', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Oxford (Lace-up)|PVC', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Patent Leather|Leather', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Patent Leather|Leatherette', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Patent Leather|Polyurethane', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Patent Leather|PVC', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Patent Leather|Rubber', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Penny Loafer|Leather', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Penny Loafer|Leatherette', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Penny Loafer|Polyurethane', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Penny Loafer|PVC', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Penny Loafer|Rubber', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Runner|Leather', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Runner|Leatherette', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Runner|Polyurethane', '2015-02-24 21:55:48', '2015-02-24 21:55:48')
 (16.0ms)  COMMIT
 (15.7ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Runner|PVC', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Runner|Rubber', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Saddle Shoe|Leather', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Saddle Shoe|Leatherette', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Saddle Shoe|Polyurethane', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Saddle Shoe|PVC', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Saddle Shoe|Rubber', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Sandal|Leather', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Sandal|Leatherette', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Sandal|Polyurethane', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Sandal|PVC', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Sandal|Rubber', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Tennis|Leather', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Tennis|Leatherette', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Tennis|Polyurethane', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Tennis|PVC', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Tennis|Rubber', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Walker|Leather', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Walker|Leatherette', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Walker|Polyurethane', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Walker|PVC', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Walker|Rubber', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Wingtip|Leather', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Wingtip|Leatherette', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Wingtip|Polyurethane', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Wingtip|PVC', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Wingtip|Rubber', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Work Boot|Leather', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Work Boot|Leatherette', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Work Boot|Polyurethane', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Work Boot|PVC', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Berluti|Work Boot|Rubber', '2015-02-24 21:55:49', '2015-02-24 21:55:49')
 (15.8ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Balmoral|Leather', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Balmoral|Leatherette', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Balmoral|Polyurethane', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Balmoral|PVC', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Balmoral|Rubber', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Boat Shoe|Leather', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Boat Shoe|Leatherette', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Boat Shoe|Polyurethane', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Boat Shoe|PVC', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Boat Shoe|Rubber', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Brouge|Leather', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Brouge|Leatherette', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Brouge|Polyurethane', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Brouge|PVC', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Brouge|Rubber', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Cross Trainer|Leather', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Cross Trainer|Leatherette', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Cross Trainer|Polyurethane', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Cross Trainer|PVC', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Cross Trainer|Rubber', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Derby|Leather', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Derby|Leatherette', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Derby|Polyurethane', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Derby|PVC', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Derby|Rubber', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Boot|Leather', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Boot|Leatherette', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Boot|Polyurethane', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Boot|PVC', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Boot|Rubber', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Shoe|Leather', '2015-02-24 21:55:50', '2015-02-24 21:55:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Shoe|Leatherette', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Shoe|Polyurethane', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Shoe|PVC', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Dress Shoe|Rubber', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Driving Shoe|Leather', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Driving Shoe|Leatherette', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Driving Shoe|Polyurethane', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Driving Shoe|PVC', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Driving Shoe|Rubber', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Hiker|Leather', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Hiker|Leatherette', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Hiker|Polyurethane', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Hiker|PVC', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Hiker|Rubber', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (62.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Loafer (Slip-on)|Leather', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Loafer (Slip-on)|PVC', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Oxford (Lace-up)|Leather', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Oxford (Lace-up)|PVC', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Patent Leather|Leather', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Patent Leather|Leatherette', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Patent Leather|Polyurethane', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Patent Leather|PVC', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Patent Leather|Rubber', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Penny Loafer|Leather', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Penny Loafer|Leatherette', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Penny Loafer|Polyurethane', '2015-02-24 21:55:51', '2015-02-24 21:55:51')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Penny Loafer|PVC', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Penny Loafer|Rubber', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Runner|Leather', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Runner|Leatherette', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Runner|Polyurethane', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Runner|PVC', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Runner|Rubber', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Saddle Shoe|Leather', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Saddle Shoe|Leatherette', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Saddle Shoe|Polyurethane', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Saddle Shoe|PVC', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Saddle Shoe|Rubber', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Sandal|Leather', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Sandal|Leatherette', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Sandal|Polyurethane', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Sandal|PVC', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Sandal|Rubber', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Tennis|Leather', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Tennis|Leatherette', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Tennis|Polyurethane', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Tennis|PVC', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Tennis|Rubber', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Walker|Leather', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Walker|Leatherette', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Walker|Polyurethane', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Walker|PVC', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Walker|Rubber', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Wingtip|Leather', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Wingtip|Leatherette', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Wingtip|Polyurethane', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Wingtip|PVC', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Wingtip|Rubber', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Work Boot|Leather', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Work Boot|Leatherette', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Work Boot|Polyurethane', '2015-02-24 21:55:52', '2015-02-24 21:55:52')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Work Boot|PVC', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Birkenstock|Work Boot|Rubber', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Balmoral|Leather', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Balmoral|Leatherette', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Balmoral|Polyurethane', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Balmoral|PVC', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Balmoral|Rubber', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Boat Shoe|Leather', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Boat Shoe|Leatherette', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Boat Shoe|Polyurethane', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Boat Shoe|PVC', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Boat Shoe|Rubber', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Brouge|Leather', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Brouge|Leatherette', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Brouge|Polyurethane', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Brouge|PVC', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Brouge|Rubber', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Cross Trainer|Leather', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Cross Trainer|Leatherette', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Cross Trainer|Polyurethane', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Cross Trainer|PVC', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Cross Trainer|Rubber', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Derby|Leather', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Derby|Leatherette', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (250.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Derby|Polyurethane', '2015-02-24 21:55:53', '2015-02-24 21:55:53')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Derby|PVC', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Derby|Rubber', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (140.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Boot|Leather', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Boot|Leatherette', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Boot|Polyurethane', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Boot|PVC', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Boot|Rubber', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Shoe|Leather', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Shoe|Leatherette', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Shoe|Polyurethane', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Shoe|PVC', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Dress Shoe|Rubber', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Driving Shoe|Leather', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Driving Shoe|Leatherette', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Driving Shoe|Polyurethane', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Driving Shoe|PVC', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Driving Shoe|Rubber', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (62.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Hiker|Leather', '2015-02-24 21:55:54', '2015-02-24 21:55:54')
 (47.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Hiker|Leatherette', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Hiker|Polyurethane', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Hiker|PVC', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Hiker|Rubber', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Loafer (Slip-on)|Leather', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (109.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (390.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Loafer (Slip-on)|PVC', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Oxford (Lace-up)|Leather', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Oxford (Lace-up)|PVC', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Patent Leather|Leather', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Patent Leather|Leatherette', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Patent Leather|Polyurethane', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Patent Leather|PVC', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Patent Leather|Rubber', '2015-02-24 21:55:55', '2015-02-24 21:55:55')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Penny Loafer|Leather', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Penny Loafer|Leatherette', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Penny Loafer|Polyurethane', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Penny Loafer|PVC', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Penny Loafer|Rubber', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Runner|Leather', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (16.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Runner|Leatherette', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Runner|Polyurethane', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Runner|PVC', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Runner|Rubber', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Saddle Shoe|Leather', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Saddle Shoe|Leatherette', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Saddle Shoe|Polyurethane', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Saddle Shoe|PVC', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Saddle Shoe|Rubber', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Sandal|Leather', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Sandal|Leatherette', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Sandal|Polyurethane', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Sandal|PVC', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Sandal|Rubber', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Tennis|Leather', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Tennis|Leatherette', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Tennis|Polyurethane', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Tennis|PVC', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Tennis|Rubber', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Walker|Leather', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Walker|Leatherette', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Walker|Polyurethane', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Walker|PVC', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Walker|Rubber', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Wingtip|Leather', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Wingtip|Leatherette', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Wingtip|Polyurethane', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Wingtip|PVC', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Wingtip|Rubber', '2015-02-24 21:55:56', '2015-02-24 21:55:56')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Work Boot|Leather', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Work Boot|Leatherette', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Work Boot|Polyurethane', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Work Boot|PVC', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bostonian|Work Boot|Rubber', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Balmoral|Leather', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Balmoral|Leatherette', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Balmoral|Polyurethane', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Balmoral|PVC', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Balmoral|Rubber', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Boat Shoe|Leather', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Boat Shoe|Leatherette', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Boat Shoe|Polyurethane', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Boat Shoe|PVC', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Boat Shoe|Rubber', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Brouge|Leather', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Brouge|Leatherette', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Brouge|Polyurethane', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Brouge|PVC', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Brouge|Rubber', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Cross Trainer|Leather', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Cross Trainer|Leatherette', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Cross Trainer|Polyurethane', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Cross Trainer|PVC', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Cross Trainer|Rubber', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Derby|Leather', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Derby|Leatherette', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Derby|Polyurethane', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Derby|PVC', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Derby|Rubber', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Boot|Leather', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Boot|Leatherette', '2015-02-24 21:55:57', '2015-02-24 21:55:57')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Boot|Polyurethane', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Boot|PVC', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Boot|Rubber', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Shoe|Leather', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Shoe|Leatherette', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Shoe|Polyurethane', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Shoe|PVC', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Dress Shoe|Rubber', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Driving Shoe|Leather', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Driving Shoe|Leatherette', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Driving Shoe|Polyurethane', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Driving Shoe|PVC', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Driving Shoe|Rubber', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Hiker|Leather', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Hiker|Leatherette', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Hiker|Polyurethane', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Hiker|PVC', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Hiker|Rubber', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Loafer (Slip-on)|Leather', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Loafer (Slip-on)|Leatherette', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Loafer (Slip-on)|PVC', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Loafer (Slip-on)|Rubber', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Oxford (Lace-up)|Leather', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Oxford (Lace-up)|Leatherette', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Oxford (Lace-up)|PVC', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Oxford (Lace-up)|Rubber', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Patent Leather|Leather', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Patent Leather|Leatherette', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Patent Leather|Polyurethane', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Patent Leather|PVC', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Patent Leather|Rubber', '2015-02-24 21:55:58', '2015-02-24 21:55:58')
 (15.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Penny Loafer|Leather', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Penny Loafer|Leatherette', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Penny Loafer|Polyurethane', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Penny Loafer|PVC', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Penny Loafer|Rubber', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Runner|Leather', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Runner|Leatherette', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Runner|Polyurethane', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Runner|PVC', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Runner|Rubber', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Saddle Shoe|Leather', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Saddle Shoe|Leatherette', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Saddle Shoe|Polyurethane', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Saddle Shoe|PVC', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Saddle Shoe|Rubber', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Sandal|Leather', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Sandal|Leatherette', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Sandal|Polyurethane', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Sandal|PVC', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Sandal|Rubber', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Tennis|Leather', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Tennis|Leatherette', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Tennis|Polyurethane', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Tennis|PVC', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Tennis|Rubber', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Walker|Leather', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Walker|Leatherette', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Walker|Polyurethane', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Walker|PVC', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Walker|Rubber', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Wingtip|Leather', '2015-02-24 21:55:59', '2015-02-24 21:55:59')
 (62.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Wingtip|Leatherette', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (47.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Wingtip|Polyurethane', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Wingtip|PVC', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Wingtip|Rubber', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Work Boot|Leather', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (21.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Work Boot|Leatherette', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Work Boot|Polyurethane', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Work Boot|PVC', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Brass Boot|Work Boot|Rubber', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Balmoral|Leather', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Balmoral|Leatherette', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Balmoral|Polyurethane', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Balmoral|PVC', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Balmoral|Rubber', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Boat Shoe|Leather', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Boat Shoe|Leatherette', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Boat Shoe|Polyurethane', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Boat Shoe|PVC', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Boat Shoe|Rubber', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Brouge|Leather', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Brouge|Leatherette', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Brouge|Polyurethane', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Brouge|PVC', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Brouge|Rubber', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Cross Trainer|Leather', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Cross Trainer|Leatherette', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Cross Trainer|Polyurethane', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Cross Trainer|PVC', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Cross Trainer|Rubber', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Derby|Leather', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Derby|Leatherette', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Derby|Polyurethane', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Derby|PVC', '2015-02-24 21:56:00', '2015-02-24 21:56:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Derby|Rubber', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Boot|Leather', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (26.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Boot|Leatherette', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (24.8ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Boot|Polyurethane', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (18.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Boot|PVC', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Boot|Rubber', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Shoe|Leather', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Shoe|Leatherette', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Shoe|Polyurethane', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Shoe|PVC', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Dress Shoe|Rubber', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Driving Shoe|Leather', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Driving Shoe|Leatherette', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Driving Shoe|Polyurethane', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Driving Shoe|PVC', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Driving Shoe|Rubber', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Hiker|Leather', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Hiker|Leatherette', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Hiker|Polyurethane', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Hiker|PVC', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Hiker|Rubber', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Loafer (Slip-on)|Leather', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Loafer (Slip-on)|PVC', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Oxford (Lace-up)|Leather', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Oxford (Lace-up)|PVC', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Patent Leather|Leather', '2015-02-24 21:56:01', '2015-02-24 21:56:01')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Patent Leather|Leatherette', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Patent Leather|Polyurethane', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Patent Leather|PVC', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Patent Leather|Rubber', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Penny Loafer|Leather', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Penny Loafer|Leatherette', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Penny Loafer|Polyurethane', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Penny Loafer|PVC', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Penny Loafer|Rubber', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Runner|Leather', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Runner|Leatherette', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Runner|Polyurethane', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Runner|PVC', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Runner|Rubber', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Saddle Shoe|Leather', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Saddle Shoe|Leatherette', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Saddle Shoe|Polyurethane', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Saddle Shoe|PVC', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Saddle Shoe|Rubber', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Sandal|Leather', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Sandal|Leatherette', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Sandal|Polyurethane', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Sandal|PVC', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Sandal|Rubber', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Tennis|Leather', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Tennis|Leatherette', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Tennis|Polyurethane', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Tennis|PVC', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Tennis|Rubber', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Walker|Leather', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Walker|Leatherette', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Walker|Polyurethane', '2015-02-24 21:56:02', '2015-02-24 21:56:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Walker|PVC', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Walker|Rubber', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Wingtip|Leather', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Wingtip|Leatherette', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Wingtip|Polyurethane', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Wingtip|PVC', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Wingtip|Rubber', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Work Boot|Leather', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Work Boot|Leatherette', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Work Boot|Polyurethane', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Work Boot|PVC', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Bruno Magli|Work Boot|Rubber', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Balmoral|Leather', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Balmoral|Leatherette', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Balmoral|Polyurethane', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Balmoral|PVC', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Balmoral|Rubber', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Boat Shoe|Leather', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Boat Shoe|Leatherette', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Boat Shoe|Polyurethane', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Boat Shoe|PVC', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Boat Shoe|Rubber', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Brouge|Leather', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Brouge|Leatherette', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Brouge|Polyurethane', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Brouge|PVC', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Brouge|Rubber', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Cross Trainer|Leather', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Cross Trainer|Leatherette', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Cross Trainer|Polyurethane', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Cross Trainer|PVC', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Cross Trainer|Rubber', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Derby|Leather', '2015-02-24 21:56:03', '2015-02-24 21:56:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Derby|Leatherette', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Derby|Polyurethane', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Derby|PVC', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Derby|Rubber', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Boot|Leather', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Boot|Leatherette', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Boot|Polyurethane', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Boot|PVC', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Boot|Rubber', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Shoe|Leather', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Shoe|Leatherette', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Shoe|Polyurethane', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Shoe|PVC', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Dress Shoe|Rubber', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Driving Shoe|Leather', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Driving Shoe|Leatherette', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Driving Shoe|Polyurethane', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Driving Shoe|PVC', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Driving Shoe|Rubber', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Hiker|Leather', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Hiker|Leatherette', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Hiker|Polyurethane', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Hiker|PVC', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Hiker|Rubber', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Loafer (Slip-on)|Leather', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Loafer (Slip-on)|PVC', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Oxford (Lace-up)|Leather', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Oxford (Lace-up)|PVC', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:04', '2015-02-24 21:56:04')
 (63.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Patent Leather|Leather', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Patent Leather|Leatherette', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Patent Leather|Polyurethane', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Patent Leather|PVC', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Patent Leather|Rubber', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Penny Loafer|Leather', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Penny Loafer|Leatherette', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Penny Loafer|Polyurethane', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Penny Loafer|PVC', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Penny Loafer|Rubber', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Runner|Leather', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Runner|Leatherette', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Runner|Polyurethane', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Runner|PVC', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Runner|Rubber', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Saddle Shoe|Leather', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Saddle Shoe|Leatherette', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Saddle Shoe|Polyurethane', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Saddle Shoe|PVC', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Saddle Shoe|Rubber', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Sandal|Leather', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (187.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Sandal|Leatherette', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Sandal|Polyurethane', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Sandal|PVC', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Sandal|Rubber', '2015-02-24 21:56:05', '2015-02-24 21:56:05')
 (140.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Tennis|Leather', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Tennis|Leatherette', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Tennis|Polyurethane', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Tennis|PVC', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Tennis|Rubber', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Walker|Leather', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Walker|Leatherette', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Walker|Polyurethane', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Walker|PVC', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Walker|Rubber', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Wingtip|Leather', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Wingtip|Leatherette', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Wingtip|Polyurethane', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Wingtip|PVC', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Wingtip|Rubber', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Work Boot|Leather', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Work Boot|Leatherette', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Work Boot|Polyurethane', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Work Boot|PVC', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Calvin Klein|Work Boot|Rubber', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Balmoral|Leather', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Balmoral|Leatherette', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Balmoral|Polyurethane', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Balmoral|PVC', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Balmoral|Rubber', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (78.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Boat Shoe|Leather', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Boat Shoe|Leatherette', '2015-02-24 21:56:06', '2015-02-24 21:56:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Boat Shoe|Polyurethane', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Boat Shoe|PVC', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Boat Shoe|Rubber', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Brouge|Leather', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Brouge|Leatherette', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Brouge|Polyurethane', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Brouge|PVC', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Brouge|Rubber', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Cross Trainer|Leather', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Cross Trainer|Leatherette', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Cross Trainer|Polyurethane', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Cross Trainer|PVC', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Cross Trainer|Rubber', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Derby|Leather', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Derby|Leatherette', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Derby|Polyurethane', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Derby|PVC', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Derby|Rubber', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Boot|Leather', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Boot|Leatherette', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Boot|Polyurethane', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Boot|PVC', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Boot|Rubber', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Shoe|Leather', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Shoe|Leatherette', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Shoe|Polyurethane', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Shoe|PVC', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Dress Shoe|Rubber', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Driving Shoe|Leather', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Driving Shoe|Leatherette', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Driving Shoe|Polyurethane', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Driving Shoe|PVC', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Driving Shoe|Rubber', '2015-02-24 21:56:07', '2015-02-24 21:56:07')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Hiker|Leather', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Hiker|Leatherette', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Hiker|Polyurethane', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Hiker|PVC', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Hiker|Rubber', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Loafer (Slip-on)|Leather', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Loafer (Slip-on)|PVC', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Oxford (Lace-up)|Leather', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Oxford (Lace-up)|PVC', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Patent Leather|Leather', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Patent Leather|Leatherette', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Patent Leather|Polyurethane', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Patent Leather|PVC', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Patent Leather|Rubber', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Penny Loafer|Leather', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Penny Loafer|Leatherette', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Penny Loafer|Polyurethane', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Penny Loafer|PVC', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Penny Loafer|Rubber', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Runner|Leather', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Runner|Leatherette', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Runner|Polyurethane', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Runner|PVC', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Runner|Rubber', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Saddle Shoe|Leather', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Saddle Shoe|Leatherette', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Saddle Shoe|Polyurethane', '2015-02-24 21:56:08', '2015-02-24 21:56:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Saddle Shoe|PVC', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Saddle Shoe|Rubber', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (36.4ms)  COMMIT
 (1.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Sandal|Leather', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (20.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Sandal|Leatherette', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Sandal|Polyurethane', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Sandal|PVC', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Sandal|Rubber', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Tennis|Leather', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Tennis|Leatherette', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Tennis|Polyurethane', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Tennis|PVC', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Tennis|Rubber', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Walker|Leather', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Walker|Leatherette', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Walker|Polyurethane', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Walker|PVC', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Walker|Rubber', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Wingtip|Leather', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Wingtip|Leatherette', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Wingtip|Polyurethane', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Wingtip|PVC', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Wingtip|Rubber', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Work Boot|Leather', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Work Boot|Leatherette', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Work Boot|Polyurethane', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Work Boot|PVC', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Caterpillar|Work Boot|Rubber', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Balmoral|Leather', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Balmoral|Leatherette', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Balmoral|Polyurethane', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Balmoral|PVC', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Balmoral|Rubber', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Boat Shoe|Leather', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Boat Shoe|Leatherette', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Boat Shoe|Polyurethane', '2015-02-24 21:56:09', '2015-02-24 21:56:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Boat Shoe|PVC', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Boat Shoe|Rubber', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Brouge|Leather', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Brouge|Leatherette', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Brouge|Polyurethane', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Brouge|PVC', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Brouge|Rubber', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (140.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Cross Trainer|Leather', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Cross Trainer|Leatherette', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Cross Trainer|Polyurethane', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Cross Trainer|PVC', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Cross Trainer|Rubber', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Derby|Leather', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Derby|Leatherette', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Derby|Polyurethane', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Derby|PVC', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Derby|Rubber', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Boot|Leather', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Boot|Leatherette', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Boot|Polyurethane', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Boot|PVC', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Boot|Rubber', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Shoe|Leather', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Shoe|Leatherette', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Shoe|Polyurethane', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Shoe|PVC', '2015-02-24 21:56:10', '2015-02-24 21:56:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Dress Shoe|Rubber', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Driving Shoe|Leather', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Driving Shoe|Leatherette', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Driving Shoe|Polyurethane', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Driving Shoe|PVC', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Driving Shoe|Rubber', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Hiker|Leather', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Hiker|Leatherette', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Hiker|Polyurethane', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Hiker|PVC', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Hiker|Rubber', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Loafer (Slip-on)|Leather', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Loafer (Slip-on)|PVC', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Oxford (Lace-up)|Leather', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Oxford (Lace-up)|PVC', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Patent Leather|Leather', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Patent Leather|Leatherette', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Patent Leather|Polyurethane', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Patent Leather|PVC', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Patent Leather|Rubber', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Penny Loafer|Leather', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Penny Loafer|Leatherette', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Penny Loafer|Polyurethane', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Penny Loafer|PVC', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Penny Loafer|Rubber', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Runner|Leather', '2015-02-24 21:56:11', '2015-02-24 21:56:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Runner|Leatherette', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Runner|Polyurethane', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Runner|PVC', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Runner|Rubber', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Saddle Shoe|Leather', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Saddle Shoe|Leatherette', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Saddle Shoe|Polyurethane', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Saddle Shoe|PVC', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Saddle Shoe|Rubber', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Sandal|Leather', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Sandal|Leatherette', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Sandal|Polyurethane', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Sandal|PVC', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Sandal|Rubber', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Tennis|Leather', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Tennis|Leatherette', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Tennis|Polyurethane', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Tennis|PVC', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Tennis|Rubber', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Walker|Leather', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Walker|Leatherette', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Walker|Polyurethane', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Walker|PVC', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Walker|Rubber', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Wingtip|Leather', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Wingtip|Leatherette', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Wingtip|Polyurethane', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Wingtip|PVC', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Wingtip|Rubber', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Work Boot|Leather', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Work Boot|Leatherette', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Work Boot|Polyurethane', '2015-02-24 21:56:12', '2015-02-24 21:56:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Work Boot|PVC', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Clarks|Work Boot|Rubber', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Balmoral|Leather', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Balmoral|Leatherette', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Balmoral|Polyurethane', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Balmoral|PVC', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Balmoral|Rubber', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Boat Shoe|Leather', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Boat Shoe|Leatherette', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Boat Shoe|Polyurethane', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Boat Shoe|PVC', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Boat Shoe|Rubber', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Brouge|Leather', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Brouge|Leatherette', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Brouge|Polyurethane', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Brouge|PVC', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Brouge|Rubber', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Cross Trainer|Leather', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Cross Trainer|Leatherette', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Cross Trainer|Polyurethane', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Cross Trainer|PVC', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Cross Trainer|Rubber', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Derby|Leather', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Derby|Leatherette', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Derby|Polyurethane', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Derby|PVC', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Derby|Rubber', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Boot|Leather', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Boot|Leatherette', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Boot|Polyurethane', '2015-02-24 21:56:13', '2015-02-24 21:56:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Boot|PVC', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Boot|Rubber', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Shoe|Leather', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Shoe|Leatherette', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Shoe|Polyurethane', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Shoe|PVC', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Dress Shoe|Rubber', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Driving Shoe|Leather', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Driving Shoe|Leatherette', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Driving Shoe|Polyurethane', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Driving Shoe|PVC', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Driving Shoe|Rubber', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Hiker|Leather', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Hiker|Leatherette', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Hiker|Polyurethane', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Hiker|PVC', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Hiker|Rubber', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Loafer (Slip-on)|Leather', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Loafer (Slip-on)|PVC', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Oxford (Lace-up)|Leather', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Oxford (Lace-up)|PVC', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Patent Leather|Leather', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Patent Leather|Leatherette', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Patent Leather|Polyurethane', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Patent Leather|PVC', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Patent Leather|Rubber', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Penny Loafer|Leather', '2015-02-24 21:56:14', '2015-02-24 21:56:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Penny Loafer|Leatherette', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Penny Loafer|Polyurethane', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Penny Loafer|PVC', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Penny Loafer|Rubber', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Runner|Leather', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Runner|Leatherette', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Runner|Polyurethane', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Runner|PVC', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Runner|Rubber', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Saddle Shoe|Leather', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Saddle Shoe|Leatherette', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Saddle Shoe|Polyurethane', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Saddle Shoe|PVC', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Saddle Shoe|Rubber', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Sandal|Leather', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Sandal|Leatherette', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Sandal|Polyurethane', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Sandal|PVC', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Sandal|Rubber', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Tennis|Leather', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Tennis|Leatherette', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Tennis|Polyurethane', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Tennis|PVC', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Tennis|Rubber', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Walker|Leather', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Walker|Leatherette', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Walker|Polyurethane', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Walker|PVC', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Walker|Rubber', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Wingtip|Leather', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Wingtip|Leatherette', '2015-02-24 21:56:15', '2015-02-24 21:56:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Wingtip|Polyurethane', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Wingtip|PVC', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Wingtip|Rubber', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Work Boot|Leather', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Work Boot|Leatherette', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Work Boot|Polyurethane', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Work Boot|PVC', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Cola Haan|Work Boot|Rubber', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Balmoral|Leather', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Balmoral|Leatherette', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Balmoral|Polyurethane', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Balmoral|PVC', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Balmoral|Rubber', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Boat Shoe|Leather', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Boat Shoe|Leatherette', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Boat Shoe|Polyurethane', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Boat Shoe|PVC', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Boat Shoe|Rubber', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Brouge|Leather', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Brouge|Leatherette', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Brouge|Polyurethane', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Brouge|PVC', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Brouge|Rubber', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Cross Trainer|Leather', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Cross Trainer|Leatherette', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Cross Trainer|Polyurethane', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Cross Trainer|PVC', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Cross Trainer|Rubber', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Derby|Leather', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Derby|Leatherette', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Derby|Polyurethane', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Derby|PVC', '2015-02-24 21:56:16', '2015-02-24 21:56:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Derby|Rubber', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Boot|Leather', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Boot|Leatherette', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Boot|Polyurethane', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Boot|PVC', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Boot|Rubber', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Shoe|Leather', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Shoe|Leatherette', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Shoe|Polyurethane', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Shoe|PVC', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Dress Shoe|Rubber', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Driving Shoe|Leather', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Driving Shoe|Leatherette', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Driving Shoe|Polyurethane', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Driving Shoe|PVC', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Driving Shoe|Rubber', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Hiker|Leather', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Hiker|Leatherette', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Hiker|Polyurethane', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Hiker|PVC', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Hiker|Rubber', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Loafer (Slip-on)|Leather', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Loafer (Slip-on)|PVC', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Oxford (Lace-up)|Leather', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Oxford (Lace-up)|PVC', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Patent Leather|Leather', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Patent Leather|Leatherette', '2015-02-24 21:56:17', '2015-02-24 21:56:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Patent Leather|Polyurethane', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Patent Leather|PVC', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Patent Leather|Rubber', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Penny Loafer|Leather', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Penny Loafer|Leatherette', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Penny Loafer|Polyurethane', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Penny Loafer|PVC', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Penny Loafer|Rubber', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Runner|Leather', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Runner|Leatherette', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Runner|Polyurethane', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Runner|PVC', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Runner|Rubber', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Saddle Shoe|Leather', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Saddle Shoe|Leatherette', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Saddle Shoe|Polyurethane', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Saddle Shoe|PVC', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Saddle Shoe|Rubber', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Sandal|Leather', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Sandal|Leatherette', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Sandal|Polyurethane', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Sandal|PVC', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Sandal|Rubber', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Tennis|Leather', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Tennis|Leatherette', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Tennis|Polyurethane', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Tennis|PVC', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Tennis|Rubber', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Walker|Leather', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Walker|Leatherette', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Walker|Polyurethane', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Walker|PVC', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Walker|Rubber', '2015-02-24 21:56:18', '2015-02-24 21:56:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Wingtip|Leather', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Wingtip|Leatherette', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Wingtip|Polyurethane', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Wingtip|PVC', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Wingtip|Rubber', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Work Boot|Leather', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Work Boot|Leatherette', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Work Boot|Polyurethane', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Work Boot|PVC', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Columbia|Work Boot|Rubber', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (156.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Balmoral|Leather', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Balmoral|Leatherette', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Balmoral|Polyurethane', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Balmoral|PVC', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Balmoral|Rubber', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Boat Shoe|Leather', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Boat Shoe|Leatherette', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Boat Shoe|Polyurethane', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Boat Shoe|PVC', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Boat Shoe|Rubber', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Brouge|Leather', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Brouge|Leatherette', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Brouge|Polyurethane', '2015-02-24 21:56:19', '2015-02-24 21:56:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Brouge|PVC', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Brouge|Rubber', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Cross Trainer|Leather', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Cross Trainer|Leatherette', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Cross Trainer|Polyurethane', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Cross Trainer|PVC', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Cross Trainer|Rubber', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Derby|Leather', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Derby|Leatherette', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Derby|Polyurethane', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Derby|PVC', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Derby|Rubber', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Boot|Leather', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Boot|Leatherette', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Boot|Polyurethane', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Boot|PVC', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Boot|Rubber', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Shoe|Leather', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Shoe|Leatherette', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Shoe|Polyurethane', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Shoe|PVC', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Dress Shoe|Rubber', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Driving Shoe|Leather', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Driving Shoe|Leatherette', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Driving Shoe|Polyurethane', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Driving Shoe|PVC', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Driving Shoe|Rubber', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Hiker|Leather', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Hiker|Leatherette', '2015-02-24 21:56:20', '2015-02-24 21:56:20')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Hiker|Polyurethane', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Hiker|PVC', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Hiker|Rubber', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Loafer (Slip-on)|Leather', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (167.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Loafer (Slip-on)|PVC', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Oxford (Lace-up)|Leather', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Oxford (Lace-up)|PVC', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (78.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Patent Leather|Leather', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Patent Leather|Leatherette', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Patent Leather|Polyurethane', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Patent Leather|PVC', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Patent Leather|Rubber', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Penny Loafer|Leather', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Penny Loafer|Leatherette', '2015-02-24 21:56:21', '2015-02-24 21:56:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Penny Loafer|Polyurethane', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Penny Loafer|PVC', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Penny Loafer|Rubber', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Runner|Leather', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Runner|Leatherette', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Runner|Polyurethane', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Runner|PVC', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Runner|Rubber', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Saddle Shoe|Leather', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Saddle Shoe|Leatherette', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Saddle Shoe|Polyurethane', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Saddle Shoe|PVC', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Saddle Shoe|Rubber', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Sandal|Leather', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Sandal|Leatherette', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Sandal|Polyurethane', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Sandal|PVC', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Sandal|Rubber', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Tennis|Leather', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Tennis|Leatherette', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Tennis|Polyurethane', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Tennis|PVC', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Tennis|Rubber', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Walker|Leather', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Walker|Leatherette', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Walker|Polyurethane', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Walker|PVC', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Walker|Rubber', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Wingtip|Leather', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Wingtip|Leatherette', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Wingtip|Polyurethane', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Wingtip|PVC', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Wingtip|Rubber', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Work Boot|Leather', '2015-02-24 21:56:22', '2015-02-24 21:56:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Work Boot|Leatherette', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Work Boot|Polyurethane', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Work Boot|PVC', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Converse|Work Boot|Rubber', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Balmoral|Leather', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Balmoral|Leatherette', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Balmoral|Polyurethane', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Balmoral|PVC', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Balmoral|Rubber', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Boat Shoe|Leather', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Boat Shoe|Leatherette', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Boat Shoe|Polyurethane', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Boat Shoe|PVC', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Boat Shoe|Rubber', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Brouge|Leather', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Brouge|Leatherette', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Brouge|Polyurethane', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Brouge|PVC', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Brouge|Rubber', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Cross Trainer|Leather', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Cross Trainer|Leatherette', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Cross Trainer|Polyurethane', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Cross Trainer|PVC', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Cross Trainer|Rubber', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Derby|Leather', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Derby|Leatherette', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Derby|Polyurethane', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Derby|PVC', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Derby|Rubber', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Boot|Leather', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Boot|Leatherette', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Boot|Polyurethane', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Boot|PVC', '2015-02-24 21:56:23', '2015-02-24 21:56:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Boot|Rubber', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Shoe|Leather', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Shoe|Leatherette', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Shoe|Polyurethane', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Shoe|PVC', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Dress Shoe|Rubber', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Driving Shoe|Leather', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Driving Shoe|Leatherette', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Driving Shoe|Polyurethane', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Driving Shoe|PVC', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Driving Shoe|Rubber', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Hiker|Leather', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Hiker|Leatherette', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Hiker|Polyurethane', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Hiker|PVC', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Hiker|Rubber', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (46.9ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Loafer (Slip-on)|Leather', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Loafer (Slip-on)|PVC', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Oxford (Lace-up)|Leather', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Oxford (Lace-up)|PVC', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Patent Leather|Leather', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Patent Leather|Leatherette', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Patent Leather|Polyurethane', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Patent Leather|PVC', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Patent Leather|Rubber', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Penny Loafer|Leather', '2015-02-24 21:56:24', '2015-02-24 21:56:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Penny Loafer|Leatherette', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Penny Loafer|Polyurethane', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Penny Loafer|PVC', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Penny Loafer|Rubber', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Runner|Leather', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Runner|Leatherette', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Runner|Polyurethane', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Runner|PVC', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Runner|Rubber', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Saddle Shoe|Leather', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Saddle Shoe|Leatherette', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Saddle Shoe|Polyurethane', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Saddle Shoe|PVC', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Saddle Shoe|Rubber', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Sandal|Leather', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Sandal|Leatherette', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Sandal|Polyurethane', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Sandal|PVC', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Sandal|Rubber', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Tennis|Leather', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Tennis|Leatherette', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Tennis|Polyurethane', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Tennis|PVC', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Tennis|Rubber', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Walker|Leather', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Walker|Leatherette', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Walker|Polyurethane', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Walker|PVC', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Walker|Rubber', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Wingtip|Leather', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Wingtip|Leatherette', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Wingtip|Polyurethane', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Wingtip|PVC', '2015-02-24 21:56:25', '2015-02-24 21:56:25')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Wingtip|Rubber', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Work Boot|Leather', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Work Boot|Leatherette', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Work Boot|Polyurethane', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Work Boot|PVC', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crevo|Work Boot|Rubber', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Balmoral|Leather', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Balmoral|Leatherette', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Balmoral|Polyurethane', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Balmoral|PVC', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Balmoral|Rubber', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Boat Shoe|Leather', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Boat Shoe|Leatherette', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Boat Shoe|Polyurethane', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Boat Shoe|PVC', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Boat Shoe|Rubber', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Brouge|Leather', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Brouge|Leatherette', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Brouge|Polyurethane', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Brouge|PVC', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Brouge|Rubber', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Cross Trainer|Leather', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Cross Trainer|Leatherette', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Cross Trainer|Polyurethane', '2015-02-24 21:56:26', '2015-02-24 21:56:26')
 (141.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Cross Trainer|PVC', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Cross Trainer|Rubber', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Derby|Leather', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Derby|Leatherette', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Derby|Polyurethane', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Derby|PVC', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Derby|Rubber', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Boot|Leather', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Boot|Leatherette', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Boot|Polyurethane', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Boot|PVC', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Boot|Rubber', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Shoe|Leather', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Shoe|Leatherette', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Shoe|Polyurethane', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Shoe|PVC', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (25.8ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Dress Shoe|Rubber', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (13.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Driving Shoe|Leather', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Driving Shoe|Leatherette', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Driving Shoe|Polyurethane', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Driving Shoe|PVC', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Driving Shoe|Rubber', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Hiker|Leather', '2015-02-24 21:56:27', '2015-02-24 21:56:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Hiker|Leatherette', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Hiker|Polyurethane', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Hiker|PVC', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Hiker|Rubber', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Loafer (Slip-on)|Leather', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Loafer (Slip-on)|PVC', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Oxford (Lace-up)|Leather', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Oxford (Lace-up)|PVC', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Patent Leather|Leather', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (93.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Patent Leather|Leatherette', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Patent Leather|Polyurethane', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Patent Leather|PVC', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Patent Leather|Rubber', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Penny Loafer|Leather', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Penny Loafer|Leatherette', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Penny Loafer|Polyurethane', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Penny Loafer|PVC', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Penny Loafer|Rubber', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Runner|Leather', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Runner|Leatherette', '2015-02-24 21:56:28', '2015-02-24 21:56:28')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Runner|Polyurethane', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Runner|PVC', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Runner|Rubber', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Saddle Shoe|Leather', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Saddle Shoe|Leatherette', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Saddle Shoe|Polyurethane', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Saddle Shoe|PVC', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Saddle Shoe|Rubber', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Sandal|Leather', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Sandal|Leatherette', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Sandal|Polyurethane', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Sandal|PVC', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Sandal|Rubber', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Tennis|Leather', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Tennis|Leatherette', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Tennis|Polyurethane', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Tennis|PVC', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Tennis|Rubber', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Walker|Leather', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Walker|Leatherette', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Walker|Polyurethane', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Walker|PVC', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Walker|Rubber', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Wingtip|Leather', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Wingtip|Leatherette', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Wingtip|Polyurethane', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Wingtip|PVC', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Wingtip|Rubber', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Work Boot|Leather', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Work Boot|Leatherette', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Work Boot|Polyurethane', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Work Boot|PVC', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crockett & Jones|Work Boot|Rubber', '2015-02-24 21:56:29', '2015-02-24 21:56:29')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Balmoral|Leather', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Balmoral|Leatherette', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Balmoral|Polyurethane', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Balmoral|PVC', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Balmoral|Rubber', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Boat Shoe|Leather', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Boat Shoe|Leatherette', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Boat Shoe|Polyurethane', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Boat Shoe|PVC', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Boat Shoe|Rubber', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Brouge|Leather', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Brouge|Leatherette', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Brouge|Polyurethane', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Brouge|PVC', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Brouge|Rubber', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Cross Trainer|Leather', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Cross Trainer|Leatherette', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Cross Trainer|Polyurethane', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Cross Trainer|PVC', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Cross Trainer|Rubber', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Derby|Leather', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Derby|Leatherette', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Derby|Polyurethane', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Derby|PVC', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Derby|Rubber', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Boot|Leather', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Boot|Leatherette', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Boot|Polyurethane', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Boot|PVC', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Boot|Rubber', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Shoe|Leather', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Shoe|Leatherette', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Shoe|Polyurethane', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Shoe|PVC', '2015-02-24 21:56:30', '2015-02-24 21:56:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Dress Shoe|Rubber', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Driving Shoe|Leather', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Driving Shoe|Leatherette', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Driving Shoe|Polyurethane', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Driving Shoe|PVC', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Driving Shoe|Rubber', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Hiker|Leather', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Hiker|Leatherette', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Hiker|Polyurethane', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Hiker|PVC', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Hiker|Rubber', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Loafer (Slip-on)|Leather', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Loafer (Slip-on)|PVC', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Oxford (Lace-up)|Leather', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Oxford (Lace-up)|PVC', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Patent Leather|Leather', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Patent Leather|Leatherette', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Patent Leather|Polyurethane', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (35.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Patent Leather|PVC', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (20.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Patent Leather|Rubber', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Penny Loafer|Leather', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Penny Loafer|Leatherette', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Penny Loafer|Polyurethane', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Penny Loafer|PVC', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Penny Loafer|Rubber', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Runner|Leather', '2015-02-24 21:56:31', '2015-02-24 21:56:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Runner|Leatherette', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Runner|Polyurethane', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Runner|PVC', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Runner|Rubber', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Saddle Shoe|Leather', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Saddle Shoe|Leatherette', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Saddle Shoe|Polyurethane', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Saddle Shoe|PVC', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Saddle Shoe|Rubber', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Sandal|Leather', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Sandal|Leatherette', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Sandal|Polyurethane', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Sandal|PVC', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Sandal|Rubber', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Tennis|Leather', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Tennis|Leatherette', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Tennis|Polyurethane', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Tennis|PVC', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Tennis|Rubber', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Walker|Leather', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Walker|Leatherette', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Walker|Polyurethane', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Walker|PVC', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Walker|Rubber', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Wingtip|Leather', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Wingtip|Leatherette', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Wingtip|Polyurethane', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Wingtip|PVC', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Wingtip|Rubber', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Work Boot|Leather', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Work Boot|Leatherette', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Work Boot|Polyurethane', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Work Boot|PVC', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Crocs|Work Boot|Rubber', '2015-02-24 21:56:32', '2015-02-24 21:56:32')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Balmoral|Leather', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Balmoral|Leatherette', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Balmoral|Polyurethane', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Balmoral|PVC', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Balmoral|Rubber', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Boat Shoe|Leather', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Boat Shoe|Leatherette', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Boat Shoe|Polyurethane', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Boat Shoe|PVC', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Boat Shoe|Rubber', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Brouge|Leather', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Brouge|Leatherette', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Brouge|Polyurethane', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Brouge|PVC', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Brouge|Rubber', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Cross Trainer|Leather', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Cross Trainer|Leatherette', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Cross Trainer|Polyurethane', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Cross Trainer|PVC', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Cross Trainer|Rubber', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Derby|Leather', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Derby|Leatherette', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Derby|Polyurethane', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Derby|PVC', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Derby|Rubber', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Boot|Leather', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Boot|Leatherette', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Boot|Polyurethane', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Boot|PVC', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Boot|Rubber', '2015-02-24 21:56:33', '2015-02-24 21:56:33')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (46.8ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Shoe|Leather', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Shoe|Leatherette', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Shoe|Polyurethane', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Shoe|PVC', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Dress Shoe|Rubber', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Driving Shoe|Leather', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Driving Shoe|Leatherette', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Driving Shoe|Polyurethane', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Driving Shoe|PVC', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Driving Shoe|Rubber', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Hiker|Leather', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Hiker|Leatherette', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Hiker|Polyurethane', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Hiker|PVC', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Hiker|Rubber', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Loafer (Slip-on)|Leather', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Loafer (Slip-on)|PVC', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Oxford (Lace-up)|Leather', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Oxford (Lace-up)|PVC', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Patent Leather|Leather', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Patent Leather|Leatherette', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Patent Leather|Polyurethane', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Patent Leather|PVC', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Patent Leather|Rubber', '2015-02-24 21:56:34', '2015-02-24 21:56:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Penny Loafer|Leather', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Penny Loafer|Leatherette', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Penny Loafer|Polyurethane', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Penny Loafer|PVC', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Penny Loafer|Rubber', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Runner|Leather', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Runner|Leatherette', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Runner|Polyurethane', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Runner|PVC', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Runner|Rubber', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Saddle Shoe|Leather', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Saddle Shoe|Leatherette', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Saddle Shoe|Polyurethane', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Saddle Shoe|PVC', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Saddle Shoe|Rubber', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Sandal|Leather', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Sandal|Leatherette', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Sandal|Polyurethane', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Sandal|PVC', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Sandal|Rubber', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Tennis|Leather', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Tennis|Leatherette', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Tennis|Polyurethane', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Tennis|PVC', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Tennis|Rubber', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Walker|Leather', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Walker|Leatherette', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Walker|Polyurethane', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Walker|PVC', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Walker|Rubber', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Wingtip|Leather', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Wingtip|Leatherette', '2015-02-24 21:56:35', '2015-02-24 21:56:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Wingtip|Polyurethane', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Wingtip|PVC', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Wingtip|Rubber', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Work Boot|Leather', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Work Boot|Leatherette', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Work Boot|Polyurethane', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Work Boot|PVC', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dan Post|Work Boot|Rubber', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Balmoral|Leather', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Balmoral|Leatherette', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Balmoral|Polyurethane', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Balmoral|PVC', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Balmoral|Rubber', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Boat Shoe|Leather', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Boat Shoe|Leatherette', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Boat Shoe|Polyurethane', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Boat Shoe|PVC', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Boat Shoe|Rubber', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Brouge|Leather', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Brouge|Leatherette', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Brouge|Polyurethane', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Brouge|PVC', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Brouge|Rubber', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Cross Trainer|Leather', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Cross Trainer|Leatherette', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Cross Trainer|Polyurethane', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Cross Trainer|PVC', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Cross Trainer|Rubber', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Derby|Leather', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Derby|Leatherette', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Derby|Polyurethane', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Derby|PVC', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Derby|Rubber', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Boot|Leather', '2015-02-24 21:56:36', '2015-02-24 21:56:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Boot|Leatherette', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Boot|Polyurethane', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Boot|PVC', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Boot|Rubber', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Shoe|Leather', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Shoe|Leatherette', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Shoe|Polyurethane', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Shoe|PVC', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Dress Shoe|Rubber', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Driving Shoe|Leather', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Driving Shoe|Leatherette', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Driving Shoe|Polyurethane', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Driving Shoe|PVC', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Driving Shoe|Rubber', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Hiker|Leather', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Hiker|Leatherette', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Hiker|Polyurethane', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Hiker|PVC', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Hiker|Rubber', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Loafer (Slip-on)|Leather', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Loafer (Slip-on)|PVC', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Oxford (Lace-up)|Leather', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Oxford (Lace-up)|PVC', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Patent Leather|Leather', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Patent Leather|Leatherette', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Patent Leather|Polyurethane', '2015-02-24 21:56:37', '2015-02-24 21:56:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Patent Leather|PVC', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Patent Leather|Rubber', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Penny Loafer|Leather', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (78.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Penny Loafer|Leatherette', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Penny Loafer|Polyurethane', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Penny Loafer|PVC', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Penny Loafer|Rubber', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Runner|Leather', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Runner|Leatherette', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Runner|Polyurethane', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Runner|PVC', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Runner|Rubber', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Saddle Shoe|Leather', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Saddle Shoe|Leatherette', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.2ms)  COMMIT
 (15.7ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Saddle Shoe|Polyurethane', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Saddle Shoe|PVC', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Saddle Shoe|Rubber', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Sandal|Leather', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Sandal|Leatherette', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Sandal|Polyurethane', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Sandal|PVC', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Sandal|Rubber', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Tennis|Leather', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Tennis|Leatherette', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Tennis|Polyurethane', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Tennis|PVC', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Tennis|Rubber', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Walker|Leather', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Walker|Leatherette', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Walker|Polyurethane', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Walker|PVC', '2015-02-24 21:56:38', '2015-02-24 21:56:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Walker|Rubber', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Wingtip|Leather', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Wingtip|Leatherette', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Wingtip|Polyurethane', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Wingtip|PVC', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Wingtip|Rubber', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Work Boot|Leather', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Work Boot|Leatherette', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Work Boot|Polyurethane', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Work Boot|PVC', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (33.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('DC Shoes|Work Boot|Rubber', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Balmoral|Leather', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Balmoral|Leatherette', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Balmoral|Polyurethane', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Balmoral|PVC', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Balmoral|Rubber', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (93.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Boat Shoe|Leather', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Boat Shoe|Leatherette', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (62.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Boat Shoe|Polyurethane', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Boat Shoe|PVC', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Boat Shoe|Rubber', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Brouge|Leather', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Brouge|Leatherette', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Brouge|Polyurethane', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Brouge|PVC', '2015-02-24 21:56:39', '2015-02-24 21:56:39')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Brouge|Rubber', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Cross Trainer|Leather', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Cross Trainer|Leatherette', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Cross Trainer|Polyurethane', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Cross Trainer|PVC', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Cross Trainer|Rubber', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Derby|Leather', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Derby|Leatherette', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Derby|Polyurethane', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Derby|PVC', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Derby|Rubber', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Boot|Leather', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Boot|Leatherette', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Boot|Polyurethane', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Boot|PVC', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Boot|Rubber', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Shoe|Leather', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Shoe|Leatherette', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Shoe|Polyurethane', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Shoe|PVC', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Dress Shoe|Rubber', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Driving Shoe|Leather', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Driving Shoe|Leatherette', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Driving Shoe|Polyurethane', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Driving Shoe|PVC', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Driving Shoe|Rubber', '2015-02-24 21:56:40', '2015-02-24 21:56:40')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Hiker|Leather', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Hiker|Leatherette', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Hiker|Polyurethane', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Hiker|PVC', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Hiker|Rubber', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Loafer (Slip-on)|Leather', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Loafer (Slip-on)|PVC', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Oxford (Lace-up)|Leather', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Oxford (Lace-up)|PVC', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Patent Leather|Leather', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Patent Leather|Leatherette', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Patent Leather|Polyurethane', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Patent Leather|PVC', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Patent Leather|Rubber', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Penny Loafer|Leather', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Penny Loafer|Leatherette', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Penny Loafer|Polyurethane', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Penny Loafer|PVC', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Penny Loafer|Rubber', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Runner|Leather', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Runner|Leatherette', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Runner|Polyurethane', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (31.3ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Runner|PVC', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (21.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Runner|Rubber', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Saddle Shoe|Leather', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Saddle Shoe|Leatherette', '2015-02-24 21:56:41', '2015-02-24 21:56:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Saddle Shoe|Polyurethane', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Saddle Shoe|PVC', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Saddle Shoe|Rubber', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Sandal|Leather', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Sandal|Leatherette', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Sandal|Polyurethane', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Sandal|PVC', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Sandal|Rubber', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Tennis|Leather', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Tennis|Leatherette', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Tennis|Polyurethane', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Tennis|PVC', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Tennis|Rubber', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Walker|Leather', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Walker|Leatherette', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Walker|Polyurethane', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Walker|PVC', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Walker|Rubber', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Wingtip|Leather', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Wingtip|Leatherette', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Wingtip|Polyurethane', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Wingtip|PVC', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Wingtip|Rubber', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Work Boot|Leather', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Work Boot|Leatherette', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Work Boot|Polyurethane', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Work Boot|PVC', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Deer Stags|Work Boot|Rubber', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Balmoral|Leather', '2015-02-24 21:56:42', '2015-02-24 21:56:42')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Balmoral|Leatherette', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (172.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Balmoral|Polyurethane', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Balmoral|PVC', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Balmoral|Rubber', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Boat Shoe|Leather', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Boat Shoe|Leatherette', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Boat Shoe|Polyurethane', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Boat Shoe|PVC', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Boat Shoe|Rubber', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Brouge|Leather', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Brouge|Leatherette', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Brouge|Polyurethane', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Brouge|PVC', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Brouge|Rubber', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Cross Trainer|Leather', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Cross Trainer|Leatherette', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Cross Trainer|Polyurethane', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Cross Trainer|PVC', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Cross Trainer|Rubber', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Derby|Leather', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Derby|Leatherette', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Derby|Polyurethane', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Derby|PVC', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Derby|Rubber', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Boot|Leather', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Boot|Leatherette', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Boot|Polyurethane', '2015-02-24 21:56:43', '2015-02-24 21:56:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Boot|PVC', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Boot|Rubber', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.6ms)  COMMIT
 (0.3ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Shoe|Leather', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Shoe|Leatherette', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Shoe|Polyurethane', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Shoe|PVC', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Dress Shoe|Rubber', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Driving Shoe|Leather', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Driving Shoe|Leatherette', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Driving Shoe|Polyurethane', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Driving Shoe|PVC', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Driving Shoe|Rubber', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Hiker|Leather', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Hiker|Leatherette', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Hiker|Polyurethane', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Hiker|PVC', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Hiker|Rubber', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Loafer (Slip-on)|Leather', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Loafer (Slip-on)|PVC', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Oxford (Lace-up)|Leather', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Oxford (Lace-up)|PVC', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Patent Leather|Leather', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Patent Leather|Leatherette', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Patent Leather|Polyurethane', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Patent Leather|PVC', '2015-02-24 21:56:44', '2015-02-24 21:56:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Patent Leather|Rubber', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Penny Loafer|Leather', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Penny Loafer|Leatherette', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Penny Loafer|Polyurethane', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Penny Loafer|PVC', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Penny Loafer|Rubber', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Runner|Leather', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Runner|Leatherette', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Runner|Polyurethane', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Runner|PVC', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Runner|Rubber', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Saddle Shoe|Leather', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Saddle Shoe|Leatherette', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Saddle Shoe|Polyurethane', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Saddle Shoe|PVC', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Saddle Shoe|Rubber', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Sandal|Leather', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Sandal|Leatherette', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Sandal|Polyurethane', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Sandal|PVC', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Sandal|Rubber', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Tennis|Leather', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Tennis|Leatherette', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Tennis|Polyurethane', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Tennis|PVC', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Tennis|Rubber', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Walker|Leather', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (203.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Walker|Leatherette', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Walker|Polyurethane', '2015-02-24 21:56:45', '2015-02-24 21:56:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Walker|PVC', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Walker|Rubber', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (156.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Wingtip|Leather', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Wingtip|Leatherette', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Wingtip|Polyurethane', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Wingtip|PVC', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Wingtip|Rubber', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Work Boot|Leather', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Work Boot|Leatherette', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Work Boot|Polyurethane', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Work Boot|PVC', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dingo|Work Boot|Rubber', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Balmoral|Leather', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Balmoral|Leatherette', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Balmoral|Polyurethane', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Balmoral|PVC', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Balmoral|Rubber', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Boat Shoe|Leather', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Boat Shoe|Leatherette', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Boat Shoe|Polyurethane', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Boat Shoe|PVC', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Boat Shoe|Rubber', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Brouge|Leather', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Brouge|Leatherette', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Brouge|Polyurethane', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Brouge|PVC', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Brouge|Rubber', '2015-02-24 21:56:46', '2015-02-24 21:56:46')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Cross Trainer|Leather', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Cross Trainer|Leatherette', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Cross Trainer|Polyurethane', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Cross Trainer|PVC', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Cross Trainer|Rubber', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Derby|Leather', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Derby|Leatherette', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Derby|Polyurethane', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Derby|PVC', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Derby|Rubber', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Boot|Leather', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Boot|Leatherette', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Boot|Polyurethane', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Boot|PVC', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Boot|Rubber', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Shoe|Leather', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Shoe|Leatherette', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Shoe|Polyurethane', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Shoe|PVC', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Dress Shoe|Rubber', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Driving Shoe|Leather', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Driving Shoe|Leatherette', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Driving Shoe|Polyurethane', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Driving Shoe|PVC', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Driving Shoe|Rubber', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Hiker|Leather', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Hiker|Leatherette', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Hiker|Polyurethane', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Hiker|PVC', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Hiker|Rubber', '2015-02-24 21:56:47', '2015-02-24 21:56:47')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Loafer (Slip-on)|Leather', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Loafer (Slip-on)|PVC', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Oxford (Lace-up)|Leather', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Oxford (Lace-up)|PVC', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Patent Leather|Leather', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Patent Leather|Leatherette', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Patent Leather|Polyurethane', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Patent Leather|PVC', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Patent Leather|Rubber', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Penny Loafer|Leather', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Penny Loafer|Leatherette', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Penny Loafer|Polyurethane', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Penny Loafer|PVC', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Penny Loafer|Rubber', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Runner|Leather', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Runner|Leatherette', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Runner|Polyurethane', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Runner|PVC', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Runner|Rubber', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Saddle Shoe|Leather', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Saddle Shoe|Leatherette', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Saddle Shoe|Polyurethane', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Saddle Shoe|PVC', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Saddle Shoe|Rubber', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Sandal|Leather', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Sandal|Leatherette', '2015-02-24 21:56:48', '2015-02-24 21:56:48')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Sandal|Polyurethane', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Sandal|PVC', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Sandal|Rubber', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Tennis|Leather', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Tennis|Leatherette', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Tennis|Polyurethane', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Tennis|PVC', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Tennis|Rubber', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Walker|Leather', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Walker|Leatherette', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Walker|Polyurethane', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Walker|PVC', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Walker|Rubber', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Wingtip|Leather', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Wingtip|Leatherette', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Wingtip|Polyurethane', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Wingtip|PVC', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Wingtip|Rubber', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Work Boot|Leather', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Work Boot|Leatherette', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Work Boot|Polyurethane', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Work Boot|PVC', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dockers|Work Boot|Rubber', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Balmoral|Leather', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Balmoral|Leatherette', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Balmoral|Polyurethane', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Balmoral|PVC', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Balmoral|Rubber', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Boat Shoe|Leather', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Boat Shoe|Leatherette', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Boat Shoe|Polyurethane', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Boat Shoe|PVC', '2015-02-24 21:56:49', '2015-02-24 21:56:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Boat Shoe|Rubber', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Brouge|Leather', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Brouge|Leatherette', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Brouge|Polyurethane', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Brouge|PVC', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Brouge|Rubber', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Cross Trainer|Leather', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Cross Trainer|Leatherette', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Cross Trainer|Polyurethane', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Cross Trainer|PVC', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Cross Trainer|Rubber', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Derby|Leather', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Derby|Leatherette', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Derby|Polyurethane', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Derby|PVC', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Derby|Rubber', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Boot|Leather', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Boot|Leatherette', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Boot|Polyurethane', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Boot|PVC', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Boot|Rubber', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Shoe|Leather', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Shoe|Leatherette', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Shoe|Polyurethane', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Shoe|PVC', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Dress Shoe|Rubber', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Driving Shoe|Leather', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Driving Shoe|Leatherette', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Driving Shoe|Polyurethane', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Driving Shoe|PVC', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Driving Shoe|Rubber', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Hiker|Leather', '2015-02-24 21:56:50', '2015-02-24 21:56:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Hiker|Leatherette', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Hiker|Polyurethane', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Hiker|PVC', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Hiker|Rubber', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Loafer (Slip-on)|Leather', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Loafer (Slip-on)|PVC', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Oxford (Lace-up)|Leather', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Oxford (Lace-up)|PVC', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Patent Leather|Leather', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Patent Leather|Leatherette', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Patent Leather|Polyurethane', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Patent Leather|PVC', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Patent Leather|Rubber', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Penny Loafer|Leather', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Penny Loafer|Leatherette', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Penny Loafer|Polyurethane', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Penny Loafer|PVC', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Penny Loafer|Rubber', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Runner|Leather', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Runner|Leatherette', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Runner|Polyurethane', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Runner|PVC', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Runner|Rubber', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Saddle Shoe|Leather', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Saddle Shoe|Leatherette', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Saddle Shoe|Polyurethane', '2015-02-24 21:56:51', '2015-02-24 21:56:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Saddle Shoe|PVC', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Saddle Shoe|Rubber', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Sandal|Leather', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Sandal|Leatherette', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Sandal|Polyurethane', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Sandal|PVC', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Sandal|Rubber', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Tennis|Leather', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Tennis|Leatherette', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Tennis|Polyurethane', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Tennis|PVC', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Tennis|Rubber', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Walker|Leather', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Walker|Leatherette', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Walker|Polyurethane', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Walker|PVC', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Walker|Rubber', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Wingtip|Leather', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Wingtip|Leatherette', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Wingtip|Polyurethane', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Wingtip|PVC', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Wingtip|Rubber', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Work Boot|Leather', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Work Boot|Leatherette', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Work Boot|Polyurethane', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Work Boot|PVC', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dolce & Gabbana|Work Boot|Rubber', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Balmoral|Leather', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Balmoral|Leatherette', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Balmoral|Polyurethane', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Balmoral|PVC', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Balmoral|Rubber', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Boat Shoe|Leather', '2015-02-24 21:56:52', '2015-02-24 21:56:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Boat Shoe|Leatherette', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Boat Shoe|Polyurethane', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Boat Shoe|PVC', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (63.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Boat Shoe|Rubber', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Brouge|Leather', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Brouge|Leatherette', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Brouge|Polyurethane', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Brouge|PVC', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Brouge|Rubber', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Cross Trainer|Leather', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Cross Trainer|Leatherette', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Cross Trainer|Polyurethane', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Cross Trainer|PVC', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Cross Trainer|Rubber', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Derby|Leather', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Derby|Leatherette', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Derby|Polyurethane', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Derby|PVC', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Derby|Rubber', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Boot|Leather', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Boot|Leatherette', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Boot|Polyurethane', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Boot|PVC', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Boot|Rubber', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Shoe|Leather', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Shoe|Leatherette', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Shoe|Polyurethane', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Shoe|PVC', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Dress Shoe|Rubber', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Driving Shoe|Leather', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Driving Shoe|Leatherette', '2015-02-24 21:56:53', '2015-02-24 21:56:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Driving Shoe|Polyurethane', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Driving Shoe|PVC', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Driving Shoe|Rubber', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Hiker|Leather', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Hiker|Leatherette', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Hiker|Polyurethane', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Hiker|PVC', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Hiker|Rubber', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Loafer (Slip-on)|Leather', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Loafer (Slip-on)|PVC', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Oxford (Lace-up)|Leather', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Oxford (Lace-up)|PVC', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Patent Leather|Leather', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Patent Leather|Leatherette', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Patent Leather|Polyurethane', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Patent Leather|PVC', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Patent Leather|Rubber', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Penny Loafer|Leather', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Penny Loafer|Leatherette', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Penny Loafer|Polyurethane', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Penny Loafer|PVC', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Penny Loafer|Rubber', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Runner|Leather', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Runner|Leatherette', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Runner|Polyurethane', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Runner|PVC', '2015-02-24 21:56:54', '2015-02-24 21:56:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Runner|Rubber', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Saddle Shoe|Leather', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Saddle Shoe|Leatherette', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Saddle Shoe|Polyurethane', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Saddle Shoe|PVC', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Saddle Shoe|Rubber', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Sandal|Leather', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Sandal|Leatherette', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Sandal|Polyurethane', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Sandal|PVC', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Sandal|Rubber', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Tennis|Leather', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Tennis|Leatherette', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Tennis|Polyurethane', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Tennis|PVC', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Tennis|Rubber', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Walker|Leather', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Walker|Leatherette', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Walker|Polyurethane', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Walker|PVC', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Walker|Rubber', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Wingtip|Leather', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Wingtip|Leatherette', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Wingtip|Polyurethane', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Wingtip|PVC', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Wingtip|Rubber', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Work Boot|Leather', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Work Boot|Leatherette', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Work Boot|Polyurethane', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Work Boot|PVC', '2015-02-24 21:56:55', '2015-02-24 21:56:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens|Work Boot|Rubber', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Balmoral|Leather', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Balmoral|Leatherette', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Balmoral|Polyurethane', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Balmoral|PVC', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Balmoral|Rubber', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Boat Shoe|Leather', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Boat Shoe|Leatherette', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Boat Shoe|Polyurethane', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Boat Shoe|PVC', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Boat Shoe|Rubber', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Brouge|Leather', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Brouge|Leatherette', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Brouge|Polyurethane', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Brouge|PVC', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Brouge|Rubber', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Cross Trainer|Leather', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Cross Trainer|Leatherette', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Cross Trainer|Polyurethane', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Cross Trainer|PVC', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Cross Trainer|Rubber', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Derby|Leather', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Derby|Leatherette', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Derby|Polyurethane', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Derby|PVC', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Derby|Rubber', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Boot|Leather', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Boot|Leatherette', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Boot|Polyurethane', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Boot|PVC', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Boot|Rubber', '2015-02-24 21:56:56', '2015-02-24 21:56:56')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Shoe|Leather', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Shoe|Leatherette', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Shoe|Polyurethane', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Shoe|PVC', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Dress Shoe|Rubber', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Driving Shoe|Leather', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Driving Shoe|Leatherette', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Driving Shoe|Polyurethane', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Driving Shoe|PVC', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Driving Shoe|Rubber', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Hiker|Leather', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Hiker|Leatherette', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Hiker|Polyurethane', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Hiker|PVC', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Hiker|Rubber', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Loafer (Slip-on)|Leather', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Loafer (Slip-on)|Leatherette', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Loafer (Slip-on)|PVC', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Loafer (Slip-on)|Rubber', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Oxford (Lace-up)|Leather', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Oxford (Lace-up)|Leatherette', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Oxford (Lace-up)|PVC', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Oxford (Lace-up)|Rubber', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Patent Leather|Leather', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Patent Leather|Leatherette', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Patent Leather|Polyurethane', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Patent Leather|PVC', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Patent Leather|Rubber', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Penny Loafer|Leather', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Penny Loafer|Leatherette', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Penny Loafer|Polyurethane', '2015-02-24 21:56:57', '2015-02-24 21:56:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Penny Loafer|PVC', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Penny Loafer|Rubber', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Runner|Leather', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Runner|Leatherette', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Runner|Polyurethane', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Runner|PVC', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Runner|Rubber', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Saddle Shoe|Leather', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Saddle Shoe|Leatherette', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Saddle Shoe|Polyurethane', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Saddle Shoe|PVC', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Saddle Shoe|Rubber', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Sandal|Leather', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Sandal|Leatherette', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Sandal|Polyurethane', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Sandal|PVC', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Sandal|Rubber', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Tennis|Leather', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Tennis|Leatherette', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Tennis|Polyurethane', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Tennis|PVC', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Tennis|Rubber', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Walker|Leather', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Walker|Leatherette', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Walker|Polyurethane', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Walker|PVC', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Walker|Rubber', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Wingtip|Leather', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Wingtip|Leatherette', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Wingtip|Polyurethane', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Wingtip|PVC', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Wingtip|Rubber', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Work Boot|Leather', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Work Boot|Leatherette', '2015-02-24 21:56:58', '2015-02-24 21:56:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Work Boot|Polyurethane', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Work Boot|PVC', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Martens Industrial|Work Boot|Rubber', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Balmoral|Leather', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Balmoral|Leatherette', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Balmoral|Polyurethane', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Balmoral|PVC', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Balmoral|Rubber', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (93.8ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Boat Shoe|Leather', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (129.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Boat Shoe|Leatherette', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Boat Shoe|Polyurethane', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Boat Shoe|PVC', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Boat Shoe|Rubber', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Brouge|Leather', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Brouge|Leatherette', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Brouge|Polyurethane', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Brouge|PVC', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Brouge|Rubber', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Cross Trainer|Leather', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Cross Trainer|Leatherette', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Cross Trainer|Polyurethane', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Cross Trainer|PVC', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Cross Trainer|Rubber', '2015-02-24 21:56:59', '2015-02-24 21:56:59')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Derby|Leather', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Derby|Leatherette', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Derby|Polyurethane', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Derby|PVC', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Derby|Rubber', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Boot|Leather', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Boot|Leatherette', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Boot|Polyurethane', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Boot|PVC', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Boot|Rubber', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Shoe|Leather', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Shoe|Leatherette', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Shoe|Polyurethane', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Shoe|PVC', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Dress Shoe|Rubber', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Driving Shoe|Leather', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Driving Shoe|Leatherette', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Driving Shoe|Polyurethane', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Driving Shoe|PVC', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Driving Shoe|Rubber', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Hiker|Leather', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Hiker|Leatherette', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Hiker|Polyurethane', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Hiker|PVC', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Hiker|Rubber', '2015-02-24 21:57:00', '2015-02-24 21:57:00')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Loafer (Slip-on)|Leather', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Loafer (Slip-on)|PVC', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Oxford (Lace-up)|Leather', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Oxford (Lace-up)|PVC', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Patent Leather|Leather', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Patent Leather|Leatherette', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Patent Leather|Polyurethane', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Patent Leather|PVC', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Patent Leather|Rubber', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Penny Loafer|Leather', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Penny Loafer|Leatherette', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Penny Loafer|Polyurethane', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Penny Loafer|PVC', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Penny Loafer|Rubber', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Runner|Leather', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Runner|Leatherette', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Runner|Polyurethane', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Runner|PVC', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Runner|Rubber', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Saddle Shoe|Leather', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Saddle Shoe|Leatherette', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Saddle Shoe|Polyurethane', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Saddle Shoe|PVC', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Saddle Shoe|Rubber', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Sandal|Leather', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Sandal|Leatherette', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Sandal|Polyurethane', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Sandal|PVC', '2015-02-24 21:57:01', '2015-02-24 21:57:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Sandal|Rubber', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Tennis|Leather', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Tennis|Leatherette', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Tennis|Polyurethane', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Tennis|PVC', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Tennis|Rubber', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Walker|Leather', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Walker|Leatherette', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Walker|Polyurethane', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (27.0ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Walker|PVC', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (26.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Walker|Rubber', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Wingtip|Leather', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Wingtip|Leatherette', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Wingtip|Polyurethane', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Wingtip|PVC', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Wingtip|Rubber', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Work Boot|Leather', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Work Boot|Leatherette', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Work Boot|Polyurethane', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Work Boot|PVC', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s|Work Boot|Rubber', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Balmoral|Leather', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Balmoral|Leatherette', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Balmoral|Polyurethane', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Balmoral|PVC', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Balmoral|Rubber', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Boat Shoe|Leather', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Boat Shoe|Leatherette', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Boat Shoe|Polyurethane', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Boat Shoe|PVC', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Boat Shoe|Rubber', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Brouge|Leather', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Brouge|Leatherette', '2015-02-24 21:57:02', '2015-02-24 21:57:02')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Brouge|Polyurethane', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Brouge|PVC', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Brouge|Rubber', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Cross Trainer|Leather', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Cross Trainer|Leatherette', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Cross Trainer|Polyurethane', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Cross Trainer|PVC', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Cross Trainer|Rubber', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Derby|Leather', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Derby|Leatherette', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Derby|Polyurethane', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Derby|PVC', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Derby|Rubber', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Boot|Leather', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Boot|Leatherette', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Boot|Polyurethane', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (35.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Boot|PVC', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Boot|Rubber', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Shoe|Leather', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Shoe|Leatherette', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Shoe|Polyurethane', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Shoe|PVC', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Dress Shoe|Rubber', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Driving Shoe|Leather', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Driving Shoe|Leatherette', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (171.8ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Driving Shoe|Polyurethane', '2015-02-24 21:57:03', '2015-02-24 21:57:03')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Driving Shoe|PVC', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Driving Shoe|Rubber', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (218.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Hiker|Leather', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Hiker|Leatherette', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Hiker|Polyurethane', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Hiker|PVC', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Hiker|Rubber', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (140.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Loafer (Slip-on)|Leather', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Loafer (Slip-on)|PVC', '2015-02-24 21:57:04', '2015-02-24 21:57:04')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Oxford (Lace-up)|Leather', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (47.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Oxford (Lace-up)|PVC', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (203.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Patent Leather|Leather', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Patent Leather|Leatherette', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Patent Leather|Polyurethane', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Patent Leather|PVC', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Patent Leather|Rubber', '2015-02-24 21:57:05', '2015-02-24 21:57:05')
 (156.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Penny Loafer|Leather', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Penny Loafer|Leatherette', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Penny Loafer|Polyurethane', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Penny Loafer|PVC', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Penny Loafer|Rubber', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (46.9ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Runner|Leather', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Runner|Leatherette', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (62.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Runner|Polyurethane', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (93.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Runner|PVC', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Runner|Rubber', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Saddle Shoe|Leather', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Saddle Shoe|Leatherette', '2015-02-24 21:57:06', '2015-02-24 21:57:06')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Saddle Shoe|Polyurethane', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (62.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Saddle Shoe|PVC', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Saddle Shoe|Rubber', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (62.4ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Sandal|Leather', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Sandal|Leatherette', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Sandal|Polyurethane', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Sandal|PVC', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (93.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Sandal|Rubber', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Tennis|Leather', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Tennis|Leatherette', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Tennis|Polyurethane', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Tennis|PVC', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Tennis|Rubber', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Walker|Leather', '2015-02-24 21:57:07', '2015-02-24 21:57:07')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Walker|Leatherette', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Walker|Polyurethane', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Walker|PVC', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Walker|Rubber', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (156.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Wingtip|Leather', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Wingtip|Leatherette', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Wingtip|Polyurethane', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Wingtip|PVC', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Wingtip|Rubber', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Work Boot|Leather', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Work Boot|Leatherette', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Work Boot|Polyurethane', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Work Boot|PVC', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Scholl\'s Work|Work Boot|Rubber', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Balmoral|Leather', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Balmoral|Leatherette', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Balmoral|Polyurethane', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Balmoral|PVC', '2015-02-24 21:57:08', '2015-02-24 21:57:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Balmoral|Rubber', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Leather', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Leatherette', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Polyurethane', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|PVC', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Rubber', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Brouge|Leather', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Brouge|Leatherette', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Brouge|Polyurethane', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Brouge|PVC', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Brouge|Rubber', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Leather', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Leatherette', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Polyurethane', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|PVC', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (33.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Rubber', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (18.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Derby|Leather', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Derby|Leatherette', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Derby|Polyurethane', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Derby|PVC', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Derby|Rubber', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Leather', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Leatherette', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Polyurethane', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Boot|PVC', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Rubber', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Leather', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Leatherette', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Polyurethane', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|PVC', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Rubber', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Leather', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Leatherette', '2015-02-24 21:57:09', '2015-02-24 21:57:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Polyurethane', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|PVC', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Rubber', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Hiker|Leather', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Hiker|Leatherette', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Hiker|Polyurethane', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Hiker|PVC', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Hiker|Rubber', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Leather', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|PVC', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Leather', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|PVC', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Leather', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Leatherette', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Polyurethane', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Patent Leather|PVC', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Rubber', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Leather', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Leatherette', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Polyurethane', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|PVC', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Rubber', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Runner|Leather', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Runner|Leatherette', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Runner|Polyurethane', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Runner|PVC', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Runner|Rubber', '2015-02-24 21:57:10', '2015-02-24 21:57:10')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Leather', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Leatherette', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Polyurethane', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|PVC', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Rubber', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Sandal|Leather', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Sandal|Leatherette', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Sandal|Polyurethane', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Sandal|PVC', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Sandal|Rubber', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Tennis|Leather', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Tennis|Leatherette', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Tennis|Polyurethane', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Tennis|PVC', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Tennis|Rubber', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Walker|Leather', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Walker|Leatherette', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Walker|Polyurethane', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Walker|PVC', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Walker|Rubber', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Wingtip|Leather', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Wingtip|Leatherette', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Wingtip|Polyurethane', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Wingtip|PVC', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Wingtip|Rubber', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Work Boot|Leather', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Work Boot|Leatherette', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Work Boot|Polyurethane', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Work Boot|PVC', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Dr. Tuxedo by Benjamin Walk|Work Boot|Rubber', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Balmoral|Leather', '2015-02-24 21:57:11', '2015-02-24 21:57:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Balmoral|Leatherette', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Balmoral|Polyurethane', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Balmoral|PVC', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Balmoral|Rubber', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Boat Shoe|Leather', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Boat Shoe|Leatherette', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Boat Shoe|Polyurethane', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Boat Shoe|PVC', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Boat Shoe|Rubber', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Brouge|Leather', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Brouge|Leatherette', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Brouge|Polyurethane', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Brouge|PVC', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Brouge|Rubber', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Cross Trainer|Leather', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Cross Trainer|Leatherette', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Cross Trainer|Polyurethane', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Cross Trainer|PVC', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Cross Trainer|Rubber', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Derby|Leather', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Derby|Leatherette', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Derby|Polyurethane', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Derby|PVC', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Derby|Rubber', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Boot|Leather', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Boot|Leatherette', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Boot|Polyurethane', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Boot|PVC', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Boot|Rubber', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Shoe|Leather', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Shoe|Leatherette', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Shoe|Polyurethane', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Shoe|PVC', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Dress Shoe|Rubber', '2015-02-24 21:57:12', '2015-02-24 21:57:12')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Driving Shoe|Leather', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Driving Shoe|Leatherette', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Driving Shoe|Polyurethane', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Driving Shoe|PVC', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.8ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Driving Shoe|Rubber', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Hiker|Leather', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Hiker|Leatherette', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Hiker|Polyurethane', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Hiker|PVC', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Hiker|Rubber', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Loafer (Slip-on)|Leather', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Loafer (Slip-on)|PVC', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Oxford (Lace-up)|Leather', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Oxford (Lace-up)|PVC', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (62.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Patent Leather|Leather', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (62.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Patent Leather|Leatherette', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Patent Leather|Polyurethane', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Patent Leather|PVC', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Patent Leather|Rubber', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Penny Loafer|Leather', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Penny Loafer|Leatherette', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Penny Loafer|Polyurethane', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Penny Loafer|PVC', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Penny Loafer|Rubber', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Runner|Leather', '2015-02-24 21:57:13', '2015-02-24 21:57:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Runner|Leatherette', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Runner|Polyurethane', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Runner|PVC', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Runner|Rubber', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Saddle Shoe|Leather', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Saddle Shoe|Leatherette', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Saddle Shoe|Polyurethane', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Saddle Shoe|PVC', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Saddle Shoe|Rubber', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Sandal|Leather', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Sandal|Leatherette', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Sandal|Polyurethane', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Sandal|PVC', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Sandal|Rubber', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Tennis|Leather', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Tennis|Leatherette', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Tennis|Polyurethane', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Tennis|PVC', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Tennis|Rubber', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Walker|Leather', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Walker|Leatherette', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Walker|Polyurethane', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Walker|PVC', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Walker|Rubber', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Wingtip|Leather', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Wingtip|Leatherette', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Wingtip|Polyurethane', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Wingtip|PVC', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Wingtip|Rubber', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Work Boot|Leather', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Work Boot|Leatherette', '2015-02-24 21:57:14', '2015-02-24 21:57:14')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Work Boot|Polyurethane', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (125.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Work Boot|PVC', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Shoe|Work Boot|Rubber', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (125.0ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Balmoral|Leather', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (140.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Balmoral|Leatherette', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Balmoral|Polyurethane', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Balmoral|PVC', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Balmoral|Rubber', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Boat Shoe|Leather', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Boat Shoe|Leatherette', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Boat Shoe|Polyurethane', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Boat Shoe|PVC', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Boat Shoe|Rubber', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Brouge|Leather', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Brouge|Leatherette', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Brouge|Polyurethane', '2015-02-24 21:57:15', '2015-02-24 21:57:15')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Brouge|PVC', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Brouge|Rubber', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Cross Trainer|Leather', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.8ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Cross Trainer|Leatherette', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Cross Trainer|Polyurethane', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Cross Trainer|PVC', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Cross Trainer|Rubber', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Derby|Leather', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Derby|Leatherette', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Derby|Polyurethane', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Derby|PVC', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Derby|Rubber', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Boot|Leather', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Boot|Leatherette', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Boot|Polyurethane', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Boot|PVC', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Boot|Rubber', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Shoe|Leather', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Shoe|Leatherette', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Shoe|Polyurethane', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Shoe|PVC', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Dress Shoe|Rubber', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Driving Shoe|Leather', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Driving Shoe|Leatherette', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Driving Shoe|Polyurethane', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Driving Shoe|PVC', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Driving Shoe|Rubber', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Hiker|Leather', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Hiker|Leatherette', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Hiker|Polyurethane', '2015-02-24 21:57:16', '2015-02-24 21:57:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Hiker|PVC', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Hiker|Rubber', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Loafer (Slip-on)|Leather', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Loafer (Slip-on)|PVC', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Oxford (Lace-up)|Leather', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Oxford (Lace-up)|PVC', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Patent Leather|Leather', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Patent Leather|Leatherette', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Patent Leather|Polyurethane', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Patent Leather|PVC', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Patent Leather|Rubber', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Penny Loafer|Leather', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Penny Loafer|Leatherette', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Penny Loafer|Polyurethane', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Penny Loafer|PVC', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Penny Loafer|Rubber', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Runner|Leather', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Runner|Leatherette', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Runner|Polyurethane', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Runner|PVC', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Runner|Rubber', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Saddle Shoe|Leather', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Saddle Shoe|Leatherette', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Saddle Shoe|Polyurethane', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Saddle Shoe|PVC', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Saddle Shoe|Rubber', '2015-02-24 21:57:17', '2015-02-24 21:57:17')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Sandal|Leather', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Sandal|Leatherette', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Sandal|Polyurethane', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Sandal|PVC', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Sandal|Rubber', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Tennis|Leather', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Tennis|Leatherette', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Tennis|Polyurethane', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Tennis|PVC', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Tennis|Rubber', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Walker|Leather', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Walker|Leatherette', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Walker|Polyurethane', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Walker|PVC', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Walker|Rubber', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Wingtip|Leather', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Wingtip|Leatherette', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Wingtip|Polyurethane', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Wingtip|PVC', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Wingtip|Rubber', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Work Boot|Leather', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Work Boot|Leatherette', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Work Boot|Polyurethane', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Work Boot|PVC', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Florsheim Work|Work Boot|Rubber', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Balmoral|Leather', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Balmoral|Leatherette', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Balmoral|Polyurethane', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Balmoral|PVC', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Balmoral|Rubber', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Boat Shoe|Leather', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Boat Shoe|Leatherette', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Boat Shoe|Polyurethane', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Boat Shoe|PVC', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Boat Shoe|Rubber', '2015-02-24 21:57:18', '2015-02-24 21:57:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Brouge|Leather', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Brouge|Leatherette', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (62.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Brouge|Polyurethane', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Brouge|PVC', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Brouge|Rubber', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Cross Trainer|Leather', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Cross Trainer|Leatherette', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Cross Trainer|Polyurethane', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Cross Trainer|PVC', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Cross Trainer|Rubber', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Derby|Leather', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Derby|Leatherette', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Derby|Polyurethane', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Derby|PVC', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Derby|Rubber', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (62.4ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Boot|Leather', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Boot|Leatherette', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Boot|Polyurethane', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Boot|PVC', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Boot|Rubber', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Shoe|Leather', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Shoe|Leatherette', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Shoe|Polyurethane', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Shoe|PVC', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Dress Shoe|Rubber', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Driving Shoe|Leather', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Driving Shoe|Leatherette', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Driving Shoe|Polyurethane', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Driving Shoe|PVC', '2015-02-24 21:57:19', '2015-02-24 21:57:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Driving Shoe|Rubber', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Hiker|Leather', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Hiker|Leatherette', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Hiker|Polyurethane', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Hiker|PVC', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Hiker|Rubber', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Loafer (Slip-on)|Leather', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Loafer (Slip-on)|PVC', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Oxford (Lace-up)|Leather', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Oxford (Lace-up)|PVC', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Patent Leather|Leather', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Patent Leather|Leatherette', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Patent Leather|Polyurethane', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Patent Leather|PVC', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Patent Leather|Rubber', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Penny Loafer|Leather', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Penny Loafer|Leatherette', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Penny Loafer|Polyurethane', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Penny Loafer|PVC', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Penny Loafer|Rubber', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Runner|Leather', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Runner|Leatherette', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Runner|Polyurethane', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Runner|PVC', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Runner|Rubber', '2015-02-24 21:57:20', '2015-02-24 21:57:20')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Saddle Shoe|Leather', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Saddle Shoe|Leatherette', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (47.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Saddle Shoe|Polyurethane', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Saddle Shoe|PVC', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Saddle Shoe|Rubber', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Sandal|Leather', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Sandal|Leatherette', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Sandal|Polyurethane', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Sandal|PVC', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Sandal|Rubber', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Tennis|Leather', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Tennis|Leatherette', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Tennis|Polyurethane', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Tennis|PVC', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Tennis|Rubber', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Walker|Leather', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Walker|Leatherette', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Walker|Polyurethane', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Walker|PVC', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Walker|Rubber', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Wingtip|Leather', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Wingtip|Leatherette', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Wingtip|Polyurethane', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Wingtip|PVC', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Wingtip|Rubber', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Work Boot|Leather', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Work Boot|Leatherette', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Work Boot|Polyurethane', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Work Boot|PVC', '2015-02-24 21:57:21', '2015-02-24 21:57:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('GBX|Work Boot|Rubber', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Balmoral|Leather', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Balmoral|Leatherette', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (47.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Balmoral|Polyurethane', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Balmoral|PVC', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Balmoral|Rubber', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Boat Shoe|Leather', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Boat Shoe|Leatherette', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Boat Shoe|Polyurethane', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Boat Shoe|PVC', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Boat Shoe|Rubber', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Brouge|Leather', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Brouge|Leatherette', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Brouge|Polyurethane', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Brouge|PVC', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Brouge|Rubber', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Cross Trainer|Leather', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Cross Trainer|Leatherette', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Cross Trainer|Polyurethane', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Cross Trainer|PVC', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Cross Trainer|Rubber', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (28.3ms)  COMMIT
 (0.5ms)  SELECT `materials`.`Material` FROM `materials`
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Derby|Leather', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (22.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Derby|Leatherette', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Derby|Polyurethane', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Derby|PVC', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Derby|Rubber', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Boot|Leather', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Boot|Leatherette', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Boot|Polyurethane', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Boot|PVC', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Boot|Rubber', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Shoe|Leather', '2015-02-24 21:57:22', '2015-02-24 21:57:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Shoe|Leatherette', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Shoe|Polyurethane', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Shoe|PVC', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Dress Shoe|Rubber', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Driving Shoe|Leather', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Driving Shoe|Leatherette', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Driving Shoe|Polyurethane', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Driving Shoe|PVC', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Driving Shoe|Rubber', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Hiker|Leather', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Hiker|Leatherette', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Hiker|Polyurethane', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Hiker|PVC', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Hiker|Rubber', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Loafer (Slip-on)|Leather', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Loafer (Slip-on)|PVC', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Oxford (Lace-up)|Leather', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Oxford (Lace-up)|PVC', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Patent Leather|Leather', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Patent Leather|Leatherette', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Patent Leather|Polyurethane', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Patent Leather|PVC', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Patent Leather|Rubber', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Penny Loafer|Leather', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Penny Loafer|Leatherette', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Penny Loafer|Polyurethane', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Penny Loafer|PVC', '2015-02-24 21:57:23', '2015-02-24 21:57:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Penny Loafer|Rubber', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Runner|Leather', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Runner|Leatherette', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (16.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Runner|Polyurethane', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Runner|PVC', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Runner|Rubber', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Saddle Shoe|Leather', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Saddle Shoe|Leatherette', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Saddle Shoe|Polyurethane', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Saddle Shoe|PVC', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Saddle Shoe|Rubber', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Sandal|Leather', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Sandal|Leatherette', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Sandal|Polyurethane', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Sandal|PVC', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Sandal|Rubber', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Tennis|Leather', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Tennis|Leatherette', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Tennis|Polyurethane', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Tennis|PVC', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Tennis|Rubber', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Walker|Leather', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Walker|Leatherette', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Walker|Polyurethane', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Walker|PVC', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Walker|Rubber', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Wingtip|Leather', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Wingtip|Leatherette', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Wingtip|Polyurethane', '2015-02-24 21:57:24', '2015-02-24 21:57:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Wingtip|PVC', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Wingtip|Rubber', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Work Boot|Leather', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Work Boot|Leatherette', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Work Boot|Polyurethane', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Work Boot|PVC', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Giorgio Brutini|Work Boot|Rubber', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Balmoral|Leather', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Balmoral|Leatherette', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Balmoral|Polyurethane', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Balmoral|PVC', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Balmoral|Rubber', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Boat Shoe|Leather', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Boat Shoe|Leatherette', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Boat Shoe|Polyurethane', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Boat Shoe|PVC', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Boat Shoe|Rubber', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Brouge|Leather', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Brouge|Leatherette', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Brouge|Polyurethane', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Brouge|PVC', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Brouge|Rubber', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Cross Trainer|Leather', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Cross Trainer|Leatherette', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Cross Trainer|Polyurethane', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Cross Trainer|PVC', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Cross Trainer|Rubber', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (62.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Derby|Leather', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Derby|Leatherette', '2015-02-24 21:57:25', '2015-02-24 21:57:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Derby|Polyurethane', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Derby|PVC', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Derby|Rubber', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Boot|Leather', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Boot|Leatherette', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Boot|Polyurethane', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Boot|PVC', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Boot|Rubber', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Shoe|Leather', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Shoe|Leatherette', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Shoe|Polyurethane', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Shoe|PVC', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Dress Shoe|Rubber', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Driving Shoe|Leather', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Driving Shoe|Leatherette', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Driving Shoe|Polyurethane', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Driving Shoe|PVC', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Driving Shoe|Rubber', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Hiker|Leather', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Hiker|Leatherette', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Hiker|Polyurethane', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Hiker|PVC', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Hiker|Rubber', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Loafer (Slip-on)|Leather', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Loafer (Slip-on)|PVC', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Oxford (Lace-up)|Leather', '2015-02-24 21:57:26', '2015-02-24 21:57:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Oxford (Lace-up)|PVC', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Patent Leather|Leather', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Patent Leather|Leatherette', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Patent Leather|Polyurethane', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Patent Leather|PVC', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Patent Leather|Rubber', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Penny Loafer|Leather', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Penny Loafer|Leatherette', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Penny Loafer|Polyurethane', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Penny Loafer|PVC', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Penny Loafer|Rubber', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Runner|Leather', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Runner|Leatherette', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Runner|Polyurethane', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Runner|PVC', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Runner|Rubber', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Saddle Shoe|Leather', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Saddle Shoe|Leatherette', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Saddle Shoe|Polyurethane', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Saddle Shoe|PVC', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Saddle Shoe|Rubber', '2015-02-24 21:57:27', '2015-02-24 21:57:27')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Sandal|Leather', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Sandal|Leatherette', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Sandal|Polyurethane', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Sandal|PVC', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Sandal|Rubber', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Tennis|Leather', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Tennis|Leatherette', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Tennis|Polyurethane', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Tennis|PVC', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Tennis|Rubber', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Walker|Leather', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Walker|Leatherette', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Walker|Polyurethane', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Walker|PVC', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Walker|Rubber', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Wingtip|Leather', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Wingtip|Leatherette', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Wingtip|Polyurethane', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Wingtip|PVC', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Wingtip|Rubber', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Work Boot|Leather', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Work Boot|Leatherette', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Work Boot|Polyurethane', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Work Boot|PVC', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Gucci|Work Boot|Rubber', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Balmoral|Leather', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Balmoral|Leatherette', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Balmoral|Polyurethane', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Balmoral|PVC', '2015-02-24 21:57:28', '2015-02-24 21:57:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Balmoral|Rubber', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Boat Shoe|Leather', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Boat Shoe|Leatherette', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Boat Shoe|Polyurethane', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (47.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Boat Shoe|PVC', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Boat Shoe|Rubber', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Brouge|Leather', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Brouge|Leatherette', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Brouge|Polyurethane', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Brouge|PVC', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Brouge|Rubber', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Cross Trainer|Leather', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Cross Trainer|Leatherette', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Cross Trainer|Polyurethane', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Cross Trainer|PVC', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Cross Trainer|Rubber', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Derby|Leather', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Derby|Leatherette', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Derby|Polyurethane', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Derby|PVC', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Derby|Rubber', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Boot|Leather', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Boot|Leatherette', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Boot|Polyurethane', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Boot|PVC', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Boot|Rubber', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Shoe|Leather', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Shoe|Leatherette', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Shoe|Polyurethane', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Shoe|PVC', '2015-02-24 21:57:29', '2015-02-24 21:57:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Dress Shoe|Rubber', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Driving Shoe|Leather', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Driving Shoe|Leatherette', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Driving Shoe|Polyurethane', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Driving Shoe|PVC', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Driving Shoe|Rubber', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Hiker|Leather', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Hiker|Leatherette', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Hiker|Polyurethane', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Hiker|PVC', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Hiker|Rubber', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Loafer (Slip-on)|Leather', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Loafer (Slip-on)|PVC', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Oxford (Lace-up)|Leather', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Oxford (Lace-up)|PVC', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Patent Leather|Leather', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Patent Leather|Leatherette', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Patent Leather|Polyurethane', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Patent Leather|PVC', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Patent Leather|Rubber', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Penny Loafer|Leather', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Penny Loafer|Leatherette', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Penny Loafer|Polyurethane', '2015-02-24 21:57:30', '2015-02-24 21:57:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Penny Loafer|PVC', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Penny Loafer|Rubber', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Runner|Leather', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (47.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.8ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Runner|Leatherette', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (23.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Runner|Polyurethane', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Runner|PVC', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Runner|Rubber', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Saddle Shoe|Leather', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Saddle Shoe|Leatherette', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Saddle Shoe|Polyurethane', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Saddle Shoe|PVC', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Saddle Shoe|Rubber', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Sandal|Leather', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Sandal|Leatherette', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Sandal|Polyurethane', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Sandal|PVC', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Sandal|Rubber', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Tennis|Leather', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Tennis|Leatherette', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Tennis|Polyurethane', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Tennis|PVC', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Tennis|Rubber', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Walker|Leather', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Walker|Leatherette', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Walker|Polyurethane', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Walker|PVC', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Walker|Rubber', '2015-02-24 21:57:31', '2015-02-24 21:57:31')
 (62.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Wingtip|Leather', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Wingtip|Leatherette', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Wingtip|Polyurethane', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Wingtip|PVC', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Wingtip|Rubber', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Work Boot|Leather', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Work Boot|Leatherette', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Work Boot|Polyurethane', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Work Boot|PVC', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Harley Davidson|Work Boot|Rubber', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Balmoral|Leather', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Balmoral|Leatherette', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (171.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Balmoral|Polyurethane', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Balmoral|PVC', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Balmoral|Rubber', '2015-02-24 21:57:32', '2015-02-24 21:57:32')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Boat Shoe|Leather', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Boat Shoe|Leatherette', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Boat Shoe|Polyurethane', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (63.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Boat Shoe|PVC', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Boat Shoe|Rubber', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Brouge|Leather', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Brouge|Leatherette', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Brouge|Polyurethane', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Brouge|PVC', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Brouge|Rubber', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Cross Trainer|Leather', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Cross Trainer|Leatherette', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Cross Trainer|Polyurethane', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Cross Trainer|PVC', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Cross Trainer|Rubber', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Derby|Leather', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Derby|Leatherette', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Derby|Polyurethane', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Derby|PVC', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Derby|Rubber', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Boot|Leather', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Boot|Leatherette', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Boot|Polyurethane', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Boot|PVC', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Boot|Rubber', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Shoe|Leather', '2015-02-24 21:57:33', '2015-02-24 21:57:33')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Shoe|Leatherette', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Shoe|Polyurethane', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Shoe|PVC', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Dress Shoe|Rubber', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Driving Shoe|Leather', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Driving Shoe|Leatherette', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Driving Shoe|Polyurethane', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Driving Shoe|PVC', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Driving Shoe|Rubber', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Hiker|Leather', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Hiker|Leatherette', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Hiker|Polyurethane', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Hiker|PVC', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Hiker|Rubber', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Loafer (Slip-on)|Leather', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Loafer (Slip-on)|PVC', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Oxford (Lace-up)|Leather', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Oxford (Lace-up)|PVC', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Patent Leather|Leather', '2015-02-24 21:57:34', '2015-02-24 21:57:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Patent Leather|Leatherette', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Patent Leather|Polyurethane', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Patent Leather|PVC', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Patent Leather|Rubber', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Penny Loafer|Leather', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (45.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Penny Loafer|Leatherette', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Penny Loafer|Polyurethane', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Penny Loafer|PVC', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Penny Loafer|Rubber', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Runner|Leather', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Runner|Leatherette', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Runner|Polyurethane', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Runner|PVC', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Runner|Rubber', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Saddle Shoe|Leather', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Saddle Shoe|Leatherette', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Saddle Shoe|Polyurethane', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Saddle Shoe|PVC', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Saddle Shoe|Rubber', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Sandal|Leather', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Sandal|Leatherette', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Sandal|Polyurethane', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Sandal|PVC', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Sandal|Rubber', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Tennis|Leather', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Tennis|Leatherette', '2015-02-24 21:57:35', '2015-02-24 21:57:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Tennis|Polyurethane', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Tennis|PVC', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Tennis|Rubber', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (93.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Walker|Leather', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Walker|Leatherette', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Walker|Polyurethane', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Walker|PVC', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Walker|Rubber', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Wingtip|Leather', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Wingtip|Leatherette', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Wingtip|Polyurethane', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Wingtip|PVC', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Wingtip|Rubber', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Work Boot|Leather', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Work Boot|Leatherette', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Work Boot|Polyurethane', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Work Boot|PVC', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Hi-Tec|Work Boot|Rubber', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Balmoral|Leather', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Balmoral|Leatherette', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Balmoral|Polyurethane', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Balmoral|PVC', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Balmoral|Rubber', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Boat Shoe|Leather', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Boat Shoe|Leatherette', '2015-02-24 21:57:36', '2015-02-24 21:57:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Boat Shoe|Polyurethane', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Boat Shoe|PVC', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Boat Shoe|Rubber', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Brouge|Leather', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Brouge|Leatherette', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (16.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Brouge|Polyurethane', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Brouge|PVC', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Brouge|Rubber', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Cross Trainer|Leather', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Cross Trainer|Leatherette', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Cross Trainer|Polyurethane', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Cross Trainer|PVC', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Cross Trainer|Rubber', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Derby|Leather', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Derby|Leatherette', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Derby|Polyurethane', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Derby|PVC', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Derby|Rubber', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Boot|Leather', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Boot|Leatherette', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Boot|Polyurethane', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Boot|PVC', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Boot|Rubber', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Shoe|Leather', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Shoe|Leatherette', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Shoe|Polyurethane', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Shoe|PVC', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Dress Shoe|Rubber', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Driving Shoe|Leather', '2015-02-24 21:57:37', '2015-02-24 21:57:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Driving Shoe|Leatherette', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Driving Shoe|Polyurethane', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Driving Shoe|PVC', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Driving Shoe|Rubber', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Hiker|Leather', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Hiker|Leatherette', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Hiker|Polyurethane', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Hiker|PVC', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Hiker|Rubber', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Loafer (Slip-on)|Leather', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Loafer (Slip-on)|PVC', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Oxford (Lace-up)|Leather', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Oxford (Lace-up)|PVC', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:38', '2015-02-24 21:57:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Patent Leather|Leather', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Patent Leather|Leatherette', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (156.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Patent Leather|Polyurethane', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Patent Leather|PVC', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Patent Leather|Rubber', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Penny Loafer|Leather', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Penny Loafer|Leatherette', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Penny Loafer|Polyurethane', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Penny Loafer|PVC', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Penny Loafer|Rubber', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Runner|Leather', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Runner|Leatherette', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Runner|Polyurethane', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Runner|PVC', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Runner|Rubber', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (26.8ms)  COMMIT
 (1.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Saddle Shoe|Leather', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (32.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Saddle Shoe|Leatherette', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Saddle Shoe|Polyurethane', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Saddle Shoe|PVC', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Saddle Shoe|Rubber', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Sandal|Leather', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Sandal|Leatherette', '2015-02-24 21:57:39', '2015-02-24 21:57:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Sandal|Polyurethane', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Sandal|PVC', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Sandal|Rubber', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Tennis|Leather', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Tennis|Leatherette', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Tennis|Polyurethane', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Tennis|PVC', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Tennis|Rubber', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Walker|Leather', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Walker|Leatherette', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Walker|Polyurethane', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Walker|PVC', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Walker|Rubber', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Wingtip|Leather', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Wingtip|Leatherette', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Wingtip|Polyurethane', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Wingtip|PVC', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Wingtip|Rubber', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Work Boot|Leather', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Work Boot|Leatherette', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Work Boot|Polyurethane', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Work Boot|PVC', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Iron Age|Work Boot|Rubber', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Balmoral|Leather', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Balmoral|Leatherette', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Balmoral|Polyurethane', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Balmoral|PVC', '2015-02-24 21:57:40', '2015-02-24 21:57:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Balmoral|Rubber', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Boat Shoe|Leather', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Boat Shoe|Leatherette', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Boat Shoe|Polyurethane', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Boat Shoe|PVC', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Boat Shoe|Rubber', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Brouge|Leather', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Brouge|Leatherette', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Brouge|Polyurethane', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Brouge|PVC', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Brouge|Rubber', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Cross Trainer|Leather', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Cross Trainer|Leatherette', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Cross Trainer|Polyurethane', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Cross Trainer|PVC', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Cross Trainer|Rubber', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Derby|Leather', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Derby|Leatherette', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Derby|Polyurethane', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Derby|PVC', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Derby|Rubber', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Boot|Leather', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Boot|Leatherette', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Boot|Polyurethane', '2015-02-24 21:57:41', '2015-02-24 21:57:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Boot|PVC', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Boot|Rubber', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Shoe|Leather', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Shoe|Leatherette', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Shoe|Polyurethane', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Shoe|PVC', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Dress Shoe|Rubber', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Driving Shoe|Leather', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Driving Shoe|Leatherette', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Driving Shoe|Polyurethane', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Driving Shoe|PVC', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Driving Shoe|Rubber', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Hiker|Leather', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Hiker|Leatherette', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Hiker|Polyurethane', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Hiker|PVC', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Hiker|Rubber', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Loafer (Slip-on)|Leather', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Loafer (Slip-on)|PVC', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Oxford (Lace-up)|Leather', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:42', '2015-02-24 21:57:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Oxford (Lace-up)|PVC', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (32.0ms)  COMMIT
 (0.5ms)  SELECT `materials`.`Material` FROM `materials`
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Patent Leather|Leather', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (34.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Patent Leather|Leatherette', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Patent Leather|Polyurethane', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Patent Leather|PVC', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Patent Leather|Rubber', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Penny Loafer|Leather', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Penny Loafer|Leatherette', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Penny Loafer|Polyurethane', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Penny Loafer|PVC', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Penny Loafer|Rubber', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Runner|Leather', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Runner|Leatherette', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Runner|Polyurethane', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Runner|PVC', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Runner|Rubber', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.2ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Saddle Shoe|Leather', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Saddle Shoe|Leatherette', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Saddle Shoe|Polyurethane', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Saddle Shoe|PVC', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Saddle Shoe|Rubber', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Sandal|Leather', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Sandal|Leatherette', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Sandal|Polyurethane', '2015-02-24 21:57:43', '2015-02-24 21:57:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Sandal|PVC', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Sandal|Rubber', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Tennis|Leather', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Tennis|Leatherette', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Tennis|Polyurethane', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Tennis|PVC', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Tennis|Rubber', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Walker|Leather', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Walker|Leatherette', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Walker|Polyurethane', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Walker|PVC', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Walker|Rubber', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Wingtip|Leather', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Wingtip|Leatherette', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Wingtip|Polyurethane', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Wingtip|PVC', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Wingtip|Rubber', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Work Boot|Leather', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Work Boot|Leatherette', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Work Boot|Polyurethane', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Work Boot|PVC', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Island Surf|Work Boot|Rubber', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Balmoral|Leather', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Balmoral|Leatherette', '2015-02-24 21:57:44', '2015-02-24 21:57:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Balmoral|Polyurethane', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Balmoral|PVC', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Balmoral|Rubber', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Boat Shoe|Leather', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Boat Shoe|Leatherette', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Boat Shoe|Polyurethane', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Boat Shoe|PVC', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Boat Shoe|Rubber', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Brouge|Leather', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Brouge|Leatherette', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Brouge|Polyurethane', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Brouge|PVC', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Brouge|Rubber', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Cross Trainer|Leather', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Cross Trainer|Leatherette', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Cross Trainer|Polyurethane', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Cross Trainer|PVC', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Cross Trainer|Rubber', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Derby|Leather', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Derby|Leatherette', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Derby|Polyurethane', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Derby|PVC', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Derby|Rubber', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Boot|Leather', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Boot|Leatherette', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Boot|Polyurethane', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Boot|PVC', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Boot|Rubber', '2015-02-24 21:57:45', '2015-02-24 21:57:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Shoe|Leather', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Shoe|Leatherette', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Shoe|Polyurethane', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Shoe|PVC', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Dress Shoe|Rubber', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Driving Shoe|Leather', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Driving Shoe|Leatherette', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Driving Shoe|Polyurethane', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Driving Shoe|PVC', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Driving Shoe|Rubber', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Hiker|Leather', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Hiker|Leatherette', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Hiker|Polyurethane', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Hiker|PVC', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Hiker|Rubber', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Loafer (Slip-on)|Leather', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Loafer (Slip-on)|PVC', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Oxford (Lace-up)|Leather', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Oxford (Lace-up)|PVC', '2015-02-24 21:57:46', '2015-02-24 21:57:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Patent Leather|Leather', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Patent Leather|Leatherette', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Patent Leather|Polyurethane', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Patent Leather|PVC', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Patent Leather|Rubber', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Penny Loafer|Leather', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Penny Loafer|Leatherette', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Penny Loafer|Polyurethane', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Penny Loafer|PVC', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Penny Loafer|Rubber', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Runner|Leather', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Runner|Leatherette', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Runner|Polyurethane', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Runner|PVC', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Runner|Rubber', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Saddle Shoe|Leather', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Saddle Shoe|Leatherette', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Saddle Shoe|Polyurethane', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Saddle Shoe|PVC', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Saddle Shoe|Rubber', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Sandal|Leather', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Sandal|Leatherette', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Sandal|Polyurethane', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Sandal|PVC', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Sandal|Rubber', '2015-02-24 21:57:47', '2015-02-24 21:57:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Tennis|Leather', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Tennis|Leatherette', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Tennis|Polyurethane', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Tennis|PVC', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Tennis|Rubber', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Walker|Leather', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Walker|Leatherette', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Walker|Polyurethane', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Walker|PVC', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Walker|Rubber', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (140.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Wingtip|Leather', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Wingtip|Leatherette', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Wingtip|Polyurethane', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Wingtip|PVC', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Wingtip|Rubber', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Work Boot|Leather', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Work Boot|Leatherette', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Work Boot|Polyurethane', '2015-02-24 21:57:48', '2015-02-24 21:57:48')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Work Boot|PVC', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('J.M. Weston|Work Boot|Rubber', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Balmoral|Leather', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Balmoral|Leatherette', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Balmoral|Polyurethane', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Balmoral|PVC', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Balmoral|Rubber', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Boat Shoe|Leather', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Boat Shoe|Leatherette', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Boat Shoe|Polyurethane', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Boat Shoe|PVC', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Boat Shoe|Rubber', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Brouge|Leather', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Brouge|Leatherette', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Brouge|Polyurethane', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Brouge|PVC', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Brouge|Rubber', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Cross Trainer|Leather', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Cross Trainer|Leatherette', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Cross Trainer|Polyurethane', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Cross Trainer|PVC', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Cross Trainer|Rubber', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Derby|Leather', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Derby|Leatherette', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Derby|Polyurethane', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Derby|PVC', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Derby|Rubber', '2015-02-24 21:57:49', '2015-02-24 21:57:49')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Boot|Leather', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Boot|Leatherette', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Boot|Polyurethane', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Boot|PVC', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (62.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Boot|Rubber', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Shoe|Leather', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Shoe|Leatherette', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Shoe|Polyurethane', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Shoe|PVC', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Dress Shoe|Rubber', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Driving Shoe|Leather', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Driving Shoe|Leatherette', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Driving Shoe|Polyurethane', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Driving Shoe|PVC', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Driving Shoe|Rubber', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Hiker|Leather', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Hiker|Leatherette', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Hiker|Polyurethane', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Hiker|PVC', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Hiker|Rubber', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Loafer (Slip-on)|Leather', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Loafer (Slip-on)|PVC', '2015-02-24 21:57:50', '2015-02-24 21:57:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Oxford (Lace-up)|Leather', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Oxford (Lace-up)|PVC', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Patent Leather|Leather', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Patent Leather|Leatherette', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Patent Leather|Polyurethane', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Patent Leather|PVC', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Patent Leather|Rubber', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Penny Loafer|Leather', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Penny Loafer|Leatherette', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Penny Loafer|Polyurethane', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Penny Loafer|PVC', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Penny Loafer|Rubber', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Runner|Leather', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Runner|Leatherette', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Runner|Polyurethane', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Runner|PVC', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Runner|Rubber', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Saddle Shoe|Leather', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Saddle Shoe|Leatherette', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Saddle Shoe|Polyurethane', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Saddle Shoe|PVC', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Saddle Shoe|Rubber', '2015-02-24 21:57:51', '2015-02-24 21:57:51')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Sandal|Leather', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Sandal|Leatherette', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Sandal|Polyurethane', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Sandal|PVC', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Sandal|Rubber', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Tennis|Leather', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Tennis|Leatherette', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Tennis|Polyurethane', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Tennis|PVC', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Tennis|Rubber', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Walker|Leather', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Walker|Leatherette', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Walker|Polyurethane', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Walker|PVC', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Walker|Rubber', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Wingtip|Leather', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Wingtip|Leatherette', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Wingtip|Polyurethane', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Wingtip|PVC', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Wingtip|Rubber', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Work Boot|Leather', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Work Boot|Leatherette', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Work Boot|Polyurethane', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Work Boot|PVC', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Jimmy Choo|Work Boot|Rubber', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Balmoral|Leather', '2015-02-24 21:57:52', '2015-02-24 21:57:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Balmoral|Leatherette', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Balmoral|Polyurethane', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Balmoral|PVC', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (156.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Balmoral|Rubber', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Boat Shoe|Leather', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (156.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Boat Shoe|Leatherette', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Boat Shoe|Polyurethane', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Boat Shoe|PVC', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Boat Shoe|Rubber', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Brouge|Leather', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Brouge|Leatherette', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Brouge|Polyurethane', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Brouge|PVC', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Brouge|Rubber', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Cross Trainer|Leather', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Cross Trainer|Leatherette', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Cross Trainer|Polyurethane', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Cross Trainer|PVC', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Cross Trainer|Rubber', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Derby|Leather', '2015-02-24 21:57:53', '2015-02-24 21:57:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Derby|Leatherette', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Derby|Polyurethane', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Derby|PVC', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Derby|Rubber', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.2ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Boot|Leather', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Boot|Leatherette', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Boot|Polyurethane', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Boot|PVC', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Boot|Rubber', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Shoe|Leather', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Shoe|Leatherette', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Shoe|Polyurethane', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Shoe|PVC', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Dress Shoe|Rubber', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Driving Shoe|Leather', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Driving Shoe|Leatherette', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Driving Shoe|Polyurethane', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Driving Shoe|PVC', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (93.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Driving Shoe|Rubber', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Hiker|Leather', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Hiker|Leatherette', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Hiker|Polyurethane', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Hiker|PVC', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Hiker|Rubber', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Loafer (Slip-on)|Leather', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:54', '2015-02-24 21:57:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Loafer (Slip-on)|PVC', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Oxford (Lace-up)|Leather', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Oxford (Lace-up)|PVC', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Patent Leather|Leather', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Patent Leather|Leatherette', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Patent Leather|Polyurethane', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Patent Leather|PVC', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Patent Leather|Rubber', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Penny Loafer|Leather', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Penny Loafer|Leatherette', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Penny Loafer|Polyurethane', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Penny Loafer|PVC', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Penny Loafer|Rubber', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Runner|Leather', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Runner|Leatherette', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Runner|Polyurethane', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Runner|PVC', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Runner|Rubber', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Saddle Shoe|Leather', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Saddle Shoe|Leatherette', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Saddle Shoe|Polyurethane', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Saddle Shoe|PVC', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Saddle Shoe|Rubber', '2015-02-24 21:57:55', '2015-02-24 21:57:55')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Sandal|Leather', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Sandal|Leatherette', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Sandal|Polyurethane', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Sandal|PVC', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Sandal|Rubber', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Tennis|Leather', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Tennis|Leatherette', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Tennis|Polyurethane', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Tennis|PVC', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Tennis|Rubber', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.7ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Walker|Leather', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Walker|Leatherette', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Walker|Polyurethane', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Walker|PVC', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Walker|Rubber', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Wingtip|Leather', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Wingtip|Leatherette', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Wingtip|Polyurethane', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Wingtip|PVC', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Wingtip|Rubber', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Work Boot|Leather', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Work Boot|Leatherette', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Work Boot|Polyurethane', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Work Boot|PVC', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Deere|Work Boot|Rubber', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Balmoral|Leather', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Balmoral|Leatherette', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Balmoral|Polyurethane', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Balmoral|PVC', '2015-02-24 21:57:56', '2015-02-24 21:57:56')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Balmoral|Rubber', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Boat Shoe|Leather', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Boat Shoe|Leatherette', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Boat Shoe|Polyurethane', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Boat Shoe|PVC', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Boat Shoe|Rubber', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Brouge|Leather', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Brouge|Leatherette', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Brouge|Polyurethane', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Brouge|PVC', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Brouge|Rubber', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Cross Trainer|Leather', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Cross Trainer|Leatherette', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Cross Trainer|Polyurethane', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Cross Trainer|PVC', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Cross Trainer|Rubber', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Derby|Leather', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Derby|Leatherette', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Derby|Polyurethane', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Derby|PVC', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Derby|Rubber', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Boot|Leather', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Boot|Leatherette', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Boot|Polyurethane', '2015-02-24 21:57:57', '2015-02-24 21:57:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Boot|PVC', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Boot|Rubber', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Shoe|Leather', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Shoe|Leatherette', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Shoe|Polyurethane', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (109.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Shoe|PVC', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Dress Shoe|Rubber', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Driving Shoe|Leather', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Driving Shoe|Leatherette', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Driving Shoe|Polyurethane', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Driving Shoe|PVC', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Driving Shoe|Rubber', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Hiker|Leather', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Hiker|Leatherette', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Hiker|Polyurethane', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Hiker|PVC', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Hiker|Rubber', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Loafer (Slip-on)|Leather', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Loafer (Slip-on)|Leatherette', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Loafer (Slip-on)|PVC', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Loafer (Slip-on)|Rubber', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Oxford (Lace-up)|Leather', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Oxford (Lace-up)|Leatherette', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:57:58', '2015-02-24 21:57:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Oxford (Lace-up)|PVC', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Oxford (Lace-up)|Rubber', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Patent Leather|Leather', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Patent Leather|Leatherette', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Patent Leather|Polyurethane', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Patent Leather|PVC', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Patent Leather|Rubber', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Penny Loafer|Leather', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Penny Loafer|Leatherette', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Penny Loafer|Polyurethane', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Penny Loafer|PVC', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Penny Loafer|Rubber', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Runner|Leather', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Runner|Leatherette', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Runner|Polyurethane', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Runner|PVC', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Runner|Rubber', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Saddle Shoe|Leather', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Saddle Shoe|Leatherette', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Saddle Shoe|Polyurethane', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Saddle Shoe|PVC', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Saddle Shoe|Rubber', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Sandal|Leather', '2015-02-24 21:57:59', '2015-02-24 21:57:59')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Sandal|Leatherette', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Sandal|Polyurethane', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Sandal|PVC', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Sandal|Rubber', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Tennis|Leather', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (47.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Tennis|Leatherette', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Tennis|Polyurethane', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Tennis|PVC', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Tennis|Rubber', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Walker|Leather', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Walker|Leatherette', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Walker|Polyurethane', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Walker|PVC', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Walker|Rubber', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Wingtip|Leather', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Wingtip|Leatherette', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Wingtip|Polyurethane', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Wingtip|PVC', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Wingtip|Rubber', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Work Boot|Leather', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Work Boot|Leatherette', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Work Boot|Polyurethane', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Work Boot|PVC', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Lobb Bootmaker|Work Boot|Rubber', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Balmoral|Leather', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Balmoral|Leatherette', '2015-02-24 21:58:00', '2015-02-24 21:58:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Balmoral|Polyurethane', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Balmoral|PVC', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Balmoral|Rubber', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Boat Shoe|Leather', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Boat Shoe|Leatherette', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Boat Shoe|Polyurethane', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Boat Shoe|PVC', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Boat Shoe|Rubber', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Brouge|Leather', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Brouge|Leatherette', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Brouge|Polyurethane', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Brouge|PVC', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Brouge|Rubber', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Cross Trainer|Leather', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Cross Trainer|Leatherette', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Cross Trainer|Polyurethane', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Cross Trainer|PVC', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Cross Trainer|Rubber', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Derby|Leather', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Derby|Leatherette', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Derby|Polyurethane', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Derby|PVC', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Derby|Rubber', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Boot|Leather', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Boot|Leatherette', '2015-02-24 21:58:01', '2015-02-24 21:58:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Boot|Polyurethane', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Boot|PVC', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Boot|Rubber', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Shoe|Leather', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Shoe|Leatherette', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Shoe|Polyurethane', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Shoe|PVC', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Dress Shoe|Rubber', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Driving Shoe|Leather', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Driving Shoe|Leatherette', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Driving Shoe|Polyurethane', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Driving Shoe|PVC', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Driving Shoe|Rubber', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Hiker|Leather', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Hiker|Leatherette', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Hiker|Polyurethane', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Hiker|PVC', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Hiker|Rubber', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Loafer (Slip-on)|Leather', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Loafer (Slip-on)|PVC', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Oxford (Lace-up)|Leather', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (47.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Oxford (Lace-up)|PVC', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (25.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:02', '2015-02-24 21:58:02')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Patent Leather|Leather', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Patent Leather|Leatherette', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Patent Leather|Polyurethane', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Patent Leather|PVC', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (32.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Patent Leather|Rubber', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Penny Loafer|Leather', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Penny Loafer|Leatherette', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Penny Loafer|Polyurethane', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Penny Loafer|PVC', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Penny Loafer|Rubber', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Runner|Leather', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Runner|Leatherette', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (44.6ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Runner|Polyurethane', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (23.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Runner|PVC', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Runner|Rubber', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Saddle Shoe|Leather', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Saddle Shoe|Leatherette', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Saddle Shoe|Polyurethane', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Saddle Shoe|PVC', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Saddle Shoe|Rubber', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Sandal|Leather', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Sandal|Leatherette', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Sandal|Polyurethane', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Sandal|PVC', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Sandal|Rubber', '2015-02-24 21:58:03', '2015-02-24 21:58:03')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Tennis|Leather', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Tennis|Leatherette', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Tennis|Polyurethane', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Tennis|PVC', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Tennis|Rubber', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Walker|Leather', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Walker|Leatherette', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (250.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Walker|Polyurethane', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Walker|PVC', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Walker|Rubber', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Wingtip|Leather', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Wingtip|Leatherette', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Wingtip|Polyurethane', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Wingtip|PVC', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Wingtip|Rubber', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Work Boot|Leather', '2015-02-24 21:58:04', '2015-02-24 21:58:04')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Work Boot|Leatherette', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Work Boot|Polyurethane', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Work Boot|PVC', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('John Varvatos|Work Boot|Rubber', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (15.7ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Balmoral|Leather', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Balmoral|Leatherette', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Balmoral|Polyurethane', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Balmoral|PVC', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Balmoral|Rubber', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Boat Shoe|Leather', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Boat Shoe|Leatherette', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Boat Shoe|Polyurethane', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Boat Shoe|PVC', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Boat Shoe|Rubber', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Brouge|Leather', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Brouge|Leatherette', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Brouge|Polyurethane', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Brouge|PVC', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Brouge|Rubber', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Cross Trainer|Leather', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Cross Trainer|Leatherette', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Cross Trainer|Polyurethane', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Cross Trainer|PVC', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Cross Trainer|Rubber', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Derby|Leather', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Derby|Leatherette', '2015-02-24 21:58:05', '2015-02-24 21:58:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Derby|Polyurethane', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Derby|PVC', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Derby|Rubber', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Boot|Leather', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Boot|Leatherette', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Boot|Polyurethane', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Boot|PVC', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Boot|Rubber', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Shoe|Leather', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Shoe|Leatherette', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Shoe|Polyurethane', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Shoe|PVC', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Dress Shoe|Rubber', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Driving Shoe|Leather', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Driving Shoe|Leatherette', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Driving Shoe|Polyurethane', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Driving Shoe|PVC', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Driving Shoe|Rubber', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Hiker|Leather', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Hiker|Leatherette', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Hiker|Polyurethane', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (35.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Hiker|PVC', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (40.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Hiker|Rubber', '2015-02-24 21:58:06', '2015-02-24 21:58:06')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Loafer (Slip-on)|Leather', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Loafer (Slip-on)|PVC', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Oxford (Lace-up)|Leather', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Oxford (Lace-up)|PVC', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Patent Leather|Leather', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Patent Leather|Leatherette', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Patent Leather|Polyurethane', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Patent Leather|PVC', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (62.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Patent Leather|Rubber', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Penny Loafer|Leather', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Penny Loafer|Leatherette', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Penny Loafer|Polyurethane', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Penny Loafer|PVC', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Penny Loafer|Rubber', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Runner|Leather', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Runner|Leatherette', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Runner|Polyurethane', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Runner|PVC', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Runner|Rubber', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Saddle Shoe|Leather', '2015-02-24 21:58:07', '2015-02-24 21:58:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Saddle Shoe|Leatherette', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Saddle Shoe|Polyurethane', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Saddle Shoe|PVC', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Saddle Shoe|Rubber', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Sandal|Leather', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (47.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Sandal|Leatherette', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Sandal|Polyurethane', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Sandal|PVC', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Sandal|Rubber', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Tennis|Leather', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Tennis|Leatherette', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Tennis|Polyurethane', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Tennis|PVC', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Tennis|Rubber', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Walker|Leather', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Walker|Leatherette', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Walker|Polyurethane', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Walker|PVC', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Walker|Rubber', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Wingtip|Leather', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Wingtip|Leatherette', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Wingtip|Polyurethane', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Wingtip|PVC', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Wingtip|Rubber', '2015-02-24 21:58:08', '2015-02-24 21:58:08')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Work Boot|Leather', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Work Boot|Leatherette', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Work Boot|Polyurethane', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Work Boot|PVC', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Johnston & Murphy|Work Boot|Rubber', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Balmoral|Leather', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Balmoral|Leatherette', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Balmoral|Polyurethane', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Balmoral|PVC', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Balmoral|Rubber', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Boat Shoe|Leather', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Boat Shoe|Leatherette', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Boat Shoe|Polyurethane', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Boat Shoe|PVC', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Boat Shoe|Rubber', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Brouge|Leather', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Brouge|Leatherette', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Brouge|Polyurethane', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Brouge|PVC', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Brouge|Rubber', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Cross Trainer|Leather', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Cross Trainer|Leatherette', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Cross Trainer|Polyurethane', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Cross Trainer|PVC', '2015-02-24 21:58:09', '2015-02-24 21:58:09')
 (42.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Cross Trainer|Rubber', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (14.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Derby|Leather', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Derby|Leatherette', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Derby|Polyurethane', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Derby|PVC', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Derby|Rubber', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (32.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Boot|Leather', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Boot|Leatherette', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Boot|Polyurethane', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Boot|PVC', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Boot|Rubber', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Shoe|Leather', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Shoe|Leatherette', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Shoe|Polyurethane', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Shoe|PVC', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Dress Shoe|Rubber', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Driving Shoe|Leather', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Driving Shoe|Leatherette', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Driving Shoe|Polyurethane', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Driving Shoe|PVC', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Driving Shoe|Rubber', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Hiker|Leather', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Hiker|Leatherette', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Hiker|Polyurethane', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Hiker|PVC', '2015-02-24 21:58:10', '2015-02-24 21:58:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Hiker|Rubber', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Loafer (Slip-on)|Leather', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Loafer (Slip-on)|PVC', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Oxford (Lace-up)|Leather', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Oxford (Lace-up)|PVC', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Patent Leather|Leather', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Patent Leather|Leatherette', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Patent Leather|Polyurethane', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Patent Leather|PVC', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Patent Leather|Rubber', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Penny Loafer|Leather', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Penny Loafer|Leatherette', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Penny Loafer|Polyurethane', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Penny Loafer|PVC', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Penny Loafer|Rubber', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Runner|Leather', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Runner|Leatherette', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Runner|Polyurethane', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Runner|PVC', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Runner|Rubber', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Saddle Shoe|Leather', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Saddle Shoe|Leatherette', '2015-02-24 21:58:11', '2015-02-24 21:58:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Saddle Shoe|Polyurethane', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Saddle Shoe|PVC', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Saddle Shoe|Rubber', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Sandal|Leather', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Sandal|Leatherette', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Sandal|Polyurethane', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Sandal|PVC', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Sandal|Rubber', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Tennis|Leather', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Tennis|Leatherette', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Tennis|Polyurethane', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Tennis|PVC', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Tennis|Rubber', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Walker|Leather', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Walker|Leatherette', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Walker|Polyurethane', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Walker|PVC', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Walker|Rubber', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Wingtip|Leather', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Wingtip|Leatherette', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Wingtip|Polyurethane', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Wingtip|PVC', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Wingtip|Rubber', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Work Boot|Leather', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Work Boot|Leatherette', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Work Boot|Polyurethane', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Work Boot|PVC', '2015-02-24 21:58:12', '2015-02-24 21:58:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('K-Swiss|Work Boot|Rubber', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Balmoral|Leather', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Balmoral|Leatherette', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Balmoral|Polyurethane', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Balmoral|PVC', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Balmoral|Rubber', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Boat Shoe|Leather', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Boat Shoe|Leatherette', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Boat Shoe|Polyurethane', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Boat Shoe|PVC', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Boat Shoe|Rubber', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Brouge|Leather', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Brouge|Leatherette', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Brouge|Polyurethane', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Brouge|PVC', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Brouge|Rubber', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Cross Trainer|Leather', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Cross Trainer|Leatherette', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Cross Trainer|Polyurethane', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Cross Trainer|PVC', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Cross Trainer|Rubber', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Derby|Leather', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Derby|Leatherette', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Derby|Polyurethane', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Derby|PVC', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Derby|Rubber', '2015-02-24 21:58:13', '2015-02-24 21:58:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Boot|Leather', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Boot|Leatherette', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Boot|Polyurethane', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Boot|PVC', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Boot|Rubber', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Shoe|Leather', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Shoe|Leatherette', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (62.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Shoe|Polyurethane', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Shoe|PVC', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Dress Shoe|Rubber', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Driving Shoe|Leather', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Driving Shoe|Leatherette', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Driving Shoe|Polyurethane', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Driving Shoe|PVC', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Driving Shoe|Rubber', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Hiker|Leather', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Hiker|Leatherette', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Hiker|Polyurethane', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Hiker|PVC', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Hiker|Rubber', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Loafer (Slip-on)|Leather', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Loafer (Slip-on)|PVC', '2015-02-24 21:58:14', '2015-02-24 21:58:14')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Oxford (Lace-up)|Leather', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Oxford (Lace-up)|PVC', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Patent Leather|Leather', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Patent Leather|Leatherette', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Patent Leather|Polyurethane', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Patent Leather|PVC', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Patent Leather|Rubber', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Penny Loafer|Leather', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Penny Loafer|Leatherette', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Penny Loafer|Polyurethane', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Penny Loafer|PVC', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Penny Loafer|Rubber', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Runner|Leather', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Runner|Leatherette', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Runner|Polyurethane', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Runner|PVC', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Runner|Rubber', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Saddle Shoe|Leather', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Saddle Shoe|Leatherette', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Saddle Shoe|Polyurethane', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Saddle Shoe|PVC', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Saddle Shoe|Rubber', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Sandal|Leather', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Sandal|Leatherette', '2015-02-24 21:58:15', '2015-02-24 21:58:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Sandal|Polyurethane', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Sandal|PVC', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Sandal|Rubber', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Tennis|Leather', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Tennis|Leatherette', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Tennis|Polyurethane', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Tennis|PVC', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Tennis|Rubber', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Walker|Leather', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Walker|Leatherette', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Walker|Polyurethane', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Walker|PVC', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Walker|Rubber', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Wingtip|Leather', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Wingtip|Leatherette', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Wingtip|Polyurethane', '2015-02-24 21:58:16', '2015-02-24 21:58:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Wingtip|PVC', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Wingtip|Rubber', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Work Boot|Leather', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Work Boot|Leatherette', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Work Boot|Polyurethane', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (47.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Work Boot|PVC', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kamik|Work Boot|Rubber', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Balmoral|Leather', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Balmoral|Leatherette', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Balmoral|Polyurethane', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Balmoral|PVC', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Balmoral|Rubber', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Boat Shoe|Leather', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Boat Shoe|Leatherette', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Boat Shoe|Polyurethane', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Boat Shoe|PVC', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Boat Shoe|Rubber', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Brouge|Leather', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Brouge|Leatherette', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Brouge|Polyurethane', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Brouge|PVC', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Brouge|Rubber', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Cross Trainer|Leather', '2015-02-24 21:58:17', '2015-02-24 21:58:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Cross Trainer|Leatherette', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Cross Trainer|Polyurethane', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Cross Trainer|PVC', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Cross Trainer|Rubber', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Derby|Leather', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Derby|Leatherette', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Derby|Polyurethane', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Derby|PVC', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Derby|Rubber', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Boot|Leather', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Boot|Leatherette', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Boot|Polyurethane', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Boot|PVC', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Boot|Rubber', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Shoe|Leather', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Shoe|Leatherette', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Shoe|Polyurethane', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Shoe|PVC', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Dress Shoe|Rubber', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Driving Shoe|Leather', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Driving Shoe|Leatherette', '2015-02-24 21:58:18', '2015-02-24 21:58:18')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Driving Shoe|Polyurethane', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (156.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Driving Shoe|PVC', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (62.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Driving Shoe|Rubber', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (156.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Hiker|Leather', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (124.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Hiker|Leatherette', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Hiker|Polyurethane', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Hiker|PVC', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Hiker|Rubber', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (62.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Loafer (Slip-on)|Leather', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Loafer (Slip-on)|PVC', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Oxford (Lace-up)|Leather', '2015-02-24 21:58:19', '2015-02-24 21:58:19')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Oxford (Lace-up)|PVC', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Patent Leather|Leather', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Patent Leather|Leatherette', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Patent Leather|Polyurethane', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Patent Leather|PVC', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Patent Leather|Rubber', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Penny Loafer|Leather', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Penny Loafer|Leatherette', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Penny Loafer|Polyurethane', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Penny Loafer|PVC', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Penny Loafer|Rubber', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Runner|Leather', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Runner|Leatherette', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Runner|Polyurethane', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Runner|PVC', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Runner|Rubber', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Saddle Shoe|Leather', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Saddle Shoe|Leatherette', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Saddle Shoe|Polyurethane', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Saddle Shoe|PVC', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Saddle Shoe|Rubber', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Sandal|Leather', '2015-02-24 21:58:20', '2015-02-24 21:58:20')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Sandal|Leatherette', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Sandal|Polyurethane', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Sandal|PVC', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Sandal|Rubber', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Tennis|Leather', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Tennis|Leatherette', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Tennis|Polyurethane', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Tennis|PVC', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Tennis|Rubber', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Walker|Leather', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Walker|Leatherette', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Walker|Polyurethane', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Walker|PVC', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Walker|Rubber', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Wingtip|Leather', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Wingtip|Leatherette', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Wingtip|Polyurethane', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Wingtip|PVC', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Wingtip|Rubber', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Work Boot|Leather', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Work Boot|Leatherette', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Work Boot|Polyurethane', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Work Boot|PVC', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Kenneth Cole Productions|Work Boot|Rubber', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Balmoral|Leather', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Balmoral|Leatherette', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Balmoral|Polyurethane', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Balmoral|PVC', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Balmoral|Rubber', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Boat Shoe|Leather', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Boat Shoe|Leatherette', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Boat Shoe|Polyurethane', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Boat Shoe|PVC', '2015-02-24 21:58:21', '2015-02-24 21:58:21')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Boat Shoe|Rubber', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Brouge|Leather', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (203.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Brouge|Leatherette', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Brouge|Polyurethane', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Brouge|PVC', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Brouge|Rubber', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Cross Trainer|Leather', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Cross Trainer|Leatherette', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Cross Trainer|Polyurethane', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Cross Trainer|PVC', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Cross Trainer|Rubber', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Derby|Leather', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Derby|Leatherette', '2015-02-24 21:58:22', '2015-02-24 21:58:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Derby|Polyurethane', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Derby|PVC', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Derby|Rubber', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Boot|Leather', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Boot|Leatherette', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Boot|Polyurethane', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Boot|PVC', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Boot|Rubber', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Shoe|Leather', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Shoe|Leatherette', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Shoe|Polyurethane', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Shoe|PVC', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Dress Shoe|Rubber', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Driving Shoe|Leather', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Driving Shoe|Leatherette', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Driving Shoe|Polyurethane', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Driving Shoe|PVC', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Driving Shoe|Rubber', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Hiker|Leather', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Hiker|Leatherette', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Hiker|Polyurethane', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Hiker|PVC', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Hiker|Rubber', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Loafer (Slip-on)|Leather', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (26.6ms)  COMMIT
 (0.5ms)  BEGIN
SQL (1.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (24.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Loafer (Slip-on)|PVC', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:23', '2015-02-24 21:58:23')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Oxford (Lace-up)|Leather', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Oxford (Lace-up)|PVC', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Patent Leather|Leather', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Patent Leather|Leatherette', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Patent Leather|Polyurethane', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Patent Leather|PVC', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Patent Leather|Rubber', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Penny Loafer|Leather', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Penny Loafer|Leatherette', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Penny Loafer|Polyurethane', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Penny Loafer|PVC', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Penny Loafer|Rubber', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (125.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Runner|Leather', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Runner|Leatherette', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Runner|Polyurethane', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Runner|PVC', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Runner|Rubber', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Saddle Shoe|Leather', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Saddle Shoe|Leatherette', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Saddle Shoe|Polyurethane', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Saddle Shoe|PVC', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Saddle Shoe|Rubber', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Sandal|Leather', '2015-02-24 21:58:24', '2015-02-24 21:58:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Sandal|Leatherette', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Sandal|Polyurethane', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Sandal|PVC', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Sandal|Rubber', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Tennis|Leather', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Tennis|Leatherette', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Tennis|Polyurethane', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Tennis|PVC', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Tennis|Rubber', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Walker|Leather', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Walker|Leatherette', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Walker|Polyurethane', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Walker|PVC', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Walker|Rubber', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Wingtip|Leather', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Wingtip|Leatherette', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Wingtip|Polyurethane', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Wingtip|PVC', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Wingtip|Rubber', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Work Boot|Leather', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Work Boot|Leatherette', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Work Boot|Polyurethane', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Work Boot|PVC', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Khombu|Work Boot|Rubber', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Balmoral|Leather', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Balmoral|Leatherette', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Balmoral|Polyurethane', '2015-02-24 21:58:25', '2015-02-24 21:58:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Balmoral|PVC', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Balmoral|Rubber', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Boat Shoe|Leather', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Boat Shoe|Leatherette', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Boat Shoe|Polyurethane', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Boat Shoe|PVC', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Boat Shoe|Rubber', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Brouge|Leather', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Brouge|Leatherette', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Brouge|Polyurethane', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Brouge|PVC', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Brouge|Rubber', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Cross Trainer|Leather', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Cross Trainer|Leatherette', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Cross Trainer|Polyurethane', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Cross Trainer|PVC', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Cross Trainer|Rubber', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Derby|Leather', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Derby|Leatherette', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Derby|Polyurethane', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Derby|PVC', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Derby|Rubber', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Boot|Leather', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Boot|Leatherette', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Boot|Polyurethane', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Boot|PVC', '2015-02-24 21:58:26', '2015-02-24 21:58:26')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Boot|Rubber', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Shoe|Leather', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Shoe|Leatherette', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Shoe|Polyurethane', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Shoe|PVC', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (16.0ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Dress Shoe|Rubber', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Driving Shoe|Leather', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Driving Shoe|Leatherette', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Driving Shoe|Polyurethane', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Driving Shoe|PVC', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Driving Shoe|Rubber', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Hiker|Leather', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Hiker|Leatherette', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Hiker|Polyurethane', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Hiker|PVC', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Hiker|Rubber', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Loafer (Slip-on)|Leather', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Loafer (Slip-on)|PVC', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Oxford (Lace-up)|Leather', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Oxford (Lace-up)|PVC', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:27', '2015-02-24 21:58:27')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Patent Leather|Leather', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Patent Leather|Leatherette', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Patent Leather|Polyurethane', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Patent Leather|PVC', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Patent Leather|Rubber', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Penny Loafer|Leather', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Penny Loafer|Leatherette', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Penny Loafer|Polyurethane', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Penny Loafer|PVC', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Penny Loafer|Rubber', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Runner|Leather', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Runner|Leatherette', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Runner|Polyurethane', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Runner|PVC', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Runner|Rubber', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Saddle Shoe|Leather', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Saddle Shoe|Leatherette', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Saddle Shoe|Polyurethane', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Saddle Shoe|PVC', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Saddle Shoe|Rubber', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Sandal|Leather', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Sandal|Leatherette', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Sandal|Polyurethane', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Sandal|PVC', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Sandal|Rubber', '2015-02-24 21:58:28', '2015-02-24 21:58:28')
 (171.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Tennis|Leather', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Tennis|Leatherette', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Tennis|Polyurethane', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Tennis|PVC', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (140.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Tennis|Rubber', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Walker|Leather', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Walker|Leatherette', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Walker|Polyurethane', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Walker|PVC', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Walker|Rubber', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Wingtip|Leather', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Wingtip|Leatherette', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Wingtip|Polyurethane', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Wingtip|PVC', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Wingtip|Rubber', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Work Boot|Leather', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Work Boot|Leatherette', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Work Boot|Polyurethane', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Work Boot|PVC', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('L.B Evans|Work Boot|Rubber', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Balmoral|Leather', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Balmoral|Leatherette', '2015-02-24 21:58:29', '2015-02-24 21:58:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Balmoral|Polyurethane', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Balmoral|PVC', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Balmoral|Rubber', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Boat Shoe|Leather', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Boat Shoe|Leatherette', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Boat Shoe|Polyurethane', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Boat Shoe|PVC', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Boat Shoe|Rubber', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Brouge|Leather', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Brouge|Leatherette', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Brouge|Polyurethane', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Brouge|PVC', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Brouge|Rubber', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Cross Trainer|Leather', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Cross Trainer|Leatherette', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Cross Trainer|Polyurethane', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Cross Trainer|PVC', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Cross Trainer|Rubber', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Derby|Leather', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Derby|Leatherette', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Derby|Polyurethane', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Derby|PVC', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Derby|Rubber', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Boot|Leather', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Boot|Leatherette', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Boot|Polyurethane', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Boot|PVC', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Boot|Rubber', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Shoe|Leather', '2015-02-24 21:58:30', '2015-02-24 21:58:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Shoe|Leatherette', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Shoe|Polyurethane', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Shoe|PVC', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Dress Shoe|Rubber', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Driving Shoe|Leather', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Driving Shoe|Leatherette', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (62.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Driving Shoe|Polyurethane', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (187.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Driving Shoe|PVC', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Driving Shoe|Rubber', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (156.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Hiker|Leather', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Hiker|Leatherette', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Hiker|Polyurethane', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Hiker|PVC', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Hiker|Rubber', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Loafer (Slip-on)|Leather', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Loafer (Slip-on)|PVC', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:31', '2015-02-24 21:58:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Oxford (Lace-up)|Leather', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Oxford (Lace-up)|PVC', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Patent Leather|Leather', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Patent Leather|Leatherette', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Patent Leather|Polyurethane', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Patent Leather|PVC', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Patent Leather|Rubber', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Penny Loafer|Leather', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Penny Loafer|Leatherette', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Penny Loafer|Polyurethane', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Penny Loafer|PVC', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Penny Loafer|Rubber', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Runner|Leather', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Runner|Leatherette', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Runner|Polyurethane', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Runner|PVC', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Runner|Rubber', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Saddle Shoe|Leather', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Saddle Shoe|Leatherette', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Saddle Shoe|Polyurethane', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Saddle Shoe|PVC', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Saddle Shoe|Rubber', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Sandal|Leather', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Sandal|Leatherette', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Sandal|Polyurethane', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Sandal|PVC', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Sandal|Rubber', '2015-02-24 21:58:32', '2015-02-24 21:58:32')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Tennis|Leather', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Tennis|Leatherette', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Tennis|Polyurethane', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Tennis|PVC', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Tennis|Rubber', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Walker|Leather', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Walker|Leatherette', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Walker|Polyurethane', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Walker|PVC', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Walker|Rubber', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Wingtip|Leather', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Wingtip|Leatherette', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Wingtip|Polyurethane', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Wingtip|PVC', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Wingtip|Rubber', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Work Boot|Leather', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Work Boot|Leatherette', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Work Boot|Polyurethane', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Work Boot|PVC', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Laredo|Work Boot|Rubber', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Balmoral|Leather', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Balmoral|Leatherette', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Balmoral|Polyurethane', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Balmoral|PVC', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Balmoral|Rubber', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Boat Shoe|Leather', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Boat Shoe|Leatherette', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Boat Shoe|Polyurethane', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Boat Shoe|PVC', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Boat Shoe|Rubber', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Brouge|Leather', '2015-02-24 21:58:33', '2015-02-24 21:58:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Brouge|Leatherette', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Brouge|Polyurethane', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Brouge|PVC', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Brouge|Rubber', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Cross Trainer|Leather', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Cross Trainer|Leatherette', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Cross Trainer|Polyurethane', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Cross Trainer|PVC', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Cross Trainer|Rubber', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Derby|Leather', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Derby|Leatherette', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Derby|Polyurethane', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Derby|PVC', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Derby|Rubber', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Boot|Leather', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Boot|Leatherette', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Boot|Polyurethane', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Boot|PVC', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Boot|Rubber', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Shoe|Leather', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Shoe|Leatherette', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Shoe|Polyurethane', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Shoe|PVC', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Dress Shoe|Rubber', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Driving Shoe|Leather', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Driving Shoe|Leatherette', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Driving Shoe|Polyurethane', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Driving Shoe|PVC', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Driving Shoe|Rubber', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Hiker|Leather', '2015-02-24 21:58:34', '2015-02-24 21:58:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Hiker|Leatherette', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Hiker|Polyurethane', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Hiker|PVC', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Hiker|Rubber', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Loafer (Slip-on)|Leather', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Loafer (Slip-on)|PVC', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Oxford (Lace-up)|Leather', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Oxford (Lace-up)|PVC', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Patent Leather|Leather', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Patent Leather|Leatherette', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Patent Leather|Polyurethane', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Patent Leather|PVC', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Patent Leather|Rubber', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Penny Loafer|Leather', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Penny Loafer|Leatherette', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Penny Loafer|Polyurethane', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Penny Loafer|PVC', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Penny Loafer|Rubber', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Runner|Leather', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Runner|Leatherette', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Runner|Polyurethane', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Runner|PVC', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Runner|Rubber', '2015-02-24 21:58:35', '2015-02-24 21:58:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Saddle Shoe|Leather', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Saddle Shoe|Leatherette', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Saddle Shoe|Polyurethane', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Saddle Shoe|PVC', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Saddle Shoe|Rubber', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Sandal|Leather', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Sandal|Leatherette', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (15.6ms)  COMMIT
 (0.1ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Sandal|Polyurethane', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Sandal|PVC', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (15.6ms)  COMMIT
 (15.7ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Sandal|Rubber', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Tennis|Leather', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Tennis|Leatherette', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Tennis|Polyurethane', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Tennis|PVC', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Tennis|Rubber', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Walker|Leather', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Walker|Leatherette', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Walker|Polyurethane', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Walker|PVC', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Walker|Rubber', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Wingtip|Leather', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Wingtip|Leatherette', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Wingtip|Polyurethane', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Wingtip|PVC', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Wingtip|Rubber', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Work Boot|Leather', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Work Boot|Leatherette', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Work Boot|Polyurethane', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Work Boot|PVC', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Lugz|Work Boot|Rubber', '2015-02-24 21:58:36', '2015-02-24 21:58:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Balmoral|Leather', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Balmoral|Leatherette', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Balmoral|Polyurethane', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Balmoral|PVC', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Balmoral|Rubber', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Boat Shoe|Leather', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Boat Shoe|Leatherette', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Boat Shoe|Polyurethane', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Boat Shoe|PVC', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Boat Shoe|Rubber', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Brouge|Leather', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Brouge|Leatherette', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Brouge|Polyurethane', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Brouge|PVC', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Brouge|Rubber', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Cross Trainer|Leather', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Cross Trainer|Leatherette', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Cross Trainer|Polyurethane', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Cross Trainer|PVC', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Cross Trainer|Rubber', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Derby|Leather', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Derby|Leatherette', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Derby|Polyurethane', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Derby|PVC', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Derby|Rubber', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Boot|Leather', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Boot|Leatherette', '2015-02-24 21:58:37', '2015-02-24 21:58:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Boot|Polyurethane', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Boot|PVC', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Boot|Rubber', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Shoe|Leather', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Shoe|Leatherette', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Shoe|Polyurethane', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Shoe|PVC', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Dress Shoe|Rubber', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Driving Shoe|Leather', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Driving Shoe|Leatherette', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Driving Shoe|Polyurethane', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Driving Shoe|PVC', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Driving Shoe|Rubber', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Hiker|Leather', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Hiker|Leatherette', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Hiker|Polyurethane', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Hiker|PVC', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Hiker|Rubber', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Loafer (Slip-on)|Leather', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (30.5ms)  COMMIT
 (1.1ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (26.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Loafer (Slip-on)|PVC', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Oxford (Lace-up)|Leather', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Oxford (Lace-up)|PVC', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Patent Leather|Leather', '2015-02-24 21:58:38', '2015-02-24 21:58:38')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Patent Leather|Leatherette', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Patent Leather|Polyurethane', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Patent Leather|PVC', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Patent Leather|Rubber', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Penny Loafer|Leather', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Penny Loafer|Leatherette', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (32.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Penny Loafer|Polyurethane', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Penny Loafer|PVC', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Penny Loafer|Rubber', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Runner|Leather', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Runner|Leatherette', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Runner|Polyurethane', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Runner|PVC', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Runner|Rubber', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (109.4ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Saddle Shoe|Leather', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (265.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Saddle Shoe|Leatherette', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Saddle Shoe|Polyurethane', '2015-02-24 21:58:39', '2015-02-24 21:58:39')
 (140.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Saddle Shoe|PVC', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Saddle Shoe|Rubber', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Sandal|Leather', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Sandal|Leatherette', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Sandal|Polyurethane', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Sandal|PVC', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Sandal|Rubber', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (33.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Tennis|Leather', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (16.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Tennis|Leatherette', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Tennis|Polyurethane', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Tennis|PVC', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Tennis|Rubber', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Walker|Leather', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Walker|Leatherette', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Walker|Polyurethane', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Walker|PVC', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Walker|Rubber', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Wingtip|Leather', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Wingtip|Leatherette', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Wingtip|Polyurethane', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Wingtip|PVC', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Wingtip|Rubber', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Work Boot|Leather', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Work Boot|Leatherette', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Work Boot|Polyurethane', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Work Boot|PVC', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Madden|Work Boot|Rubber', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Balmoral|Leather', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Balmoral|Leatherette', '2015-02-24 21:58:40', '2015-02-24 21:58:40')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Balmoral|Polyurethane', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Balmoral|PVC', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Balmoral|Rubber', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Boat Shoe|Leather', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Boat Shoe|Leatherette', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Boat Shoe|Polyurethane', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Boat Shoe|PVC', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Boat Shoe|Rubber', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Brouge|Leather', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Brouge|Leatherette', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Brouge|Polyurethane', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Brouge|PVC', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Brouge|Rubber', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Cross Trainer|Leather', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Cross Trainer|Leatherette', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Cross Trainer|Polyurethane', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Cross Trainer|PVC', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Cross Trainer|Rubber', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Derby|Leather', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Derby|Leatherette', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Derby|Polyurethane', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Derby|PVC', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Derby|Rubber', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Boot|Leather', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Boot|Leatherette', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Boot|Polyurethane', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Boot|PVC', '2015-02-24 21:58:41', '2015-02-24 21:58:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Boot|Rubber', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Shoe|Leather', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Shoe|Leatherette', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Shoe|Polyurethane', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Shoe|PVC', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Dress Shoe|Rubber', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Driving Shoe|Leather', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Driving Shoe|Leatherette', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Driving Shoe|Polyurethane', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Driving Shoe|PVC', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Driving Shoe|Rubber', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Hiker|Leather', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Hiker|Leatherette', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Hiker|Polyurethane', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Hiker|PVC', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Hiker|Rubber', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Loafer (Slip-on)|Leather', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Loafer (Slip-on)|PVC', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Oxford (Lace-up)|Leather', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Oxford (Lace-up)|PVC', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Patent Leather|Leather', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Patent Leather|Leatherette', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Patent Leather|Polyurethane', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Patent Leather|PVC', '2015-02-24 21:58:42', '2015-02-24 21:58:42')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Patent Leather|Rubber', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Penny Loafer|Leather', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Penny Loafer|Leatherette', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Penny Loafer|Polyurethane', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Penny Loafer|PVC', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Penny Loafer|Rubber', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Runner|Leather', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Runner|Leatherette', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Runner|Polyurethane', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Runner|PVC', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Runner|Rubber', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (156.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Saddle Shoe|Leather', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Saddle Shoe|Leatherette', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Saddle Shoe|Polyurethane', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Saddle Shoe|PVC', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Saddle Shoe|Rubber', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Sandal|Leather', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Sandal|Leatherette', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Sandal|Polyurethane', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Sandal|PVC', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Sandal|Rubber', '2015-02-24 21:58:43', '2015-02-24 21:58:43')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Tennis|Leather', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Tennis|Leatherette', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Tennis|Polyurethane', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Tennis|PVC', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Tennis|Rubber', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Walker|Leather', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Walker|Leatherette', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Walker|Polyurethane', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (37.2ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Walker|PVC', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (15.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Walker|Rubber', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Wingtip|Leather', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Wingtip|Leatherette', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Wingtip|Polyurethane', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Wingtip|PVC', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Wingtip|Rubber', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Work Boot|Leather', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Work Boot|Leatherette', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Work Boot|Polyurethane', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Work Boot|PVC', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Magnum|Work Boot|Rubber', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Balmoral|Leather', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Balmoral|Leatherette', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Balmoral|Polyurethane', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Balmoral|PVC', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Balmoral|Rubber', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Boat Shoe|Leather', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Boat Shoe|Leatherette', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Boat Shoe|Polyurethane', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Boat Shoe|PVC', '2015-02-24 21:58:44', '2015-02-24 21:58:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Boat Shoe|Rubber', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Brouge|Leather', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Brouge|Leatherette', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Brouge|Polyurethane', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Brouge|PVC', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Brouge|Rubber', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Cross Trainer|Leather', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Cross Trainer|Leatherette', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Cross Trainer|Polyurethane', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Cross Trainer|PVC', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Cross Trainer|Rubber', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Derby|Leather', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Derby|Leatherette', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Derby|Polyurethane', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Derby|PVC', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Derby|Rubber', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Boot|Leather', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Boot|Leatherette', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Boot|Polyurethane', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Boot|PVC', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Boot|Rubber', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Shoe|Leather', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Shoe|Leatherette', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Shoe|Polyurethane', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Shoe|PVC', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Dress Shoe|Rubber', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Driving Shoe|Leather', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Driving Shoe|Leatherette', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Driving Shoe|Polyurethane', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Driving Shoe|PVC', '2015-02-24 21:58:45', '2015-02-24 21:58:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Driving Shoe|Rubber', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Hiker|Leather', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Hiker|Leatherette', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Hiker|Polyurethane', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Hiker|PVC', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Hiker|Rubber', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (31.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Loafer (Slip-on)|Leather', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Loafer (Slip-on)|PVC', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Oxford (Lace-up)|Leather', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Oxford (Lace-up)|PVC', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Patent Leather|Leather', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Patent Leather|Leatherette', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Patent Leather|Polyurethane', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Patent Leather|PVC', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Patent Leather|Rubber', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Penny Loafer|Leather', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Penny Loafer|Leatherette', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Penny Loafer|Polyurethane', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Penny Loafer|PVC', '2015-02-24 21:58:46', '2015-02-24 21:58:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Penny Loafer|Rubber', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Runner|Leather', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Runner|Leatherette', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Runner|Polyurethane', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Runner|PVC', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Runner|Rubber', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Saddle Shoe|Leather', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Saddle Shoe|Leatherette', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Saddle Shoe|Polyurethane', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Saddle Shoe|PVC', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Saddle Shoe|Rubber', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Sandal|Leather', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Sandal|Leatherette', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Sandal|Polyurethane', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Sandal|PVC', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Sandal|Rubber', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Tennis|Leather', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Tennis|Leatherette', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Tennis|Polyurethane', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Tennis|PVC', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Tennis|Rubber', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Walker|Leather', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Walker|Leatherette', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Walker|Polyurethane', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Walker|PVC', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Walker|Rubber', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Wingtip|Leather', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Wingtip|Leatherette', '2015-02-24 21:58:47', '2015-02-24 21:58:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Wingtip|Polyurethane', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Wingtip|PVC', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Wingtip|Rubber', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Work Boot|Leather', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Work Boot|Leatherette', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Work Boot|Polyurethane', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Work Boot|PVC', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Margaritaville|Work Boot|Rubber', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (16.0ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Balmoral|Leather', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Balmoral|Leatherette', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Balmoral|Polyurethane', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Balmoral|PVC', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Balmoral|Rubber', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Boat Shoe|Leather', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Boat Shoe|Leatherette', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Boat Shoe|Polyurethane', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Boat Shoe|PVC', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Boat Shoe|Rubber', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Brouge|Leather', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Brouge|Leatherette', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Brouge|Polyurethane', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Brouge|PVC', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Brouge|Rubber', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Cross Trainer|Leather', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Cross Trainer|Leatherette', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Cross Trainer|Polyurethane', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Cross Trainer|PVC', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Cross Trainer|Rubber', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Derby|Leather', '2015-02-24 21:58:48', '2015-02-24 21:58:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Derby|Leatherette', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Derby|Polyurethane', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Derby|PVC', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Derby|Rubber', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Boot|Leather', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Boot|Leatherette', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Boot|Polyurethane', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Boot|PVC', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Boot|Rubber', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Shoe|Leather', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Shoe|Leatherette', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Shoe|Polyurethane', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Shoe|PVC', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Dress Shoe|Rubber', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Driving Shoe|Leather', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Driving Shoe|Leatherette', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Driving Shoe|Polyurethane', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Driving Shoe|PVC', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Driving Shoe|Rubber', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Hiker|Leather', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Hiker|Leatherette', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Hiker|Polyurethane', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Hiker|PVC', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Hiker|Rubber', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Loafer (Slip-on)|Leather', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Loafer (Slip-on)|PVC', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:49', '2015-02-24 21:58:49')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Oxford (Lace-up)|Leather', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Oxford (Lace-up)|PVC', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Patent Leather|Leather', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Patent Leather|Leatherette', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Patent Leather|Polyurethane', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Patent Leather|PVC', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Patent Leather|Rubber', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Penny Loafer|Leather', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Penny Loafer|Leatherette', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Penny Loafer|Polyurethane', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Penny Loafer|PVC', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Penny Loafer|Rubber', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Runner|Leather', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Runner|Leatherette', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Runner|Polyurethane', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Runner|PVC', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Runner|Rubber', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Saddle Shoe|Leather', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Saddle Shoe|Leatherette', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Saddle Shoe|Polyurethane', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Saddle Shoe|PVC', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Saddle Shoe|Rubber', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Sandal|Leather', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Sandal|Leatherette', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Sandal|Polyurethane', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Sandal|PVC', '2015-02-24 21:58:50', '2015-02-24 21:58:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Sandal|Rubber', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Tennis|Leather', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Tennis|Leatherette', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Tennis|Polyurethane', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Tennis|PVC', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Tennis|Rubber', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Walker|Leather', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Walker|Leatherette', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Walker|Polyurethane', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Walker|PVC', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Walker|Rubber', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Wingtip|Leather', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Wingtip|Leatherette', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Wingtip|Polyurethane', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Wingtip|PVC', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Wingtip|Rubber', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Work Boot|Leather', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Work Boot|Leatherette', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Work Boot|Polyurethane', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Work Boot|PVC', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Mark Nason Skechers|Work Boot|Rubber', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Balmoral|Leather', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Balmoral|Leatherette', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Balmoral|Polyurethane', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Balmoral|PVC', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Balmoral|Rubber', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Boat Shoe|Leather', '2015-02-24 21:58:51', '2015-02-24 21:58:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Boat Shoe|Leatherette', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Boat Shoe|Polyurethane', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Boat Shoe|PVC', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Boat Shoe|Rubber', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Brouge|Leather', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Brouge|Leatherette', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Brouge|Polyurethane', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Brouge|PVC', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Brouge|Rubber', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Cross Trainer|Leather', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Cross Trainer|Leatherette', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Cross Trainer|Polyurethane', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Cross Trainer|PVC', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Cross Trainer|Rubber', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Derby|Leather', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Derby|Leatherette', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Derby|Polyurethane', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Derby|PVC', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Derby|Rubber', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Boot|Leather', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Boot|Leatherette', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Boot|Polyurethane', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Boot|PVC', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Boot|Rubber', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Shoe|Leather', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Shoe|Leatherette', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (62.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Shoe|Polyurethane', '2015-02-24 21:58:52', '2015-02-24 21:58:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Shoe|PVC', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Dress Shoe|Rubber', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Driving Shoe|Leather', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Driving Shoe|Leatherette', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Driving Shoe|Polyurethane', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Driving Shoe|PVC', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Driving Shoe|Rubber', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.4ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Hiker|Leather', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Hiker|Leatherette', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Hiker|Polyurethane', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Hiker|PVC', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Hiker|Rubber', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Loafer (Slip-on)|Leather', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Loafer (Slip-on)|PVC', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (156.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Oxford (Lace-up)|Leather', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Oxford (Lace-up)|PVC', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Patent Leather|Leather', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Patent Leather|Leatherette', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Patent Leather|Polyurethane', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Patent Leather|PVC', '2015-02-24 21:58:53', '2015-02-24 21:58:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Patent Leather|Rubber', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Penny Loafer|Leather', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Penny Loafer|Leatherette', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Penny Loafer|Polyurethane', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Penny Loafer|PVC', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Penny Loafer|Rubber', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Runner|Leather', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Runner|Leatherette', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Runner|Polyurethane', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Runner|PVC', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Runner|Rubber', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Saddle Shoe|Leather', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Saddle Shoe|Leatherette', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Saddle Shoe|Polyurethane', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Saddle Shoe|PVC', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Saddle Shoe|Rubber', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Sandal|Leather', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Sandal|Leatherette', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Sandal|Polyurethane', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Sandal|PVC', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (140.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Sandal|Rubber', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (93.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Tennis|Leather', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Tennis|Leatherette', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Tennis|Polyurethane', '2015-02-24 21:58:54', '2015-02-24 21:58:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Tennis|PVC', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Tennis|Rubber', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Walker|Leather', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Walker|Leatherette', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Walker|Polyurethane', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (78.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Walker|PVC', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Walker|Rubber', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Wingtip|Leather', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Wingtip|Leatherette', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Wingtip|Polyurethane', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Wingtip|PVC', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Wingtip|Rubber', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Work Boot|Leather', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Work Boot|Leatherette', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Work Boot|Polyurethane', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Work Boot|PVC', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('McRae|Work Boot|Rubber', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Balmoral|Leather', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Balmoral|Leatherette', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Balmoral|Polyurethane', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Balmoral|PVC', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Balmoral|Rubber', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Boat Shoe|Leather', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Boat Shoe|Leatherette', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Boat Shoe|Polyurethane', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Boat Shoe|PVC', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Boat Shoe|Rubber', '2015-02-24 21:58:55', '2015-02-24 21:58:55')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Brouge|Leather', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Brouge|Leatherette', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Brouge|Polyurethane', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Brouge|PVC', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Brouge|Rubber', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Cross Trainer|Leather', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Cross Trainer|Leatherette', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Cross Trainer|Polyurethane', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Cross Trainer|PVC', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Cross Trainer|Rubber', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Derby|Leather', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Derby|Leatherette', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Derby|Polyurethane', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Derby|PVC', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Derby|Rubber', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Boot|Leather', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Boot|Leatherette', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Boot|Polyurethane', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Boot|PVC', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Boot|Rubber', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Shoe|Leather', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Shoe|Leatherette', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Shoe|Polyurethane', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Shoe|PVC', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Dress Shoe|Rubber', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Driving Shoe|Leather', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Driving Shoe|Leatherette', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Driving Shoe|Polyurethane', '2015-02-24 21:58:56', '2015-02-24 21:58:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Driving Shoe|PVC', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Driving Shoe|Rubber', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Hiker|Leather', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Hiker|Leatherette', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Hiker|Polyurethane', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Hiker|PVC', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Hiker|Rubber', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Loafer (Slip-on)|Leather', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Loafer (Slip-on)|Leatherette', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Loafer (Slip-on)|PVC', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Loafer (Slip-on)|Rubber', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Oxford (Lace-up)|Leather', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Oxford (Lace-up)|Leatherette', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Oxford (Lace-up)|PVC', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Oxford (Lace-up)|Rubber', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Patent Leather|Leather', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Patent Leather|Leatherette', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Patent Leather|Polyurethane', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Patent Leather|PVC', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Patent Leather|Rubber', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Penny Loafer|Leather', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Penny Loafer|Leatherette', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Penny Loafer|Polyurethane', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Penny Loafer|PVC', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Penny Loafer|Rubber', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Runner|Leather', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Runner|Leatherette', '2015-02-24 21:58:57', '2015-02-24 21:58:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Runner|Polyurethane', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Runner|PVC', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Runner|Rubber', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.7ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Saddle Shoe|Leather', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Saddle Shoe|Leatherette', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Saddle Shoe|Polyurethane', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Saddle Shoe|PVC', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Saddle Shoe|Rubber', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Sandal|Leather', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Sandal|Leatherette', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Sandal|Polyurethane', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Sandal|PVC', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Sandal|Rubber', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Tennis|Leather', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Tennis|Leatherette', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Tennis|Polyurethane', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Tennis|PVC', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Tennis|Rubber', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Walker|Leather', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Walker|Leatherette', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Walker|Polyurethane', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Walker|PVC', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Walker|Rubber', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Wingtip|Leather', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Wingtip|Leatherette', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Wingtip|Polyurethane', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Wingtip|PVC', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Wingtip|Rubber', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Work Boot|Leather', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Work Boot|Leatherette', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Work Boot|Polyurethane', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Work Boot|PVC', '2015-02-24 21:58:58', '2015-02-24 21:58:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Neil M Footwear|Work Boot|Rubber', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Balmoral|Leather', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Balmoral|Leatherette', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Balmoral|Polyurethane', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Balmoral|PVC', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Balmoral|Rubber', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Boat Shoe|Leather', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Boat Shoe|Leatherette', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Boat Shoe|Polyurethane', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Boat Shoe|PVC', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Boat Shoe|Rubber', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Brouge|Leather', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Brouge|Leatherette', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Brouge|Polyurethane', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Brouge|PVC', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Brouge|Rubber', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Cross Trainer|Leather', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Cross Trainer|Leatherette', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Cross Trainer|Polyurethane', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Cross Trainer|PVC', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Cross Trainer|Rubber', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Derby|Leather', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Derby|Leatherette', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Derby|Polyurethane', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Derby|PVC', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Derby|Rubber', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Boot|Leather', '2015-02-24 21:58:59', '2015-02-24 21:58:59')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Boot|Leatherette', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Boot|Polyurethane', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Boot|PVC', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Boot|Rubber', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Shoe|Leather', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Shoe|Leatherette', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Shoe|Polyurethane', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Shoe|PVC', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Dress Shoe|Rubber', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Driving Shoe|Leather', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Driving Shoe|Leatherette', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Driving Shoe|Polyurethane', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Driving Shoe|PVC', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Driving Shoe|Rubber', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Hiker|Leather', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Hiker|Leatherette', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Hiker|Polyurethane', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Hiker|PVC', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Hiker|Rubber', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Loafer (Slip-on)|Leather', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Loafer (Slip-on)|PVC', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:00', '2015-02-24 21:59:00')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Oxford (Lace-up)|Leather', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Oxford (Lace-up)|PVC', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Patent Leather|Leather', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Patent Leather|Leatherette', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Patent Leather|Polyurethane', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Patent Leather|PVC', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Patent Leather|Rubber', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Penny Loafer|Leather', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Penny Loafer|Leatherette', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Penny Loafer|Polyurethane', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Penny Loafer|PVC', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Penny Loafer|Rubber', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Runner|Leather', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Runner|Leatherette', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Runner|Polyurethane', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Runner|PVC', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Runner|Rubber', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Saddle Shoe|Leather', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Saddle Shoe|Leatherette', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Saddle Shoe|Polyurethane', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Saddle Shoe|PVC', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Saddle Shoe|Rubber', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Sandal|Leather', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Sandal|Leatherette', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Sandal|Polyurethane', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Sandal|PVC', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Sandal|Rubber', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Tennis|Leather', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Tennis|Leatherette', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Tennis|Polyurethane', '2015-02-24 21:59:01', '2015-02-24 21:59:01')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Tennis|PVC', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Tennis|Rubber', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Walker|Leather', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Walker|Leatherette', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Walker|Polyurethane', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Walker|PVC', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Walker|Rubber', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Wingtip|Leather', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Wingtip|Leatherette', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Wingtip|Polyurethane', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Wingtip|PVC', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Wingtip|Rubber', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Work Boot|Leather', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Work Boot|Leatherette', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Work Boot|Polyurethane', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Work Boot|PVC', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('New Balance|Work Boot|Rubber', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Balmoral|Leather', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Balmoral|Leatherette', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Balmoral|Polyurethane', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Balmoral|PVC', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Balmoral|Rubber', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Boat Shoe|Leather', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Boat Shoe|Leatherette', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Boat Shoe|Polyurethane', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Boat Shoe|PVC', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Boat Shoe|Rubber', '2015-02-24 21:59:02', '2015-02-24 21:59:02')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Brouge|Leather', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Brouge|Leatherette', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Brouge|Polyurethane', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Brouge|PVC', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Brouge|Rubber', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Cross Trainer|Leather', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Cross Trainer|Leatherette', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Cross Trainer|Polyurethane', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Cross Trainer|PVC', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Cross Trainer|Rubber', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Derby|Leather', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Derby|Leatherette', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Derby|Polyurethane', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Derby|PVC', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Derby|Rubber', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Boot|Leather', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Boot|Leatherette', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Boot|Polyurethane', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Boot|PVC', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Boot|Rubber', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Shoe|Leather', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Shoe|Leatherette', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Shoe|Polyurethane', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Shoe|PVC', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Dress Shoe|Rubber', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Driving Shoe|Leather', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Driving Shoe|Leatherette', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Driving Shoe|Polyurethane', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Driving Shoe|PVC', '2015-02-24 21:59:03', '2015-02-24 21:59:03')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Driving Shoe|Rubber', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Hiker|Leather', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Hiker|Leatherette', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Hiker|Polyurethane', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Hiker|PVC', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Hiker|Rubber', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Loafer (Slip-on)|Leather', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Loafer (Slip-on)|PVC', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Oxford (Lace-up)|Leather', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Oxford (Lace-up)|PVC', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Patent Leather|Leather', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Patent Leather|Leatherette', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Patent Leather|Polyurethane', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Patent Leather|PVC', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (33.0ms)  COMMIT
 (0.5ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Patent Leather|Rubber', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (25.5ms)  COMMIT
 (1.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.5ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Penny Loafer|Leather', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (18.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Penny Loafer|Leatherette', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Penny Loafer|Polyurethane', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Penny Loafer|PVC', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Penny Loafer|Rubber', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Runner|Leather', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Runner|Leatherette', '2015-02-24 21:59:04', '2015-02-24 21:59:04')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Runner|Polyurethane', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Runner|PVC', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Runner|Rubber', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Saddle Shoe|Leather', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Saddle Shoe|Leatherette', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Saddle Shoe|Polyurethane', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Saddle Shoe|PVC', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Saddle Shoe|Rubber', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Sandal|Leather', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Sandal|Leatherette', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Sandal|Polyurethane', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Sandal|PVC', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Sandal|Rubber', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Tennis|Leather', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Tennis|Leatherette', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Tennis|Polyurethane', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Tennis|PVC', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Tennis|Rubber', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Walker|Leather', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Walker|Leatherette', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Walker|Polyurethane', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Walker|PVC', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Walker|Rubber', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Wingtip|Leather', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Wingtip|Leatherette', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Wingtip|Polyurethane', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Wingtip|PVC', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Wingtip|Rubber', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Work Boot|Leather', '2015-02-24 21:59:05', '2015-02-24 21:59:05')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Work Boot|Leatherette', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Work Boot|Polyurethane', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Work Boot|PVC', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nike|Work Boot|Rubber', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Balmoral|Leather', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Balmoral|Leatherette', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Balmoral|Polyurethane', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Balmoral|PVC', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (15.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Balmoral|Rubber', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Boat Shoe|Leather', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Boat Shoe|Leatherette', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Boat Shoe|Polyurethane', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Boat Shoe|PVC', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Boat Shoe|Rubber', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Brouge|Leather', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (37.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Brouge|Leatherette', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Brouge|Polyurethane', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Brouge|PVC', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Brouge|Rubber', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Cross Trainer|Leather', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Cross Trainer|Leatherette', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Cross Trainer|Polyurethane', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Cross Trainer|PVC', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Cross Trainer|Rubber', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Derby|Leather', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Derby|Leatherette', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Derby|Polyurethane', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Derby|PVC', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Derby|Rubber', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Boot|Leather', '2015-02-24 21:59:06', '2015-02-24 21:59:06')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Boot|Leatherette', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Boot|Polyurethane', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Boot|PVC', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Boot|Rubber', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Shoe|Leather', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Shoe|Leatherette', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Shoe|Polyurethane', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Shoe|PVC', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (156.2ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Dress Shoe|Rubber', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Driving Shoe|Leather', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Driving Shoe|Leatherette', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Driving Shoe|Polyurethane', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Driving Shoe|PVC', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Driving Shoe|Rubber', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Hiker|Leather', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Hiker|Leatherette', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Hiker|Polyurethane', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Hiker|PVC', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Hiker|Rubber', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Loafer (Slip-on)|Leather', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Loafer (Slip-on)|PVC', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:07', '2015-02-24 21:59:07')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Oxford (Lace-up)|Leather', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Oxford (Lace-up)|PVC', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Patent Leather|Leather', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Patent Leather|Leatherette', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Patent Leather|Polyurethane', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Patent Leather|PVC', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Patent Leather|Rubber', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Penny Loafer|Leather', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Penny Loafer|Leatherette', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Penny Loafer|Polyurethane', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Penny Loafer|PVC', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Penny Loafer|Rubber', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Runner|Leather', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Runner|Leatherette', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Runner|Polyurethane', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Runner|PVC', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Runner|Rubber', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Saddle Shoe|Leather', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Saddle Shoe|Leatherette', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Saddle Shoe|Polyurethane', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Saddle Shoe|PVC', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Saddle Shoe|Rubber', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Sandal|Leather', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Sandal|Leatherette', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Sandal|Polyurethane', '2015-02-24 21:59:08', '2015-02-24 21:59:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Sandal|PVC', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Sandal|Rubber', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Tennis|Leather', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Tennis|Leatherette', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Tennis|Polyurethane', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Tennis|PVC', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Tennis|Rubber', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Walker|Leather', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Walker|Leatherette', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Walker|Polyurethane', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Walker|PVC', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Walker|Rubber', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Wingtip|Leather', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Wingtip|Leatherette', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Wingtip|Polyurethane', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Wingtip|PVC', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Wingtip|Rubber', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Work Boot|Leather', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Work Boot|Leatherette', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Work Boot|Polyurethane', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Work Boot|PVC', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Nunn Bush|Work Boot|Rubber', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Balmoral|Leather', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Balmoral|Leatherette', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Balmoral|Polyurethane', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Balmoral|PVC', '2015-02-24 21:59:09', '2015-02-24 21:59:09')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Balmoral|Rubber', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Boat Shoe|Leather', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Boat Shoe|Leatherette', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Boat Shoe|Polyurethane', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Boat Shoe|PVC', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Boat Shoe|Rubber', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Brouge|Leather', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Brouge|Leatherette', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Brouge|Polyurethane', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Brouge|PVC', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Brouge|Rubber', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Cross Trainer|Leather', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Cross Trainer|Leatherette', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Cross Trainer|Polyurethane', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Cross Trainer|PVC', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Cross Trainer|Rubber', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Derby|Leather', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (46.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Derby|Leatherette', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Derby|Polyurethane', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Derby|PVC', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Derby|Rubber', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (40.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Boot|Leather', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Boot|Leatherette', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Boot|Polyurethane', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Boot|PVC', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Boot|Rubber', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Shoe|Leather', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Shoe|Leatherette', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Shoe|Polyurethane', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Shoe|PVC', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Dress Shoe|Rubber', '2015-02-24 21:59:10', '2015-02-24 21:59:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Driving Shoe|Leather', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Driving Shoe|Leatherette', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Driving Shoe|Polyurethane', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Driving Shoe|PVC', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Driving Shoe|Rubber', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Hiker|Leather', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Hiker|Leatherette', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Hiker|Polyurethane', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Hiker|PVC', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Hiker|Rubber', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Loafer (Slip-on)|Leather', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Loafer (Slip-on)|PVC', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Oxford (Lace-up)|Leather', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Oxford (Lace-up)|PVC', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Patent Leather|Leather', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Patent Leather|Leatherette', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Patent Leather|Polyurethane', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Patent Leather|PVC', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Patent Leather|Rubber', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Penny Loafer|Leather', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Penny Loafer|Leatherette', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Penny Loafer|Polyurethane', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Penny Loafer|PVC', '2015-02-24 21:59:11', '2015-02-24 21:59:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Penny Loafer|Rubber', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Runner|Leather', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Runner|Leatherette', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Runner|Polyurethane', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Runner|PVC', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Runner|Rubber', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Saddle Shoe|Leather', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Saddle Shoe|Leatherette', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Saddle Shoe|Polyurethane', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Saddle Shoe|PVC', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Saddle Shoe|Rubber', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Sandal|Leather', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Sandal|Leatherette', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Sandal|Polyurethane', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Sandal|PVC', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Sandal|Rubber', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Tennis|Leather', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Tennis|Leatherette', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Tennis|Polyurethane', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Tennis|PVC', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Tennis|Rubber', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Walker|Leather', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Walker|Leatherette', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Walker|Polyurethane', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Walker|PVC', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Walker|Rubber', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Wingtip|Leather', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Wingtip|Leatherette', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Wingtip|Polyurethane', '2015-02-24 21:59:12', '2015-02-24 21:59:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Wingtip|PVC', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Wingtip|Rubber', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Work Boot|Leather', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (203.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Work Boot|Leatherette', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Work Boot|Polyurethane', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Work Boot|PVC', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Prada|Work Boot|Rubber', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Balmoral|Leather', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Balmoral|Leatherette', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Balmoral|Polyurethane', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Balmoral|PVC', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Balmoral|Rubber', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Boat Shoe|Leather', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Boat Shoe|Leatherette', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Boat Shoe|Polyurethane', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Boat Shoe|PVC', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Boat Shoe|Rubber', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Brouge|Leather', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Brouge|Leatherette', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Brouge|Polyurethane', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Brouge|PVC', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Brouge|Rubber', '2015-02-24 21:59:13', '2015-02-24 21:59:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Cross Trainer|Leather', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Cross Trainer|Leatherette', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Cross Trainer|Polyurethane', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Cross Trainer|PVC', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Cross Trainer|Rubber', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Derby|Leather', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Derby|Leatherette', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Derby|Polyurethane', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Derby|PVC', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Derby|Rubber', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Boot|Leather', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Boot|Leatherette', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Boot|Polyurethane', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Boot|PVC', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Boot|Rubber', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Shoe|Leather', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Shoe|Leatherette', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Shoe|Polyurethane', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Shoe|PVC', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Dress Shoe|Rubber', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Driving Shoe|Leather', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Driving Shoe|Leatherette', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Driving Shoe|Polyurethane', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Driving Shoe|PVC', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Driving Shoe|Rubber', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Hiker|Leather', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Hiker|Leatherette', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (500.3ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Hiker|Polyurethane', '2015-02-24 21:59:14', '2015-02-24 21:59:14')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Hiker|PVC', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Hiker|Rubber', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Loafer (Slip-on)|Leather', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Loafer (Slip-on)|PVC', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Oxford (Lace-up)|Leather', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Oxford (Lace-up)|PVC', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Patent Leather|Leather', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Patent Leather|Leatherette', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Patent Leather|Polyurethane', '2015-02-24 21:59:15', '2015-02-24 21:59:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Patent Leather|PVC', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Patent Leather|Rubber', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Penny Loafer|Leather', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Penny Loafer|Leatherette', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Penny Loafer|Polyurethane', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Penny Loafer|PVC', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Penny Loafer|Rubber', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Runner|Leather', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Runner|Leatherette', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Runner|Polyurethane', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Runner|PVC', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Runner|Rubber', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Saddle Shoe|Leather', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Saddle Shoe|Leatherette', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Saddle Shoe|Polyurethane', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Saddle Shoe|PVC', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Saddle Shoe|Rubber', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Sandal|Leather', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Sandal|Leatherette', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Sandal|Polyurethane', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Sandal|PVC', '2015-02-24 21:59:16', '2015-02-24 21:59:16')
 (140.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Sandal|Rubber', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Tennis|Leather', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Tennis|Leatherette', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Tennis|Polyurethane', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Tennis|PVC', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Tennis|Rubber', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (47.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Walker|Leather', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Walker|Leatherette', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Walker|Polyurethane', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Walker|PVC', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Walker|Rubber', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Wingtip|Leather', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Wingtip|Leatherette', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Wingtip|Polyurethane', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Wingtip|PVC', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Wingtip|Rubber', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Work Boot|Leather', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Work Boot|Leatherette', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Work Boot|Polyurethane', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Work Boot|PVC', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Propet|Work Boot|Rubber', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Balmoral|Leather', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Balmoral|Leatherette', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Balmoral|Polyurethane', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Balmoral|PVC', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Balmoral|Rubber', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Boat Shoe|Leather', '2015-02-24 21:59:17', '2015-02-24 21:59:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Boat Shoe|Leatherette', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Boat Shoe|Polyurethane', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Boat Shoe|PVC', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Boat Shoe|Rubber', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Brouge|Leather', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Brouge|Leatherette', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Brouge|Polyurethane', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Brouge|PVC', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Brouge|Rubber', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Cross Trainer|Leather', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Cross Trainer|Leatherette', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Cross Trainer|Polyurethane', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Cross Trainer|PVC', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Cross Trainer|Rubber', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Derby|Leather', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Derby|Leatherette', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Derby|Polyurethane', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Derby|PVC', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Derby|Rubber', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Boot|Leather', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Boot|Leatherette', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (140.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Boot|Polyurethane', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Boot|PVC', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Boot|Rubber', '2015-02-24 21:59:18', '2015-02-24 21:59:18')
 (140.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Shoe|Leather', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Shoe|Leatherette', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Shoe|Polyurethane', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Shoe|PVC', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Dress Shoe|Rubber', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Driving Shoe|Leather', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Driving Shoe|Leatherette', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Driving Shoe|Polyurethane', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Driving Shoe|PVC', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Driving Shoe|Rubber', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Hiker|Leather', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Hiker|Leatherette', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Hiker|Polyurethane', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Hiker|PVC', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Hiker|Rubber', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Loafer (Slip-on)|Leather', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Loafer (Slip-on)|PVC', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Oxford (Lace-up)|Leather', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Oxford (Lace-up)|PVC', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:19', '2015-02-24 21:59:19')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Patent Leather|Leather', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Patent Leather|Leatherette', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Patent Leather|Polyurethane', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Patent Leather|PVC', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Patent Leather|Rubber', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Penny Loafer|Leather', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Penny Loafer|Leatherette', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Penny Loafer|Polyurethane', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Penny Loafer|PVC', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Penny Loafer|Rubber', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Runner|Leather', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Runner|Leatherette', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Runner|Polyurethane', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Runner|PVC', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Runner|Rubber', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Saddle Shoe|Leather', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Saddle Shoe|Leatherette', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Saddle Shoe|Polyurethane', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Saddle Shoe|PVC', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Saddle Shoe|Rubber', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Sandal|Leather', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Sandal|Leatherette', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Sandal|Polyurethane', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Sandal|PVC', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Sandal|Rubber', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Tennis|Leather', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Tennis|Leatherette', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Tennis|Polyurethane', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Tennis|PVC', '2015-02-24 21:59:20', '2015-02-24 21:59:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Tennis|Rubber', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Walker|Leather', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Walker|Leatherette', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Walker|Polyurethane', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Walker|PVC', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (78.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Walker|Rubber', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Wingtip|Leather', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Wingtip|Leatherette', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Wingtip|Polyurethane', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Wingtip|PVC', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Wingtip|Rubber', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Work Boot|Leather', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Work Boot|Leatherette', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Work Boot|Polyurethane', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Work Boot|PVC', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Puma|Work Boot|Rubber', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Balmoral|Leather', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Balmoral|Leatherette', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Balmoral|Polyurethane', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Balmoral|PVC', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Balmoral|Rubber', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Boat Shoe|Leather', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Boat Shoe|Leatherette', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Boat Shoe|Polyurethane', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Boat Shoe|PVC', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Boat Shoe|Rubber', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Brouge|Leather', '2015-02-24 21:59:21', '2015-02-24 21:59:21')
 (93.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Brouge|Leatherette', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Brouge|Polyurethane', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Brouge|PVC', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Brouge|Rubber', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Cross Trainer|Leather', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Cross Trainer|Leatherette', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Cross Trainer|Polyurethane', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Cross Trainer|PVC', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Cross Trainer|Rubber', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Derby|Leather', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Derby|Leatherette', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Derby|Polyurethane', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Derby|PVC', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Derby|Rubber', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Boot|Leather', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Boot|Leatherette', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Boot|Polyurethane', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Boot|PVC', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Boot|Rubber', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Shoe|Leather', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Shoe|Leatherette', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Shoe|Polyurethane', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Shoe|PVC', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Dress Shoe|Rubber', '2015-02-24 21:59:22', '2015-02-24 21:59:22')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Driving Shoe|Leather', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Driving Shoe|Leatherette', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Driving Shoe|Polyurethane', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Driving Shoe|PVC', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Driving Shoe|Rubber', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Hiker|Leather', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Hiker|Leatherette', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Hiker|Polyurethane', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Hiker|PVC', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Hiker|Rubber', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Loafer (Slip-on)|Leather', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Loafer (Slip-on)|PVC', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Oxford (Lace-up)|Leather', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Oxford (Lace-up)|PVC', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Patent Leather|Leather', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Patent Leather|Leatherette', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Patent Leather|Polyurethane', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Patent Leather|PVC', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Patent Leather|Rubber', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Penny Loafer|Leather', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Penny Loafer|Leatherette', '2015-02-24 21:59:23', '2015-02-24 21:59:23')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Penny Loafer|Polyurethane', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Penny Loafer|PVC', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Penny Loafer|Rubber', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Runner|Leather', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Runner|Leatherette', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Runner|Polyurethane', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Runner|PVC', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Runner|Rubber', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Saddle Shoe|Leather', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Saddle Shoe|Leatherette', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Saddle Shoe|Polyurethane', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Saddle Shoe|PVC', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Saddle Shoe|Rubber', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Sandal|Leather', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Sandal|Leatherette', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Sandal|Polyurethane', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Sandal|PVC', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Sandal|Rubber', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Tennis|Leather', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Tennis|Leatherette', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Tennis|Polyurethane', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Tennis|PVC', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Tennis|Rubber', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Walker|Leather', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Walker|Leatherette', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Walker|Polyurethane', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Walker|PVC', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Walker|Rubber', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Wingtip|Leather', '2015-02-24 21:59:24', '2015-02-24 21:59:24')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Wingtip|Leatherette', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.8ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Wingtip|Polyurethane', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (32.2ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Wingtip|PVC', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (19.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Wingtip|Rubber', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Work Boot|Leather', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Work Boot|Leatherette', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Work Boot|Polyurethane', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Work Boot|PVC', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok|Work Boot|Rubber', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Balmoral|Leather', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Balmoral|Leatherette', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Balmoral|Polyurethane', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Balmoral|PVC', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Balmoral|Rubber', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Boat Shoe|Leather', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Boat Shoe|Leatherette', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Boat Shoe|Polyurethane', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Boat Shoe|PVC', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Boat Shoe|Rubber', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Brouge|Leather', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Brouge|Leatherette', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Brouge|Polyurethane', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Brouge|PVC', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Brouge|Rubber', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Cross Trainer|Leather', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Cross Trainer|Leatherette', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Cross Trainer|Polyurethane', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Cross Trainer|PVC', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Cross Trainer|Rubber', '2015-02-24 21:59:25', '2015-02-24 21:59:25')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Derby|Leather', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Derby|Leatherette', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Derby|Polyurethane', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Derby|PVC', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Derby|Rubber', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Boot|Leather', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Boot|Leatherette', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Boot|Polyurethane', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Boot|PVC', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Boot|Rubber', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Shoe|Leather', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Shoe|Leatherette', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Shoe|Polyurethane', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Shoe|PVC', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Dress Shoe|Rubber', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Driving Shoe|Leather', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Driving Shoe|Leatherette', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Driving Shoe|Polyurethane', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Driving Shoe|PVC', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Driving Shoe|Rubber', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Hiker|Leather', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Hiker|Leatherette', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Hiker|Polyurethane', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Hiker|PVC', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Hiker|Rubber', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Loafer (Slip-on)|Leather', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Loafer (Slip-on)|PVC', '2015-02-24 21:59:26', '2015-02-24 21:59:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Oxford (Lace-up)|Leather', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Oxford (Lace-up)|PVC', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Patent Leather|Leather', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Patent Leather|Leatherette', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Patent Leather|Polyurethane', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Patent Leather|PVC', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Patent Leather|Rubber', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Penny Loafer|Leather', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Penny Loafer|Leatherette', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Penny Loafer|Polyurethane', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Penny Loafer|PVC', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Penny Loafer|Rubber', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Runner|Leather', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Runner|Leatherette', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Runner|Polyurethane', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Runner|PVC', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Runner|Rubber', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Saddle Shoe|Leather', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Saddle Shoe|Leatherette', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Saddle Shoe|Polyurethane', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Saddle Shoe|PVC', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Saddle Shoe|Rubber', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Sandal|Leather', '2015-02-24 21:59:27', '2015-02-24 21:59:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Sandal|Leatherette', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Sandal|Polyurethane', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Sandal|PVC', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Sandal|Rubber', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Tennis|Leather', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Tennis|Leatherette', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Tennis|Polyurethane', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Tennis|PVC', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Tennis|Rubber', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Walker|Leather', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Walker|Leatherette', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Walker|Polyurethane', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Walker|PVC', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Walker|Rubber', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Wingtip|Leather', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Wingtip|Leatherette', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Wingtip|Polyurethane', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Wingtip|PVC', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Wingtip|Rubber', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Work Boot|Leather', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Work Boot|Leatherette', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Work Boot|Polyurethane', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Work Boot|PVC', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Duty|Work Boot|Rubber', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Balmoral|Leather', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Balmoral|Leatherette', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Balmoral|Polyurethane', '2015-02-24 21:59:28', '2015-02-24 21:59:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Balmoral|PVC', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Balmoral|Rubber', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Boat Shoe|Leather', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Boat Shoe|Leatherette', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Boat Shoe|Polyurethane', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Boat Shoe|PVC', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Boat Shoe|Rubber', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Brouge|Leather', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Brouge|Leatherette', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Brouge|Polyurethane', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Brouge|PVC', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Brouge|Rubber', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Cross Trainer|Leather', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Cross Trainer|Leatherette', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Cross Trainer|Polyurethane', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Cross Trainer|PVC', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Cross Trainer|Rubber', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Derby|Leather', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Derby|Leatherette', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Derby|Polyurethane', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Derby|PVC', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Derby|Rubber', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Boot|Leather', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Boot|Leatherette', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Boot|Polyurethane', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Boot|PVC', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Boot|Rubber', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Shoe|Leather', '2015-02-24 21:59:29', '2015-02-24 21:59:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Shoe|Leatherette', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Shoe|Polyurethane', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Shoe|PVC', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Dress Shoe|Rubber', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Driving Shoe|Leather', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Driving Shoe|Leatherette', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Driving Shoe|Polyurethane', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (47.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Driving Shoe|PVC', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Driving Shoe|Rubber', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Hiker|Leather', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Hiker|Leatherette', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Hiker|Polyurethane', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Hiker|PVC', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Hiker|Rubber', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Loafer (Slip-on)|Leather', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Loafer (Slip-on)|PVC', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Oxford (Lace-up)|Leather', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Oxford (Lace-up)|PVC', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Patent Leather|Leather', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Patent Leather|Leatherette', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Patent Leather|Polyurethane', '2015-02-24 21:59:30', '2015-02-24 21:59:30')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Patent Leather|PVC', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Patent Leather|Rubber', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Penny Loafer|Leather', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Penny Loafer|Leatherette', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Penny Loafer|Polyurethane', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Penny Loafer|PVC', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Penny Loafer|Rubber', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.2ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Runner|Leather', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Runner|Leatherette', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Runner|Polyurethane', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Runner|PVC', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Runner|Rubber', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Saddle Shoe|Leather', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Saddle Shoe|Leatherette', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Saddle Shoe|Polyurethane', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Saddle Shoe|PVC', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Saddle Shoe|Rubber', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Sandal|Leather', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Sandal|Leatherette', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Sandal|Polyurethane', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Sandal|PVC', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Sandal|Rubber', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Tennis|Leather', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Tennis|Leatherette', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Tennis|Polyurethane', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Tennis|PVC', '2015-02-24 21:59:31', '2015-02-24 21:59:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Tennis|Rubber', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Walker|Leather', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Walker|Leatherette', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Walker|Polyurethane', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Walker|PVC', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Walker|Rubber', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Wingtip|Leather', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Wingtip|Leatherette', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.6ms)  COMMIT
 (15.8ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Wingtip|Polyurethane', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Wingtip|PVC', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Wingtip|Rubber', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Work Boot|Leather', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Work Boot|Leatherette', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Work Boot|Polyurethane', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Work Boot|PVC', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Reebok Work|Work Boot|Rubber', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Balmoral|Leather', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Balmoral|Leatherette', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Balmoral|Polyurethane', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Balmoral|PVC', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Balmoral|Rubber', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Boat Shoe|Leather', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Boat Shoe|Leatherette', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Boat Shoe|Polyurethane', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Boat Shoe|PVC', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Boat Shoe|Rubber', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Brouge|Leather', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Brouge|Leatherette', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Brouge|Polyurethane', '2015-02-24 21:59:32', '2015-02-24 21:59:32')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Brouge|PVC', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Brouge|Rubber', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Cross Trainer|Leather', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Cross Trainer|Leatherette', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Cross Trainer|Polyurethane', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Cross Trainer|PVC', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Cross Trainer|Rubber', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Derby|Leather', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Derby|Leatherette', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Derby|Polyurethane', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Derby|PVC', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Derby|Rubber', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Boot|Leather', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Boot|Leatherette', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Boot|Polyurethane', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Boot|PVC', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Boot|Rubber', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Shoe|Leather', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Shoe|Leatherette', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Shoe|Polyurethane', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Shoe|PVC', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Dress Shoe|Rubber', '2015-02-24 21:59:33', '2015-02-24 21:59:33')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Driving Shoe|Leather', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Driving Shoe|Leatherette', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Driving Shoe|Polyurethane', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Driving Shoe|PVC', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Driving Shoe|Rubber', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Hiker|Leather', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Hiker|Leatherette', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Hiker|Polyurethane', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Hiker|PVC', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Hiker|Rubber', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Loafer (Slip-on)|Leather', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Loafer (Slip-on)|PVC', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Oxford (Lace-up)|Leather', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Oxford (Lace-up)|PVC', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Patent Leather|Leather', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Patent Leather|Leatherette', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Patent Leather|Polyurethane', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Patent Leather|PVC', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Patent Leather|Rubber', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Penny Loafer|Leather', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Penny Loafer|Leatherette', '2015-02-24 21:59:34', '2015-02-24 21:59:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Penny Loafer|Polyurethane', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Penny Loafer|PVC', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Penny Loafer|Rubber', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Runner|Leather', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Runner|Leatherette', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Runner|Polyurethane', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Runner|PVC', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (47.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Runner|Rubber', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Saddle Shoe|Leather', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Saddle Shoe|Leatherette', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Saddle Shoe|Polyurethane', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Saddle Shoe|PVC', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Saddle Shoe|Rubber', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Sandal|Leather', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Sandal|Leatherette', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Sandal|Polyurethane', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Sandal|PVC', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Sandal|Rubber', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Tennis|Leather', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Tennis|Leatherette', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Tennis|Polyurethane', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Tennis|PVC', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Tennis|Rubber', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Walker|Leather', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Walker|Leatherette', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Walker|Polyurethane', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Walker|PVC', '2015-02-24 21:59:35', '2015-02-24 21:59:35')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Walker|Rubber', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Wingtip|Leather', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Wingtip|Leatherette', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Wingtip|Polyurethane', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Wingtip|PVC', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Wingtip|Rubber', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Work Boot|Leather', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Work Boot|Leatherette', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Work Boot|Polyurethane', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Work Boot|PVC', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport|Work Boot|Rubber', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Balmoral|Leather', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Balmoral|Leatherette', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Balmoral|Polyurethane', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Balmoral|PVC', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Balmoral|Rubber', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Boat Shoe|Leather', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Boat Shoe|Leatherette', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Boat Shoe|Polyurethane', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Boat Shoe|PVC', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Boat Shoe|Rubber', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Brouge|Leather', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Brouge|Leatherette', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Brouge|Polyurethane', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Brouge|PVC', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Brouge|Rubber', '2015-02-24 21:59:36', '2015-02-24 21:59:36')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Cross Trainer|Leather', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Cross Trainer|Leatherette', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Cross Trainer|Polyurethane', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Cross Trainer|PVC', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Cross Trainer|Rubber', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Derby|Leather', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Derby|Leatherette', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Derby|Polyurethane', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (16.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Derby|PVC', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Derby|Rubber', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Boot|Leather', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Boot|Leatherette', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Boot|Polyurethane', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Boot|PVC', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Boot|Rubber', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Shoe|Leather', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Shoe|Leatherette', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Shoe|Polyurethane', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Shoe|PVC', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Dress Shoe|Rubber', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Driving Shoe|Leather', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Driving Shoe|Leatherette', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Driving Shoe|Polyurethane', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Driving Shoe|PVC', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Driving Shoe|Rubber', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Hiker|Leather', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Hiker|Leatherette', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Hiker|Polyurethane', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Hiker|PVC', '2015-02-24 21:59:37', '2015-02-24 21:59:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Hiker|Rubber', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Loafer (Slip-on)|Leather', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Loafer (Slip-on)|PVC', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Oxford (Lace-up)|Leather', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Oxford (Lace-up)|PVC', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Patent Leather|Leather', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Patent Leather|Leatherette', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Patent Leather|Polyurethane', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Patent Leather|PVC', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Patent Leather|Rubber', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Penny Loafer|Leather', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Penny Loafer|Leatherette', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Penny Loafer|Polyurethane', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Penny Loafer|PVC', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Penny Loafer|Rubber', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Runner|Leather', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Runner|Leatherette', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Runner|Polyurethane', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Runner|PVC', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Runner|Rubber', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Saddle Shoe|Leather', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Saddle Shoe|Leatherette', '2015-02-24 21:59:38', '2015-02-24 21:59:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Saddle Shoe|Polyurethane', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Saddle Shoe|PVC', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Saddle Shoe|Rubber', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Sandal|Leather', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Sandal|Leatherette', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Sandal|Polyurethane', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Sandal|PVC', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Sandal|Rubber', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Tennis|Leather', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Tennis|Leatherette', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Tennis|Polyurethane', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Tennis|PVC', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Tennis|Rubber', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Walker|Leather', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Walker|Leatherette', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Walker|Polyurethane', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Walker|PVC', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Walker|Rubber', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Wingtip|Leather', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Wingtip|Leatherette', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Wingtip|Polyurethane', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Wingtip|PVC', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Wingtip|Rubber', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Work Boot|Leather', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Work Boot|Leatherette', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Work Boot|Polyurethane', '2015-02-24 21:59:39', '2015-02-24 21:59:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Work Boot|PVC', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rockport Works|Work Boot|Rubber', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Balmoral|Leather', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Balmoral|Leatherette', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Balmoral|Polyurethane', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Balmoral|PVC', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Balmoral|Rubber', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Boat Shoe|Leather', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Boat Shoe|Leatherette', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Boat Shoe|Polyurethane', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Boat Shoe|PVC', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Boat Shoe|Rubber', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Brouge|Leather', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Brouge|Leatherette', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Brouge|Polyurethane', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Brouge|PVC', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Brouge|Rubber', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Cross Trainer|Leather', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Cross Trainer|Leatherette', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Cross Trainer|Polyurethane', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Cross Trainer|PVC', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Cross Trainer|Rubber', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Derby|Leather', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Derby|Leatherette', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Derby|Polyurethane', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Derby|PVC', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Derby|Rubber', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Boot|Leather', '2015-02-24 21:59:40', '2015-02-24 21:59:40')
 (46.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Boot|Leatherette', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (20.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Boot|Polyurethane', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Boot|PVC', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Boot|Rubber', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Shoe|Leather', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Shoe|Leatherette', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Shoe|Polyurethane', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Shoe|PVC', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Dress Shoe|Rubber', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Driving Shoe|Leather', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Driving Shoe|Leatherette', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Driving Shoe|Polyurethane', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Driving Shoe|PVC', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Driving Shoe|Rubber', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Hiker|Leather', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Hiker|Leatherette', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Hiker|Polyurethane', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Hiker|PVC', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Hiker|Rubber', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Loafer (Slip-on)|Leather', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Loafer (Slip-on)|PVC', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Oxford (Lace-up)|Leather', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:41', '2015-02-24 21:59:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Oxford (Lace-up)|PVC', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Patent Leather|Leather', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Patent Leather|Leatherette', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Patent Leather|Polyurethane', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Patent Leather|PVC', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Patent Leather|Rubber', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Penny Loafer|Leather', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Penny Loafer|Leatherette', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Penny Loafer|Polyurethane', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Penny Loafer|PVC', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (36.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Penny Loafer|Rubber', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (47.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Runner|Leather', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Runner|Leatherette', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Runner|Polyurethane', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Runner|PVC', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Runner|Rubber', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Saddle Shoe|Leather', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Saddle Shoe|Leatherette', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Saddle Shoe|Polyurethane', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Saddle Shoe|PVC', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Saddle Shoe|Rubber', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Sandal|Leather', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Sandal|Leatherette', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Sandal|Polyurethane', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Sandal|PVC', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Sandal|Rubber', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Tennis|Leather', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Tennis|Leatherette', '2015-02-24 21:59:42', '2015-02-24 21:59:42')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Tennis|Polyurethane', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Tennis|PVC', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Tennis|Rubber', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Walker|Leather', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Walker|Leatherette', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Walker|Polyurethane', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Walker|PVC', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Walker|Rubber', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Wingtip|Leather', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Wingtip|Leatherette', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Wingtip|Polyurethane', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Wingtip|PVC', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Wingtip|Rubber', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Work Boot|Leather', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Work Boot|Leatherette', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Work Boot|Polyurethane', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Work Boot|PVC', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Rugged Shark|Work Boot|Rubber', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Balmoral|Leather', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Balmoral|Leatherette', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Balmoral|Polyurethane', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Balmoral|PVC', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Balmoral|Rubber', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Boat Shoe|Leather', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Boat Shoe|Leatherette', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Boat Shoe|Polyurethane', '2015-02-24 21:59:43', '2015-02-24 21:59:43')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Boat Shoe|PVC', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Boat Shoe|Rubber', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Brouge|Leather', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Brouge|Leatherette', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Brouge|Polyurethane', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Brouge|PVC', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Brouge|Rubber', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Cross Trainer|Leather', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Cross Trainer|Leatherette', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Cross Trainer|Polyurethane', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Cross Trainer|PVC', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Cross Trainer|Rubber', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Derby|Leather', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Derby|Leatherette', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Derby|Polyurethane', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Derby|PVC', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Derby|Rubber', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Boot|Leather', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Boot|Leatherette', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Boot|Polyurethane', '2015-02-24 21:59:44', '2015-02-24 21:59:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Boot|PVC', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Boot|Rubber', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Shoe|Leather', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Shoe|Leatherette', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Shoe|Polyurethane', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Shoe|PVC', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Dress Shoe|Rubber', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Driving Shoe|Leather', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Driving Shoe|Leatherette', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Driving Shoe|Polyurethane', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Driving Shoe|PVC', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Driving Shoe|Rubber', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Hiker|Leather', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (42.7ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Hiker|Leatherette', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (25.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Hiker|Polyurethane', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Hiker|PVC', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Hiker|Rubber', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Loafer (Slip-on)|Leather', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Loafer (Slip-on)|PVC', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Oxford (Lace-up)|Leather', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Oxford (Lace-up)|PVC', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Patent Leather|Leather', '2015-02-24 21:59:45', '2015-02-24 21:59:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Patent Leather|Leatherette', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Patent Leather|Polyurethane', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Patent Leather|PVC', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Patent Leather|Rubber', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Penny Loafer|Leather', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Penny Loafer|Leatherette', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Penny Loafer|Polyurethane', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Penny Loafer|PVC', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Penny Loafer|Rubber', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Runner|Leather', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Runner|Leatherette', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Runner|Polyurethane', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Runner|PVC', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Runner|Rubber', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Saddle Shoe|Leather', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Saddle Shoe|Leatherette', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Saddle Shoe|Polyurethane', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Saddle Shoe|PVC', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Saddle Shoe|Rubber', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Sandal|Leather', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Sandal|Leatherette', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Sandal|Polyurethane', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Sandal|PVC', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Sandal|Rubber', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Tennis|Leather', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Tennis|Leatherette', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Tennis|Polyurethane', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Tennis|PVC', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Tennis|Rubber', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Walker|Leather', '2015-02-24 21:59:46', '2015-02-24 21:59:46')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Walker|Leatherette', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Walker|Polyurethane', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Walker|PVC', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Walker|Rubber', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Wingtip|Leather', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Wingtip|Leatherette', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Wingtip|Polyurethane', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Wingtip|PVC', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Wingtip|Rubber', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Work Boot|Leather', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (47.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Work Boot|Leatherette', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Work Boot|Polyurethane', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Work Boot|PVC', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('RW by Robert Wayne|Work Boot|Rubber', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (15.7ms)  COMMIT
 (15.6ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Balmoral|Leather', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Balmoral|Leatherette', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Balmoral|Polyurethane', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Balmoral|PVC', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Balmoral|Rubber', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Boat Shoe|Leather', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Boat Shoe|Leatherette', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Boat Shoe|Polyurethane', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Boat Shoe|PVC', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Boat Shoe|Rubber', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Brouge|Leather', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Brouge|Leatherette', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Brouge|Polyurethane', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Brouge|PVC', '2015-02-24 21:59:47', '2015-02-24 21:59:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Brouge|Rubber', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Cross Trainer|Leather', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Cross Trainer|Leatherette', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Cross Trainer|Polyurethane', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Cross Trainer|PVC', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Cross Trainer|Rubber', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Derby|Leather', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Derby|Leatherette', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Derby|Polyurethane', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Derby|PVC', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Derby|Rubber', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Boot|Leather', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Boot|Leatherette', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Boot|Polyurethane', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Boot|PVC', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Boot|Rubber', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Shoe|Leather', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Shoe|Leatherette', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Shoe|Polyurethane', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Shoe|PVC', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Dress Shoe|Rubber', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Driving Shoe|Leather', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Driving Shoe|Leatherette', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Driving Shoe|Polyurethane', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Driving Shoe|PVC', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Driving Shoe|Rubber', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Hiker|Leather', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Hiker|Leatherette', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Hiker|Polyurethane', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Hiker|PVC', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Hiker|Rubber', '2015-02-24 21:59:48', '2015-02-24 21:59:48')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Loafer (Slip-on)|Leather', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Loafer (Slip-on)|PVC', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Oxford (Lace-up)|Leather', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Oxford (Lace-up)|PVC', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (15.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Patent Leather|Leather', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Patent Leather|Leatherette', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Patent Leather|Polyurethane', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Patent Leather|PVC', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Patent Leather|Rubber', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Penny Loafer|Leather', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Penny Loafer|Leatherette', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Penny Loafer|Polyurethane', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Penny Loafer|PVC', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Penny Loafer|Rubber', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Runner|Leather', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Runner|Leatherette', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Runner|Polyurethane', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Runner|PVC', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Runner|Rubber', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Saddle Shoe|Leather', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Saddle Shoe|Leatherette', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Saddle Shoe|Polyurethane', '2015-02-24 21:59:49', '2015-02-24 21:59:49')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Saddle Shoe|PVC', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Saddle Shoe|Rubber', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Sandal|Leather', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Sandal|Leatherette', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Sandal|Polyurethane', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Sandal|PVC', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Sandal|Rubber', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Tennis|Leather', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Tennis|Leatherette', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Tennis|Polyurethane', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Tennis|PVC', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Tennis|Rubber', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Walker|Leather', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Walker|Leatherette', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Walker|Polyurethane', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Walker|PVC', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Walker|Rubber', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Wingtip|Leather', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Wingtip|Leatherette', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Wingtip|Polyurethane', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Wingtip|PVC', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Wingtip|Rubber', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Work Boot|Leather', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Work Boot|Leatherette', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Work Boot|Polyurethane', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Work Boot|PVC', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Salvatore Ferragamo|Work Boot|Rubber', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Balmoral|Leather', '2015-02-24 21:59:50', '2015-02-24 21:59:50')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Balmoral|Leatherette', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Balmoral|Polyurethane', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Balmoral|PVC', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Balmoral|Rubber', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Boat Shoe|Leather', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Boat Shoe|Leatherette', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Boat Shoe|Polyurethane', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Boat Shoe|PVC', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (47.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Boat Shoe|Rubber', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Brouge|Leather', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Brouge|Leatherette', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Brouge|Polyurethane', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Brouge|PVC', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Brouge|Rubber', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Cross Trainer|Leather', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Cross Trainer|Leatherette', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Cross Trainer|Polyurethane', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Cross Trainer|PVC', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Cross Trainer|Rubber', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Derby|Leather', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Derby|Leatherette', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Derby|Polyurethane', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Derby|PVC', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Derby|Rubber', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Boot|Leather', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Boot|Leatherette', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Boot|Polyurethane', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Boot|PVC', '2015-02-24 21:59:51', '2015-02-24 21:59:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Boot|Rubber', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Shoe|Leather', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Shoe|Leatherette', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Shoe|Polyurethane', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Shoe|PVC', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Dress Shoe|Rubber', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Driving Shoe|Leather', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Driving Shoe|Leatherette', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Driving Shoe|Polyurethane', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Driving Shoe|PVC', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Driving Shoe|Rubber', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Hiker|Leather', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Hiker|Leatherette', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Hiker|Polyurethane', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Hiker|PVC', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Hiker|Rubber', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Loafer (Slip-on)|Leather', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Loafer (Slip-on)|PVC', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Oxford (Lace-up)|Leather', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Oxford (Lace-up)|PVC', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Patent Leather|Leather', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Patent Leather|Leatherette', '2015-02-24 21:59:52', '2015-02-24 21:59:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Patent Leather|Polyurethane', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Patent Leather|PVC', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Patent Leather|Rubber', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (93.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Penny Loafer|Leather', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (172.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Penny Loafer|Leatherette', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Penny Loafer|Polyurethane', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Penny Loafer|PVC', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Penny Loafer|Rubber', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Runner|Leather', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Runner|Leatherette', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Runner|Polyurethane', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Runner|PVC', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Runner|Rubber', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Saddle Shoe|Leather', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Saddle Shoe|Leatherette', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Saddle Shoe|Polyurethane', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Saddle Shoe|PVC', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Saddle Shoe|Rubber', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Sandal|Leather', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Sandal|Leatherette', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Sandal|Polyurethane', '2015-02-24 21:59:53', '2015-02-24 21:59:53')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Sandal|PVC', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Sandal|Rubber', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Tennis|Leather', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Tennis|Leatherette', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Tennis|Polyurethane', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Tennis|PVC', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Tennis|Rubber', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Walker|Leather', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Walker|Leatherette', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Walker|Polyurethane', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Walker|PVC', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (47.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Walker|Rubber', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Wingtip|Leather', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Wingtip|Leatherette', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Wingtip|Polyurethane', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Wingtip|PVC', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Wingtip|Rubber', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Work Boot|Leather', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Work Boot|Leatherette', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Work Boot|Polyurethane', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Work Boot|PVC', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Santoni|Work Boot|Rubber', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Balmoral|Leather', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Balmoral|Leatherette', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Balmoral|Polyurethane', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Balmoral|PVC', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Balmoral|Rubber', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Boat Shoe|Leather', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Boat Shoe|Leatherette', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Boat Shoe|Polyurethane', '2015-02-24 21:59:54', '2015-02-24 21:59:54')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Boat Shoe|PVC', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Boat Shoe|Rubber', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Brouge|Leather', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Brouge|Leatherette', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Brouge|Polyurethane', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Brouge|PVC', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Brouge|Rubber', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Cross Trainer|Leather', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Cross Trainer|Leatherette', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Cross Trainer|Polyurethane', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Cross Trainer|PVC', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Cross Trainer|Rubber', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Derby|Leather', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Derby|Leatherette', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Derby|Polyurethane', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Derby|PVC', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Derby|Rubber', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Boot|Leather', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Boot|Leatherette', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Boot|Polyurethane', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Boot|PVC', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Boot|Rubber', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Shoe|Leather', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Shoe|Leatherette', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Shoe|Polyurethane', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Shoe|PVC', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Dress Shoe|Rubber', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Driving Shoe|Leather', '2015-02-24 21:59:55', '2015-02-24 21:59:55')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Driving Shoe|Leatherette', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Driving Shoe|Polyurethane', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Driving Shoe|PVC', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Driving Shoe|Rubber', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Hiker|Leather', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Hiker|Leatherette', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Hiker|Polyurethane', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Hiker|PVC', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (16.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Hiker|Rubber', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Loafer (Slip-on)|Leather', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Loafer (Slip-on)|Leatherette', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Loafer (Slip-on)|Polyurethane', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Loafer (Slip-on)|PVC', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Loafer (Slip-on)|Rubber', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Oxford (Lace-up)|Leather', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Oxford (Lace-up)|Leatherette', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Oxford (Lace-up)|Polyurethane', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Oxford (Lace-up)|PVC', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Oxford (Lace-up)|Rubber', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Patent Leather|Leather', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Patent Leather|Leatherette', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Patent Leather|Polyurethane', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Patent Leather|PVC', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Patent Leather|Rubber', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Penny Loafer|Leather', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Penny Loafer|Leatherette', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Penny Loafer|Polyurethane', '2015-02-24 21:59:56', '2015-02-24 21:59:56')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Penny Loafer|PVC', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Penny Loafer|Rubber', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Runner|Leather', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Runner|Leatherette', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Runner|Polyurethane', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Runner|PVC', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Runner|Rubber', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Saddle Shoe|Leather', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Saddle Shoe|Leatherette', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Saddle Shoe|Polyurethane', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Saddle Shoe|PVC', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Saddle Shoe|Rubber', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (46.8ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Sandal|Leather', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Sandal|Leatherette', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Sandal|Polyurethane', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Sandal|PVC', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Sandal|Rubber', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Tennis|Leather', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Tennis|Leatherette', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Tennis|Polyurethane', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Tennis|PVC', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Tennis|Rubber', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Walker|Leather', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Walker|Leatherette', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Walker|Polyurethane', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Walker|PVC', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Walker|Rubber', '2015-02-24 21:59:57', '2015-02-24 21:59:57')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Wingtip|Leather', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Wingtip|Leatherette', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Wingtip|Polyurethane', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Wingtip|PVC', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Wingtip|Rubber', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Work Boot|Leather', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Work Boot|Leatherette', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Work Boot|Polyurethane', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Work Boot|PVC', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Saucony|Work Boot|Rubber', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Balmoral|Leather', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Balmoral|Leatherette', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Balmoral|Polyurethane', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Balmoral|PVC', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Balmoral|Rubber', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Boat Shoe|Leather', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Boat Shoe|Leatherette', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Boat Shoe|Polyurethane', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Boat Shoe|PVC', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Boat Shoe|Rubber', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Brouge|Leather', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Brouge|Leatherette', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Brouge|Polyurethane', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Brouge|PVC', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Brouge|Rubber', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Cross Trainer|Leather', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Cross Trainer|Leatherette', '2015-02-24 21:59:58', '2015-02-24 21:59:58')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Cross Trainer|Polyurethane', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Cross Trainer|PVC', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Cross Trainer|Rubber', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Derby|Leather', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Derby|Leatherette', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Derby|Polyurethane', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Derby|PVC', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Derby|Rubber', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (47.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Boot|Leather', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Boot|Leatherette', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Boot|Polyurethane', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Boot|PVC', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Boot|Rubber', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Shoe|Leather', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Shoe|Leatherette', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Shoe|Polyurethane', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Shoe|PVC', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Dress Shoe|Rubber', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Driving Shoe|Leather', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Driving Shoe|Leatherette', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Driving Shoe|Polyurethane', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Driving Shoe|PVC', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Driving Shoe|Rubber', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Hiker|Leather', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Hiker|Leatherette', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Hiker|Polyurethane', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Hiker|PVC', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Hiker|Rubber', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Loafer (Slip-on)|Leather', '2015-02-24 21:59:59', '2015-02-24 21:59:59')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Loafer (Slip-on)|Leatherette', '2015-02-24 22:00:00', '2015-02-24 22:00:00')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:00:00', '2015-02-24 22:00:00')
 (250.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Loafer (Slip-on)|PVC', '2015-02-24 22:00:00', '2015-02-24 22:00:00')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Loafer (Slip-on)|Rubber', '2015-02-24 22:00:00', '2015-02-24 22:00:00')
 (296.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Oxford (Lace-up)|Leather', '2015-02-24 22:00:00', '2015-02-24 22:00:00')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Oxford (Lace-up)|Leatherette', '2015-02-24 22:00:00', '2015-02-24 22:00:00')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:00:01', '2015-02-24 22:00:01')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Oxford (Lace-up)|PVC', '2015-02-24 22:00:01', '2015-02-24 22:00:01')
 (203.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Oxford (Lace-up)|Rubber', '2015-02-24 22:00:01', '2015-02-24 22:00:01')
 (281.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Patent Leather|Leather', '2015-02-24 22:00:01', '2015-02-24 22:00:01')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Patent Leather|Leatherette', '2015-02-24 22:00:02', '2015-02-24 22:00:02')
 (296.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Patent Leather|Polyurethane', '2015-02-24 22:00:02', '2015-02-24 22:00:02')
 (234.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Patent Leather|PVC', '2015-02-24 22:00:02', '2015-02-24 22:00:02')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Patent Leather|Rubber', '2015-02-24 22:00:02', '2015-02-24 22:00:02')
 (62.5ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Penny Loafer|Leather', '2015-02-24 22:00:02', '2015-02-24 22:00:02')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Penny Loafer|Leatherette', '2015-02-24 22:00:02', '2015-02-24 22:00:02')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Penny Loafer|Polyurethane', '2015-02-24 22:00:02', '2015-02-24 22:00:02')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Penny Loafer|PVC', '2015-02-24 22:00:02', '2015-02-24 22:00:02')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Penny Loafer|Rubber', '2015-02-24 22:00:02', '2015-02-24 22:00:02')
 (250.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Runner|Leather', '2015-02-24 22:00:03', '2015-02-24 22:00:03')
 (234.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Runner|Leatherette', '2015-02-24 22:00:03', '2015-02-24 22:00:03')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Runner|Polyurethane', '2015-02-24 22:00:03', '2015-02-24 22:00:03')
 (93.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Runner|PVC', '2015-02-24 22:00:03', '2015-02-24 22:00:03')
 (265.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Runner|Rubber', '2015-02-24 22:00:03', '2015-02-24 22:00:03')
 (250.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Saddle Shoe|Leather', '2015-02-24 22:00:04', '2015-02-24 22:00:04')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Saddle Shoe|Leatherette', '2015-02-24 22:00:04', '2015-02-24 22:00:04')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Saddle Shoe|Polyurethane', '2015-02-24 22:00:04', '2015-02-24 22:00:04')
 (140.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Saddle Shoe|PVC', '2015-02-24 22:00:04', '2015-02-24 22:00:04')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Saddle Shoe|Rubber', '2015-02-24 22:00:04', '2015-02-24 22:00:04')
 (250.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Sandal|Leather', '2015-02-24 22:00:04', '2015-02-24 22:00:04')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Sandal|Leatherette', '2015-02-24 22:00:05', '2015-02-24 22:00:05')
 (109.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Sandal|Polyurethane', '2015-02-24 22:00:05', '2015-02-24 22:00:05')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Sandal|PVC', '2015-02-24 22:00:05', '2015-02-24 22:00:05')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Sandal|Rubber', '2015-02-24 22:00:05', '2015-02-24 22:00:05')
 (93.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Tennis|Leather', '2015-02-24 22:00:05', '2015-02-24 22:00:05')
 (62.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Tennis|Leatherette', '2015-02-24 22:00:05', '2015-02-24 22:00:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Tennis|Polyurethane', '2015-02-24 22:00:05', '2015-02-24 22:00:05')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Tennis|PVC', '2015-02-24 22:00:05', '2015-02-24 22:00:05')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Tennis|Rubber', '2015-02-24 22:00:05', '2015-02-24 22:00:05')
 (198.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Walker|Leather', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Walker|Leatherette', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (156.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Walker|Polyurethane', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Walker|PVC', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Walker|Rubber', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Wingtip|Leather', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Wingtip|Leatherette', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Wingtip|Polyurethane', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Wingtip|PVC', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Wingtip|Rubber', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Work Boot|Leather', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Work Boot|Leatherette', '2015-02-24 22:00:06', '2015-02-24 22:00:06')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Work Boot|Polyurethane', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Work Boot|PVC', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Skechers|Work Boot|Rubber', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Balmoral|Leather', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Balmoral|Leatherette', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (47.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Balmoral|Polyurethane', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Balmoral|PVC', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Balmoral|Rubber', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (93.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Boat Shoe|Leather', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Boat Shoe|Leatherette', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Boat Shoe|Polyurethane', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Boat Shoe|PVC', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Boat Shoe|Rubber', '2015-02-24 22:00:07', '2015-02-24 22:00:07')
 (78.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Brouge|Leather', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Brouge|Leatherette', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Brouge|Polyurethane', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Brouge|PVC', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Brouge|Rubber', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Cross Trainer|Leather', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Cross Trainer|Leatherette', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Cross Trainer|Polyurethane', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Cross Trainer|PVC', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Cross Trainer|Rubber', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Derby|Leather', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Derby|Leatherette', '2015-02-24 22:00:08', '2015-02-24 22:00:08')
 (140.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Derby|Polyurethane', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Derby|PVC', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Derby|Rubber', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (63.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Boot|Leather', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Boot|Leatherette', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Boot|Polyurethane', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Boot|PVC', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Boot|Rubber', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (78.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Shoe|Leather', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (203.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Shoe|Leatherette', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Shoe|Polyurethane', '2015-02-24 22:00:09', '2015-02-24 22:00:09')
 (217.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Shoe|PVC', '2015-02-24 22:00:10', '2015-02-24 22:00:10')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Dress Shoe|Rubber', '2015-02-24 22:00:10', '2015-02-24 22:00:10')
 (78.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Driving Shoe|Leather', '2015-02-24 22:00:10', '2015-02-24 22:00:10')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Driving Shoe|Leatherette', '2015-02-24 22:00:10', '2015-02-24 22:00:10')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Driving Shoe|Polyurethane', '2015-02-24 22:00:10', '2015-02-24 22:00:10')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Driving Shoe|PVC', '2015-02-24 22:00:10', '2015-02-24 22:00:10')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Driving Shoe|Rubber', '2015-02-24 22:00:11', '2015-02-24 22:00:11')
 (203.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Hiker|Leather', '2015-02-24 22:00:11', '2015-02-24 22:00:11')
 (228.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Hiker|Leatherette', '2015-02-24 22:00:11', '2015-02-24 22:00:11')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Hiker|Polyurethane', '2015-02-24 22:00:11', '2015-02-24 22:00:11')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Hiker|PVC', '2015-02-24 22:00:11', '2015-02-24 22:00:11')
 (109.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Hiker|Rubber', '2015-02-24 22:00:11', '2015-02-24 22:00:11')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Loafer (Slip-on)|Leather', '2015-02-24 22:00:12', '2015-02-24 22:00:12')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Loafer (Slip-on)|Leatherette', '2015-02-24 22:00:12', '2015-02-24 22:00:12')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:00:12', '2015-02-24 22:00:12')
 (187.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Loafer (Slip-on)|PVC', '2015-02-24 22:00:12', '2015-02-24 22:00:12')
 (218.8ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Loafer (Slip-on)|Rubber', '2015-02-24 22:00:12', '2015-02-24 22:00:12')
 (140.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Oxford (Lace-up)|Leather', '2015-02-24 22:00:12', '2015-02-24 22:00:12')
 (93.8ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Oxford (Lace-up)|Leatherette', '2015-02-24 22:00:12', '2015-02-24 22:00:12')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:00:13', '2015-02-24 22:00:13')
 (203.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Oxford (Lace-up)|PVC', '2015-02-24 22:00:13', '2015-02-24 22:00:13')
 (78.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Oxford (Lace-up)|Rubber', '2015-02-24 22:00:13', '2015-02-24 22:00:13')
 (93.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Patent Leather|Leather', '2015-02-24 22:00:13', '2015-02-24 22:00:13')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Patent Leather|Leatherette', '2015-02-24 22:00:13', '2015-02-24 22:00:13')
 (218.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Patent Leather|Polyurethane', '2015-02-24 22:00:13', '2015-02-24 22:00:13')
 (244.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Patent Leather|PVC', '2015-02-24 22:00:14', '2015-02-24 22:00:14')
 (225.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Patent Leather|Rubber', '2015-02-24 22:00:14', '2015-02-24 22:00:14')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Penny Loafer|Leather', '2015-02-24 22:00:14', '2015-02-24 22:00:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Penny Loafer|Leatherette', '2015-02-24 22:00:14', '2015-02-24 22:00:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Penny Loafer|Polyurethane', '2015-02-24 22:00:14', '2015-02-24 22:00:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Penny Loafer|PVC', '2015-02-24 22:00:14', '2015-02-24 22:00:14')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Penny Loafer|Rubber', '2015-02-24 22:00:14', '2015-02-24 22:00:14')
 (109.4ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Runner|Leather', '2015-02-24 22:00:14', '2015-02-24 22:00:14')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Runner|Leatherette', '2015-02-24 22:00:14', '2015-02-24 22:00:14')
 (93.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Runner|Polyurethane', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Runner|PVC', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Runner|Rubber', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Saddle Shoe|Leather', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Saddle Shoe|Leatherette', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Saddle Shoe|Polyurethane', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Saddle Shoe|PVC', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Saddle Shoe|Rubber', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (47.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Sandal|Leather', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Sandal|Leatherette', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Sandal|Polyurethane', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Sandal|PVC', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Sandal|Rubber', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Tennis|Leather', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Tennis|Leatherette', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Tennis|Polyurethane', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Tennis|PVC', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Tennis|Rubber', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Walker|Leather', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Walker|Leatherette', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Walker|Polyurethane', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Walker|PVC', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Walker|Rubber', '2015-02-24 22:00:15', '2015-02-24 22:00:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Wingtip|Leather', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Wingtip|Leatherette', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Wingtip|Polyurethane', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Wingtip|PVC', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Wingtip|Rubber', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Work Boot|Leather', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Work Boot|Leatherette', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Work Boot|Polyurethane', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Work Boot|PVC', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sorel|Work Boot|Rubber', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Balmoral|Leather', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Balmoral|Leatherette', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Balmoral|Polyurethane', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Balmoral|PVC', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Balmoral|Rubber', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Boat Shoe|Leather', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Boat Shoe|Leatherette', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Boat Shoe|Polyurethane', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Boat Shoe|PVC', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Boat Shoe|Rubber', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Brouge|Leather', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Brouge|Leatherette', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Brouge|Polyurethane', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Brouge|PVC', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Brouge|Rubber', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Cross Trainer|Leather', '2015-02-24 22:00:16', '2015-02-24 22:00:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Cross Trainer|Leatherette', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Cross Trainer|Polyurethane', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Cross Trainer|PVC', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Cross Trainer|Rubber', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Derby|Leather', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Derby|Leatherette', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Derby|Polyurethane', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Derby|PVC', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Derby|Rubber', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Boot|Leather', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Boot|Leatherette', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Boot|Polyurethane', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Boot|PVC', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Boot|Rubber', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Shoe|Leather', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Shoe|Leatherette', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Shoe|Polyurethane', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Shoe|PVC', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Dress Shoe|Rubber', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Driving Shoe|Leather', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Driving Shoe|Leatherette', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Driving Shoe|Polyurethane', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Driving Shoe|PVC', '2015-02-24 22:00:17', '2015-02-24 22:00:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Driving Shoe|Rubber', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Hiker|Leather', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Hiker|Leatherette', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Hiker|Polyurethane', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Hiker|PVC', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Hiker|Rubber', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Loafer (Slip-on)|Leather', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Loafer (Slip-on)|PVC', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Loafer (Slip-on)|Rubber', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Oxford (Lace-up)|Leather', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Oxford (Lace-up)|PVC', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Oxford (Lace-up)|Rubber', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Patent Leather|Leather', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Patent Leather|Leatherette', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Patent Leather|Polyurethane', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Patent Leather|PVC', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Patent Leather|Rubber', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Penny Loafer|Leather', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Penny Loafer|Leatherette', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Penny Loafer|Polyurethane', '2015-02-24 22:00:18', '2015-02-24 22:00:18')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Penny Loafer|PVC', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Penny Loafer|Rubber', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (187.4ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Runner|Leather', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Runner|Leatherette', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Runner|Polyurethane', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Runner|PVC', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Runner|Rubber', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Saddle Shoe|Leather', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Saddle Shoe|Leatherette', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Saddle Shoe|Polyurethane', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Saddle Shoe|PVC', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Saddle Shoe|Rubber', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Sandal|Leather', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Sandal|Leatherette', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Sandal|Polyurethane', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Sandal|PVC', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Sandal|Rubber', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Tennis|Leather', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Tennis|Leatherette', '2015-02-24 22:00:19', '2015-02-24 22:00:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Tennis|Polyurethane', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Tennis|PVC', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Tennis|Rubber', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Walker|Leather', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Walker|Leatherette', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Walker|Polyurethane', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Walker|PVC', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Walker|Rubber', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Wingtip|Leather', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Wingtip|Leatherette', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Wingtip|Polyurethane', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Wingtip|PVC', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (93.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Wingtip|Rubber', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Work Boot|Leather', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Work Boot|Leatherette', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Work Boot|Polyurethane', '2015-02-24 22:00:20', '2015-02-24 22:00:20')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Work Boot|PVC', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Sperry Top-Sider|Work Boot|Rubber', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Balmoral|Leather', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Balmoral|Leatherette', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Balmoral|Polyurethane', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Balmoral|PVC', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Balmoral|Rubber', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Boat Shoe|Leather', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Boat Shoe|Leatherette', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Boat Shoe|Polyurethane', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Boat Shoe|PVC', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Boat Shoe|Rubber', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Brouge|Leather', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Brouge|Leatherette', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Brouge|Polyurethane', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Brouge|PVC', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Brouge|Rubber', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Cross Trainer|Leather', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Cross Trainer|Leatherette', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Cross Trainer|Polyurethane', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Cross Trainer|PVC', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Cross Trainer|Rubber', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Derby|Leather', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Derby|Leatherette', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Derby|Polyurethane', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Derby|PVC', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Derby|Rubber', '2015-02-24 22:00:21', '2015-02-24 22:00:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Boot|Leather', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Boot|Leatherette', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Boot|Polyurethane', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Boot|PVC', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Boot|Rubber', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Shoe|Leather', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Shoe|Leatherette', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Shoe|Polyurethane', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Shoe|PVC', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Dress Shoe|Rubber', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Driving Shoe|Leather', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.2ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Driving Shoe|Leatherette', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Driving Shoe|Polyurethane', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Driving Shoe|PVC', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Driving Shoe|Rubber', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Hiker|Leather', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Hiker|Leatherette', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Hiker|Polyurethane', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Hiker|PVC', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Hiker|Rubber', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (46.9ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Loafer (Slip-on)|Leather', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Loafer (Slip-on)|Leatherette', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Loafer (Slip-on)|PVC', '2015-02-24 22:00:22', '2015-02-24 22:00:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Loafer (Slip-on)|Rubber', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Oxford (Lace-up)|Leather', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Oxford (Lace-up)|Leatherette', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Oxford (Lace-up)|PVC', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Oxford (Lace-up)|Rubber', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Patent Leather|Leather', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Patent Leather|Leatherette', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Patent Leather|Polyurethane', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Patent Leather|PVC', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Patent Leather|Rubber', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (78.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Penny Loafer|Leather', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Penny Loafer|Leatherette', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Penny Loafer|Polyurethane', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Penny Loafer|PVC', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Penny Loafer|Rubber', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (15.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Runner|Leather', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Runner|Leatherette', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Runner|Polyurethane', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Runner|PVC', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Runner|Rubber', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Saddle Shoe|Leather', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Saddle Shoe|Leatherette', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Saddle Shoe|Polyurethane', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Saddle Shoe|PVC', '2015-02-24 22:00:23', '2015-02-24 22:00:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Saddle Shoe|Rubber', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Sandal|Leather', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Sandal|Leatherette', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Sandal|Polyurethane', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Sandal|PVC', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Sandal|Rubber', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Tennis|Leather', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Tennis|Leatherette', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (94.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Tennis|Polyurethane', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Tennis|PVC', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Tennis|Rubber', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Walker|Leather', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Walker|Leatherette', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Walker|Polyurethane', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Walker|PVC', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Walker|Rubber', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Wingtip|Leather', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Wingtip|Leatherette', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Wingtip|Polyurethane', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Wingtip|PVC', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Wingtip|Rubber', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Work Boot|Leather', '2015-02-24 22:00:24', '2015-02-24 22:00:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Work Boot|Leatherette', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Work Boot|Polyurethane', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Work Boot|PVC', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Stacy Adams|Work Boot|Rubber', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Balmoral|Leather', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Balmoral|Leatherette', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Balmoral|Polyurethane', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Balmoral|PVC', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Balmoral|Rubber', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Boat Shoe|Leather', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Boat Shoe|Leatherette', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Boat Shoe|Polyurethane', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Boat Shoe|PVC', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Boat Shoe|Rubber', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Brouge|Leather', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Brouge|Leatherette', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Brouge|Polyurethane', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Brouge|PVC', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Brouge|Rubber', '2015-02-24 22:00:25', '2015-02-24 22:00:25')
 (203.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Cross Trainer|Leather', '2015-02-24 22:00:26', '2015-02-24 22:00:26')
 (260.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Cross Trainer|Leatherette', '2015-02-24 22:00:26', '2015-02-24 22:00:26')
 (109.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Cross Trainer|Polyurethane', '2015-02-24 22:00:26', '2015-02-24 22:00:26')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Cross Trainer|PVC', '2015-02-24 22:00:26', '2015-02-24 22:00:26')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Cross Trainer|Rubber', '2015-02-24 22:00:26', '2015-02-24 22:00:26')
 (249.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Derby|Leather', '2015-02-24 22:00:26', '2015-02-24 22:00:26')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Derby|Leatherette', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Derby|Polyurethane', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Derby|PVC', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Derby|Rubber', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Boot|Leather', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Boot|Leatherette', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Boot|Polyurethane', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Boot|PVC', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Boot|Rubber', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (47.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Shoe|Leather', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Shoe|Leatherette', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Shoe|Polyurethane', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Shoe|PVC', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Dress Shoe|Rubber', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Driving Shoe|Leather', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Driving Shoe|Leatherette', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Driving Shoe|Polyurethane', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Driving Shoe|PVC', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Driving Shoe|Rubber', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Hiker|Leather', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Hiker|Leatherette', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Hiker|Polyurethane', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Hiker|PVC', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Hiker|Rubber', '2015-02-24 22:00:27', '2015-02-24 22:00:27')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Loafer (Slip-on)|Leather', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Loafer (Slip-on)|Leatherette', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Loafer (Slip-on)|PVC', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Loafer (Slip-on)|Rubber', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Oxford (Lace-up)|Leather', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Oxford (Lace-up)|Leatherette', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Oxford (Lace-up)|PVC', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Oxford (Lace-up)|Rubber', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (78.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Patent Leather|Leather', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Patent Leather|Leatherette', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Patent Leather|Polyurethane', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Patent Leather|PVC', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Patent Leather|Rubber', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Penny Loafer|Leather', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Penny Loafer|Leatherette', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Penny Loafer|Polyurethane', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Penny Loafer|PVC', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Penny Loafer|Rubber', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Runner|Leather', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Runner|Leatherette', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Runner|Polyurethane', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Runner|PVC', '2015-02-24 22:00:28', '2015-02-24 22:00:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Runner|Rubber', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Saddle Shoe|Leather', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Saddle Shoe|Leatherette', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Saddle Shoe|Polyurethane', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Saddle Shoe|PVC', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Saddle Shoe|Rubber', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Sandal|Leather', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (172.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Sandal|Leatherette', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Sandal|Polyurethane', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Sandal|PVC', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Sandal|Rubber', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Tennis|Leather', '2015-02-24 22:00:29', '2015-02-24 22:00:29')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Tennis|Leatherette', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Tennis|Polyurethane', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Tennis|PVC', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Tennis|Rubber', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Walker|Leather', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Walker|Leatherette', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Walker|Polyurethane', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Walker|PVC', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Walker|Rubber', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Wingtip|Leather', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Wingtip|Leatherette', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Wingtip|Polyurethane', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Wingtip|PVC', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Wingtip|Rubber', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Work Boot|Leather', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Work Boot|Leatherette', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Work Boot|Polyurethane', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Work Boot|PVC', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Streetcars|Work Boot|Rubber', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Balmoral|Leather', '2015-02-24 22:00:30', '2015-02-24 22:00:30')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Balmoral|Leatherette', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Balmoral|Polyurethane', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Balmoral|PVC', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Balmoral|Rubber', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Boat Shoe|Leather', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Boat Shoe|Leatherette', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Boat Shoe|Polyurethane', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Boat Shoe|PVC', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Boat Shoe|Rubber', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Brouge|Leather', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Brouge|Leatherette', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Brouge|Polyurethane', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Brouge|PVC', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Brouge|Rubber', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Cross Trainer|Leather', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Cross Trainer|Leatherette', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Cross Trainer|Polyurethane', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Cross Trainer|PVC', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Cross Trainer|Rubber', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Derby|Leather', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Derby|Leatherette', '2015-02-24 22:00:31', '2015-02-24 22:00:31')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Derby|Polyurethane', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Derby|PVC', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Derby|Rubber', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Boot|Leather', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Boot|Leatherette', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Boot|Polyurethane', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Boot|PVC', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Boot|Rubber', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Shoe|Leather', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (62.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Shoe|Leatherette', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Shoe|Polyurethane', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Shoe|PVC', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Dress Shoe|Rubber', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Driving Shoe|Leather', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Driving Shoe|Leatherette', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Driving Shoe|Polyurethane', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Driving Shoe|PVC', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Driving Shoe|Rubber', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Hiker|Leather', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Hiker|Leatherette', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Hiker|Polyurethane', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Hiker|PVC', '2015-02-24 22:00:32', '2015-02-24 22:00:32')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Hiker|Rubber', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Loafer (Slip-on)|Leather', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Loafer (Slip-on)|Leatherette', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Loafer (Slip-on)|PVC', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Loafer (Slip-on)|Rubber', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Oxford (Lace-up)|Leather', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Oxford (Lace-up)|Leatherette', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Oxford (Lace-up)|PVC', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Oxford (Lace-up)|Rubber', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Patent Leather|Leather', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Patent Leather|Leatherette', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Patent Leather|Polyurethane', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Patent Leather|PVC', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Patent Leather|Rubber', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Penny Loafer|Leather', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Penny Loafer|Leatherette', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Penny Loafer|Polyurethane', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Penny Loafer|PVC', '2015-02-24 22:00:33', '2015-02-24 22:00:33')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Penny Loafer|Rubber', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (62.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Runner|Leather', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Runner|Leatherette', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Runner|Polyurethane', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Runner|PVC', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Runner|Rubber', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Saddle Shoe|Leather', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Saddle Shoe|Leatherette', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Saddle Shoe|Polyurethane', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Saddle Shoe|PVC', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Saddle Shoe|Rubber', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Sandal|Leather', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Sandal|Leatherette', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Sandal|Polyurethane', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Sandal|PVC', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Sandal|Rubber', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Tennis|Leather', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Tennis|Leatherette', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Tennis|Polyurethane', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Tennis|PVC', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Tennis|Rubber', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Walker|Leather', '2015-02-24 22:00:34', '2015-02-24 22:00:34')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Walker|Leatherette', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Walker|Polyurethane', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Walker|PVC', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Walker|Rubber', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Wingtip|Leather', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Wingtip|Leatherette', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Wingtip|Polyurethane', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Wingtip|PVC', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Wingtip|Rubber', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Work Boot|Leather', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Work Boot|Leatherette', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Work Boot|Polyurethane', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Work Boot|PVC', '2015-02-24 22:00:35', '2015-02-24 22:00:35')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Teva|Work Boot|Rubber', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Balmoral|Leather', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Balmoral|Leatherette', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Balmoral|Polyurethane', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Balmoral|PVC', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (47.4ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Balmoral|Rubber', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Boat Shoe|Leather', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Boat Shoe|Leatherette', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Boat Shoe|Polyurethane', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Boat Shoe|PVC', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Boat Shoe|Rubber', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Brouge|Leather', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Brouge|Leatherette', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Brouge|Polyurethane', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Brouge|PVC', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Brouge|Rubber', '2015-02-24 22:00:36', '2015-02-24 22:00:36')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Cross Trainer|Leather', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Cross Trainer|Leatherette', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Cross Trainer|Polyurethane', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Cross Trainer|PVC', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Cross Trainer|Rubber', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Derby|Leather', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Derby|Leatherette', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Derby|Polyurethane', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Derby|PVC', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Derby|Rubber', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Boot|Leather', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Boot|Leatherette', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Boot|Polyurethane', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Boot|PVC', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Boot|Rubber', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Shoe|Leather', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Shoe|Leatherette', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Shoe|Polyurethane', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Shoe|PVC', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Dress Shoe|Rubber', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Driving Shoe|Leather', '2015-02-24 22:00:37', '2015-02-24 22:00:37')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Driving Shoe|Leatherette', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Driving Shoe|Polyurethane', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Driving Shoe|PVC', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Driving Shoe|Rubber', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Hiker|Leather', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Hiker|Leatherette', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Hiker|Polyurethane', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Hiker|PVC', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Hiker|Rubber', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Loafer (Slip-on)|Leather', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Loafer (Slip-on)|Leatherette', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Loafer (Slip-on)|PVC', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Loafer (Slip-on)|Rubber', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Oxford (Lace-up)|Leather', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Oxford (Lace-up)|Leatherette', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Oxford (Lace-up)|PVC', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Oxford (Lace-up)|Rubber', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Patent Leather|Leather', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Patent Leather|Leatherette', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Patent Leather|Polyurethane', '2015-02-24 22:00:38', '2015-02-24 22:00:38')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Patent Leather|PVC', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Patent Leather|Rubber', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Penny Loafer|Leather', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Penny Loafer|Leatherette', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Penny Loafer|Polyurethane', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Penny Loafer|PVC', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Penny Loafer|Rubber', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Runner|Leather', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (78.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Runner|Leatherette', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Runner|Polyurethane', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Runner|PVC', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Runner|Rubber', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Saddle Shoe|Leather', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Saddle Shoe|Leatherette', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Saddle Shoe|Polyurethane', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Saddle Shoe|PVC', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Saddle Shoe|Rubber', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Sandal|Leather', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Sandal|Leatherette', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Sandal|Polyurethane', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Sandal|PVC', '2015-02-24 22:00:39', '2015-02-24 22:00:39')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Sandal|Rubber', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Tennis|Leather', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Tennis|Leatherette', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Tennis|Polyurethane', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Tennis|PVC', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Tennis|Rubber', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Walker|Leather', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Walker|Leatherette', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Walker|Polyurethane', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Walker|PVC', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Walker|Rubber', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Wingtip|Leather', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Wingtip|Leatherette', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Wingtip|Polyurethane', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Wingtip|PVC', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Wingtip|Rubber', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (31.3ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Work Boot|Leather', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Work Boot|Leatherette', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Work Boot|Polyurethane', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Work Boot|PVC', '2015-02-24 22:00:40', '2015-02-24 22:00:40')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland|Work Boot|Rubber', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Balmoral|Leather', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Balmoral|Leatherette', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Balmoral|Polyurethane', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Balmoral|PVC', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Balmoral|Rubber', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Boat Shoe|Leather', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Boat Shoe|Leatherette', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Boat Shoe|Polyurethane', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Boat Shoe|PVC', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Boat Shoe|Rubber', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Brouge|Leather', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Brouge|Leatherette', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Brouge|Polyurethane', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Brouge|PVC', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Brouge|Rubber', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Cross Trainer|Leather', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (63.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Cross Trainer|Leatherette', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Cross Trainer|Polyurethane', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Cross Trainer|PVC', '2015-02-24 22:00:41', '2015-02-24 22:00:41')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Cross Trainer|Rubber', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (68.4ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Derby|Leather', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Derby|Leatherette', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Derby|Polyurethane', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Derby|PVC', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Derby|Rubber', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Boot|Leather', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Boot|Leatherette', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Boot|Polyurethane', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Boot|PVC', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Boot|Rubber', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (171.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Shoe|Leather', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Shoe|Leatherette', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Shoe|Polyurethane', '2015-02-24 22:00:42', '2015-02-24 22:00:42')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Shoe|PVC', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Dress Shoe|Rubber', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Driving Shoe|Leather', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Driving Shoe|Leatherette', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (62.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Driving Shoe|Polyurethane', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Driving Shoe|PVC', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Driving Shoe|Rubber', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Hiker|Leather', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Hiker|Leatherette', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Hiker|Polyurethane', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Hiker|PVC', '2015-02-24 22:00:43', '2015-02-24 22:00:43')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Hiker|Rubber', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Loafer (Slip-on)|Leather', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Loafer (Slip-on)|Leatherette', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Loafer (Slip-on)|PVC', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Loafer (Slip-on)|Rubber', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Oxford (Lace-up)|Leather', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Oxford (Lace-up)|Leatherette', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Oxford (Lace-up)|PVC', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Oxford (Lace-up)|Rubber', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Patent Leather|Leather', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Patent Leather|Leatherette', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Patent Leather|Polyurethane', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Patent Leather|PVC', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Patent Leather|Rubber', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Penny Loafer|Leather', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Penny Loafer|Leatherette', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Penny Loafer|Polyurethane', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Penny Loafer|PVC', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Penny Loafer|Rubber', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Runner|Leather', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Runner|Leatherette', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Runner|Polyurethane', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Runner|PVC', '2015-02-24 22:00:44', '2015-02-24 22:00:44')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Runner|Rubber', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Saddle Shoe|Leather', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Saddle Shoe|Leatherette', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Saddle Shoe|Polyurethane', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Saddle Shoe|PVC', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Saddle Shoe|Rubber', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Sandal|Leather', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Sandal|Leatherette', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Sandal|Polyurethane', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (47.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Sandal|PVC', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Sandal|Rubber', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Tennis|Leather', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Tennis|Leatherette', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Tennis|Polyurethane', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Tennis|PVC', '2015-02-24 22:00:45', '2015-02-24 22:00:45')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Tennis|Rubber', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (60.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Walker|Leather', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (140.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Walker|Leatherette', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Walker|Polyurethane', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Walker|PVC', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Walker|Rubber', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (203.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Wingtip|Leather', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (54.6ms)  COMMIT
 (0.5ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Wingtip|Leatherette', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (31.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Wingtip|Polyurethane', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Wingtip|PVC', '2015-02-24 22:00:46', '2015-02-24 22:00:46')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Wingtip|Rubber', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Work Boot|Leather', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Work Boot|Leatherette', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Work Boot|Polyurethane', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Work Boot|PVC', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Timberland Pro|Work Boot|Rubber', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Balmoral|Leather', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Balmoral|Leatherette', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Balmoral|Polyurethane', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Balmoral|PVC', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Balmoral|Rubber', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Boat Shoe|Leather', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Boat Shoe|Leatherette', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Boat Shoe|Polyurethane', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Boat Shoe|PVC', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Boat Shoe|Rubber', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (46.8ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Brouge|Leather', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Brouge|Leatherette', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Brouge|Polyurethane', '2015-02-24 22:00:47', '2015-02-24 22:00:47')
 (156.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Brouge|PVC', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Brouge|Rubber', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Cross Trainer|Leather', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (219.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Cross Trainer|Leatherette', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Cross Trainer|Polyurethane', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (171.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Cross Trainer|PVC', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Cross Trainer|Rubber', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Derby|Leather', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Derby|Leatherette', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Derby|Polyurethane', '2015-02-24 22:00:48', '2015-02-24 22:00:48')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Derby|PVC', '2015-02-24 22:00:49', '2015-02-24 22:00:49')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Derby|Rubber', '2015-02-24 22:00:49', '2015-02-24 22:00:49')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Boot|Leather', '2015-02-24 22:00:49', '2015-02-24 22:00:49')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Boot|Leatherette', '2015-02-24 22:00:49', '2015-02-24 22:00:49')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Boot|Polyurethane', '2015-02-24 22:00:49', '2015-02-24 22:00:49')
 (375.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Boot|PVC', '2015-02-24 22:00:49', '2015-02-24 22:00:49')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Boot|Rubber', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Shoe|Leather', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Shoe|Leatherette', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Shoe|Polyurethane', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Shoe|PVC', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Dress Shoe|Rubber', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Driving Shoe|Leather', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Driving Shoe|Leatherette', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Driving Shoe|Polyurethane', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Driving Shoe|PVC', '2015-02-24 22:00:50', '2015-02-24 22:00:50')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Driving Shoe|Rubber', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Hiker|Leather', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Hiker|Leatherette', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Hiker|Polyurethane', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Hiker|PVC', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Hiker|Rubber', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Loafer (Slip-on)|Leather', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Loafer (Slip-on)|Leatherette', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Loafer (Slip-on)|PVC', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Loafer (Slip-on)|Rubber', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Oxford (Lace-up)|Leather', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Oxford (Lace-up)|Leatherette', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Oxford (Lace-up)|PVC', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Oxford (Lace-up)|Rubber', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Patent Leather|Leather', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Patent Leather|Leatherette', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Patent Leather|Polyurethane', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Patent Leather|PVC', '2015-02-24 22:00:51', '2015-02-24 22:00:51')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Patent Leather|Rubber', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Penny Loafer|Leather', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Penny Loafer|Leatherette', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Penny Loafer|Polyurethane', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Penny Loafer|PVC', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Penny Loafer|Rubber', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Runner|Leather', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Runner|Leatherette', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Runner|Polyurethane', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Runner|PVC', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Runner|Rubber', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (47.0ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Saddle Shoe|Leather', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Saddle Shoe|Leatherette', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Saddle Shoe|Polyurethane', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Saddle Shoe|PVC', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Saddle Shoe|Rubber', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Sandal|Leather', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Sandal|Leatherette', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Sandal|Polyurethane', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Sandal|PVC', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Sandal|Rubber', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Tennis|Leather', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Tennis|Leatherette', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Tennis|Polyurethane', '2015-02-24 22:00:52', '2015-02-24 22:00:52')
 (62.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Tennis|PVC', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Tennis|Rubber', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Walker|Leather', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Walker|Leatherette', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Walker|Polyurethane', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Walker|PVC', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Walker|Rubber', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (172.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Wingtip|Leather', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Wingtip|Leatherette', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Wingtip|Polyurethane', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (203.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Wingtip|PVC', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Wingtip|Rubber', '2015-02-24 22:00:53', '2015-02-24 22:00:53')
 (203.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Work Boot|Leather', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Work Boot|Leatherette', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Work Boot|Polyurethane', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (172.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Work Boot|PVC', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Tod\'s|Work Boot|Rubber', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Balmoral|Leather', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Balmoral|Leatherette', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Balmoral|Polyurethane', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Balmoral|PVC', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Balmoral|Rubber', '2015-02-24 22:00:54', '2015-02-24 22:00:54')
 (62.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Boat Shoe|Leather', '2015-02-24 22:00:55', '2015-02-24 22:00:55')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Boat Shoe|Leatherette', '2015-02-24 22:00:55', '2015-02-24 22:00:55')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Boat Shoe|Polyurethane', '2015-02-24 22:00:55', '2015-02-24 22:00:55')
 (93.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Boat Shoe|PVC', '2015-02-24 22:00:55', '2015-02-24 22:00:55')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Boat Shoe|Rubber', '2015-02-24 22:00:55', '2015-02-24 22:00:55')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Brouge|Leather', '2015-02-24 22:00:55', '2015-02-24 22:00:55')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Brouge|Leatherette', '2015-02-24 22:00:55', '2015-02-24 22:00:55')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Brouge|Polyurethane', '2015-02-24 22:00:55', '2015-02-24 22:00:55')
 (203.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Brouge|PVC', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (187.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Brouge|Rubber', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Cross Trainer|Leather', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Cross Trainer|Leatherette', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (47.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Cross Trainer|Polyurethane', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Cross Trainer|PVC', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Cross Trainer|Rubber', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Derby|Leather', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (218.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Derby|Leatherette', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Derby|Polyurethane', '2015-02-24 22:00:56', '2015-02-24 22:00:56')
 (140.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Derby|PVC', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Derby|Rubber', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Boot|Leather', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Boot|Leatherette', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Boot|Polyurethane', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (187.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Boot|PVC', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Boot|Rubber', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Shoe|Leather', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Shoe|Leatherette', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Shoe|Polyurethane', '2015-02-24 22:00:57', '2015-02-24 22:00:57')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Shoe|PVC', '2015-02-24 22:00:58', '2015-02-24 22:00:58')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Dress Shoe|Rubber', '2015-02-24 22:00:58', '2015-02-24 22:00:58')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Driving Shoe|Leather', '2015-02-24 22:00:58', '2015-02-24 22:00:58')
 (109.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Driving Shoe|Leatherette', '2015-02-24 22:00:58', '2015-02-24 22:00:58')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Driving Shoe|Polyurethane', '2015-02-24 22:00:58', '2015-02-24 22:00:58')
 (250.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Driving Shoe|PVC', '2015-02-24 22:00:58', '2015-02-24 22:00:58')
 (140.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Driving Shoe|Rubber', '2015-02-24 22:00:59', '2015-02-24 22:00:59')
 (203.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Hiker|Leather', '2015-02-24 22:00:59', '2015-02-24 22:00:59')
 (203.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Hiker|Leatherette', '2015-02-24 22:00:59', '2015-02-24 22:00:59')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Hiker|Polyurethane', '2015-02-24 22:00:59', '2015-02-24 22:00:59')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Hiker|PVC', '2015-02-24 22:00:59', '2015-02-24 22:00:59')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Hiker|Rubber', '2015-02-24 22:00:59', '2015-02-24 22:00:59')
 (171.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Loafer (Slip-on)|Leather', '2015-02-24 22:00:59', '2015-02-24 22:00:59')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Loafer (Slip-on)|Leatherette', '2015-02-24 22:01:00', '2015-02-24 22:01:00')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:01:00', '2015-02-24 22:01:00')
 (187.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Loafer (Slip-on)|PVC', '2015-02-24 22:01:00', '2015-02-24 22:01:00')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Loafer (Slip-on)|Rubber', '2015-02-24 22:01:00', '2015-02-24 22:01:00')
 (203.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Oxford (Lace-up)|Leather', '2015-02-24 22:01:00', '2015-02-24 22:01:00')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Oxford (Lace-up)|Leatherette', '2015-02-24 22:01:00', '2015-02-24 22:01:00')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:01:00', '2015-02-24 22:01:00')
 (250.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Oxford (Lace-up)|PVC', '2015-02-24 22:01:01', '2015-02-24 22:01:01')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Oxford (Lace-up)|Rubber', '2015-02-24 22:01:01', '2015-02-24 22:01:01')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Patent Leather|Leather', '2015-02-24 22:01:01', '2015-02-24 22:01:01')
 (172.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Patent Leather|Leatherette', '2015-02-24 22:01:01', '2015-02-24 22:01:01')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Patent Leather|Polyurethane', '2015-02-24 22:01:01', '2015-02-24 22:01:01')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Patent Leather|PVC', '2015-02-24 22:01:01', '2015-02-24 22:01:01')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Patent Leather|Rubber', '2015-02-24 22:01:01', '2015-02-24 22:01:01')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Penny Loafer|Leather', '2015-02-24 22:01:01', '2015-02-24 22:01:01')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Penny Loafer|Leatherette', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Penny Loafer|Polyurethane', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (140.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Penny Loafer|PVC', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Penny Loafer|Rubber', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (171.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Runner|Leather', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Runner|Leatherette', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Runner|Polyurethane', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Runner|PVC', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Runner|Rubber', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Saddle Shoe|Leather', '2015-02-24 22:01:02', '2015-02-24 22:01:02')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Saddle Shoe|Leatherette', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Saddle Shoe|Polyurethane', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Saddle Shoe|PVC', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (63.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Saddle Shoe|Rubber', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (93.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Sandal|Leather', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Sandal|Leatherette', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Sandal|Polyurethane', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Sandal|PVC', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Sandal|Rubber', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Tennis|Leather', '2015-02-24 22:01:03', '2015-02-24 22:01:03')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Tennis|Leatherette', '2015-02-24 22:01:04', '2015-02-24 22:01:04')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Tennis|Polyurethane', '2015-02-24 22:01:04', '2015-02-24 22:01:04')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Tennis|PVC', '2015-02-24 22:01:04', '2015-02-24 22:01:04')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Tennis|Rubber', '2015-02-24 22:01:04', '2015-02-24 22:01:04')
 (78.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Walker|Leather', '2015-02-24 22:01:04', '2015-02-24 22:01:04')
 (203.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Walker|Leatherette', '2015-02-24 22:01:04', '2015-02-24 22:01:04')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Walker|Polyurethane', '2015-02-24 22:01:04', '2015-02-24 22:01:04')
 (174.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Walker|PVC', '2015-02-24 22:01:05', '2015-02-24 22:01:05')
 (203.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Walker|Rubber', '2015-02-24 22:01:05', '2015-02-24 22:01:05')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Wingtip|Leather', '2015-02-24 22:01:05', '2015-02-24 22:01:05')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Wingtip|Leatherette', '2015-02-24 22:01:05', '2015-02-24 22:01:05')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Wingtip|Polyurethane', '2015-02-24 22:01:05', '2015-02-24 22:01:05')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Wingtip|PVC', '2015-02-24 22:01:05', '2015-02-24 22:01:05')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Wingtip|Rubber', '2015-02-24 22:01:05', '2015-02-24 22:01:05')
 (203.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Work Boot|Leather', '2015-02-24 22:01:06', '2015-02-24 22:01:06')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Work Boot|Leatherette', '2015-02-24 22:01:06', '2015-02-24 22:01:06')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Work Boot|Polyurethane', '2015-02-24 22:01:06', '2015-02-24 22:01:06')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Work Boot|PVC', '2015-02-24 22:01:06', '2015-02-24 22:01:06')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Vans|Work Boot|Rubber', '2015-02-24 22:01:06', '2015-02-24 22:01:06')
 (78.1ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Balmoral|Leather', '2015-02-24 22:01:06', '2015-02-24 22:01:06')
 (250.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Balmoral|Leatherette', '2015-02-24 22:01:06', '2015-02-24 22:01:06')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Balmoral|Polyurethane', '2015-02-24 22:01:06', '2015-02-24 22:01:06')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Balmoral|PVC', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (75.3ms)  COMMIT
 (0.5ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Balmoral|Rubber', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (55.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Boat Shoe|Leather', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Boat Shoe|Leatherette', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Boat Shoe|Polyurethane', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Boat Shoe|PVC', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Boat Shoe|Rubber', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (203.1ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Brouge|Leather', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Brouge|Leatherette', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Brouge|Polyurethane', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Brouge|PVC', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Brouge|Rubber', '2015-02-24 22:01:07', '2015-02-24 22:01:07')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Cross Trainer|Leather', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Cross Trainer|Leatherette', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Cross Trainer|Polyurethane', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Cross Trainer|PVC', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Cross Trainer|Rubber', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Derby|Leather', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Derby|Leatherette', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Derby|Polyurethane', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Derby|PVC', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Derby|Rubber', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Boot|Leather', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Boot|Leatherette', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Boot|Polyurethane', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Boot|PVC', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Boot|Rubber', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Shoe|Leather', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Shoe|Leatherette', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Shoe|Polyurethane', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Shoe|PVC', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Dress Shoe|Rubber', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Driving Shoe|Leather', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Driving Shoe|Leatherette', '2015-02-24 22:01:08', '2015-02-24 22:01:08')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Driving Shoe|Polyurethane', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Driving Shoe|PVC', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Driving Shoe|Rubber', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Hiker|Leather', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Hiker|Leatherette', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (140.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Hiker|Polyurethane', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Hiker|PVC', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Hiker|Rubber', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Loafer (Slip-on)|Leather', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Loafer (Slip-on)|Leatherette', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Loafer (Slip-on)|PVC', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Loafer (Slip-on)|Rubber', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Oxford (Lace-up)|Leather', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Oxford (Lace-up)|Leatherette', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:01:09', '2015-02-24 22:01:09')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Oxford (Lace-up)|PVC', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Oxford (Lace-up)|Rubber', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Patent Leather|Leather', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Patent Leather|Leatherette', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Patent Leather|Polyurethane', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Patent Leather|PVC', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Patent Leather|Rubber', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (62.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Penny Loafer|Leather', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (47.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Penny Loafer|Leatherette', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Penny Loafer|Polyurethane', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Penny Loafer|PVC', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Penny Loafer|Rubber', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Runner|Leather', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Runner|Leatherette', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Runner|Polyurethane', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Runner|PVC', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Runner|Rubber', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Saddle Shoe|Leather', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Saddle Shoe|Leatherette', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Saddle Shoe|Polyurethane', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Saddle Shoe|PVC', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Saddle Shoe|Rubber', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Sandal|Leather', '2015-02-24 22:01:10', '2015-02-24 22:01:10')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Sandal|Leatherette', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Sandal|Polyurethane', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Sandal|PVC', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Sandal|Rubber', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Tennis|Leather', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Tennis|Leatherette', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Tennis|Polyurethane', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Tennis|PVC', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Tennis|Rubber', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Walker|Leather', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Walker|Leatherette', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Walker|Polyurethane', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Walker|PVC', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Walker|Rubber', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Wingtip|Leather', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Wingtip|Leatherette', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Wingtip|Polyurethane', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Wingtip|PVC', '2015-02-24 22:01:11', '2015-02-24 22:01:11')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Wingtip|Rubber', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Work Boot|Leather', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Work Boot|Leatherette', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Work Boot|Polyurethane', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Work Boot|PVC', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wenger Swiss Army|Work Boot|Rubber', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Balmoral|Leather', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Balmoral|Leatherette', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Balmoral|Polyurethane', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Balmoral|PVC', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Balmoral|Rubber', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (15.6ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Boat Shoe|Leather', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (62.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Boat Shoe|Leatherette', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Boat Shoe|Polyurethane', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Boat Shoe|PVC', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Boat Shoe|Rubber', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Brouge|Leather', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Brouge|Leatherette', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Brouge|Polyurethane', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Brouge|PVC', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Brouge|Rubber', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (46.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Cross Trainer|Leather', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Cross Trainer|Leatherette', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Cross Trainer|Polyurethane', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Cross Trainer|PVC', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Cross Trainer|Rubber', '2015-02-24 22:01:12', '2015-02-24 22:01:12')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Derby|Leather', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Derby|Leatherette', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Derby|Polyurethane', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Derby|PVC', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Derby|Rubber', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Boot|Leather', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Boot|Leatherette', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Boot|Polyurethane', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Boot|PVC', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Boot|Rubber', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Shoe|Leather', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Shoe|Leatherette', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Shoe|Polyurethane', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Shoe|PVC', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Dress Shoe|Rubber', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Driving Shoe|Leather', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Driving Shoe|Leatherette', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Driving Shoe|Polyurethane', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Driving Shoe|PVC', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Driving Shoe|Rubber', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Hiker|Leather', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Hiker|Leatherette', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Hiker|Polyurethane', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Hiker|PVC', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Hiker|Rubber', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Loafer (Slip-on)|Leather', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (38.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Loafer (Slip-on)|Leatherette', '2015-02-24 22:01:13', '2015-02-24 22:01:13')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Loafer (Slip-on)|PVC', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Loafer (Slip-on)|Rubber', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Oxford (Lace-up)|Leather', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Oxford (Lace-up)|Leatherette', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Oxford (Lace-up)|PVC', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Oxford (Lace-up)|Rubber', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Patent Leather|Leather', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Patent Leather|Leatherette', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Patent Leather|Polyurethane', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Patent Leather|PVC', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Patent Leather|Rubber', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Penny Loafer|Leather', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Penny Loafer|Leatherette', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Penny Loafer|Polyurethane', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Penny Loafer|PVC', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Penny Loafer|Rubber', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Runner|Leather', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Runner|Leatherette', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Runner|Polyurethane', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Runner|PVC', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Runner|Rubber', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Saddle Shoe|Leather', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Saddle Shoe|Leatherette', '2015-02-24 22:01:14', '2015-02-24 22:01:14')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Saddle Shoe|Polyurethane', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Saddle Shoe|PVC', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Saddle Shoe|Rubber', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Sandal|Leather', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Sandal|Leatherette', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Sandal|Polyurethane', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Sandal|PVC', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Sandal|Rubber', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (62.8ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Tennis|Leather', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Tennis|Leatherette', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (250.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Tennis|Polyurethane', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Tennis|PVC', '2015-02-24 22:01:15', '2015-02-24 22:01:15')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Tennis|Rubber', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Walker|Leather', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Walker|Leatherette', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Walker|Polyurethane', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (172.1ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Walker|PVC', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Walker|Rubber', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Wingtip|Leather', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Wingtip|Leatherette', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Wingtip|Polyurethane', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Wingtip|PVC', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Wingtip|Rubber', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Work Boot|Leather', '2015-02-24 22:01:16', '2015-02-24 22:01:16')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Work Boot|Leatherette', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Work Boot|Polyurethane', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Work Boot|PVC', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Wolverine|Work Boot|Rubber', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (203.2ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Balmoral|Leather', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Balmoral|Leatherette', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Balmoral|Polyurethane', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Balmoral|PVC', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Balmoral|Rubber', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Boat Shoe|Leather', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Boat Shoe|Leatherette', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Boat Shoe|Polyurethane', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Boat Shoe|PVC', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Boat Shoe|Rubber', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Brouge|Leather', '2015-02-24 22:01:17', '2015-02-24 22:01:17')
 (23.8ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Brouge|Leatherette', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Brouge|Polyurethane', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Brouge|PVC', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Brouge|Rubber', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Cross Trainer|Leather', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Cross Trainer|Leatherette', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Cross Trainer|Polyurethane', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Cross Trainer|PVC', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Cross Trainer|Rubber', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Derby|Leather', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Derby|Leatherette', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Derby|Polyurethane', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Derby|PVC', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Derby|Rubber', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Boot|Leather', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Boot|Leatherette', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Boot|Polyurethane', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Boot|PVC', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Boot|Rubber', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Shoe|Leather', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Shoe|Leatherette', '2015-02-24 22:01:18', '2015-02-24 22:01:18')
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Shoe|Polyurethane', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Shoe|PVC', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (15.7ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Dress Shoe|Rubber', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (140.6ms)  COMMIT
 (15.6ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Driving Shoe|Leather', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Driving Shoe|Leatherette', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Driving Shoe|Polyurethane', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Driving Shoe|PVC', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Driving Shoe|Rubber', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Hiker|Leather', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Hiker|Leatherette', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Hiker|Polyurethane', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Hiker|PVC', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Hiker|Rubber', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Loafer (Slip-on)|Leather', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Loafer (Slip-on)|Leatherette', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Loafer (Slip-on)|PVC', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Loafer (Slip-on)|Rubber', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Oxford (Lace-up)|Leather', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Oxford (Lace-up)|Leatherette', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:01:19', '2015-02-24 22:01:19')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Oxford (Lace-up)|PVC', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Oxford (Lace-up)|Rubber', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Patent Leather|Leather', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Patent Leather|Leatherette', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Patent Leather|Polyurethane', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Patent Leather|PVC', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Patent Leather|Rubber', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Penny Loafer|Leather', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Penny Loafer|Leatherette', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Penny Loafer|Polyurethane', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Penny Loafer|PVC', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Penny Loafer|Rubber', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Runner|Leather', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Runner|Leatherette', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Runner|Polyurethane', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Runner|PVC', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Runner|Rubber', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Saddle Shoe|Leather', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Saddle Shoe|Leatherette', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Saddle Shoe|Polyurethane', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Saddle Shoe|PVC', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Saddle Shoe|Rubber', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Sandal|Leather', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Sandal|Leatherette', '2015-02-24 22:01:20', '2015-02-24 22:01:20')
 (250.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Sandal|Polyurethane', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Sandal|PVC', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (203.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Sandal|Rubber', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Tennis|Leather', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (156.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Tennis|Leatherette', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Tennis|Polyurethane', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Tennis|PVC', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Tennis|Rubber', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Walker|Leather', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Walker|Leatherette', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Walker|Polyurethane', '2015-02-24 22:01:21', '2015-02-24 22:01:21')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Walker|PVC', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Walker|Rubber', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Wingtip|Leather', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Wingtip|Leatherette', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Wingtip|Polyurethane', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Wingtip|PVC', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Wingtip|Rubber', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Work Boot|Leather', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Work Boot|Leatherette', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Work Boot|Polyurethane', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Work Boot|PVC', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Woolrich|Work Boot|Rubber', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Balmoral|Leather', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Balmoral|Leatherette', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Balmoral|Polyurethane', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Balmoral|PVC', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Balmoral|Rubber', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Boat Shoe|Leather', '2015-02-24 22:01:22', '2015-02-24 22:01:22')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Boat Shoe|Leatherette', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Boat Shoe|Polyurethane', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Boat Shoe|PVC', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Boat Shoe|Rubber', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Brouge|Leather', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Brouge|Leatherette', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Brouge|Polyurethane', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Brouge|PVC', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Brouge|Rubber', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Cross Trainer|Leather', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (47.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Cross Trainer|Leatherette', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Cross Trainer|Polyurethane', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Cross Trainer|PVC', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Cross Trainer|Rubber', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (31.2ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Derby|Leather', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Derby|Leatherette', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Derby|Polyurethane', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Derby|PVC', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Derby|Rubber', '2015-02-24 22:01:23', '2015-02-24 22:01:23')
 (171.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Boot|Leather', '2015-02-24 22:01:24', '2015-02-24 22:01:24')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Boot|Leatherette', '2015-02-24 22:01:24', '2015-02-24 22:01:24')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Boot|Polyurethane', '2015-02-24 22:01:24', '2015-02-24 22:01:24')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Boot|PVC', '2015-02-24 22:01:24', '2015-02-24 22:01:24')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Boot|Rubber', '2015-02-24 22:01:24', '2015-02-24 22:01:24')
 (156.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Shoe|Leather', '2015-02-24 22:01:24', '2015-02-24 22:01:24')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Shoe|Leatherette', '2015-02-24 22:01:24', '2015-02-24 22:01:24')
 (171.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Shoe|Polyurethane', '2015-02-24 22:01:24', '2015-02-24 22:01:24')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Shoe|PVC', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Dress Shoe|Rubber', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Driving Shoe|Leather', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Driving Shoe|Leatherette', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (46.9ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Driving Shoe|Polyurethane', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (109.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Driving Shoe|PVC', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Driving Shoe|Rubber', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Hiker|Leather', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Hiker|Leatherette', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Hiker|Polyurethane', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Hiker|PVC', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Hiker|Rubber', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (62.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Loafer (Slip-on)|Leather', '2015-02-24 22:01:25', '2015-02-24 22:01:25')
 (234.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Loafer (Slip-on)|Leatherette', '2015-02-24 22:01:26', '2015-02-24 22:01:26')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Loafer (Slip-on)|Polyurethane', '2015-02-24 22:01:26', '2015-02-24 22:01:26')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Loafer (Slip-on)|PVC', '2015-02-24 22:01:26', '2015-02-24 22:01:26')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Loafer (Slip-on)|Rubber', '2015-02-24 22:01:26', '2015-02-24 22:01:26')
 (187.5ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Oxford (Lace-up)|Leather', '2015-02-24 22:01:26', '2015-02-24 22:01:26')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Oxford (Lace-up)|Leatherette', '2015-02-24 22:01:26', '2015-02-24 22:01:26')
 (187.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Oxford (Lace-up)|Polyurethane', '2015-02-24 22:01:26', '2015-02-24 22:01:26')
 (62.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Oxford (Lace-up)|PVC', '2015-02-24 22:01:26', '2015-02-24 22:01:26')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Oxford (Lace-up)|Rubber', '2015-02-24 22:01:26', '2015-02-24 22:01:26')
 (171.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Patent Leather|Leather', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Patent Leather|Leatherette', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (140.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Patent Leather|Polyurethane', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Patent Leather|PVC', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Patent Leather|Rubber', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (156.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.5ms)  BEGIN
SQL (0.5ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Penny Loafer|Leather', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (211.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Penny Loafer|Leatherette', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Penny Loafer|Polyurethane', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Penny Loafer|PVC', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Penny Loafer|Rubber', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (46.9ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Runner|Leather', '2015-02-24 22:01:27', '2015-02-24 22:01:27')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Runner|Leatherette', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Runner|Polyurethane', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Runner|PVC', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (203.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Runner|Rubber', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Saddle Shoe|Leather', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Saddle Shoe|Leatherette', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (156.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Saddle Shoe|Polyurethane', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Saddle Shoe|PVC', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Saddle Shoe|Rubber', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Sandal|Leather', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Sandal|Leatherette', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Sandal|Polyurethane', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Sandal|PVC', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Sandal|Rubber', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Tennis|Leather', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Tennis|Leatherette', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Tennis|Polyurethane', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Tennis|PVC', '2015-02-24 22:01:28', '2015-02-24 22:01:28')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Tennis|Rubber', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (15.7ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Walker|Leather', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Walker|Leatherette', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Walker|Polyurethane', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Walker|PVC', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Walker|Rubber', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Wingtip|Leather', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Wingtip|Leatherette', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Wingtip|Polyurethane', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Wingtip|PVC', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Wingtip|Rubber', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Work Boot|Leather', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Work Boot|Leatherette', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Work Boot|Polyurethane', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Work Boot|PVC', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `typetorealsizes` (`BrandStyleMaterial`, `created_at`, `updated_at`) VALUES ('Yves Saint-Laurent|Work Boot|Rubber', '2015-02-24 22:01:29', '2015-02-24 22:01:29')
 (31.2ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Started POST “/addshoe” for 127.0.0.1 at 2015-02-25 00:07:37 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Completed 500 Internal Server Error in 89ms

NoMethodError (undefined method `ShoeSize' for nil:NilClass):

app/controllers/customers_controller.rb:37:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (175.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-25 00:15:43 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1

Completed 404 Not Found in 41ms

ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):

app/controllers/application_controller.rb:6:in `authenticate_customer'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (178.0ms)
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
 (0.0ms)  SELECT COUNT(*) FROM `customers`

Started GET “/customers” for 127.0.0.1 at 2015-02-25 00:26:42 +0200 Processing by CustomersController#index as HTML

Customer Load (0.0ms)  SELECT `customers`.* FROM `customers`
Rendered customers/index.html.erb within layouts/application (0.0ms)

Completed 200 OK in 1500ms (Views: 1484.7ms | ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-25 00:26:45 +0200 Processing by CustomersController#new as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (390.6ms)

Completed 200 OK in 859ms (Views: 796.9ms | ActiveRecord: 62.5ms)

Started POST “/customers” for 127.0.0.1 at 2015-02-25 00:27:02 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"bakerbakura@gmail.com", "Email_confirmation"=>"bakerbakura@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('bakerbakura@gmail.com', 'M', '2015-02-24 22:27:02', '$2a$10$RBKMA9gNagpfX.K9r/gKg.1q3X5mw7XPVgLrSmbYjxTOWR2CCp3Fm', 'Europe', '2015-02-24 22:27:02')
 (35.0ms)  COMMIT
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Redirected to localhost:3000/home Completed 302 Found in 197ms (ActiveRecord: 38.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-25 00:27:02 +0200 Processing by CustomersController#home as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (1.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (123.0ms)

Completed 200 OK in 483ms (Views: 435.0ms | ActiveRecord: 37.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:03 +0200

Started GET “/customers” for 127.0.0.1 at 2015-02-25 00:27:11 +0200 Processing by CustomersController#index as HTML

Customer Load (1.0ms)  SELECT `customers`.* FROM `customers`
Rendered customers/index.html.erb within layouts/application (6.0ms)

Completed 200 OK in 460ms (Views: 458.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:12 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-25 00:27:20 +0200 Processing by CustomersController#new as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1

Redirected to localhost:3000/home Filter chain halted as :save_login_state rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-25 00:27:20 +0200 Processing by CustomersController#home as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (31.3ms)

Completed 200 OK in 422ms (Views: 421.9ms | ActiveRecord: 0.0ms)

Started GET “/customers” for 127.0.0.1 at 2015-02-25 00:27:28 +0200 Processing by CustomersController#index as HTML

Customer Load (1.0ms)  SELECT `customers`.* FROM `customers`
Rendered customers/index.html.erb within layouts/application (7.0ms)

Completed 200 OK in 557ms (Views: 554.0ms | ActiveRecord: 1.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:27:29 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-25 00:27:37 +0200 Processing by CustomersController#new as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1

Redirected to localhost:3000/home Filter chain halted as :save_login_state rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-25 00:27:37 +0200 Processing by CustomersController#home as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (31.3ms)

Completed 200 OK in 344ms (Views: 343.7ms | ActiveRecord: 0.0ms)

Started GET “/signout” for 127.0.0.1 at 2015-02-25 00:28:05 +0200 Processing by SessionsController#signout as HTML Redirected to localhost:3000/signin Completed 302 Found in 0ms (ActiveRecord: 0.0ms)

Started GET “/signin” for 127.0.0.1 at 2015-02-25 00:28:05 +0200 Processing by SessionsController#signin as HTML

Rendered sessions/signin.html.erb within layouts/application (0.0ms)

Completed 200 OK in 470ms (Views: 469.6ms | ActiveRecord: 0.0ms)

Started GET “/signup” for 127.0.0.1 at 2015-02-25 00:28:09 +0200 Processing by CustomersController#new as HTML

Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 437ms (Views: 437.5ms | ActiveRecord: 0.0ms)

Started POST “/customers” for 127.0.0.1 at 2015-02-25 00:28:29 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "customer"=>{"Email"=>"liam@baker.com", "Email_confirmation"=>"liam@baker.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('liam@baker.com', 'M', '2015-02-24 22:28:29', '$2a$10$kv3yorhsoDXOLroSqIgiR.4gqc0x3rk2075Jf6PNBlllocVv1b9cq', 'Europe', '2015-02-24 22:28:29')
 (62.5ms)  COMMIT
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Redirected to localhost:3000/home Completed 302 Found in 269ms (ActiveRecord: 64.5ms)

Started GET “/home” for 127.0.0.1 at 2015-02-25 00:28:29 +0200 Processing by CustomersController#home as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Style Load (1.0ms)  SELECT `styles`.* FROM `styles`
Material Load (1.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (18.0ms)

Completed 200 OK in 350ms (Views: 344.0ms | ActiveRecord: 2.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:28:30 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-25 00:28:36 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
 (1.0ms)  BEGIN
Typetorealsize Load (2.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
SQL (87.2ms)  UPDATE `typetorealsizes` SET `modified` = 1, `updated_at` = '2015-02-24 22:28:36' WHERE `typetorealsizes`.`T2RS_ID` = 1
 (66.8ms)  ROLLBACK

Completed 500 Internal Server Error in 340ms

NoMethodError (undefined method `sizeToPreSize' for #<Shoe:0x5741d18>):

app/models/shoe.rb:12:in `block in <class:Shoe>'
app/controllers/customers_controller.rb:38:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (178.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-25 00:29:14 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
SQL (0.0ms)  UPDATE `typetorealsizes` SET `modified` = 1, `updated_at` = '2015-02-24 22:29:14' WHERE `typetorealsizes`.`T2RS_ID` = 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
 (66.0ms)  ROLLBACK

Completed 500 Internal Server Error in 171ms

NoMethodError (undefined method `PreRealSize=' for #<Shoe:0x2660850>):

app/models/shoe.rb:13:in `block in <class:Shoe>'
app/controllers/customers_controller.rb:38:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (181.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-25 00:31:26 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
SQL (0.0ms)  UPDATE `typetorealsizes` SET `modified` = 1, `updated_at` = '2015-02-24 22:31:26' WHERE `typetorealsizes`.`T2RS_ID` = 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`T2RS_ID` = 1 LIMIT 1
SQL (0.0ms)  INSERT INTO `shoes` (`Brand`, `LengthFit`, `Material`, `OwnerID`, `RealSize`, `Size`, `SizeType`, `Style`, `T2RS_ID`, `created_at`, `preRealSize`, `updated_at`) VALUES ('A. Testoni', 'Perfect', 'Leather', 2, 203.44, 32.0, 'Europe', 'Balmoral', 1, '2015-02-24 22:31:26', 203.44, '2015-02-24 22:31:26')
 (91.3ms)  COMMIT
 (0.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1

Completed 500 Internal Server Error in 323ms

ArgumentError (wrong number of arguments (0 for 1)):

app/models/customer.rb:22:in `updateShoeStats'
app/controllers/customers_controller.rb:39:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (175.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-25 00:34:07 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"32.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`T2RS_ID` = 1 LIMIT 1
SQL (0.0ms)  INSERT INTO `shoes` (`Brand`, `LengthFit`, `Material`, `OwnerID`, `RealSize`, `Size`, `SizeType`, `Style`, `T2RS_ID`, `created_at`, `preRealSize`, `updated_at`) VALUES ('A. Testoni', 'Perfect', 'Leather', 2, 203.44, 32.0, 'Europe', 'Balmoral', 1, '2015-02-24 22:34:07', 203.44, '2015-02-24 22:34:07')
 (72.9ms)  COMMIT
 (1.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
 (1.0ms)  BEGIN
SQL (8.4ms)  UPDATE `customers` SET `ShoeSize` = 203.44, `ShoeSizeError` = 0.0, `updated_at` = '2015-02-24 22:34:07' WHERE `customers`.`CustID` = 2
 (90.0ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 285ms (ActiveRecord: 219.3ms)

Started GET “/home” for 127.0.0.1 at 2015-02-25 00:34:07 +0200 Processing by CustomersController#home as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Shoe Load (1.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Style Load (1.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (1.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (129.0ms)

Completed 200 OK in 476ms (Views: 416.0ms | ActiveRecord: 52.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:34:08 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-25 00:34:18 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"33.0", "SizeType"=>"Europe", "LengthFit"=>"Slightly Long"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1

Completed 500 Internal Server Error in 11ms

NoMethodError (undefined method `-' for “33.0”:String):

app/models/shoe.rb:26:in `sizeToPreSize'
app/controllers/customers_controller.rb:36:in `addshoe'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (184.0ms)

Started POST “/addshoe” for 127.0.0.1 at 2015-02-25 00:35:34 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"eyUsSBekx2yQVWiG9ikV4kJQBTLST69FlV1wpSeBzWk=", "newshoe"=>{"OwnerID"=>"2", "Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"33.0", "SizeType"=>"Europe", "LengthFit"=>"Slightly Long"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`T2RS_ID` = 1 LIMIT 1
SQL (1.0ms)  INSERT INTO `shoes` (`Brand`, `LengthFit`, `Material`, `OwnerID`, `RealSize`, `Size`, `SizeType`, `Style`, `T2RS_ID`, `created_at`, `preRealSize`, `updated_at`) VALUES ('A. Testoni', 'Slightly Long', 'Leather', 2, 209.44299999999998, 33.0, 'Europe', 'Balmoral', 1, '2015-02-24 22:35:35', 209.44299999999998, '2015-02-24 22:35:35')
 (70.8ms)  COMMIT
 (0.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
 (0.0ms)  BEGIN
SQL (0.0ms)  UPDATE `customers` SET `ShoeSize` = 205.441, `ShoeSizeError` = 2.82984133830857, `updated_at` = '2015-02-24 22:35:35' WHERE `customers`.`CustID` = 2
 (24.3ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 217ms (ActiveRecord: 146.2ms)

Started GET “/home” for 127.0.0.1 at 2015-02-25 00:35:35 +0200 Processing by CustomersController#home as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (108.0ms)

Completed 500 Internal Server Error in 129ms

ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Shoebrand):

   99:                <tbody>
  100:                        <%= form_for :predic, url: predict_path do |p| %>
  101:                                <tr class="form-group row">
  102:                                        <td><%= p.collection_select :Brand, Shoebrand.all, :Brand, :Brand, {}, {class: "form-control"} %></td>
  103:                                        <td><%= p.collection_select :Style, Shoestyle.all, :Style, :Style, {}, {class: "form-control"} %></td>
  104:                                        <td><%= p.collection_select :Material, Shoematerial.all, :Material, :Material, {}, {class: "form-control"} %></td>
  105:                                        <td><%= p.collection_select :SizeType, Sizetype.all, :SizeType, :SizeType, {}, {class: "form-control"} %></td>
app/views/customers/home.html.erb:102:in `block in _app_views_customers_home_html_erb___1070452330_48689220'
app/views/customers/home.html.erb:100:in `_app_views_customers_home_html_erb___1070452330_48689220'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (117.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-25 00:36:30 +0200 Processing by CustomersController#home as HTML

Customer Load (2.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Shoe Load (1.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Brand Load (1.0ms)  SELECT `brands`.* FROM `brands`
Style Load (1.0ms)  SELECT `styles`.* FROM `styles`
Material Load (1.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
CACHE (0.0ms)  SELECT `brands`.* FROM `brands`
CACHE (0.0ms)  SELECT `styles`.* FROM `styles`
CACHE (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/home.html.erb within layouts/application (54.0ms)

Completed 200 OK in 469ms (Views: 453.1ms | ActiveRecord: 7.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:36:31 +0200

Started POST “/predict” for 127.0.0.1 at 2015-02-25 00:37:19 +0200

ActionController::RoutingError (No route matches [POST] “/predict”):

actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.8) lib/rails/engine.rb:514:in `call'
railties (4.1.8) lib/rails/application.rb:144:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
C:/Ruby21/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (12.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (363.9ms)

Started POST “/predict” for 127.0.0.1 at 2015-02-25 00:38:46 +0200

ActionController::RoutingError (No route matches [POST] “/predict”):

actionpack (4.1.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.8) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.8) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.8) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
activesupport (4.1.8) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
actionpack (4.1.8) lib/action_dispatch/middleware/static.rb:84:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.8) lib/rails/engine.rb:514:in `call'
railties (4.1.8) lib/rails/application.rb:144:in `call'
rack (1.5.2) lib/rack/lock.rb:17:in `call'
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
C:/Ruby21/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
C:/Ruby21/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (176.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-25 00:39:02 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Brand Load (1.0ms)  SELECT `brands`.* FROM `brands`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
Material Load (1.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
CACHE (0.0ms)  SELECT `brands`.* FROM `brands`
CACHE (0.0ms)  SELECT `styles`.* FROM `styles`
CACHE (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/home.html.erb within layouts/application (44.0ms)

Completed 200 OK in 398ms (Views: 388.0ms | ActiveRecord: 4.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:39:02 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:39:02 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:39:02 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:39:02 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:39:02 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:39:02 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:39:02 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:39:02 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:39:02 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:39:03 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:39:03 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:39:03 +0200

Started GET “/predict?utf8=%E2%9C%93&predic%5BBrand%5D=A.+Testoni&predic%5BStyle%5D=Balmoral&predic%5BMaterial%5D=Leather&predic%5BSizeType%5D=UK%2FAustralia&predic%5BCustID%5D=2&commit=Make+a+prediction” for 127.0.0.1 at 2015-02-25 00:39:27 +0200 Processing by CustomersController#predict as HTML

Parameters: {"utf8"=>"✓", "predic"=>{"Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "SizeType"=>"UK/Australia", "CustID"=>"2"}, "commit"=>"Make a prediction"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1

Completed 500 Internal Server Error in 78ms

NoMethodError (undefined method `find_by_Sizetype!' for #<Class:0x6276c78>):

app/models/shoe.rb:44:in `FromMondo'
app/models/customer.rb:30:in `predictSizeToBuy'
app/controllers/customers_controller.rb:58:in `predict'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (177.0ms)

Started GET “/predict?utf8=%E2%9C%93&predic%5BBrand%5D=A.+Testoni&predic%5BStyle%5D=Balmoral&predic%5BMaterial%5D=Leather&predic%5BSizeType%5D=UK%2FAustralia&predic%5BCustID%5D=2&commit=Make+a+prediction” for 127.0.0.1 at 2015-02-25 00:39:53 +0200 Processing by CustomersController#predict as HTML

Parameters: {"utf8"=>"✓", "predic"=>{"Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "SizeType"=>"UK/Australia", "CustID"=>"2"}, "commit"=>"Make a prediction"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1

Completed 500 Internal Server Error in 142ms

NoMethodError (undefined method `sqrt' for #<Class:0x5f76de0>):

app/models/customer.rb:31:in `predictSizeToBuy'
app/controllers/customers_controller.rb:58:in `predict'

Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered C:/Ruby21/lib/ruby/gems/2.1.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (177.0ms)

Started GET “/predict?utf8=%E2%9C%93&predic%5BBrand%5D=A.+Testoni&predic%5BStyle%5D=Balmoral&predic%5BMaterial%5D=Leather&predic%5BSizeType%5D=UK%2FAustralia&predic%5BCustID%5D=2&commit=Make+a+prediction” for 127.0.0.1 at 2015-02-25 00:40:15 +0200 Processing by CustomersController#predict as HTML

Parameters: {"utf8"=>"✓", "predic"=>{"Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "SizeType"=>"UK/Australia", "CustID"=>"2"}, "commit"=>"Make a prediction"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Rendered customers/predict.html.erb within layouts/application (1.0ms)

Completed 200 OK in 445ms (Views: 349.1ms | ActiveRecord: 32.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:40:16 +0200

Started GET “/predict?utf8=%E2%9C%93&predic%5BBrand%5D=A.+Testoni&predic%5BStyle%5D=Balmoral&predic%5BMaterial%5D=Leather&predic%5BSizeType%5D=UK%2FAustralia&predic%5BCustID%5D=2&commit=Make+a+prediction” for 127.0.0.1 at 2015-02-25 00:41:32 +0200 Processing by CustomersController#predict as HTML

Parameters: {"utf8"=>"✓", "predic"=>{"Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "SizeType"=>"UK/Australia", "CustID"=>"2"}, "commit"=>"Make a prediction"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Rendered customers/predict.html.erb within layouts/application (2.0ms)

Completed 200 OK in 422ms (Views: 365.0ms | ActiveRecord: 21.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:41:33 +0200

Started GET “/predict?utf8=%E2%9C%93&predic%5BBrand%5D=A.+Testoni&predic%5BStyle%5D=Balmoral&predic%5BMaterial%5D=Leather&predic%5BSizeType%5D=UK%2FAustralia&predic%5BCustID%5D=2&commit=Make+a+prediction” for 127.0.0.1 at 2015-02-25 00:44:04 +0200 Processing by CustomersController#predict as HTML

Parameters: {"utf8"=>"✓", "predic"=>{"Brand"=>"A. Testoni", "Style"=>"Balmoral", "Material"=>"Leather", "SizeType"=>"UK/Australia", "CustID"=>"2"}, "commit"=>"Make a prediction"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'A. Testoni|Balmoral|Leather' LIMIT 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Rendered customers/predict.html.erb within layouts/application (2.0ms)

Completed 200 OK in 786ms (Views: 386.0ms | ActiveRecord: 32.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:05 +0200

Started GET “/home” for 127.0.0.1 at 2015-02-25 00:44:08 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 2 LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 2
Brand Load (1.0ms)  SELECT `brands`.* FROM `brands`
Style Load (1.0ms)  SELECT `styles`.* FROM `styles`
Material Load (1.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'Europe' LIMIT 1
Lengthfit Load (1.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
CACHE (0.0ms)  SELECT `brands`.* FROM `brands`
CACHE (0.0ms)  SELECT `styles`.* FROM `styles`
CACHE (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/home.html.erb within layouts/application (210.0ms)

Completed 200 OK in 590ms (Views: 467.0ms | ActiveRecord: 104.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 00:44:09 +0200

Started GET “/signout” for 127.0.0.1 at 2015-02-25 00:44:20 +0200 Processing by SessionsController#signout as HTML Redirected to localhost:3000/signin Completed 302 Found in 0ms (ActiveRecord: 0.0ms)

Started GET “/signin” for 127.0.0.1 at 2015-02-25 00:44:21 +0200 Processing by SessionsController#signin as HTML

Rendered sessions/signin.html.erb within layouts/application (0.0ms)

Completed 200 OK in 361ms (Views: 361.0ms | ActiveRecord: 0.0ms)

Started GET “/” for 127.0.0.1 at 2015-02-25 00:51:22 +0200 Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (31.3ms)

Completed 200 OK in 536ms (Views: 536.0ms | ActiveRecord: 0.0ms)

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-02-25 00:51:23 +0200

Started GET “/” for 127.0.0.1 at 2015-02-25 14:51:28 +0200

ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (46.9ms)

Completed 200 OK in 2658ms (Views: 2579.5ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 14:51:39 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 14:51:39 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 14:51:39 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 14:51:39 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 14:51:39 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 14:51:40 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 14:51:40 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 14:51:40 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 14:51:40 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 14:51:40 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 14:51:40 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 14:51:40 +0200

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-02-25 14:51:40 +0200

Started GET “/” for 127.0.0.1 at 2015-02-25 15:02:48 +0200 Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (4.0ms)

Completed 200 OK in 1534ms (Views: 1517.9ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-25 15:02:50 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-25 15:02:50 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-25 15:02:50 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-25 15:02:50 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-25 15:02:50 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-25 15:02:51 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-25 15:02:51 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-25 15:02:51 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-25 15:02:51 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-25 15:02:51 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-25 15:02:51 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-25 15:02:51 +0200

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-02-25 15:02:51 +0200

Brand Load (0.0ms)  SELECT  `brands`.* FROM `brands`  LIMIT 10
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands` OUTER JOIN styles

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OUTER JOIN styles' at line 1: SELECT `brands`.* FROM `brands` OUTER JOIN styles

Brand Load (176.6ms)  SELECT `brands`.* FROM `brands` CROSS JOIN styles
 (0.0ms)  SELECT COUNT(*) FROM `styles`
Style Load (171.9ms)  SELECT `styles`.* FROM `styles` CROSS JOIN materials
Style Load (15.6ms)  SELECT styles.Style as Style, materials.Material as Material FROM `styles` material

Mysql2::Error: Unknown column 'styles.Style' in 'field list': SELECT styles.Style as Style, materials.Material as Material FROM `styles` material

Style Load (0.0ms)  SELECT Style as Style, materials.Material as Material FROM `styles` material

Mysql2::Error: Unknown column 'materials.Material' in 'field list': SELECT Style as Style, materials.Material as Material FROM `styles` material

Style Load (0.0ms)  SELECT Style as Style, materials.Material as Material FROM `styles` 'material'

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''material'' at line 1: SELECT Style as Style, materials.Material as Material FROM `styles` 'material'

Style Load (0.0ms)  SELECT Style as Style, materials.Material as Material FROM `styles` `material`

Mysql2::Error: Unknown column 'materials.Material' in 'field list': SELECT Style as Style, materials.Material as Material FROM `styles` `material`

Style Load (31.3ms)  SELECT Style, materials.Material as Material FROM `styles` CROSS JOIN material

Mysql2::Error: Table 'newmyshoefits_development.material' doesn't exist: SELECT Style, materials.Material as Material FROM `styles` CROSS JOIN material

Style Load (0.0ms)  SELECT Style, materials.Material as Material FROM `styles` CROSS JOIN materials
Brand Load (550.4ms)  SELECT  `brands`.* FROM `brands`  LIMIT 10
SQL (671.9ms)  DELETE FROM `brands`
SQL (1.0ms)  DELETE FROM `brands`
 (252.0ms)  INSERT INTO brands (Brand) VALUES Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks, Cole Haan, Columbia, Converse, Crocs, Dansko, DC, Diesel, Dockers, Dr. Martens, Dream Pairs, Ecco, Etnies, Fred Perry, Frye, Hi-Tec, John Fluevog, Kamik, Keen, Lacoste, Marc Jacobs, Merrell, Mizuno, Muck Boot, New Balance, Nike, Original Penguin, Polo Ralph Lauren, Puma, Reebok, Reef, Rockport, Salomon, Sanuk, Saucony, Skechers, Sperry Top-Sider, Tamarac by Slippers International, Teva, Timberland, Timberland Pro, To Boot New York, Ugg

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks,' at line 1: INSERT INTO brands (Brand) VALUES Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks, Cole Haan, Columbia, Converse, Crocs, Dansko, DC, Diesel, Dockers, Dr. Martens, Dream Pairs, Ecco, Etnies, Fred Perry, Frye, Hi-Tec, John Fluevog, Kamik, Keen, Lacoste, Marc Jacobs, Merrell, Mizuno, Muck Boot, New Balance, Nike, Original Penguin, Polo Ralph Lauren, Puma, Reebok, Reef, Rockport, Salomon, Sanuk, Saucony, Skechers, Sperry Top-Sider, Tamarac by Slippers International, Teva, Timberland, Timberland Pro, To Boot New York, Ugg

SQL (11.0ms)  DELETE FROM `brands`
 (1.0ms)  INSERT INTO brands (Brand) VALUES Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks, Cole Haan, Columbia, Converse, Crocs, Dansko, DC, Diesel, Dockers, Dr. Martens, Dream Pairs, Ecco, Etnies, Fred Perry, Frye, Hi-Tec, John Fluevog, Kamik, Keen, Lacoste, Marc Jacobs, Merrell, Mizuno, Muck Boot, New Balance, Nike, Original Penguin, Polo Ralph Lauren, Puma, Reebok, Reef, Rockport, Salomon, Sanuk, Saucony, Skechers, Sperry Top-Sider, Tamarac by Slippers International, Teva, Timberland, Timberland Pro, To Boot New York, Ugg

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks,' at line 1: INSERT INTO brands (Brand) VALUES Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks, Cole Haan, Columbia, Converse, Crocs, Dansko, DC, Diesel, Dockers, Dr. Martens, Dream Pairs, Ecco, Etnies, Fred Perry, Frye, Hi-Tec, John Fluevog, Kamik, Keen, Lacoste, Marc Jacobs, Merrell, Mizuno, Muck Boot, New Balance, Nike, Original Penguin, Polo Ralph Lauren, Puma, Reebok, Reef, Rockport, Salomon, Sanuk, Saucony, Skechers, Sperry Top-Sider, Tamarac by Slippers International, Teva, Timberland, Timberland Pro, To Boot New York, Ugg

SQL (0.0ms)  DELETE FROM `brands`
 (0.0ms)  INSERT INTO brands (Brand) VALUES Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks, Cole Haan, Columbia, Converse, Crocs, Dansko, DC, Diesel, Dockers, Dr. Martens, Dream Pairs, Ecco, Etnies, Fred Perry, Frye, Hi-Tec, John Fluevog, Kamik, Keen, Lacoste, Marc Jacobs, Merrell, Mizuno, Muck Boot, New Balance, Nike, Original Penguin, Polo Ralph Lauren, Puma, Reebok, Reef, Rockport, Salomon, Sanuk, Saucony, Skechers, Sperry Top-Sider, Tamarac by Slippers International, Teva, Timberland, Timberland Pro, To Boot New York, Ugg

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks,' at line 1: INSERT INTO brands (Brand) VALUES Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks, Cole Haan, Columbia, Converse, Crocs, Dansko, DC, Diesel, Dockers, Dr. Martens, Dream Pairs, Ecco, Etnies, Fred Perry, Frye, Hi-Tec, John Fluevog, Kamik, Keen, Lacoste, Marc Jacobs, Merrell, Mizuno, Muck Boot, New Balance, Nike, Original Penguin, Polo Ralph Lauren, Puma, Reebok, Reef, Rockport, Salomon, Sanuk, Saucony, Skechers, Sperry Top-Sider, Tamarac by Slippers International, Teva, Timberland, Timberland Pro, To Boot New York, Ugg

SQL (1.0ms)  DELETE FROM `brands`
 (1.0ms)  INSERT INTO brands (Brand) VALUES Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks, Cole Haan, Columbia, Converse, Crocs, Dansko, DC, Diesel, Dockers, Dr. Martens, Dream Pairs, Ecco, Etnies, Fred Perry, Frye, Hi-Tec, John Fluevog, Kamik, Keen, Lacoste, Marc Jacobs, Merrell, Mizuno, Muck Boot, New Balance, Nike, Original Penguin, Polo Ralph Lauren, Puma, Reebok, Reef, Rockport, Salomon, Sanuk, Saucony, Skechers, Sperry Top-Sider, Tamarac by Slippers International, Teva, Timberland, Timberland Pro, To Boot New York, Ugg

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks,' at line 1: INSERT INTO brands (Brand) VALUES Adidas, Aldo, Armani, Asics, Birkenstock, Bostonian, Carhartt, Champion, Clarks, Cole Haan, Columbia, Converse, Crocs, Dansko, DC, Diesel, Dockers, Dr. Martens, Dream Pairs, Ecco, Etnies, Fred Perry, Frye, Hi-Tec, John Fluevog, Kamik, Keen, Lacoste, Marc Jacobs, Merrell, Mizuno, Muck Boot, New Balance, Nike, Original Penguin, Polo Ralph Lauren, Puma, Reebok, Reef, Rockport, Salomon, Sanuk, Saucony, Skechers, Sperry Top-Sider, Tamarac by Slippers International, Teva, Timberland, Timberland Pro, To Boot New York, Ugg

SQL (13.0ms)  DELETE FROM `brands`
 (33.8ms)  INSERT INTO brands (Brand) VALUES (Adidas), (Aldo), (Armani), (Asics), (Birkenstock), (Bostonian), (Carhartt), (Champion), (Clarks), (Cole Haan), (Columbia), (Converse), (Crocs), (Dansko), (DC), (Diesel), (Dockers), (Dr. Martens), (Dream Pairs), (Ecco), (Etnies), (Fred Perry), (Frye), (Hi-Tec), (John Fluevog), (Kamik), (Keen), (Lacoste), (Marc Jacobs), (Merrell), (Mizuno), (Muck Boot), (New Balance), (Nike), (Original Penguin), (Polo Ralph Lauren), (Puma), (Reebok), (Reef), (Rockport), (Salomon), (Sanuk), (Saucony), (Skechers), (Sperry Top-Sider), (Tamarac by Slippers International), (Teva), (Timberland), (Timberland Pro), (To Boot New York), (Ugg)

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Haan), (Columbia), (Converse), (Crocs), (Dansko), (DC), (Diesel), (Dockers), (Dr' at line 1: INSERT INTO brands (Brand) VALUES (Adidas), (Aldo), (Armani), (Asics), (Birkenstock), (Bostonian), (Carhartt), (Champion), (Clarks), (Cole Haan), (Columbia), (Converse), (Crocs), (Dansko), (DC), (Diesel), (Dockers), (Dr. Martens), (Dream Pairs), (Ecco), (Etnies), (Fred Perry), (Frye), (Hi-Tec), (John Fluevog), (Kamik), (Keen), (Lacoste), (Marc Jacobs), (Merrell), (Mizuno), (Muck Boot), (New Balance), (Nike), (Original Penguin), (Polo Ralph Lauren), (Puma), (Reebok), (Reef), (Rockport), (Salomon), (Sanuk), (Saucony), (Skechers), (Sperry Top-Sider), (Tamarac by Slippers International), (Teva), (Timberland), (Timberland Pro), (To Boot New York), (Ugg)

SQL (0.0ms)  DELETE FROM `brands`
 (0.0ms)  INSERT INTO brands (Brand) VALUES (Adidas), (Aldo), (Armani), (Asics), (Birkenstock), (Bostonian), (Carhartt), (Champion), (Clarks), (Cole Haan), (Columbia), (Converse), (Crocs), (Dansko), (DC), (Diesel), (Dockers), (Dr. Martens), (Dream Pairs), (Ecco), (Etnies), (Fred Perry), (Frye), (Hi-Tec), (John Fluevog), (Kamik), (Keen), (Lacoste), (Marc Jacobs), (Merrell), (Mizuno), (Muck Boot), (New Balance), (Nike), (Original Penguin), (Polo Ralph Lauren), (Puma), (Reebok), (Reef), (Rockport), (Salomon), (Sanuk), (Saucony), (Skechers), (Sperry Top-Sider), (Tamarac by Slippers International), (Teva), (Timberland), (Timberland Pro), (To Boot New York), (Ugg)

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Haan), (Columbia), (Converse), (Crocs), (Dansko), (DC), (Diesel), (Dockers), (Dr' at line 1: INSERT INTO brands (Brand) VALUES (Adidas), (Aldo), (Armani), (Asics), (Birkenstock), (Bostonian), (Carhartt), (Champion), (Clarks), (Cole Haan), (Columbia), (Converse), (Crocs), (Dansko), (DC), (Diesel), (Dockers), (Dr. Martens), (Dream Pairs), (Ecco), (Etnies), (Fred Perry), (Frye), (Hi-Tec), (John Fluevog), (Kamik), (Keen), (Lacoste), (Marc Jacobs), (Merrell), (Mizuno), (Muck Boot), (New Balance), (Nike), (Original Penguin), (Polo Ralph Lauren), (Puma), (Reebok), (Reef), (Rockport), (Salomon), (Sanuk), (Saucony), (Skechers), (Sperry Top-Sider), (Tamarac by Slippers International), (Teva), (Timberland), (Timberland Pro), (To Boot New York), (Ugg)

SQL (15.6ms)  DELETE FROM `brands`
 (405.9ms)  INSERT INTO brands (Brand) VALUES ('Adidas'), ('Aldo'), ('Armani'), ('Asics'), ('Birkenstock'), ('Bostonian'), ('Carhartt'), ('Champion'), ('Clarks'), ('Cole Haan'), ('Columbia'), ('Converse'), ('Crocs'), ('Dansko'), ('DC'), ('Diesel'), ('Dockers'), ('Dr. Martens'), ('Dream Pairs'), ('Ecco'), ('Etnies'), ('Fred Perry'), ('Frye'), ('Hi-Tec'), ('John Fluevog'), ('Kamik'), ('Keen'), ('Lacoste'), ('Marc Jacobs'), ('Merrell'), ('Mizuno'), ('Muck Boot'), ('New Balance'), ('Nike'), ('Original Penguin'), ('Polo Ralph Lauren'), ('Puma'), ('Reebok'), ('Reef'), ('Rockport'), ('Salomon'), ('Sanuk'), ('Saucony'), ('Skechers'), ('Sperry Top-Sider'), ('Tamarac by Slippers International'), ('Teva'), ('Timberland'), ('Timberland Pro'), ('To Boot New York'), ('Ugg')

Mysql2::Error: Data too long for column 'Brand' at row 46: INSERT INTO brands (Brand) VALUES ('Adidas'), ('Aldo'), ('Armani'), ('Asics'), ('Birkenstock'), ('Bostonian'), ('Carhartt'), ('Champion'), ('Clarks'), ('Cole Haan'), ('Columbia'), ('Converse'), ('Crocs'), ('Dansko'), ('DC'), ('Diesel'), ('Dockers'), ('Dr. Martens'), ('Dream Pairs'), ('Ecco'), ('Etnies'), ('Fred Perry'), ('Frye'), ('Hi-Tec'), ('John Fluevog'), ('Kamik'), ('Keen'), ('Lacoste'), ('Marc Jacobs'), ('Merrell'), ('Mizuno'), ('Muck Boot'), ('New Balance'), ('Nike'), ('Original Penguin'), ('Polo Ralph Lauren'), ('Puma'), ('Reebok'), ('Reef'), ('Rockport'), ('Salomon'), ('Sanuk'), ('Saucony'), ('Skechers'), ('Sperry Top-Sider'), ('Tamarac by Slippers International'), ('Teva'), ('Timberland'), ('Timberland Pro'), ('To Boot New York'), ('Ugg')

Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
SQL (0.0ms)  DELETE FROM `brands`
 (125.0ms)  INSERT INTO brands (Brand) VALUES ('Adidas'), ('Aldo'), ('Armani'), ('Asics'), ('Birkenstock'), ('Bostonian'), ('Carhartt'), ('Champion'), ('Clarks'), ('Cole Haan'), ('Columbia'), ('Converse'), ('Crocs'), ('Dansko'), ('DC'), ('Diesel'), ('Dockers'), ('Dr. Martens'), ('Dream Pairs'), ('Ecco'), ('Etnies'), ('Fred Perry'), ('Frye'), ('Hi-Tec'), ('John Fluevog'), ('Kamik'), ('Keen'), ('Lacoste'), ('Marc Jacobs'), ('Merrell'), ('Mizuno'), ('Muck Boot'), ('New Balance'), ('Nike'), ('Original Penguin'), ('Polo Ralph Lauren'), ('Puma'), ('Reebok'), ('Reef'), ('Rockport'), ('Salomon'), ('Sanuk'), ('Saucony'), ('Skechers'), ('Sperry Top-Sider'), ('Tamarac'), ('Teva'), ('Timberland'), ('Timberland Pro'), ('To Boot New York'), ('Ugg')
SQL (93.8ms)  DELETE FROM `brands`
 (187.5ms)  INSERT INTO brands (Brand) VALUES ('Adidas'), ('Aldo'), ('Armani'), ('Asics'), ('Birkenstock'), ('Bostonian'), ('Carhartt'), ('Champion'), ('Clarks'), ('Cole Haan'), ('Columbia'), ('Converse'), ('Crocs'), ('Dansko'), ('DC'), ('Diesel'), ('Dockers'), ('Dr. Martens'), ('Dream Pairs'), ('Ecco'), ('Etnies'), ('Fred Perry'), ('Frye'), ('Hi-Tec'), ('John Fluevog'), ('Kamik'), ('Keen'), ('Lacoste'), ('Marc Jacobs'), ('Merrell'), ('Mizuno'), ('Muck Boot'), ('New Balance'), ('Nike'), ('Original Penguin'), ('Polo Ralph Lauren'), ('Puma'), ('Reebok'), ('Reef'), ('Rockport'), ('Salomon'), ('Sanuk'), ('Saucony'), ('Skechers'), ('Sperry Top-Sider'), ('Tamarac'), ('Teva'), ('Timberland'), ('Timberland Pro'), ('To Boot New York'), ('Ugg')
 (46.9ms)  SELECT `materials`.`Material` FROM `materials`
Sizetype Load (171.9ms)  SELECT  `sizetypes`.* FROM `sizetypes`   ORDER BY `sizetypes`.`SizeType` ASC LIMIT 1
SQL (93.8ms)  DELETE FROM `sizetypes`
 (46.9ms)  INSERT INTO sizetypes (SizeType, ToMondo1, ToMondo0, SizeTypeInterval, MinSize, MaxSize) VALUES ('E', u, r, o, p, e), ('6', ., 6, 7, , ), ('-', 1, 0, ., 0, 0), ('0', ., 5, 0, , ), ('3', 2, ., 0, 0, ), ('4', 9, ., 0, 0, ), ('M', o, n, d, o, p), ('1', ., 0, 0, , ), ('0', ., 0, 0, , ), ('5', ., 0, 0, , ), ('2', 0, 0, ., 0, 0), ('3', 2, 0, ., 0, 0), ('U', K, /, A, u, s), ('8', ., 4, 7, , ), ('2', 0, 1, ., 6, 7), ('0', ., 5, 0, , ), ('0', ., 0, 0, , ), ('1', 4, ., 0, 0, ), ('U', S, /, C, a, n), ('8', ., 4, 7, , ), ('2', 9, 2, ., 0, 0), ('0', ., 5, 0, , ), ('1', ., 0, 0, , ), ('1', 5, ., 0, 0, )

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 6, 7, , ), ('-', 1, 0, ., 0, 0), ('0', ., 5, 0, , ), ('3', 2, ., 0, 0, ), ('4',' at line 1: INSERT INTO sizetypes (SizeType, ToMondo1, ToMondo0, SizeTypeInterval, MinSize, MaxSize) VALUES ('E', u, r, o, p, e), ('6', ., 6, 7, , ), ('-', 1, 0, ., 0, 0), ('0', ., 5, 0, , ), ('3', 2, ., 0, 0, ), ('4', 9, ., 0, 0, ), ('M', o, n, d, o, p), ('1', ., 0, 0, , ), ('0', ., 0, 0, , ), ('5', ., 0, 0, , ), ('2', 0, 0, ., 0, 0), ('3', 2, 0, ., 0, 0), ('U', K, /, A, u, s), ('8', ., 4, 7, , ), ('2', 0, 1, ., 6, 7), ('0', ., 5, 0, , ), ('0', ., 0, 0, , ), ('1', 4, ., 0, 0, ), ('U', S, /, C, a, n), ('8', ., 4, 7, , ), ('2', 9, 2, ., 0, 0), ('0', ., 5, 0, , ), ('1', ., 0, 0, , ), ('1', 5, ., 0, 0, )

SQL (0.0ms)  DELETE FROM `sizetypes`
 (515.6ms)  INSERT INTO sizetypes (SizeType, ToMondo1, ToMondo0, SizeTypeInterval, MinSize, MaxSize) VALUES ('Europe', 6.67, -10.00, 0.50, 32.00, 49.00), ('Mondopoint', 1.00, 0.00, 5.00, 200.00, 320.00), ('UK/Australia', 8.47, 201.67, 0.50, 0.00, 14.00), ('US/Canada', 8.47, 292.00, 0.50, 1.00, 15.00)
 (62.5ms)  SELECT COUNT(*) FROM `brands`
 (31.2ms)  SELECT COUNT(*) FROM `styles`
 (0.0ms)  SELECT COUNT(*) FROM `materials`
SQL (1578.2ms)  DELETE FROM `typetorealsizes`
 (0.0ms)  SELECT `brands`.`Brand` FROM `brands`
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (531.2ms)  INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Aldo|Balmoral|Leather'), ('Aldo|Balmoral|Leatherette'), ('Aldo|Balmoral|Polyurethane'), ('Aldo|Balmoral|PVC'), ('Aldo|Balmoral|Rubber'), ('Aldo|Boat Shoe|Leather'), ('Aldo|Boat Shoe|Leatherette'), ('Aldo|Boat Shoe|Polyurethane'), ('Aldo|Boat Shoe|PVC'), ('Aldo|Boat Shoe|Rubber'), ('Aldo|Brouge|Leather'), ('Aldo|Brouge|Leatherette'), ('Aldo|Brouge|Polyurethane'), ('Aldo|Brouge|PVC'), ('Aldo|Brouge|Rubber'), ('Aldo|Cross Trainer|Leather'), ('Aldo|Cross Trainer|Leatherette'), ('Aldo|Cross Trainer|Polyurethane'), ('Aldo|Cross Trainer|PVC'), ('Aldo|Cross Trainer|Rubber'), ('Aldo|Derby|Leather'), ('Aldo|Derby|Leatherette'), ('Aldo|Derby|Polyurethane'), ('Aldo|Derby|PVC'), ('Aldo|Derby|Rubber'), ('Aldo|Dress Boot|Leather'), ('Aldo|Dress Boot|Leatherette'), ('Aldo|Dress Boot|Polyurethane'), ('Aldo|Dress Boot|PVC'), ('Aldo|Dress Boot|Rubber'), ('Aldo|Dress Shoe|Leather'), ('Aldo|Dress Shoe|Leatherette'), ('Aldo|Dress Shoe|Polyurethane'), ('Aldo|Dress Shoe|PVC'), ('Aldo|Dress Shoe|Rubber'), ('Aldo|Driving Shoe|Leather'), ('Aldo|Driving Shoe|Leatherette'), ('Aldo|Driving Shoe|Polyurethane'), ('Aldo|Driving Shoe|PVC'), ('Aldo|Driving Shoe|Rubber'), ('Aldo|Hiker|Leather'), ('Aldo|Hiker|Leatherette'), ('Aldo|Hiker|Polyurethane'), ('Aldo|Hiker|PVC'), ('Aldo|Hiker|Rubber'), ('Aldo|Loafer (Slip-on)|Leather'), ('Aldo|Loafer (Slip-on)|Leatherette'), ('Aldo|Loafer (Slip-on)|Polyurethane'), ('Aldo|Loafer (Slip-on)|PVC'), ('Aldo|Loafer (Slip-on)|Rubber'), ('Aldo|Oxford (Lace-up)|Leather'), ('Aldo|Oxford (Lace-up)|Leatherette'), ('Aldo|Oxford (Lace-up)|Polyurethane'), ('Aldo|Oxford (Lace-up)|PVC'), ('Aldo|Oxford (Lace-up)|Rubber'), ('Aldo|Patent Leather|Leather'), ('Aldo|Patent Leather|Leatherette'), ('Aldo|Patent Leather|Polyurethane'), ('Aldo|Patent Leather|PVC'), ('Aldo|Patent Leather|Rubber'), ('Aldo|Penny Loafer|Leather'), ('Aldo|Penny Loafer|Leatherette'), ('Aldo|Penny Loafer|Polyurethane'), ('Aldo|Penny Loafer|PVC'), ('Aldo|Penny Loafer|Rubber'), ('Aldo|Runner|Leather'), ('Aldo|Runner|Leatherette'), ('Aldo|Runner|Polyurethane'), ('Aldo|Runner|PVC'), ('Aldo|Runner|Rubber'), ('Aldo|Saddle Shoe|Leather'), ('Aldo|Saddle Shoe|Leatherette'), ('Aldo|Saddle Shoe|Polyurethane'), ('Aldo|Saddle Shoe|PVC'), ('Aldo|Saddle Shoe|Rubber'), ('Aldo|Sandal|Leather'), ('Aldo|Sandal|Leatherette'), ('Aldo|Sandal|Polyurethane'), ('Aldo|Sandal|PVC'), ('Aldo|Sandal|Rubber'), ('Aldo|Tennis|Leather'), ('Aldo|Tennis|Leatherette'), ('Aldo|Tennis|Polyurethane'), ('Aldo|Tennis|PVC'), ('Aldo|Tennis|Rubber'), ('Aldo|Walker|Leather'), ('Aldo|Walker|Leatherette'), ('Aldo|Walker|Polyurethane'), ('Aldo|Walker|PVC'), ('Aldo|Walker|Rubber'), ('Aldo|Wingtip|Leather'), ('Aldo|Wingtip|Leatherette'), ('Aldo|Wingtip|Polyurethane'), ('Aldo|Wingtip|PVC'), ('Aldo|Wingtip|Rubber'), ('Aldo|Work Boot|Leather'), ('Aldo|Work Boot|Leatherette'), ('Aldo|Work Boot|Polyurethane'), ('Aldo|Work Boot|PVC'), ('Aldo|Work Boot|Rubber'), ('Armani|Balmoral|Leather'), ('Armani|Balmoral|Leatherette'), ('Armani|Balmoral|Polyurethane'), ('Armani|Balmoral|PVC'), ('Armani|Balmoral|Rubber'), ('Armani|Boat Shoe|Leather'), ('Armani|Boat Shoe|Leatherette'), ('Armani|Boat Shoe|Polyurethane'), ('Armani|Boat Shoe|PVC'), ('Armani|Boat Shoe|Rubber'), ('Armani|Brouge|Leather'), ('Armani|Brouge|Leatherette'), ('Armani|Brouge|Polyurethane'), ('Armani|Brouge|PVC'), ('Armani|Brouge|Rubber'), ('Armani|Cross Trainer|Leather'), ('Armani|Cross Trainer|Leatherette'), ('Armani|Cross Trainer|Polyurethane'), ('Armani|Cross Trainer|PVC'), ('Armani|Cross Trainer|Rubber'), ('Armani|Derby|Leather'), ('Armani|Derby|Leatherette'), ('Armani|Derby|Polyurethane'), ('Armani|Derby|PVC'), ('Armani|Derby|Rubber'), ('Armani|Dress Boot|Leather'), ('Armani|Dress Boot|Leatherette'), ('Armani|Dress Boot|Polyurethane'), ('Armani|Dress Boot|PVC'), ('Armani|Dress Boot|Rubber'), ('Armani|Dress Shoe|Leather'), ('Armani|Dress Shoe|Leatherette'), ('Armani|Dress Shoe|Polyurethane'), ('Armani|Dress Shoe|PVC'), ('Armani|Dress Shoe|Rubber'), ('Armani|Driving Shoe|Leather'), ('Armani|Driving Shoe|Leatherette'), ('Armani|Driving Shoe|Polyurethane'), ('Armani|Driving Shoe|PVC'), ('Armani|Driving Shoe|Rubber'), ('Armani|Hiker|Leather'), ('Armani|Hiker|Leatherette'), ('Armani|Hiker|Polyurethane'), ('Armani|Hiker|PVC'), ('Armani|Hiker|Rubber'), ('Armani|Loafer (Slip-on)|Leather'), ('Armani|Loafer (Slip-on)|Leatherette'), ('Armani|Loafer (Slip-on)|Polyurethane'), ('Armani|Loafer (Slip-on)|PVC'), ('Armani|Loafer (Slip-on)|Rubber'), ('Armani|Oxford (Lace-up)|Leather'), ('Armani|Oxford (Lace-up)|Leatherette'), ('Armani|Oxford (Lace-up)|Polyurethane'), ('Armani|Oxford (Lace-up)|PVC'), ('Armani|Oxford (Lace-up)|Rubber'), ('Armani|Patent Leather|Leather'), ('Armani|Patent Leather|Leatherette'), ('Armani|Patent Leather|Polyurethane'), ('Armani|Patent Leather|PVC'), ('Armani|Patent Leather|Rubber'), ('Armani|Penny Loafer|Leather'), ('Armani|Penny Loafer|Leatherette'), ('Armani|Penny Loafer|Polyurethane'), ('Armani|Penny Loafer|PVC'), ('Armani|Penny Loafer|Rubber'), ('Armani|Runner|Leather'), ('Armani|Runner|Leatherette'), ('Armani|Runner|Polyurethane'), ('Armani|Runner|PVC'), ('Armani|Runner|Rubber'), ('Armani|Saddle Shoe|Leather'), ('Armani|Saddle Shoe|Leatherette'), ('Armani|Saddle Shoe|Polyurethane'), ('Armani|Saddle Shoe|PVC'), ('Armani|Saddle Shoe|Rubber'), ('Armani|Sandal|Leather'), ('Armani|Sandal|Leatherette'), ('Armani|Sandal|Polyurethane'), ('Armani|Sandal|PVC'), ('Armani|Sandal|Rubber'), ('Armani|Tennis|Leather'), ('Armani|Tennis|Leatherette'), ('Armani|Tennis|Polyurethane'), ('Armani|Tennis|PVC'), ('Armani|Tennis|Rubber'), ('Armani|Walker|Leather'), ('Armani|Walker|Leatherette'), ('Armani|Walker|Polyurethane'), ('Armani|Walker|PVC'), ('Armani|Walker|Rubber'), ('Armani|Wingtip|Leather'), ('Armani|Wingtip|Leatherette'), ('Armani|Wingtip|Polyurethane'), ('Armani|Wingtip|PVC'), ('Armani|Wingtip|Rubber'), ('Armani|Work Boot|Leather'), ('Armani|Work Boot|Leatherette'), ('Armani|Work Boot|Polyurethane'), ('Armani|Work Boot|PVC'), ('Armani|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Carhartt|Balmoral|Leather'), ('Carhartt|Balmoral|Leatherette'), ('Carhartt|Balmoral|Polyurethane'), ('Carhartt|Balmoral|PVC'), ('Carhartt|Balmoral|Rubber'), ('Carhartt|Boat Shoe|Leather'), ('Carhartt|Boat Shoe|Leatherette'), ('Carhartt|Boat Shoe|Polyurethane'), ('Carhartt|Boat Shoe|PVC'), ('Carhartt|Boat Shoe|Rubber'), ('Carhartt|Brouge|Leather'), ('Carhartt|Brouge|Leatherette'), ('Carhartt|Brouge|Polyurethane'), ('Carhartt|Brouge|PVC'), ('Carhartt|Brouge|Rubber'), ('Carhartt|Cross Trainer|Leather'), ('Carhartt|Cross Trainer|Leatherette'), ('Carhartt|Cross Trainer|Polyurethane'), ('Carhartt|Cross Trainer|PVC'), ('Carhartt|Cross Trainer|Rubber'), ('Carhartt|Derby|Leather'), ('Carhartt|Derby|Leatherette'), ('Carhartt|Derby|Polyurethane'), ('Carhartt|Derby|PVC'), ('Carhartt|Derby|Rubber'), ('Carhartt|Dress Boot|Leather'), ('Carhartt|Dress Boot|Leatherette'), ('Carhartt|Dress Boot|Polyurethane'), ('Carhartt|Dress Boot|PVC'), ('Carhartt|Dress Boot|Rubber'), ('Carhartt|Dress Shoe|Leather'), ('Carhartt|Dress Shoe|Leatherette'), ('Carhartt|Dress Shoe|Polyurethane'), ('Carhartt|Dress Shoe|PVC'), ('Carhartt|Dress Shoe|Rubber'), ('Carhartt|Driving Shoe|Leather'), ('Carhartt|Driving Shoe|Leatherette'), ('Carhartt|Driving Shoe|Polyurethane'), ('Carhartt|Driving Shoe|PVC'), ('Carhartt|Driving Shoe|Rubber'), ('Carhartt|Hiker|Leather'), ('Carhartt|Hiker|Leatherette'), ('Carhartt|Hiker|Polyurethane'), ('Carhartt|Hiker|PVC'), ('Carhartt|Hiker|Rubber'), ('Carhartt|Loafer (Slip-on)|Leather'), ('Carhartt|Loafer (Slip-on)|Leatherette'), ('Carhartt|Loafer (Slip-on)|Polyurethane'), ('Carhartt|Loafer (Slip-on)|PVC'), ('Carhartt|Loafer (Slip-on)|Rubber'), ('Carhartt|Oxford (Lace-up)|Leather'), ('Carhartt|Oxford (Lace-up)|Leatherette'), ('Carhartt|Oxford (Lace-up)|Polyurethane'), ('Carhartt|Oxford (Lace-up)|PVC'), ('Carhartt|Oxford (Lace-up)|Rubber'), ('Carhartt|Patent Leather|Leather'), ('Carhartt|Patent Leather|Leatherette'), ('Carhartt|Patent Leather|Polyurethane'), ('Carhartt|Patent Leather|PVC'), ('Carhartt|Patent Leather|Rubber'), ('Carhartt|Penny Loafer|Leather'), ('Carhartt|Penny Loafer|Leatherette'), ('Carhartt|Penny Loafer|Polyurethane'), ('Carhartt|Penny Loafer|PVC'), ('Carhartt|Penny Loafer|Rubber'), ('Carhartt|Runner|Leather'), ('Carhartt|Runner|Leatherette'), ('Carhartt|Runner|Polyurethane'), ('Carhartt|Runner|PVC'), ('Carhartt|Runner|Rubber'), ('Carhartt|Saddle Shoe|Leather'), ('Carhartt|Saddle Shoe|Leatherette'), ('Carhartt|Saddle Shoe|Polyurethane'), ('Carhartt|Saddle Shoe|PVC'), ('Carhartt|Saddle Shoe|Rubber'), ('Carhartt|Sandal|Leather'), ('Carhartt|Sandal|Leatherette'), ('Carhartt|Sandal|Polyurethane'), ('Carhartt|Sandal|PVC'), ('Carhartt|Sandal|Rubber'), ('Carhartt|Tennis|Leather'), ('Carhartt|Tennis|Leatherette'), ('Carhartt|Tennis|Polyurethane'), ('Carhartt|Tennis|PVC'), ('Carhartt|Tennis|Rubber'), ('Carhartt|Walker|Leather'), ('Carhartt|Walker|Leatherette'), ('Carhartt|Walker|Polyurethane'), ('Carhartt|Walker|PVC'), ('Carhartt|Walker|Rubber'), ('Carhartt|Wingtip|Leather'), ('Carhartt|Wingtip|Leatherette'), ('Carhartt|Wingtip|Polyurethane'), ('Carhartt|Wingtip|PVC'), ('Carhartt|Wingtip|Rubber'), ('Carhartt|Work Boot|Leather'), ('Carhartt|Work Boot|Leatherette'), ('Carhartt|Work Boot|Polyurethane'), ('Carhartt|Work Boot|PVC'), ('Carhartt|Work Boot|Rubber'), ('Champion|Balmoral|Leather'), ('Champion|Balmoral|Leatherette'), ('Champion|Balmoral|Polyurethane'), ('Champion|Balmoral|PVC'), ('Champion|Balmoral|Rubber'), ('Champion|Boat Shoe|Leather'), ('Champion|Boat Shoe|Leatherette'), ('Champion|Boat Shoe|Polyurethane'), ('Champion|Boat Shoe|PVC'), ('Champion|Boat Shoe|Rubber'), ('Champion|Brouge|Leather'), ('Champion|Brouge|Leatherette'), ('Champion|Brouge|Polyurethane'), ('Champion|Brouge|PVC'), ('Champion|Brouge|Rubber'), ('Champion|Cross Trainer|Leather'), ('Champion|Cross Trainer|Leatherette'), ('Champion|Cross Trainer|Polyurethane'), ('Champion|Cross Trainer|PVC'), ('Champion|Cross Trainer|Rubber'), ('Champion|Derby|Leather'), ('Champion|Derby|Leatherette'), ('Champion|Derby|Polyurethane'), ('Champion|Derby|PVC'), ('Champion|Derby|Rubber'), ('Champion|Dress Boot|Leather'), ('Champion|Dress Boot|Leatherette'), ('Champion|Dress Boot|Polyurethane'), ('Champion|Dress Boot|PVC'), ('Champion|Dress Boot|Rubber'), ('Champion|Dress Shoe|Leather'), ('Champion|Dress Shoe|Leatherette'), ('Champion|Dress Shoe|Polyurethane'), ('Champion|Dress Shoe|PVC'), ('Champion|Dress Shoe|Rubber'), ('Champion|Driving Shoe|Leather'), ('Champion|Driving Shoe|Leatherette'), ('Champion|Driving Shoe|Polyurethane'), ('Champion|Driving Shoe|PVC'), ('Champion|Driving Shoe|Rubber'), ('Champion|Hiker|Leather'), ('Champion|Hiker|Leatherette'), ('Champion|Hiker|Polyurethane'), ('Champion|Hiker|PVC'), ('Champion|Hiker|Rubber'), ('Champion|Loafer (Slip-on)|Leather'), ('Champion|Loafer (Slip-on)|Leatherette'), ('Champion|Loafer (Slip-on)|Polyurethane'), ('Champion|Loafer (Slip-on)|PVC'), ('Champion|Loafer (Slip-on)|Rubber'), ('Champion|Oxford (Lace-up)|Leather'), ('Champion|Oxford (Lace-up)|Leatherette'), ('Champion|Oxford (Lace-up)|Polyurethane'), ('Champion|Oxford (Lace-up)|PVC'), ('Champion|Oxford (Lace-up)|Rubber'), ('Champion|Patent Leather|Leather'), ('Champion|Patent Leather|Leatherette'), ('Champion|Patent Leather|Polyurethane'), ('Champion|Patent Leather|PVC'), ('Champion|Patent Leather|Rubber'), ('Champion|Penny Loafer|Leather'), ('Champion|Penny Loafer|Leatherette'), ('Champion|Penny Loafer|Polyurethane'), ('Champion|Penny Loafer|PVC'), ('Champion|Penny Loafer|Rubber'), ('Champion|Runner|Leather'), ('Champion|Runner|Leatherette'), ('Champion|Runner|Polyurethane'), ('Champion|Runner|PVC'), ('Champion|Runner|Rubber'), ('Champion|Saddle Shoe|Leather'), ('Champion|Saddle Shoe|Leatherette'), ('Champion|Saddle Shoe|Polyurethane'), ('Champion|Saddle Shoe|PVC'), ('Champion|Saddle Shoe|Rubber'), ('Champion|Sandal|Leather'), ('Champion|Sandal|Leatherette'), ('Champion|Sandal|Polyurethane'), ('Champion|Sandal|PVC'), ('Champion|Sandal|Rubber'), ('Champion|Tennis|Leather'), ('Champion|Tennis|Leatherette'), ('Champion|Tennis|Polyurethane'), ('Champion|Tennis|PVC'), ('Champion|Tennis|Rubber'), ('Champion|Walker|Leather'), ('Champion|Walker|Leatherette'), ('Champion|Walker|Polyurethane'), ('Champion|Walker|PVC'), ('Champion|Walker|Rubber'), ('Champion|Wingtip|Leather'), ('Champion|Wingtip|Leatherette'), ('Champion|Wingtip|Polyurethane'), ('Champion|Wingtip|PVC'), ('Champion|Wingtip|Rubber'), ('Champion|Work Boot|Leather'), ('Champion|Work Boot|Leatherette'), ('Champion|Work Boot|Polyurethane'), ('Champion|Work Boot|PVC'), ('Champion|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cole Haan|Balmoral|Leather'), ('Cole Haan|Balmoral|Leatherette'), ('Cole Haan|Balmoral|Polyurethane'), ('Cole Haan|Balmoral|PVC'), ('Cole Haan|Balmoral|Rubber'), ('Cole Haan|Boat Shoe|Leather'), ('Cole Haan|Boat Shoe|Leatherette'), ('Cole Haan|Boat Shoe|Polyurethane'), ('Cole Haan|Boat Shoe|PVC'), ('Cole Haan|Boat Shoe|Rubber'), ('Cole Haan|Brouge|Leather'), ('Cole Haan|Brouge|Leatherette'), ('Cole Haan|Brouge|Polyurethane'), ('Cole Haan|Brouge|PVC'), ('Cole Haan|Brouge|Rubber'), ('Cole Haan|Cross Trainer|Leather'), ('Cole Haan|Cross Trainer|Leatherette'), ('Cole Haan|Cross Trainer|Polyurethane'), ('Cole Haan|Cross Trainer|PVC'), ('Cole Haan|Cross Trainer|Rubber'), ('Cole Haan|Derby|Leather'), ('Cole Haan|Derby|Leatherette'), ('Cole Haan|Derby|Polyurethane'), ('Cole Haan|Derby|PVC'), ('Cole Haan|Derby|Rubber'), ('Cole Haan|Dress Boot|Leather'), ('Cole Haan|Dress Boot|Leatherette'), ('Cole Haan|Dress Boot|Polyurethane'), ('Cole Haan|Dress Boot|PVC'), ('Cole Haan|Dress Boot|Rubber'), ('Cole Haan|Dress Shoe|Leather'), ('Cole Haan|Dress Shoe|Leatherette'), ('Cole Haan|Dress Shoe|Polyurethane'), ('Cole Haan|Dress Shoe|PVC'), ('Cole Haan|Dress Shoe|Rubber'), ('Cole Haan|Driving Shoe|Leather'), ('Cole Haan|Driving Shoe|Leatherette'), ('Cole Haan|Driving Shoe|Polyurethane'), ('Cole Haan|Driving Shoe|PVC'), ('Cole Haan|Driving Shoe|Rubber'), ('Cole Haan|Hiker|Leather'), ('Cole Haan|Hiker|Leatherette'), ('Cole Haan|Hiker|Polyurethane'), ('Cole Haan|Hiker|PVC'), ('Cole Haan|Hiker|Rubber'), ('Cole Haan|Loafer (Slip-on)|Leather'), ('Cole Haan|Loafer (Slip-on)|Leatherette'), ('Cole Haan|Loafer (Slip-on)|Polyurethane'), ('Cole Haan|Loafer (Slip-on)|PVC'), ('Cole Haan|Loafer (Slip-on)|Rubber'), ('Cole Haan|Oxford (Lace-up)|Leather'), ('Cole Haan|Oxford (Lace-up)|Leatherette'), ('Cole Haan|Oxford (Lace-up)|Polyurethane'), ('Cole Haan|Oxford (Lace-up)|PVC'), ('Cole Haan|Oxford (Lace-up)|Rubber'), ('Cole Haan|Patent Leather|Leather'), ('Cole Haan|Patent Leather|Leatherette'), ('Cole Haan|Patent Leather|Polyurethane'), ('Cole Haan|Patent Leather|PVC'), ('Cole Haan|Patent Leather|Rubber'), ('Cole Haan|Penny Loafer|Leather'), ('Cole Haan|Penny Loafer|Leatherette'), ('Cole Haan|Penny Loafer|Polyurethane'), ('Cole Haan|Penny Loafer|PVC'), ('Cole Haan|Penny Loafer|Rubber'), ('Cole Haan|Runner|Leather'), ('Cole Haan|Runner|Leatherette'), ('Cole Haan|Runner|Polyurethane'), ('Cole Haan|Runner|PVC'), ('Cole Haan|Runner|Rubber'), ('Cole Haan|Saddle Shoe|Leather'), ('Cole Haan|Saddle Shoe|Leatherette'), ('Cole Haan|Saddle Shoe|Polyurethane'), ('Cole Haan|Saddle Shoe|PVC'), ('Cole Haan|Saddle Shoe|Rubber'), ('Cole Haan|Sandal|Leather'), ('Cole Haan|Sandal|Leatherette'), ('Cole Haan|Sandal|Polyurethane'), ('Cole Haan|Sandal|PVC'), ('Cole Haan|Sandal|Rubber'), ('Cole Haan|Tennis|Leather'), ('Cole Haan|Tennis|Leatherette'), ('Cole Haan|Tennis|Polyurethane'), ('Cole Haan|Tennis|PVC'), ('Cole Haan|Tennis|Rubber'), ('Cole Haan|Walker|Leather'), ('Cole Haan|Walker|Leatherette'), ('Cole Haan|Walker|Polyurethane'), ('Cole Haan|Walker|PVC'), ('Cole Haan|Walker|Rubber'), ('Cole Haan|Wingtip|Leather'), ('Cole Haan|Wingtip|Leatherette'), ('Cole Haan|Wingtip|Polyurethane'), ('Cole Haan|Wingtip|PVC'), ('Cole Haan|Wingtip|Rubber'), ('Cole Haan|Work Boot|Leather'), ('Cole Haan|Work Boot|Leatherette'), ('Cole Haan|Work Boot|Polyurethane'), ('Cole Haan|Work Boot|PVC'), ('Cole Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dansko|Balmoral|Leather'), ('Dansko|Balmoral|Leatherette'), ('Dansko|Balmoral|Polyurethane'), ('Dansko|Balmoral|PVC'), ('Dansko|Balmoral|Rubber'), ('Dansko|Boat Shoe|Leather'), ('Dansko|Boat Shoe|Leatherette'), ('Dansko|Boat Shoe|Polyurethane'), ('Dansko|Boat Shoe|PVC'), ('Dansko|Boat Shoe|Rubber'), ('Dansko|Brouge|Leather'), ('Dansko|Brouge|Leatherette'), ('Dansko|Brouge|Polyurethane'), ('Dansko|Brouge|PVC'), ('Dansko|Brouge|Rubber'), ('Dansko|Cross Trainer|Leather'), ('Dansko|Cross Trainer|Leatherette'), ('Dansko|Cross Trainer|Polyurethane'), ('Dansko|Cross Trainer|PVC'), ('Dansko|Cross Trainer|Rubber'), ('Dansko|Derby|Leather'), ('Dansko|Derby|Leatherette'), ('Dansko|Derby|Polyurethane'), ('Dansko|Derby|PVC'), ('Dansko|Derby|Rubber'), ('Dansko|Dress Boot|Leather'), ('Dansko|Dress Boot|Leatherette'), ('Dansko|Dress Boot|Polyurethane'), ('Dansko|Dress Boot|PVC'), ('Dansko|Dress Boot|Rubber'), ('Dansko|Dress Shoe|Leather'), ('Dansko|Dress Shoe|Leatherette'), ('Dansko|Dress Shoe|Polyurethane'), ('Dansko|Dress Shoe|PVC'), ('Dansko|Dress Shoe|Rubber'), ('Dansko|Driving Shoe|Leather'), ('Dansko|Driving Shoe|Leatherette'), ('Dansko|Driving Shoe|Polyurethane'), ('Dansko|Driving Shoe|PVC'), ('Dansko|Driving Shoe|Rubber'), ('Dansko|Hiker|Leather'), ('Dansko|Hiker|Leatherette'), ('Dansko|Hiker|Polyurethane'), ('Dansko|Hiker|PVC'), ('Dansko|Hiker|Rubber'), ('Dansko|Loafer (Slip-on)|Leather'), ('Dansko|Loafer (Slip-on)|Leatherette'), ('Dansko|Loafer (Slip-on)|Polyurethane'), ('Dansko|Loafer (Slip-on)|PVC'), ('Dansko|Loafer (Slip-on)|Rubber'), ('Dansko|Oxford (Lace-up)|Leather'), ('Dansko|Oxford (Lace-up)|Leatherette'), ('Dansko|Oxford (Lace-up)|Polyurethane'), ('Dansko|Oxford (Lace-up)|PVC'), ('Dansko|Oxford (Lace-up)|Rubber'), ('Dansko|Patent Leather|Leather'), ('Dansko|Patent Leather|Leatherette'), ('Dansko|Patent Leather|Polyurethane'), ('Dansko|Patent Leather|PVC'), ('Dansko|Patent Leather|Rubber'), ('Dansko|Penny Loafer|Leather'), ('Dansko|Penny Loafer|Leatherette'), ('Dansko|Penny Loafer|Polyurethane'), ('Dansko|Penny Loafer|PVC'), ('Dansko|Penny Loafer|Rubber'), ('Dansko|Runner|Leather'), ('Dansko|Runner|Leatherette'), ('Dansko|Runner|Polyurethane'), ('Dansko|Runner|PVC'), ('Dansko|Runner|Rubber'), ('Dansko|Saddle Shoe|Leather'), ('Dansko|Saddle Shoe|Leatherette'), ('Dansko|Saddle Shoe|Polyurethane'), ('Dansko|Saddle Shoe|PVC'), ('Dansko|Saddle Shoe|Rubber'), ('Dansko|Sandal|Leather'), ('Dansko|Sandal|Leatherette'), ('Dansko|Sandal|Polyurethane'), ('Dansko|Sandal|PVC'), ('Dansko|Sandal|Rubber'), ('Dansko|Tennis|Leather'), ('Dansko|Tennis|Leatherette'), ('Dansko|Tennis|Polyurethane'), ('Dansko|Tennis|PVC'), ('Dansko|Tennis|Rubber'), ('Dansko|Walker|Leather'), ('Dansko|Walker|Leatherette'), ('Dansko|Walker|Polyurethane'), ('Dansko|Walker|PVC'), ('Dansko|Walker|Rubber'), ('Dansko|Wingtip|Leather'), ('Dansko|Wingtip|Leatherette'), ('Dansko|Wingtip|Polyurethane'), ('Dansko|Wingtip|PVC'), ('Dansko|Wingtip|Rubber'), ('Dansko|Work Boot|Leather'), ('Dansko|Work Boot|Leatherette'), ('Dansko|Work Boot|Polyurethane'), ('Dansko|Work Boot|PVC'), ('Dansko|Work Boot|Rubber'), ('DC|Balmoral|Leather'), ('DC|Balmoral|Leatherette'), ('DC|Balmoral|Polyurethane'), ('DC|Balmoral|PVC'), ('DC|Balmoral|Rubber'), ('DC|Boat Shoe|Leather'), ('DC|Boat Shoe|Leatherette'), ('DC|Boat Shoe|Polyurethane'), ('DC|Boat Shoe|PVC'), ('DC|Boat Shoe|Rubber'), ('DC|Brouge|Leather'), ('DC|Brouge|Leatherette'), ('DC|Brouge|Polyurethane'), ('DC|Brouge|PVC'), ('DC|Brouge|Rubber'), ('DC|Cross Trainer|Leather'), ('DC|Cross Trainer|Leatherette'), ('DC|Cross Trainer|Polyurethane'), ('DC|Cross Trainer|PVC'), ('DC|Cross Trainer|Rubber'), ('DC|Derby|Leather'), ('DC|Derby|Leatherette'), ('DC|Derby|Polyurethane'), ('DC|Derby|PVC'), ('DC|Derby|Rubber'), ('DC|Dress Boot|Leather'), ('DC|Dress Boot|Leatherette'), ('DC|Dress Boot|Polyurethane'), ('DC|Dress Boot|PVC'), ('DC|Dress Boot|Rubber'), ('DC|Dress Shoe|Leather'), ('DC|Dress Shoe|Leatherette'), ('DC|Dress Shoe|Polyurethane'), ('DC|Dress Shoe|PVC'), ('DC|Dress Shoe|Rubber'), ('DC|Driving Shoe|Leather'), ('DC|Driving Shoe|Leatherette'), ('DC|Driving Shoe|Polyurethane'), ('DC|Driving Shoe|PVC'), ('DC|Driving Shoe|Rubber'), ('DC|Hiker|Leather'), ('DC|Hiker|Leatherette'), ('DC|Hiker|Polyurethane'), ('DC|Hiker|PVC'), ('DC|Hiker|Rubber'), ('DC|Loafer (Slip-on)|Leather'), ('DC|Loafer (Slip-on)|Leatherette'), ('DC|Loafer (Slip-on)|Polyurethane'), ('DC|Loafer (Slip-on)|PVC'), ('DC|Loafer (Slip-on)|Rubber'), ('DC|Oxford (Lace-up)|Leather'), ('DC|Oxford (Lace-up)|Leatherette'), ('DC|Oxford (Lace-up)|Polyurethane'), ('DC|Oxford (Lace-up)|PVC'), ('DC|Oxford (Lace-up)|Rubber'), ('DC|Patent Leather|Leather'), ('DC|Patent Leather|Leatherette'), ('DC|Patent Leather|Polyurethane'), ('DC|Patent Leather|PVC'), ('DC|Patent Leather|Rubber'), ('DC|Penny Loafer|Leather'), ('DC|Penny Loafer|Leatherette'), ('DC|Penny Loafer|Polyurethane'), ('DC|Penny Loafer|PVC'), ('DC|Penny Loafer|Rubber'), ('DC|Runner|Leather'), ('DC|Runner|Leatherette'), ('DC|Runner|Polyurethane'), ('DC|Runner|PVC'), ('DC|Runner|Rubber'), ('DC|Saddle Shoe|Leather'), ('DC|Saddle Shoe|Leatherette'), ('DC|Saddle Shoe|Polyurethane'), ('DC|Saddle Shoe|PVC'), ('DC|Saddle Shoe|Rubber'), ('DC|Sandal|Leather'), ('DC|Sandal|Leatherette'), ('DC|Sandal|Polyurethane'), ('DC|Sandal|PVC'), ('DC|Sandal|Rubber'), ('DC|Tennis|Leather'), ('DC|Tennis|Leatherette'), ('DC|Tennis|Polyurethane'), ('DC|Tennis|PVC'), ('DC|Tennis|Rubber'), ('DC|Walker|Leather'), ('DC|Walker|Leatherette'), ('DC|Walker|Polyurethane'), ('DC|Walker|PVC'), ('DC|Walker|Rubber'), ('DC|Wingtip|Leather'), ('DC|Wingtip|Leatherette'), ('DC|Wingtip|Polyurethane'), ('DC|Wingtip|PVC'), ('DC|Wingtip|Rubber'), ('DC|Work Boot|Leather'), ('DC|Work Boot|Leatherette'), ('DC|Work Boot|Polyurethane'), ('DC|Work Boot|PVC'), ('DC|Work Boot|Rubber'), ('Diesel|Balmoral|Leather'), ('Diesel|Balmoral|Leatherette'), ('Diesel|Balmoral|Polyurethane'), ('Diesel|Balmoral|PVC'), ('Diesel|Balmoral|Rubber'), ('Diesel|Boat Shoe|Leather'), ('Diesel|Boat Shoe|Leatherette'), ('Diesel|Boat Shoe|Polyurethane'), ('Diesel|Boat Shoe|PVC'), ('Diesel|Boat Shoe|Rubber'), ('Diesel|Brouge|Leather'), ('Diesel|Brouge|Leatherette'), ('Diesel|Brouge|Polyurethane'), ('Diesel|Brouge|PVC'), ('Diesel|Brouge|Rubber'), ('Diesel|Cross Trainer|Leather'), ('Diesel|Cross Trainer|Leatherette'), ('Diesel|Cross Trainer|Polyurethane'), ('Diesel|Cross Trainer|PVC'), ('Diesel|Cross Trainer|Rubber'), ('Diesel|Derby|Leather'), ('Diesel|Derby|Leatherette'), ('Diesel|Derby|Polyurethane'), ('Diesel|Derby|PVC'), ('Diesel|Derby|Rubber'), ('Diesel|Dress Boot|Leather'), ('Diesel|Dress Boot|Leatherette'), ('Diesel|Dress Boot|Polyurethane'), ('Diesel|Dress Boot|PVC'), ('Diesel|Dress Boot|Rubber'), ('Diesel|Dress Shoe|Leather'), ('Diesel|Dress Shoe|Leatherette'), ('Diesel|Dress Shoe|Polyurethane'), ('Diesel|Dress Shoe|PVC'), ('Diesel|Dress Shoe|Rubber'), ('Diesel|Driving Shoe|Leather'), ('Diesel|Driving Shoe|Leatherette'), ('Diesel|Driving Shoe|Polyurethane'), ('Diesel|Driving Shoe|PVC'), ('Diesel|Driving Shoe|Rubber'), ('Diesel|Hiker|Leather'), ('Diesel|Hiker|Leatherette'), ('Diesel|Hiker|Polyurethane'), ('Diesel|Hiker|PVC'), ('Diesel|Hiker|Rubber'), ('Diesel|Loafer (Slip-on)|Leather'), ('Diesel|Loafer (Slip-on)|Leatherette'), ('Diesel|Loafer (Slip-on)|Polyurethane'), ('Diesel|Loafer (Slip-on)|PVC'), ('Diesel|Loafer (Slip-on)|Rubber'), ('Diesel|Oxford (Lace-up)|Leather'), ('Diesel|Oxford (Lace-up)|Leatherette'), ('Diesel|Oxford (Lace-up)|Polyurethane'), ('Diesel|Oxford (Lace-up)|PVC'), ('Diesel|Oxford (Lace-up)|Rubber'), ('Diesel|Patent Leather|Leather'), ('Diesel|Patent Leather|Leatherette'), ('Diesel|Patent Leather|Polyurethane'), ('Diesel|Patent Leather|PVC'), ('Diesel|Patent Leather|Rubber'), ('Diesel|Penny Loafer|Leather'), ('Diesel|Penny Loafer|Leatherette'), ('Diesel|Penny Loafer|Polyurethane'), ('Diesel|Penny Loafer|PVC'), ('Diesel|Penny Loafer|Rubber'), ('Diesel|Runner|Leather'), ('Diesel|Runner|Leatherette'), ('Diesel|Runner|Polyurethane'), ('Diesel|Runner|PVC'), ('Diesel|Runner|Rubber'), ('Diesel|Saddle Shoe|Leather'), ('Diesel|Saddle Shoe|Leatherette'), ('Diesel|Saddle Shoe|Polyurethane'), ('Diesel|Saddle Shoe|PVC'), ('Diesel|Saddle Shoe|Rubber'), ('Diesel|Sandal|Leather'), ('Diesel|Sandal|Leatherette'), ('Diesel|Sandal|Polyurethane'), ('Diesel|Sandal|PVC'), ('Diesel|Sandal|Rubber'), ('Diesel|Tennis|Leather'), ('Diesel|Tennis|Leatherette'), ('Diesel|Tennis|Polyurethane'), ('Diesel|Tennis|PVC'), ('Diesel|Tennis|Rubber'), ('Diesel|Walker|Leather'), ('Diesel|Walker|Leatherette'), ('Diesel|Walker|Polyurethane'), ('Diesel|Walker|PVC'), ('Diesel|Walker|Rubber'), ('Diesel|Wingtip|Leather'), ('Diesel|Wingtip|Leatherette'), ('Diesel|Wingtip|Polyurethane'), ('Diesel|Wingtip|PVC'), ('Diesel|Wingtip|Rubber'), ('Diesel|Work Boot|Leather'), ('Diesel|Work Boot|Leatherette'), ('Diesel|Work Boot|Polyurethane'), ('Diesel|Work Boot|PVC'), ('Diesel|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dream Pairs|Balmoral|Leather'), ('Dream Pairs|Balmoral|Leatherette'), ('Dream Pairs|Balmoral|Polyurethane'), ('Dream Pairs|Balmoral|PVC'), ('Dream Pairs|Balmoral|Rubber'), ('Dream Pairs|Boat Shoe|Leather'), ('Dream Pairs|Boat Shoe|Leatherette'), ('Dream Pairs|Boat Shoe|Polyurethane'), ('Dream Pairs|Boat Shoe|PVC'), ('Dream Pairs|Boat Shoe|Rubber'), ('Dream Pairs|Brouge|Leather'), ('Dream Pairs|Brouge|Leatherette'), ('Dream Pairs|Brouge|Polyurethane'), ('Dream Pairs|Brouge|PVC'), ('Dream Pairs|Brouge|Rubber'), ('Dream Pairs|Cross Trainer|Leather'), ('Dream Pairs|Cross Trainer|Leatherette'), ('Dream Pairs|Cross Trainer|Polyurethane'), ('Dream Pairs|Cross Trainer|PVC'), ('Dream Pairs|Cross Trainer|Rubber'), ('Dream Pairs|Derby|Leather'), ('Dream Pairs|Derby|Leatherette'), ('Dream Pairs|Derby|Polyurethane'), ('Dream Pairs|Derby|PVC'), ('Dream Pairs|Derby|Rubber'), ('Dream Pairs|Dress Boot|Leather'), ('Dream Pairs|Dress Boot|Leatherette'), ('Dream Pairs|Dress Boot|Polyurethane'), ('Dream Pairs|Dress Boot|PVC'), ('Dream Pairs|Dress Boot|Rubber'), ('Dream Pairs|Dress Shoe|Leather'), ('Dream Pairs|Dress Shoe|Leatherette'), ('Dream Pairs|Dress Shoe|Polyurethane'), ('Dream Pairs|Dress Shoe|PVC'), ('Dream Pairs|Dress Shoe|Rubber'), ('Dream Pairs|Driving Shoe|Leather'), ('Dream Pairs|Driving Shoe|Leatherette'), ('Dream Pairs|Driving Shoe|Polyurethane'), ('Dream Pairs|Driving Shoe|PVC'), ('Dream Pairs|Driving Shoe|Rubber'), ('Dream Pairs|Hiker|Leather'), ('Dream Pairs|Hiker|Leatherette'), ('Dream Pairs|Hiker|Polyurethane'), ('Dream Pairs|Hiker|PVC'), ('Dream Pairs|Hiker|Rubber'), ('Dream Pairs|Loafer (Slip-on)|Leather'), ('Dream Pairs|Loafer (Slip-on)|Leatherette'), ('Dream Pairs|Loafer (Slip-on)|Polyurethane'), ('Dream Pairs|Loafer (Slip-on)|PVC'), ('Dream Pairs|Loafer (Slip-on)|Rubber'), ('Dream Pairs|Oxford (Lace-up)|Leather'), ('Dream Pairs|Oxford (Lace-up)|Leatherette'), ('Dream Pairs|Oxford (Lace-up)|Polyurethane'), ('Dream Pairs|Oxford (Lace-up)|PVC'), ('Dream Pairs|Oxford (Lace-up)|Rubber'), ('Dream Pairs|Patent Leather|Leather'), ('Dream Pairs|Patent Leather|Leatherette'), ('Dream Pairs|Patent Leather|Polyurethane'), ('Dream Pairs|Patent Leather|PVC'), ('Dream Pairs|Patent Leather|Rubber'), ('Dream Pairs|Penny Loafer|Leather'), ('Dream Pairs|Penny Loafer|Leatherette'), ('Dream Pairs|Penny Loafer|Polyurethane'), ('Dream Pairs|Penny Loafer|PVC'), ('Dream Pairs|Penny Loafer|Rubber'), ('Dream Pairs|Runner|Leather'), ('Dream Pairs|Runner|Leatherette'), ('Dream Pairs|Runner|Polyurethane'), ('Dream Pairs|Runner|PVC'), ('Dream Pairs|Runner|Rubber'), ('Dream Pairs|Saddle Shoe|Leather'), ('Dream Pairs|Saddle Shoe|Leatherette'), ('Dream Pairs|Saddle Shoe|Polyurethane'), ('Dream Pairs|Saddle Shoe|PVC'), ('Dream Pairs|Saddle Shoe|Rubber'), ('Dream Pairs|Sandal|Leather'), ('Dream Pairs|Sandal|Leatherette'), ('Dream Pairs|Sandal|Polyurethane'), ('Dream Pairs|Sandal|PVC'), ('Dream Pairs|Sandal|Rubber'), ('Dream Pairs|Tennis|Leather'), ('Dream Pairs|Tennis|Leatherette'), ('Dream Pairs|Tennis|Polyurethane'), ('Dream Pairs|Tennis|PVC'), ('Dream Pairs|Tennis|Rubber'), ('Dream Pairs|Walker|Leather'), ('Dream Pairs|Walker|Leatherette'), ('Dream Pairs|Walker|Polyurethane'), ('Dream Pairs|Walker|PVC'), ('Dream Pairs|Walker|Rubber'), ('Dream Pairs|Wingtip|Leather'), ('Dream Pairs|Wingtip|Leatherette'), ('Dream Pairs|Wingtip|Polyurethane'), ('Dream Pairs|Wingtip|PVC'), ('Dream Pairs|Wingtip|Rubber'), ('Dream Pairs|Work Boot|Leather'), ('Dream Pairs|Work Boot|Leatherette'), ('Dream Pairs|Work Boot|Polyurethane'), ('Dream Pairs|Work Boot|PVC'), ('Dream Pairs|Work Boot|Rubber'), ('Ecco|Balmoral|Leather'), ('Ecco|Balmoral|Leatherette'), ('Ecco|Balmoral|Polyurethane'), ('Ecco|Balmoral|PVC'), ('Ecco|Balmoral|Rubber'), ('Ecco|Boat Shoe|Leather'), ('Ecco|Boat Shoe|Leatherette'), ('Ecco|Boat Shoe|Polyurethane'), ('Ecco|Boat Shoe|PVC'), ('Ecco|Boat Shoe|Rubber'), ('Ecco|Brouge|Leather'), ('Ecco|Brouge|Leatherette'), ('Ecco|Brouge|Polyurethane'), ('Ecco|Brouge|PVC'), ('Ecco|Brouge|Rubber'), ('Ecco|Cross Trainer|Leather'), ('Ecco|Cross Trainer|Leatherette'), ('Ecco|Cross Trainer|Polyurethane'), ('Ecco|Cross Trainer|PVC'), ('Ecco|Cross Trainer|Rubber'), ('Ecco|Derby|Leather'), ('Ecco|Derby|Leatherette'), ('Ecco|Derby|Polyurethane'), ('Ecco|Derby|PVC'), ('Ecco|Derby|Rubber'), ('Ecco|Dress Boot|Leather'), ('Ecco|Dress Boot|Leatherette'), ('Ecco|Dress Boot|Polyurethane'), ('Ecco|Dress Boot|PVC'), ('Ecco|Dress Boot|Rubber'), ('Ecco|Dress Shoe|Leather'), ('Ecco|Dress Shoe|Leatherette'), ('Ecco|Dress Shoe|Polyurethane'), ('Ecco|Dress Shoe|PVC'), ('Ecco|Dress Shoe|Rubber'), ('Ecco|Driving Shoe|Leather'), ('Ecco|Driving Shoe|Leatherette'), ('Ecco|Driving Shoe|Polyurethane'), ('Ecco|Driving Shoe|PVC'), ('Ecco|Driving Shoe|Rubber'), ('Ecco|Hiker|Leather'), ('Ecco|Hiker|Leatherette'), ('Ecco|Hiker|Polyurethane'), ('Ecco|Hiker|PVC'), ('Ecco|Hiker|Rubber'), ('Ecco|Loafer (Slip-on)|Leather'), ('Ecco|Loafer (Slip-on)|Leatherette'), ('Ecco|Loafer (Slip-on)|Polyurethane'), ('Ecco|Loafer (Slip-on)|PVC'), ('Ecco|Loafer (Slip-on)|Rubber'), ('Ecco|Oxford (Lace-up)|Leather'), ('Ecco|Oxford (Lace-up)|Leatherette'), ('Ecco|Oxford (Lace-up)|Polyurethane'), ('Ecco|Oxford (Lace-up)|PVC'), ('Ecco|Oxford (Lace-up)|Rubber'), ('Ecco|Patent Leather|Leather'), ('Ecco|Patent Leather|Leatherette'), ('Ecco|Patent Leather|Polyurethane'), ('Ecco|Patent Leather|PVC'), ('Ecco|Patent Leather|Rubber'), ('Ecco|Penny Loafer|Leather'), ('Ecco|Penny Loafer|Leatherette'), ('Ecco|Penny Loafer|Polyurethane'), ('Ecco|Penny Loafer|PVC'), ('Ecco|Penny Loafer|Rubber'), ('Ecco|Runner|Leather'), ('Ecco|Runner|Leatherette'), ('Ecco|Runner|Polyurethane'), ('Ecco|Runner|PVC'), ('Ecco|Runner|Rubber'), ('Ecco|Saddle Shoe|Leather'), ('Ecco|Saddle Shoe|Leatherette'), ('Ecco|Saddle Shoe|Polyurethane'), ('Ecco|Saddle Shoe|PVC'), ('Ecco|Saddle Shoe|Rubber'), ('Ecco|Sandal|Leather'), ('Ecco|Sandal|Leatherette'), ('Ecco|Sandal|Polyurethane'), ('Ecco|Sandal|PVC'), ('Ecco|Sandal|Rubber'), ('Ecco|Tennis|Leather'), ('Ecco|Tennis|Leatherette'), ('Ecco|Tennis|Polyurethane'), ('Ecco|Tennis|PVC'), ('Ecco|Tennis|Rubber'), ('Ecco|Walker|Leather'), ('Ecco|Walker|Leatherette'), ('Ecco|Walker|Polyurethane'), ('Ecco|Walker|PVC'), ('Ecco|Walker|Rubber'), ('Ecco|Wingtip|Leather'), ('Ecco|Wingtip|Leatherette'), ('Ecco|Wingtip|Polyurethane'), ('Ecco|Wingtip|PVC'), ('Ecco|Wingtip|Rubber'), ('Ecco|Work Boot|Leather'), ('Ecco|Work Boot|Leatherette'), ('Ecco|Work Boot|Polyurethane'), ('Ecco|Work Boot|PVC'), ('Ecco|Work Boot|Rubber'), ('Etnies|Balmoral|Leather'), ('Etnies|Balmoral|Leatherette'), ('Etnies|Balmoral|Polyurethane'), ('Etnies|Balmoral|PVC'), ('Etnies|Balmoral|Rubber'), ('Etnies|Boat Shoe|Leather'), ('Etnies|Boat Shoe|Leatherette'), ('Etnies|Boat Shoe|Polyurethane'), ('Etnies|Boat Shoe|PVC'), ('Etnies|Boat Shoe|Rubber'), ('Etnies|Brouge|Leather'), ('Etnies|Brouge|Leatherette'), ('Etnies|Brouge|Polyurethane'), ('Etnies|Brouge|PVC'), ('Etnies|Brouge|Rubber'), ('Etnies|Cross Trainer|Leather'), ('Etnies|Cross Trainer|Leatherette'), ('Etnies|Cross Trainer|Polyurethane'), ('Etnies|Cross Trainer|PVC'), ('Etnies|Cross Trainer|Rubber'), ('Etnies|Derby|Leather'), ('Etnies|Derby|Leatherette'), ('Etnies|Derby|Polyurethane'), ('Etnies|Derby|PVC'), ('Etnies|Derby|Rubber'), ('Etnies|Dress Boot|Leather'), ('Etnies|Dress Boot|Leatherette'), ('Etnies|Dress Boot|Polyurethane'), ('Etnies|Dress Boot|PVC'), ('Etnies|Dress Boot|Rubber'), ('Etnies|Dress Shoe|Leather'), ('Etnies|Dress Shoe|Leatherette'), ('Etnies|Dress Shoe|Polyurethane'), ('Etnies|Dress Shoe|PVC'), ('Etnies|Dress Shoe|Rubber'), ('Etnies|Driving Shoe|Leather'), ('Etnies|Driving Shoe|Leatherette'), ('Etnies|Driving Shoe|Polyurethane'), ('Etnies|Driving Shoe|PVC'), ('Etnies|Driving Shoe|Rubber'), ('Etnies|Hiker|Leather'), ('Etnies|Hiker|Leatherette'), ('Etnies|Hiker|Polyurethane'), ('Etnies|Hiker|PVC'), ('Etnies|Hiker|Rubber'), ('Etnies|Loafer (Slip-on)|Leather'), ('Etnies|Loafer (Slip-on)|Leatherette'), ('Etnies|Loafer (Slip-on)|Polyurethane'), ('Etnies|Loafer (Slip-on)|PVC'), ('Etnies|Loafer (Slip-on)|Rubber'), ('Etnies|Oxford (Lace-up)|Leather'), ('Etnies|Oxford (Lace-up)|Leatherette'), ('Etnies|Oxford (Lace-up)|Polyurethane'), ('Etnies|Oxford (Lace-up)|PVC'), ('Etnies|Oxford (Lace-up)|Rubber'), ('Etnies|Patent Leather|Leather'), ('Etnies|Patent Leather|Leatherette'), ('Etnies|Patent Leather|Polyurethane'), ('Etnies|Patent Leather|PVC'), ('Etnies|Patent Leather|Rubber'), ('Etnies|Penny Loafer|Leather'), ('Etnies|Penny Loafer|Leatherette'), ('Etnies|Penny Loafer|Polyurethane'), ('Etnies|Penny Loafer|PVC'), ('Etnies|Penny Loafer|Rubber'), ('Etnies|Runner|Leather'), ('Etnies|Runner|Leatherette'), ('Etnies|Runner|Polyurethane'), ('Etnies|Runner|PVC'), ('Etnies|Runner|Rubber'), ('Etnies|Saddle Shoe|Leather'), ('Etnies|Saddle Shoe|Leatherette'), ('Etnies|Saddle Shoe|Polyurethane'), ('Etnies|Saddle Shoe|PVC'), ('Etnies|Saddle Shoe|Rubber'), ('Etnies|Sandal|Leather'), ('Etnies|Sandal|Leatherette'), ('Etnies|Sandal|Polyurethane'), ('Etnies|Sandal|PVC'), ('Etnies|Sandal|Rubber'), ('Etnies|Tennis|Leather'), ('Etnies|Tennis|Leatherette'), ('Etnies|Tennis|Polyurethane'), ('Etnies|Tennis|PVC'), ('Etnies|Tennis|Rubber'), ('Etnies|Walker|Leather'), ('Etnies|Walker|Leatherette'), ('Etnies|Walker|Polyurethane'), ('Etnies|Walker|PVC'), ('Etnies|Walker|Rubber'), ('Etnies|Wingtip|Leather'), ('Etnies|Wingtip|Leatherette'), ('Etnies|Wingtip|Polyurethane'), ('Etnies|Wingtip|PVC'), ('Etnies|Wingtip|Rubber'), ('Etnies|Work Boot|Leather'), ('Etnies|Work Boot|Leatherette'), ('Etnies|Work Boot|Polyurethane'), ('Etnies|Work Boot|PVC'), ('Etnies|Work Boot|Rubber'), ('Fred Perry|Balmoral|Leather'), ('Fred Perry|Balmoral|Leatherette'), ('Fred Perry|Balmoral|Polyurethane'), ('Fred Perry|Balmoral|PVC'), ('Fred Perry|Balmoral|Rubber'), ('Fred Perry|Boat Shoe|Leather'), ('Fred Perry|Boat Shoe|Leatherette'), ('Fred Perry|Boat Shoe|Polyurethane'), ('Fred Perry|Boat Shoe|PVC'), ('Fred Perry|Boat Shoe|Rubber'), ('Fred Perry|Brouge|Leather'), ('Fred Perry|Brouge|Leatherette'), ('Fred Perry|Brouge|Polyurethane'), ('Fred Perry|Brouge|PVC'), ('Fred Perry|Brouge|Rubber'), ('Fred Perry|Cross Trainer|Leather'), ('Fred Perry|Cross Trainer|Leatherette'), ('Fred Perry|Cross Trainer|Polyurethane'), ('Fred Perry|Cross Trainer|PVC'), ('Fred Perry|Cross Trainer|Rubber'), ('Fred Perry|Derby|Leather'), ('Fred Perry|Derby|Leatherette'), ('Fred Perry|Derby|Polyurethane'), ('Fred Perry|Derby|PVC'), ('Fred Perry|Derby|Rubber'), ('Fred Perry|Dress Boot|Leather'), ('Fred Perry|Dress Boot|Leatherette'), ('Fred Perry|Dress Boot|Polyurethane'), ('Fred Perry|Dress Boot|PVC'), ('Fred Perry|Dress Boot|Rubber'), ('Fred Perry|Dress Shoe|Leather'), ('Fred Perry|Dress Shoe|Leatherette'), ('Fred Perry|Dress Shoe|Polyurethane'), ('Fred Perry|Dress Shoe|PVC'), ('Fred Perry|Dress Shoe|Rubber'), ('Fred Perry|Driving Shoe|Leather'), ('Fred Perry|Driving Shoe|Leatherette'), ('Fred Perry|Driving Shoe|Polyurethane'), ('Fred Perry|Driving Shoe|PVC'), ('Fred Perry|Driving Shoe|Rubber'), ('Fred Perry|Hiker|Leather'), ('Fred Perry|Hiker|Leatherette'), ('Fred Perry|Hiker|Polyurethane'), ('Fred Perry|Hiker|PVC'), ('Fred Perry|Hiker|Rubber'), ('Fred Perry|Loafer (Slip-on)|Leather'), ('Fred Perry|Loafer (Slip-on)|Leatherette'), ('Fred Perry|Loafer (Slip-on)|Polyurethane'), ('Fred Perry|Loafer (Slip-on)|PVC'), ('Fred Perry|Loafer (Slip-on)|Rubber'), ('Fred Perry|Oxford (Lace-up)|Leather'), ('Fred Perry|Oxford (Lace-up)|Leatherette'), ('Fred Perry|Oxford (Lace-up)|Polyurethane'), ('Fred Perry|Oxford (Lace-up)|PVC'), ('Fred Perry|Oxford (Lace-up)|Rubber'), ('Fred Perry|Patent Leather|Leather'), ('Fred Perry|Patent Leather|Leatherette'), ('Fred Perry|Patent Leather|Polyurethane'), ('Fred Perry|Patent Leather|PVC'), ('Fred Perry|Patent Leather|Rubber'), ('Fred Perry|Penny Loafer|Leather'), ('Fred Perry|Penny Loafer|Leatherette'), ('Fred Perry|Penny Loafer|Polyurethane'), ('Fred Perry|Penny Loafer|PVC'), ('Fred Perry|Penny Loafer|Rubber'), ('Fred Perry|Runner|Leather'), ('Fred Perry|Runner|Leatherette'), ('Fred Perry|Runner|Polyurethane'), ('Fred Perry|Runner|PVC'), ('Fred Perry|Runner|Rubber'), ('Fred Perry|Saddle Shoe|Leather'), ('Fred Perry|Saddle Shoe|Leatherette'), ('Fred Perry|Saddle Shoe|Polyurethane'), ('Fred Perry|Saddle Shoe|PVC'), ('Fred Perry|Saddle Shoe|Rubber'), ('Fred Perry|Sandal|Leather'), ('Fred Perry|Sandal|Leatherette'), ('Fred Perry|Sandal|Polyurethane'), ('Fred Perry|Sandal|PVC'), ('Fred Perry|Sandal|Rubber'), ('Fred Perry|Tennis|Leather'), ('Fred Perry|Tennis|Leatherette'), ('Fred Perry|Tennis|Polyurethane'), ('Fred Perry|Tennis|PVC'), ('Fred Perry|Tennis|Rubber'), ('Fred Perry|Walker|Leather'), ('Fred Perry|Walker|Leatherette'), ('Fred Perry|Walker|Polyurethane'), ('Fred Perry|Walker|PVC'), ('Fred Perry|Walker|Rubber'), ('Fred Perry|Wingtip|Leather'), ('Fred Perry|Wingtip|Leatherette'), ('Fred Perry|Wingtip|Polyurethane'), ('Fred Perry|Wingtip|PVC'), ('Fred Perry|Wingtip|Rubber'), ('Fred Perry|Work Boot|Leather'), ('Fred Perry|Work Boot|Leatherette'), ('Fred Perry|Work Boot|Polyurethane'), ('Fred Perry|Work Boot|PVC'), ('Fred Perry|Work Boot|Rubber'), ('Frye|Balmoral|Leather'), ('Frye|Balmoral|Leatherette'), ('Frye|Balmoral|Polyurethane'), ('Frye|Balmoral|PVC'), ('Frye|Balmoral|Rubber'), ('Frye|Boat Shoe|Leather'), ('Frye|Boat Shoe|Leatherette'), ('Frye|Boat Shoe|Polyurethane'), ('Frye|Boat Shoe|PVC'), ('Frye|Boat Shoe|Rubber'), ('Frye|Brouge|Leather'), ('Frye|Brouge|Leatherette'), ('Frye|Brouge|Polyurethane'), ('Frye|Brouge|PVC'), ('Frye|Brouge|Rubber'), ('Frye|Cross Trainer|Leather'), ('Frye|Cross Trainer|Leatherette'), ('Frye|Cross Trainer|Polyurethane'), ('Frye|Cross Trainer|PVC'), ('Frye|Cross Trainer|Rubber'), ('Frye|Derby|Leather'), ('Frye|Derby|Leatherette'), ('Frye|Derby|Polyurethane'), ('Frye|Derby|PVC'), ('Frye|Derby|Rubber'), ('Frye|Dress Boot|Leather'), ('Frye|Dress Boot|Leatherette'), ('Frye|Dress Boot|Polyurethane'), ('Frye|Dress Boot|PVC'), ('Frye|Dress Boot|Rubber'), ('Frye|Dress Shoe|Leather'), ('Frye|Dress Shoe|Leatherette'), ('Frye|Dress Shoe|Polyurethane'), ('Frye|Dress Shoe|PVC'), ('Frye|Dress Shoe|Rubber'), ('Frye|Driving Shoe|Leather'), ('Frye|Driving Shoe|Leatherette'), ('Frye|Driving Shoe|Polyurethane'), ('Frye|Driving Shoe|PVC'), ('Frye|Driving Shoe|Rubber'), ('Frye|Hiker|Leather'), ('Frye|Hiker|Leatherette'), ('Frye|Hiker|Polyurethane'), ('Frye|Hiker|PVC'), ('Frye|Hiker|Rubber'), ('Frye|Loafer (Slip-on)|Leather'), ('Frye|Loafer (Slip-on)|Leatherette'), ('Frye|Loafer (Slip-on)|Polyurethane'), ('Frye|Loafer (Slip-on)|PVC'), ('Frye|Loafer (Slip-on)|Rubber'), ('Frye|Oxford (Lace-up)|Leather'), ('Frye|Oxford (Lace-up)|Leatherette'), ('Frye|Oxford (Lace-up)|Polyurethane'), ('Frye|Oxford (Lace-up)|PVC'), ('Frye|Oxford (Lace-up)|Rubber'), ('Frye|Patent Leather|Leather'), ('Frye|Patent Leather|Leatherette'), ('Frye|Patent Leather|Polyurethane'), ('Frye|Patent Leather|PVC'), ('Frye|Patent Leather|Rubber'), ('Frye|Penny Loafer|Leather'), ('Frye|Penny Loafer|Leatherette'), ('Frye|Penny Loafer|Polyurethane'), ('Frye|Penny Loafer|PVC'), ('Frye|Penny Loafer|Rubber'), ('Frye|Runner|Leather'), ('Frye|Runner|Leatherette'), ('Frye|Runner|Polyurethane'), ('Frye|Runner|PVC'), ('Frye|Runner|Rubber'), ('Frye|Saddle Shoe|Leather'), ('Frye|Saddle Shoe|Leatherette'), ('Frye|Saddle Shoe|Polyurethane'), ('Frye|Saddle Shoe|PVC'), ('Frye|Saddle Shoe|Rubber'), ('Frye|Sandal|Leather'), ('Frye|Sandal|Leatherette'), ('Frye|Sandal|Polyurethane'), ('Frye|Sandal|PVC'), ('Frye|Sandal|Rubber'), ('Frye|Tennis|Leather'), ('Frye|Tennis|Leatherette'), ('Frye|Tennis|Polyurethane'), ('Frye|Tennis|PVC'), ('Frye|Tennis|Rubber'), ('Frye|Walker|Leather'), ('Frye|Walker|Leatherette'), ('Frye|Walker|Polyurethane'), ('Frye|Walker|PVC'), ('Frye|Walker|Rubber'), ('Frye|Wingtip|Leather'), ('Frye|Wingtip|Leatherette'), ('Frye|Wingtip|Polyurethane'), ('Frye|Wingtip|PVC'), ('Frye|Wingtip|Rubber'), ('Frye|Work Boot|Leather'), ('Frye|Work Boot|Leatherette'), ('Frye|Work Boot|Polyurethane'), ('Frye|Work Boot|PVC'), ('Frye|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('John Fluevog|Balmoral|Leather'), ('John Fluevog|Balmoral|Leatherette'), ('John Fluevog|Balmoral|Polyurethane'), ('John Fluevog|Balmoral|PVC'), ('John Fluevog|Balmoral|Rubber'), ('John Fluevog|Boat Shoe|Leather'), ('John Fluevog|Boat Shoe|Leatherette'), ('John Fluevog|Boat Shoe|Polyurethane'), ('John Fluevog|Boat Shoe|PVC'), ('John Fluevog|Boat Shoe|Rubber'), ('John Fluevog|Brouge|Leather'), ('John Fluevog|Brouge|Leatherette'), ('John Fluevog|Brouge|Polyurethane'), ('John Fluevog|Brouge|PVC'), ('John Fluevog|Brouge|Rubber'), ('John Fluevog|Cross Trainer|Leather'), ('John Fluevog|Cross Trainer|Leatherette'), ('John Fluevog|Cross Trainer|Polyurethane'), ('John Fluevog|Cross Trainer|PVC'), ('John Fluevog|Cross Trainer|Rubber'), ('John Fluevog|Derby|Leather'), ('John Fluevog|Derby|Leatherette'), ('John Fluevog|Derby|Polyurethane'), ('John Fluevog|Derby|PVC'), ('John Fluevog|Derby|Rubber'), ('John Fluevog|Dress Boot|Leather'), ('John Fluevog|Dress Boot|Leatherette'), ('John Fluevog|Dress Boot|Polyurethane'), ('John Fluevog|Dress Boot|PVC'), ('John Fluevog|Dress Boot|Rubber'), ('John Fluevog|Dress Shoe|Leather'), ('John Fluevog|Dress Shoe|Leatherette'), ('John Fluevog|Dress Shoe|Polyurethane'), ('John Fluevog|Dress Shoe|PVC'), ('John Fluevog|Dress Shoe|Rubber'), ('John Fluevog|Driving Shoe|Leather'), ('John Fluevog|Driving Shoe|Leatherette'), ('John Fluevog|Driving Shoe|Polyurethane'), ('John Fluevog|Driving Shoe|PVC'), ('John Fluevog|Driving Shoe|Rubber'), ('John Fluevog|Hiker|Leather'), ('John Fluevog|Hiker|Leatherette'), ('John Fluevog|Hiker|Polyurethane'), ('John Fluevog|Hiker|PVC'), ('John Fluevog|Hiker|Rubber'), ('John Fluevog|Loafer (Slip-on)|Leather'), ('John Fluevog|Loafer (Slip-on)|Leatherette'), ('John Fluevog|Loafer (Slip-on)|Polyurethane'), ('John Fluevog|Loafer (Slip-on)|PVC'), ('John Fluevog|Loafer (Slip-on)|Rubber'), ('John Fluevog|Oxford (Lace-up)|Leather'), ('John Fluevog|Oxford (Lace-up)|Leatherette'), ('John Fluevog|Oxford (Lace-up)|Polyurethane'), ('John Fluevog|Oxford (Lace-up)|PVC'), ('John Fluevog|Oxford (Lace-up)|Rubber'), ('John Fluevog|Patent Leather|Leather'), ('John Fluevog|Patent Leather|Leatherette'), ('John Fluevog|Patent Leather|Polyurethane'), ('John Fluevog|Patent Leather|PVC'), ('John Fluevog|Patent Leather|Rubber'), ('John Fluevog|Penny Loafer|Leather'), ('John Fluevog|Penny Loafer|Leatherette'), ('John Fluevog|Penny Loafer|Polyurethane'), ('John Fluevog|Penny Loafer|PVC'), ('John Fluevog|Penny Loafer|Rubber'), ('John Fluevog|Runner|Leather'), ('John Fluevog|Runner|Leatherette'), ('John Fluevog|Runner|Polyurethane'), ('John Fluevog|Runner|PVC'), ('John Fluevog|Runner|Rubber'), ('John Fluevog|Saddle Shoe|Leather'), ('John Fluevog|Saddle Shoe|Leatherette'), ('John Fluevog|Saddle Shoe|Polyurethane'), ('John Fluevog|Saddle Shoe|PVC'), ('John Fluevog|Saddle Shoe|Rubber'), ('John Fluevog|Sandal|Leather'), ('John Fluevog|Sandal|Leatherette'), ('John Fluevog|Sandal|Polyurethane'), ('John Fluevog|Sandal|PVC'), ('John Fluevog|Sandal|Rubber'), ('John Fluevog|Tennis|Leather'), ('John Fluevog|Tennis|Leatherette'), ('John Fluevog|Tennis|Polyurethane'), ('John Fluevog|Tennis|PVC'), ('John Fluevog|Tennis|Rubber'), ('John Fluevog|Walker|Leather'), ('John Fluevog|Walker|Leatherette'), ('John Fluevog|Walker|Polyurethane'), ('John Fluevog|Walker|PVC'), ('John Fluevog|Walker|Rubber'), ('John Fluevog|Wingtip|Leather'), ('John Fluevog|Wingtip|Leatherette'), ('John Fluevog|Wingtip|Polyurethane'), ('John Fluevog|Wingtip|PVC'), ('John Fluevog|Wingtip|Rubber'), ('John Fluevog|Work Boot|Leather'), ('John Fluevog|Work Boot|Leatherette'), ('John Fluevog|Work Boot|Polyurethane'), ('John Fluevog|Work Boot|PVC'), ('John Fluevog|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Keen|Balmoral|Leather'), ('Keen|Balmoral|Leatherette'), ('Keen|Balmoral|Polyurethane'), ('Keen|Balmoral|PVC'), ('Keen|Balmoral|Rubber'), ('Keen|Boat Shoe|Leather'), ('Keen|Boat Shoe|Leatherette'), ('Keen|Boat Shoe|Polyurethane'), ('Keen|Boat Shoe|PVC'), ('Keen|Boat Shoe|Rubber'), ('Keen|Brouge|Leather'), ('Keen|Brouge|Leatherette'), ('Keen|Brouge|Polyurethane'), ('Keen|Brouge|PVC'), ('Keen|Brouge|Rubber'), ('Keen|Cross Trainer|Leather'), ('Keen|Cross Trainer|Leatherette'), ('Keen|Cross Trainer|Polyurethane'), ('Keen|Cross Trainer|PVC'), ('Keen|Cross Trainer|Rubber'), ('Keen|Derby|Leather'), ('Keen|Derby|Leatherette'), ('Keen|Derby|Polyurethane'), ('Keen|Derby|PVC'), ('Keen|Derby|Rubber'), ('Keen|Dress Boot|Leather'), ('Keen|Dress Boot|Leatherette'), ('Keen|Dress Boot|Polyurethane'), ('Keen|Dress Boot|PVC'), ('Keen|Dress Boot|Rubber'), ('Keen|Dress Shoe|Leather'), ('Keen|Dress Shoe|Leatherette'), ('Keen|Dress Shoe|Polyurethane'), ('Keen|Dress Shoe|PVC'), ('Keen|Dress Shoe|Rubber'), ('Keen|Driving Shoe|Leather'), ('Keen|Driving Shoe|Leatherette'), ('Keen|Driving Shoe|Polyurethane'), ('Keen|Driving Shoe|PVC'), ('Keen|Driving Shoe|Rubber'), ('Keen|Hiker|Leather'), ('Keen|Hiker|Leatherette'), ('Keen|Hiker|Polyurethane'), ('Keen|Hiker|PVC'), ('Keen|Hiker|Rubber'), ('Keen|Loafer (Slip-on)|Leather'), ('Keen|Loafer (Slip-on)|Leatherette'), ('Keen|Loafer (Slip-on)|Polyurethane'), ('Keen|Loafer (Slip-on)|PVC'), ('Keen|Loafer (Slip-on)|Rubber'), ('Keen|Oxford (Lace-up)|Leather'), ('Keen|Oxford (Lace-up)|Leatherette'), ('Keen|Oxford (Lace-up)|Polyurethane'), ('Keen|Oxford (Lace-up)|PVC'), ('Keen|Oxford (Lace-up)|Rubber'), ('Keen|Patent Leather|Leather'), ('Keen|Patent Leather|Leatherette'), ('Keen|Patent Leather|Polyurethane'), ('Keen|Patent Leather|PVC'), ('Keen|Patent Leather|Rubber'), ('Keen|Penny Loafer|Leather'), ('Keen|Penny Loafer|Leatherette'), ('Keen|Penny Loafer|Polyurethane'), ('Keen|Penny Loafer|PVC'), ('Keen|Penny Loafer|Rubber'), ('Keen|Runner|Leather'), ('Keen|Runner|Leatherette'), ('Keen|Runner|Polyurethane'), ('Keen|Runner|PVC'), ('Keen|Runner|Rubber'), ('Keen|Saddle Shoe|Leather'), ('Keen|Saddle Shoe|Leatherette'), ('Keen|Saddle Shoe|Polyurethane'), ('Keen|Saddle Shoe|PVC'), ('Keen|Saddle Shoe|Rubber'), ('Keen|Sandal|Leather'), ('Keen|Sandal|Leatherette'), ('Keen|Sandal|Polyurethane'), ('Keen|Sandal|PVC'), ('Keen|Sandal|Rubber'), ('Keen|Tennis|Leather'), ('Keen|Tennis|Leatherette'), ('Keen|Tennis|Polyurethane'), ('Keen|Tennis|PVC'), ('Keen|Tennis|Rubber'), ('Keen|Walker|Leather'), ('Keen|Walker|Leatherette'), ('Keen|Walker|Polyurethane'), ('Keen|Walker|PVC'), ('Keen|Walker|Rubber'), ('Keen|Wingtip|Leather'), ('Keen|Wingtip|Leatherette'), ('Keen|Wingtip|Polyurethane'), ('Keen|Wingtip|PVC'), ('Keen|Wingtip|Rubber'), ('Keen|Work Boot|Leather'), ('Keen|Work Boot|Leatherette'), ('Keen|Work Boot|Polyurethane'), ('Keen|Work Boot|PVC'), ('Keen|Work Boot|Rubber'), ('Lacoste|Balmoral|Leather'), ('Lacoste|Balmoral|Leatherette'), ('Lacoste|Balmoral|Polyurethane'), ('Lacoste|Balmoral|PVC'), ('Lacoste|Balmoral|Rubber'), ('Lacoste|Boat Shoe|Leather'), ('Lacoste|Boat Shoe|Leatherette'), ('Lacoste|Boat Shoe|Polyurethane'), ('Lacoste|Boat Shoe|PVC'), ('Lacoste|Boat Shoe|Rubber'), ('Lacoste|Brouge|Leather'), ('Lacoste|Brouge|Leatherette'), ('Lacoste|Brouge|Polyurethane'), ('Lacoste|Brouge|PVC'), ('Lacoste|Brouge|Rubber'), ('Lacoste|Cross Trainer|Leather'), ('Lacoste|Cross Trainer|Leatherette'), ('Lacoste|Cross Trainer|Polyurethane'), ('Lacoste|Cross Trainer|PVC'), ('Lacoste|Cross Trainer|Rubber'), ('Lacoste|Derby|Leather'), ('Lacoste|Derby|Leatherette'), ('Lacoste|Derby|Polyurethane'), ('Lacoste|Derby|PVC'), ('Lacoste|Derby|Rubber'), ('Lacoste|Dress Boot|Leather'), ('Lacoste|Dress Boot|Leatherette'), ('Lacoste|Dress Boot|Polyurethane'), ('Lacoste|Dress Boot|PVC'), ('Lacoste|Dress Boot|Rubber'), ('Lacoste|Dress Shoe|Leather'), ('Lacoste|Dress Shoe|Leatherette'), ('Lacoste|Dress Shoe|Polyurethane'), ('Lacoste|Dress Shoe|PVC'), ('Lacoste|Dress Shoe|Rubber'), ('Lacoste|Driving Shoe|Leather'), ('Lacoste|Driving Shoe|Leatherette'), ('Lacoste|Driving Shoe|Polyurethane'), ('Lacoste|Driving Shoe|PVC'), ('Lacoste|Driving Shoe|Rubber'), ('Lacoste|Hiker|Leather'), ('Lacoste|Hiker|Leatherette'), ('Lacoste|Hiker|Polyurethane'), ('Lacoste|Hiker|PVC'), ('Lacoste|Hiker|Rubber'), ('Lacoste|Loafer (Slip-on)|Leather'), ('Lacoste|Loafer (Slip-on)|Leatherette'), ('Lacoste|Loafer (Slip-on)|Polyurethane'), ('Lacoste|Loafer (Slip-on)|PVC'), ('Lacoste|Loafer (Slip-on)|Rubber'), ('Lacoste|Oxford (Lace-up)|Leather'), ('Lacoste|Oxford (Lace-up)|Leatherette'), ('Lacoste|Oxford (Lace-up)|Polyurethane'), ('Lacoste|Oxford (Lace-up)|PVC'), ('Lacoste|Oxford (Lace-up)|Rubber'), ('Lacoste|Patent Leather|Leather'), ('Lacoste|Patent Leather|Leatherette'), ('Lacoste|Patent Leather|Polyurethane'), ('Lacoste|Patent Leather|PVC'), ('Lacoste|Patent Leather|Rubber'), ('Lacoste|Penny Loafer|Leather'), ('Lacoste|Penny Loafer|Leatherette'), ('Lacoste|Penny Loafer|Polyurethane'), ('Lacoste|Penny Loafer|PVC'), ('Lacoste|Penny Loafer|Rubber'), ('Lacoste|Runner|Leather'), ('Lacoste|Runner|Leatherette'), ('Lacoste|Runner|Polyurethane'), ('Lacoste|Runner|PVC'), ('Lacoste|Runner|Rubber'), ('Lacoste|Saddle Shoe|Leather'), ('Lacoste|Saddle Shoe|Leatherette'), ('Lacoste|Saddle Shoe|Polyurethane'), ('Lacoste|Saddle Shoe|PVC'), ('Lacoste|Saddle Shoe|Rubber'), ('Lacoste|Sandal|Leather'), ('Lacoste|Sandal|Leatherette'), ('Lacoste|Sandal|Polyurethane'), ('Lacoste|Sandal|PVC'), ('Lacoste|Sandal|Rubber'), ('Lacoste|Tennis|Leather'), ('Lacoste|Tennis|Leatherette'), ('Lacoste|Tennis|Polyurethane'), ('Lacoste|Tennis|PVC'), ('Lacoste|Tennis|Rubber'), ('Lacoste|Walker|Leather'), ('Lacoste|Walker|Leatherette'), ('Lacoste|Walker|Polyurethane'), ('Lacoste|Walker|PVC'), ('Lacoste|Walker|Rubber'), ('Lacoste|Wingtip|Leather'), ('Lacoste|Wingtip|Leatherette'), ('Lacoste|Wingtip|Polyurethane'), ('Lacoste|Wingtip|PVC'), ('Lacoste|Wingtip|Rubber'), ('Lacoste|Work Boot|Leather'), ('Lacoste|Work Boot|Leatherette'), ('Lacoste|Work Boot|Polyurethane'), ('Lacoste|Work Boot|PVC'), ('Lacoste|Work Boot|Rubber'), ('Marc Jacobs|Balmoral|Leather'), ('Marc Jacobs|Balmoral|Leatherette'), ('Marc Jacobs|Balmoral|Polyurethane'), ('Marc Jacobs|Balmoral|PVC'), ('Marc Jacobs|Balmoral|Rubber'), ('Marc Jacobs|Boat Shoe|Leather'), ('Marc Jacobs|Boat Shoe|Leatherette'), ('Marc Jacobs|Boat Shoe|Polyurethane'), ('Marc Jacobs|Boat Shoe|PVC'), ('Marc Jacobs|Boat Shoe|Rubber'), ('Marc Jacobs|Brouge|Leather'), ('Marc Jacobs|Brouge|Leatherette'), ('Marc Jacobs|Brouge|Polyurethane'), ('Marc Jacobs|Brouge|PVC'), ('Marc Jacobs|Brouge|Rubber'), ('Marc Jacobs|Cross Trainer|Leather'), ('Marc Jacobs|Cross Trainer|Leatherette'), ('Marc Jacobs|Cross Trainer|Polyurethane'), ('Marc Jacobs|Cross Trainer|PVC'), ('Marc Jacobs|Cross Trainer|Rubber'), ('Marc Jacobs|Derby|Leather'), ('Marc Jacobs|Derby|Leatherette'), ('Marc Jacobs|Derby|Polyurethane'), ('Marc Jacobs|Derby|PVC'), ('Marc Jacobs|Derby|Rubber'), ('Marc Jacobs|Dress Boot|Leather'), ('Marc Jacobs|Dress Boot|Leatherette'), ('Marc Jacobs|Dress Boot|Polyurethane'), ('Marc Jacobs|Dress Boot|PVC'), ('Marc Jacobs|Dress Boot|Rubber'), ('Marc Jacobs|Dress Shoe|Leather'), ('Marc Jacobs|Dress Shoe|Leatherette'), ('Marc Jacobs|Dress Shoe|Polyurethane'), ('Marc Jacobs|Dress Shoe|PVC'), ('Marc Jacobs|Dress Shoe|Rubber'), ('Marc Jacobs|Driving Shoe|Leather'), ('Marc Jacobs|Driving Shoe|Leatherette'), ('Marc Jacobs|Driving Shoe|Polyurethane'), ('Marc Jacobs|Driving Shoe|PVC'), ('Marc Jacobs|Driving Shoe|Rubber'), ('Marc Jacobs|Hiker|Leather'), ('Marc Jacobs|Hiker|Leatherette'), ('Marc Jacobs|Hiker|Polyurethane'), ('Marc Jacobs|Hiker|PVC'), ('Marc Jacobs|Hiker|Rubber'), ('Marc Jacobs|Loafer (Slip-on)|Leather'), ('Marc Jacobs|Loafer (Slip-on)|Leatherette'), ('Marc Jacobs|Loafer (Slip-on)|Polyurethane'), ('Marc Jacobs|Loafer (Slip-on)|PVC'), ('Marc Jacobs|Loafer (Slip-on)|Rubber'), ('Marc Jacobs|Oxford (Lace-up)|Leather'), ('Marc Jacobs|Oxford (Lace-up)|Leatherette'), ('Marc Jacobs|Oxford (Lace-up)|Polyurethane'), ('Marc Jacobs|Oxford (Lace-up)|PVC'), ('Marc Jacobs|Oxford (Lace-up)|Rubber'), ('Marc Jacobs|Patent Leather|Leather'), ('Marc Jacobs|Patent Leather|Leatherette'), ('Marc Jacobs|Patent Leather|Polyurethane'), ('Marc Jacobs|Patent Leather|PVC'), ('Marc Jacobs|Patent Leather|Rubber'), ('Marc Jacobs|Penny Loafer|Leather'), ('Marc Jacobs|Penny Loafer|Leatherette'), ('Marc Jacobs|Penny Loafer|Polyurethane'), ('Marc Jacobs|Penny Loafer|PVC'), ('Marc Jacobs|Penny Loafer|Rubber'), ('Marc Jacobs|Runner|Leather'), ('Marc Jacobs|Runner|Leatherette'), ('Marc Jacobs|Runner|Polyurethane'), ('Marc Jacobs|Runner|PVC'), ('Marc Jacobs|Runner|Rubber'), ('Marc Jacobs|Saddle Shoe|Leather'), ('Marc Jacobs|Saddle Shoe|Leatherette'), ('Marc Jacobs|Saddle Shoe|Polyurethane'), ('Marc Jacobs|Saddle Shoe|PVC'), ('Marc Jacobs|Saddle Shoe|Rubber'), ('Marc Jacobs|Sandal|Leather'), ('Marc Jacobs|Sandal|Leatherette'), ('Marc Jacobs|Sandal|Polyurethane'), ('Marc Jacobs|Sandal|PVC'), ('Marc Jacobs|Sandal|Rubber'), ('Marc Jacobs|Tennis|Leather'), ('Marc Jacobs|Tennis|Leatherette'), ('Marc Jacobs|Tennis|Polyurethane'), ('Marc Jacobs|Tennis|PVC'), ('Marc Jacobs|Tennis|Rubber'), ('Marc Jacobs|Walker|Leather'), ('Marc Jacobs|Walker|Leatherette'), ('Marc Jacobs|Walker|Polyurethane'), ('Marc Jacobs|Walker|PVC'), ('Marc Jacobs|Walker|Rubber'), ('Marc Jacobs|Wingtip|Leather'), ('Marc Jacobs|Wingtip|Leatherette'), ('Marc Jacobs|Wingtip|Polyurethane'), ('Marc Jacobs|Wingtip|PVC'), ('Marc Jacobs|Wingtip|Rubber'), ('Marc Jacobs|Work Boot|Leather'), ('Marc Jacobs|Work Boot|Leatherette'), ('Marc Jacobs|Work Boot|Polyurethane'), ('Marc Jacobs|Work Boot|PVC'), ('Marc Jacobs|Work Boot|Rubber'), ('Merrell|Balmoral|Leather'), ('Merrell|Balmoral|Leatherette'), ('Merrell|Balmoral|Polyurethane'), ('Merrell|Balmoral|PVC'), ('Merrell|Balmoral|Rubber'), ('Merrell|Boat Shoe|Leather'), ('Merrell|Boat Shoe|Leatherette'), ('Merrell|Boat Shoe|Polyurethane'), ('Merrell|Boat Shoe|PVC'), ('Merrell|Boat Shoe|Rubber'), ('Merrell|Brouge|Leather'), ('Merrell|Brouge|Leatherette'), ('Merrell|Brouge|Polyurethane'), ('Merrell|Brouge|PVC'), ('Merrell|Brouge|Rubber'), ('Merrell|Cross Trainer|Leather'), ('Merrell|Cross Trainer|Leatherette'), ('Merrell|Cross Trainer|Polyurethane'), ('Merrell|Cross Trainer|PVC'), ('Merrell|Cross Trainer|Rubber'), ('Merrell|Derby|Leather'), ('Merrell|Derby|Leatherette'), ('Merrell|Derby|Polyurethane'), ('Merrell|Derby|PVC'), ('Merrell|Derby|Rubber'), ('Merrell|Dress Boot|Leather'), ('Merrell|Dress Boot|Leatherette'), ('Merrell|Dress Boot|Polyurethane'), ('Merrell|Dress Boot|PVC'), ('Merrell|Dress Boot|Rubber'), ('Merrell|Dress Shoe|Leather'), ('Merrell|Dress Shoe|Leatherette'), ('Merrell|Dress Shoe|Polyurethane'), ('Merrell|Dress Shoe|PVC'), ('Merrell|Dress Shoe|Rubber'), ('Merrell|Driving Shoe|Leather'), ('Merrell|Driving Shoe|Leatherette'), ('Merrell|Driving Shoe|Polyurethane'), ('Merrell|Driving Shoe|PVC'), ('Merrell|Driving Shoe|Rubber'), ('Merrell|Hiker|Leather'), ('Merrell|Hiker|Leatherette'), ('Merrell|Hiker|Polyurethane'), ('Merrell|Hiker|PVC'), ('Merrell|Hiker|Rubber'), ('Merrell|Loafer (Slip-on)|Leather'), ('Merrell|Loafer (Slip-on)|Leatherette'), ('Merrell|Loafer (Slip-on)|Polyurethane'), ('Merrell|Loafer (Slip-on)|PVC'), ('Merrell|Loafer (Slip-on)|Rubber'), ('Merrell|Oxford (Lace-up)|Leather'), ('Merrell|Oxford (Lace-up)|Leatherette'), ('Merrell|Oxford (Lace-up)|Polyurethane'), ('Merrell|Oxford (Lace-up)|PVC'), ('Merrell|Oxford (Lace-up)|Rubber'), ('Merrell|Patent Leather|Leather'), ('Merrell|Patent Leather|Leatherette'), ('Merrell|Patent Leather|Polyurethane'), ('Merrell|Patent Leather|PVC'), ('Merrell|Patent Leather|Rubber'), ('Merrell|Penny Loafer|Leather'), ('Merrell|Penny Loafer|Leatherette'), ('Merrell|Penny Loafer|Polyurethane'), ('Merrell|Penny Loafer|PVC'), ('Merrell|Penny Loafer|Rubber'), ('Merrell|Runner|Leather'), ('Merrell|Runner|Leatherette'), ('Merrell|Runner|Polyurethane'), ('Merrell|Runner|PVC'), ('Merrell|Runner|Rubber'), ('Merrell|Saddle Shoe|Leather'), ('Merrell|Saddle Shoe|Leatherette'), ('Merrell|Saddle Shoe|Polyurethane'), ('Merrell|Saddle Shoe|PVC'), ('Merrell|Saddle Shoe|Rubber'), ('Merrell|Sandal|Leather'), ('Merrell|Sandal|Leatherette'), ('Merrell|Sandal|Polyurethane'), ('Merrell|Sandal|PVC'), ('Merrell|Sandal|Rubber'), ('Merrell|Tennis|Leather'), ('Merrell|Tennis|Leatherette'), ('Merrell|Tennis|Polyurethane'), ('Merrell|Tennis|PVC'), ('Merrell|Tennis|Rubber'), ('Merrell|Walker|Leather'), ('Merrell|Walker|Leatherette'), ('Merrell|Walker|Polyurethane'), ('Merrell|Walker|PVC'), ('Merrell|Walker|Rubber'), ('Merrell|Wingtip|Leather'), ('Merrell|Wingtip|Leatherette'), ('Merrell|Wingtip|Polyurethane'), ('Merrell|Wingtip|PVC'), ('Merrell|Wingtip|Rubber'), ('Merrell|Work Boot|Leather'), ('Merrell|Work Boot|Leatherette'), ('Merrell|Work Boot|Polyurethane'), ('Merrell|Work Boot|PVC'), ('Merrell|Work Boot|Rubber'), ('Mizuno|Balmoral|Leather'), ('Mizuno|Balmoral|Leatherette'), ('Mizuno|Balmoral|Polyurethane'), ('Mizuno|Balmoral|PVC'), ('Mizuno|Balmoral|Rubber'), ('Mizuno|Boat Shoe|Leather'), ('Mizuno|Boat Shoe|Leatherette'), ('Mizuno|Boat Shoe|Polyurethane'), ('Mizuno|Boat Shoe|PVC'), ('Mizuno|Boat Shoe|Rubber'), ('Mizuno|Brouge|Leather'), ('Mizuno|Brouge|Leatherette'), ('Mizuno|Brouge|Polyurethane'), ('Mizuno|Brouge|PVC'), ('Mizuno|Brouge|Rubber'), ('Mizuno|Cross Trainer|Leather'), ('Mizuno|Cross Trainer|Leatherette'), ('Mizuno|Cross Trainer|Polyurethane'), ('Mizuno|Cross Trainer|PVC'), ('Mizuno|Cross Trainer|Rubber'), ('Mizuno|Derby|Leather'), ('Mizuno|Derby|Leatherette'), ('Mizuno|Derby|Polyurethane'), ('Mizuno|Derby|PVC'), ('Mizuno|Derby|Rubber'), ('Mizuno|Dress Boot|Leather'), ('Mizuno|Dress Boot|Leatherette'), ('Mizuno|Dress Boot|Polyurethane'), ('Mizuno|Dress Boot|PVC'), ('Mizuno|Dress Boot|Rubber'), ('Mizuno|Dress Shoe|Leather'), ('Mizuno|Dress Shoe|Leatherette'), ('Mizuno|Dress Shoe|Polyurethane'), ('Mizuno|Dress Shoe|PVC'), ('Mizuno|Dress Shoe|Rubber'), ('Mizuno|Driving Shoe|Leather'), ('Mizuno|Driving Shoe|Leatherette'), ('Mizuno|Driving Shoe|Polyurethane'), ('Mizuno|Driving Shoe|PVC'), ('Mizuno|Driving Shoe|Rubber'), ('Mizuno|Hiker|Leather'), ('Mizuno|Hiker|Leatherette'), ('Mizuno|Hiker|Polyurethane'), ('Mizuno|Hiker|PVC'), ('Mizuno|Hiker|Rubber'), ('Mizuno|Loafer (Slip-on)|Leather'), ('Mizuno|Loafer (Slip-on)|Leatherette'), ('Mizuno|Loafer (Slip-on)|Polyurethane'), ('Mizuno|Loafer (Slip-on)|PVC'), ('Mizuno|Loafer (Slip-on)|Rubber'), ('Mizuno|Oxford (Lace-up)|Leather'), ('Mizuno|Oxford (Lace-up)|Leatherette'), ('Mizuno|Oxford (Lace-up)|Polyurethane'), ('Mizuno|Oxford (Lace-up)|PVC'), ('Mizuno|Oxford (Lace-up)|Rubber'), ('Mizuno|Patent Leather|Leather'), ('Mizuno|Patent Leather|Leatherette'), ('Mizuno|Patent Leather|Polyurethane'), ('Mizuno|Patent Leather|PVC'), ('Mizuno|Patent Leather|Rubber'), ('Mizuno|Penny Loafer|Leather'), ('Mizuno|Penny Loafer|Leatherette'), ('Mizuno|Penny Loafer|Polyurethane'), ('Mizuno|Penny Loafer|PVC'), ('Mizuno|Penny Loafer|Rubber'), ('Mizuno|Runner|Leather'), ('Mizuno|Runner|Leatherette'), ('Mizuno|Runner|Polyurethane'), ('Mizuno|Runner|PVC'), ('Mizuno|Runner|Rubber'), ('Mizuno|Saddle Shoe|Leather'), ('Mizuno|Saddle Shoe|Leatherette'), ('Mizuno|Saddle Shoe|Polyurethane'), ('Mizuno|Saddle Shoe|PVC'), ('Mizuno|Saddle Shoe|Rubber'), ('Mizuno|Sandal|Leather'), ('Mizuno|Sandal|Leatherette'), ('Mizuno|Sandal|Polyurethane'), ('Mizuno|Sandal|PVC'), ('Mizuno|Sandal|Rubber'), ('Mizuno|Tennis|Leather'), ('Mizuno|Tennis|Leatherette'), ('Mizuno|Tennis|Polyurethane'), ('Mizuno|Tennis|PVC'), ('Mizuno|Tennis|Rubber'), ('Mizuno|Walker|Leather'), ('Mizuno|Walker|Leatherette'), ('Mizuno|Walker|Polyurethane'), ('Mizuno|Walker|PVC'), ('Mizuno|Walker|Rubber'), ('Mizuno|Wingtip|Leather'), ('Mizuno|Wingtip|Leatherette'), ('Mizuno|Wingtip|Polyurethane'), ('Mizuno|Wingtip|PVC'), ('Mizuno|Wingtip|Rubber'), ('Mizuno|Work Boot|Leather'), ('Mizuno|Work Boot|Leatherette'), ('Mizuno|Work Boot|Polyurethane'), ('Mizuno|Work Boot|PVC'), ('Mizuno|Work Boot|Rubber'), ('Muck Boot|Balmoral|Leather'), ('Muck Boot|Balmoral|Leatherette'), ('Muck Boot|Balmoral|Polyurethane'), ('Muck Boot|Balmoral|PVC'), ('Muck Boot|Balmoral|Rubber'), ('Muck Boot|Boat Shoe|Leather'), ('Muck Boot|Boat Shoe|Leatherette'), ('Muck Boot|Boat Shoe|Polyurethane'), ('Muck Boot|Boat Shoe|PVC'), ('Muck Boot|Boat Shoe|Rubber'), ('Muck Boot|Brouge|Leather'), ('Muck Boot|Brouge|Leatherette'), ('Muck Boot|Brouge|Polyurethane'), ('Muck Boot|Brouge|PVC'), ('Muck Boot|Brouge|Rubber'), ('Muck Boot|Cross Trainer|Leather'), ('Muck Boot|Cross Trainer|Leatherette'), ('Muck Boot|Cross Trainer|Polyurethane'), ('Muck Boot|Cross Trainer|PVC'), ('Muck Boot|Cross Trainer|Rubber'), ('Muck Boot|Derby|Leather'), ('Muck Boot|Derby|Leatherette'), ('Muck Boot|Derby|Polyurethane'), ('Muck Boot|Derby|PVC'), ('Muck Boot|Derby|Rubber'), ('Muck Boot|Dress Boot|Leather'), ('Muck Boot|Dress Boot|Leatherette'), ('Muck Boot|Dress Boot|Polyurethane'), ('Muck Boot|Dress Boot|PVC'), ('Muck Boot|Dress Boot|Rubber'), ('Muck Boot|Dress Shoe|Leather'), ('Muck Boot|Dress Shoe|Leatherette'), ('Muck Boot|Dress Shoe|Polyurethane'), ('Muck Boot|Dress Shoe|PVC'), ('Muck Boot|Dress Shoe|Rubber'), ('Muck Boot|Driving Shoe|Leather'), ('Muck Boot|Driving Shoe|Leatherette'), ('Muck Boot|Driving Shoe|Polyurethane'), ('Muck Boot|Driving Shoe|PVC'), ('Muck Boot|Driving Shoe|Rubber'), ('Muck Boot|Hiker|Leather'), ('Muck Boot|Hiker|Leatherette'), ('Muck Boot|Hiker|Polyurethane'), ('Muck Boot|Hiker|PVC'), ('Muck Boot|Hiker|Rubber'), ('Muck Boot|Loafer (Slip-on)|Leather'), ('Muck Boot|Loafer (Slip-on)|Leatherette'), ('Muck Boot|Loafer (Slip-on)|Polyurethane'), ('Muck Boot|Loafer (Slip-on)|PVC'), ('Muck Boot|Loafer (Slip-on)|Rubber'), ('Muck Boot|Oxford (Lace-up)|Leather'), ('Muck Boot|Oxford (Lace-up)|Leatherette'), ('Muck Boot|Oxford (Lace-up)|Polyurethane'), ('Muck Boot|Oxford (Lace-up)|PVC'), ('Muck Boot|Oxford (Lace-up)|Rubber'), ('Muck Boot|Patent Leather|Leather'), ('Muck Boot|Patent Leather|Leatherette'), ('Muck Boot|Patent Leather|Polyurethane'), ('Muck Boot|Patent Leather|PVC'), ('Muck Boot|Patent Leather|Rubber'), ('Muck Boot|Penny Loafer|Leather'), ('Muck Boot|Penny Loafer|Leatherette'), ('Muck Boot|Penny Loafer|Polyurethane'), ('Muck Boot|Penny Loafer|PVC'), ('Muck Boot|Penny Loafer|Rubber'), ('Muck Boot|Runner|Leather'), ('Muck Boot|Runner|Leatherette'), ('Muck Boot|Runner|Polyurethane'), ('Muck Boot|Runner|PVC'), ('Muck Boot|Runner|Rubber'), ('Muck Boot|Saddle Shoe|Leather'), ('Muck Boot|Saddle Shoe|Leatherette'), ('Muck Boot|Saddle Shoe|Polyurethane'), ('Muck Boot|Saddle Shoe|PVC'), ('Muck Boot|Saddle Shoe|Rubber'), ('Muck Boot|Sandal|Leather'), ('Muck Boot|Sandal|Leatherette'), ('Muck Boot|Sandal|Polyurethane'), ('Muck Boot|Sandal|PVC'), ('Muck Boot|Sandal|Rubber'), ('Muck Boot|Tennis|Leather'), ('Muck Boot|Tennis|Leatherette'), ('Muck Boot|Tennis|Polyurethane'), ('Muck Boot|Tennis|PVC'), ('Muck Boot|Tennis|Rubber'), ('Muck Boot|Walker|Leather'), ('Muck Boot|Walker|Leatherette'), ('Muck Boot|Walker|Polyurethane'), ('Muck Boot|Walker|PVC'), ('Muck Boot|Walker|Rubber'), ('Muck Boot|Wingtip|Leather'), ('Muck Boot|Wingtip|Leatherette'), ('Muck Boot|Wingtip|Polyurethane'), ('Muck Boot|Wingtip|PVC'), ('Muck Boot|Wingtip|Rubber'), ('Muck Boot|Work Boot|Leather'), ('Muck Boot|Work Boot|Leatherette'), ('Muck Boot|Work Boot|Polyurethane'), ('Muck Boot|Work Boot|PVC'), ('Muck Boot|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Original Penguin|Balmoral|Leather'), ('Original Penguin|Balmoral|Leatherette'), ('Original Penguin|Balmoral|Polyurethane'), ('Original Penguin|Balmoral|PVC'), ('Original Penguin|Balmoral|Rubber'), ('Original Penguin|Boat Shoe|Leather'), ('Original Penguin|Boat Shoe|Leatherette'), ('Original Penguin|Boat Shoe|Polyurethane'), ('Original Penguin|Boat Shoe|PVC'), ('Original Penguin|Boat Shoe|Rubber'), ('Original Penguin|Brouge|Leather'), ('Original Penguin|Brouge|Leatherette'), ('Original Penguin|Brouge|Polyurethane'), ('Original Penguin|Brouge|PVC'), ('Original Penguin|Brouge|Rubber'), ('Original Penguin|Cross Trainer|Leather'), ('Original Penguin|Cross Trainer|Leatherette'), ('Original Penguin|Cross Trainer|Polyurethane'), ('Original Penguin|Cross Trainer|PVC'), ('Original Penguin|Cross Trainer|Rubber'), ('Original Penguin|Derby|Leather'), ('Original Penguin|Derby|Leatherette'), ('Original Penguin|Derby|Polyurethane'), ('Original Penguin|Derby|PVC'), ('Original Penguin|Derby|Rubber'), ('Original Penguin|Dress Boot|Leather'), ('Original Penguin|Dress Boot|Leatherette'), ('Original Penguin|Dress Boot|Polyurethane'), ('Original Penguin|Dress Boot|PVC'), ('Original Penguin|Dress Boot|Rubber'), ('Original Penguin|Dress Shoe|Leather'), ('Original Penguin|Dress Shoe|Leatherette'), ('Original Penguin|Dress Shoe|Polyurethane'), ('Original Penguin|Dress Shoe|PVC'), ('Original Penguin|Dress Shoe|Rubber'), ('Original Penguin|Driving Shoe|Leather'), ('Original Penguin|Driving Shoe|Leatherette'), ('Original Penguin|Driving Shoe|Polyurethane'), ('Original Penguin|Driving Shoe|PVC'), ('Original Penguin|Driving Shoe|Rubber'), ('Original Penguin|Hiker|Leather'), ('Original Penguin|Hiker|Leatherette'), ('Original Penguin|Hiker|Polyurethane'), ('Original Penguin|Hiker|PVC'), ('Original Penguin|Hiker|Rubber'), ('Original Penguin|Loafer (Slip-on)|Leather'), ('Original Penguin|Loafer (Slip-on)|Leatherette'), ('Original Penguin|Loafer (Slip-on)|Polyurethane'), ('Original Penguin|Loafer (Slip-on)|PVC'), ('Original Penguin|Loafer (Slip-on)|Rubber'), ('Original Penguin|Oxford (Lace-up)|Leather'), ('Original Penguin|Oxford (Lace-up)|Leatherette'), ('Original Penguin|Oxford (Lace-up)|Polyurethane'), ('Original Penguin|Oxford (Lace-up)|PVC'), ('Original Penguin|Oxford (Lace-up)|Rubber'), ('Original Penguin|Patent Leather|Leather'), ('Original Penguin|Patent Leather|Leatherette'), ('Original Penguin|Patent Leather|Polyurethane'), ('Original Penguin|Patent Leather|PVC'), ('Original Penguin|Patent Leather|Rubber'), ('Original Penguin|Penny Loafer|Leather'), ('Original Penguin|Penny Loafer|Leatherette'), ('Original Penguin|Penny Loafer|Polyurethane'), ('Original Penguin|Penny Loafer|PVC'), ('Original Penguin|Penny Loafer|Rubber'), ('Original Penguin|Runner|Leather'), ('Original Penguin|Runner|Leatherette'), ('Original Penguin|Runner|Polyurethane'), ('Original Penguin|Runner|PVC'), ('Original Penguin|Runner|Rubber'), ('Original Penguin|Saddle Shoe|Leather'), ('Original Penguin|Saddle Shoe|Leatherette'), ('Original Penguin|Saddle Shoe|Polyurethane'), ('Original Penguin|Saddle Shoe|PVC'), ('Original Penguin|Saddle Shoe|Rubber'), ('Original Penguin|Sandal|Leather'), ('Original Penguin|Sandal|Leatherette'), ('Original Penguin|Sandal|Polyurethane'), ('Original Penguin|Sandal|PVC'), ('Original Penguin|Sandal|Rubber'), ('Original Penguin|Tennis|Leather'), ('Original Penguin|Tennis|Leatherette'), ('Original Penguin|Tennis|Polyurethane'), ('Original Penguin|Tennis|PVC'), ('Original Penguin|Tennis|Rubber'), ('Original Penguin|Walker|Leather'), ('Original Penguin|Walker|Leatherette'), ('Original Penguin|Walker|Polyurethane'), ('Original Penguin|Walker|PVC'), ('Original Penguin|Walker|Rubber'), ('Original Penguin|Wingtip|Leather'), ('Original Penguin|Wingtip|Leatherette'), ('Original Penguin|Wingtip|Polyurethane'), ('Original Penguin|Wingtip|PVC'), ('Original Penguin|Wingtip|Rubber'), ('Original Penguin|Work Boot|Leather'), ('Original Penguin|Work Boot|Leatherette'), ('Original Penguin|Work Boot|Polyurethane'), ('Original Penguin|Work Boot|PVC'), ('Original Penguin|Work Boot|Rubber'), ('Polo Ralph Lauren|Balmoral|Leather'), ('Polo Ralph Lauren|Balmoral|Leatherette'), ('Polo Ralph Lauren|Balmoral|Polyurethane'), ('Polo Ralph Lauren|Balmoral|PVC'), ('Polo Ralph Lauren|Balmoral|Rubber'), ('Polo Ralph Lauren|Boat Shoe|Leather'), ('Polo Ralph Lauren|Boat Shoe|Leatherette'), ('Polo Ralph Lauren|Boat Shoe|Polyurethane'), ('Polo Ralph Lauren|Boat Shoe|PVC'), ('Polo Ralph Lauren|Boat Shoe|Rubber'), ('Polo Ralph Lauren|Brouge|Leather'), ('Polo Ralph Lauren|Brouge|Leatherette'), ('Polo Ralph Lauren|Brouge|Polyurethane'), ('Polo Ralph Lauren|Brouge|PVC'), ('Polo Ralph Lauren|Brouge|Rubber'), ('Polo Ralph Lauren|Cross Trainer|Leather'), ('Polo Ralph Lauren|Cross Trainer|Leatherette'), ('Polo Ralph Lauren|Cross Trainer|Polyurethane'), ('Polo Ralph Lauren|Cross Trainer|PVC'), ('Polo Ralph Lauren|Cross Trainer|Rubber'), ('Polo Ralph Lauren|Derby|Leather'), ('Polo Ralph Lauren|Derby|Leatherette'), ('Polo Ralph Lauren|Derby|Polyurethane'), ('Polo Ralph Lauren|Derby|PVC'), ('Polo Ralph Lauren|Derby|Rubber'), ('Polo Ralph Lauren|Dress Boot|Leather'), ('Polo Ralph Lauren|Dress Boot|Leatherette'), ('Polo Ralph Lauren|Dress Boot|Polyurethane'), ('Polo Ralph Lauren|Dress Boot|PVC'), ('Polo Ralph Lauren|Dress Boot|Rubber'), ('Polo Ralph Lauren|Dress Shoe|Leather'), ('Polo Ralph Lauren|Dress Shoe|Leatherette'), ('Polo Ralph Lauren|Dress Shoe|Polyurethane'), ('Polo Ralph Lauren|Dress Shoe|PVC'), ('Polo Ralph Lauren|Dress Shoe|Rubber'), ('Polo Ralph Lauren|Driving Shoe|Leather'), ('Polo Ralph Lauren|Driving Shoe|Leatherette'), ('Polo Ralph Lauren|Driving Shoe|Polyurethane'), ('Polo Ralph Lauren|Driving Shoe|PVC'), ('Polo Ralph Lauren|Driving Shoe|Rubber'), ('Polo Ralph Lauren|Hiker|Leather'), ('Polo Ralph Lauren|Hiker|Leatherette'), ('Polo Ralph Lauren|Hiker|Polyurethane'), ('Polo Ralph Lauren|Hiker|PVC'), ('Polo Ralph Lauren|Hiker|Rubber'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leather'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leatherette'), ('Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane'), ('Polo Ralph Lauren|Loafer (Slip-on)|PVC'), ('Polo Ralph Lauren|Loafer (Slip-on)|Rubber'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leather'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leatherette'), ('Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane'), ('Polo Ralph Lauren|Oxford (Lace-up)|PVC'), ('Polo Ralph Lauren|Oxford (Lace-up)|Rubber'), ('Polo Ralph Lauren|Patent Leather|Leather'), ('Polo Ralph Lauren|Patent Leather|Leatherette'), ('Polo Ralph Lauren|Patent Leather|Polyurethane'), ('Polo Ralph Lauren|Patent Leather|PVC'), ('Polo Ralph Lauren|Patent Leather|Rubber'), ('Polo Ralph Lauren|Penny Loafer|Leather'), ('Polo Ralph Lauren|Penny Loafer|Leatherette'), ('Polo Ralph Lauren|Penny Loafer|Polyurethane'), ('Polo Ralph Lauren|Penny Loafer|PVC'), ('Polo Ralph Lauren|Penny Loafer|Rubber'), ('Polo Ralph Lauren|Runner|Leather'), ('Polo Ralph Lauren|Runner|Leatherette'), ('Polo Ralph Lauren|Runner|Polyurethane'), ('Polo Ralph Lauren|Runner|PVC'), ('Polo Ralph Lauren|Runner|Rubber'), ('Polo Ralph Lauren|Saddle Shoe|Leather'), ('Polo Ralph Lauren|Saddle Shoe|Leatherette'), ('Polo Ralph Lauren|Saddle Shoe|Polyurethane'), ('Polo Ralph Lauren|Saddle Shoe|PVC'), ('Polo Ralph Lauren|Saddle Shoe|Rubber'), ('Polo Ralph Lauren|Sandal|Leather'), ('Polo Ralph Lauren|Sandal|Leatherette'), ('Polo Ralph Lauren|Sandal|Polyurethane'), ('Polo Ralph Lauren|Sandal|PVC'), ('Polo Ralph Lauren|Sandal|Rubber'), ('Polo Ralph Lauren|Tennis|Leather'), ('Polo Ralph Lauren|Tennis|Leatherette'), ('Polo Ralph Lauren|Tennis|Polyurethane'), ('Polo Ralph Lauren|Tennis|PVC'), ('Polo Ralph Lauren|Tennis|Rubber'), ('Polo Ralph Lauren|Walker|Leather'), ('Polo Ralph Lauren|Walker|Leatherette'), ('Polo Ralph Lauren|Walker|Polyurethane'), ('Polo Ralph Lauren|Walker|PVC'), ('Polo Ralph Lauren|Walker|Rubber'), ('Polo Ralph Lauren|Wingtip|Leather'), ('Polo Ralph Lauren|Wingtip|Leatherette'), ('Polo Ralph Lauren|Wingtip|Polyurethane'), ('Polo Ralph Lauren|Wingtip|PVC'), ('Polo Ralph Lauren|Wingtip|Rubber'), ('Polo Ralph Lauren|Work Boot|Leather'), ('Polo Ralph Lauren|Work Boot|Leatherette'), ('Polo Ralph Lauren|Work Boot|Polyurethane'), ('Polo Ralph Lauren|Work Boot|PVC'), ('Polo Ralph Lauren|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reef|Balmoral|Leather'), ('Reef|Balmoral|Leatherette'), ('Reef|Balmoral|Polyurethane'), ('Reef|Balmoral|PVC'), ('Reef|Balmoral|Rubber'), ('Reef|Boat Shoe|Leather'), ('Reef|Boat Shoe|Leatherette'), ('Reef|Boat Shoe|Polyurethane'), ('Reef|Boat Shoe|PVC'), ('Reef|Boat Shoe|Rubber'), ('Reef|Brouge|Leather'), ('Reef|Brouge|Leatherette'), ('Reef|Brouge|Polyurethane'), ('Reef|Brouge|PVC'), ('Reef|Brouge|Rubber'), ('Reef|Cross Trainer|Leather'), ('Reef|Cross Trainer|Leatherette'), ('Reef|Cross Trainer|Polyurethane'), ('Reef|Cross Trainer|PVC'), ('Reef|Cross Trainer|Rubber'), ('Reef|Derby|Leather'), ('Reef|Derby|Leatherette'), ('Reef|Derby|Polyurethane'), ('Reef|Derby|PVC'), ('Reef|Derby|Rubber'), ('Reef|Dress Boot|Leather'), ('Reef|Dress Boot|Leatherette'), ('Reef|Dress Boot|Polyurethane'), ('Reef|Dress Boot|PVC'), ('Reef|Dress Boot|Rubber'), ('Reef|Dress Shoe|Leather'), ('Reef|Dress Shoe|Leatherette'), ('Reef|Dress Shoe|Polyurethane'), ('Reef|Dress Shoe|PVC'), ('Reef|Dress Shoe|Rubber'), ('Reef|Driving Shoe|Leather'), ('Reef|Driving Shoe|Leatherette'), ('Reef|Driving Shoe|Polyurethane'), ('Reef|Driving Shoe|PVC'), ('Reef|Driving Shoe|Rubber'), ('Reef|Hiker|Leather'), ('Reef|Hiker|Leatherette'), ('Reef|Hiker|Polyurethane'), ('Reef|Hiker|PVC'), ('Reef|Hiker|Rubber'), ('Reef|Loafer (Slip-on)|Leather'), ('Reef|Loafer (Slip-on)|Leatherette'), ('Reef|Loafer (Slip-on)|Polyurethane'), ('Reef|Loafer (Slip-on)|PVC'), ('Reef|Loafer (Slip-on)|Rubber'), ('Reef|Oxford (Lace-up)|Leather'), ('Reef|Oxford (Lace-up)|Leatherette'), ('Reef|Oxford (Lace-up)|Polyurethane'), ('Reef|Oxford (Lace-up)|PVC'), ('Reef|Oxford (Lace-up)|Rubber'), ('Reef|Patent Leather|Leather'), ('Reef|Patent Leather|Leatherette'), ('Reef|Patent Leather|Polyurethane'), ('Reef|Patent Leather|PVC'), ('Reef|Patent Leather|Rubber'), ('Reef|Penny Loafer|Leather'), ('Reef|Penny Loafer|Leatherette'), ('Reef|Penny Loafer|Polyurethane'), ('Reef|Penny Loafer|PVC'), ('Reef|Penny Loafer|Rubber'), ('Reef|Runner|Leather'), ('Reef|Runner|Leatherette'), ('Reef|Runner|Polyurethane'), ('Reef|Runner|PVC'), ('Reef|Runner|Rubber'), ('Reef|Saddle Shoe|Leather'), ('Reef|Saddle Shoe|Leatherette'), ('Reef|Saddle Shoe|Polyurethane'), ('Reef|Saddle Shoe|PVC'), ('Reef|Saddle Shoe|Rubber'), ('Reef|Sandal|Leather'), ('Reef|Sandal|Leatherette'), ('Reef|Sandal|Polyurethane'), ('Reef|Sandal|PVC'), ('Reef|Sandal|Rubber'), ('Reef|Tennis|Leather'), ('Reef|Tennis|Leatherette'), ('Reef|Tennis|Polyurethane'), ('Reef|Tennis|PVC'), ('Reef|Tennis|Rubber'), ('Reef|Walker|Leather'), ('Reef|Walker|Leatherette'), ('Reef|Walker|Polyurethane'), ('Reef|Walker|PVC'), ('Reef|Walker|Rubber'), ('Reef|Wingtip|Leather'), ('Reef|Wingtip|Leatherette'), ('Reef|Wingtip|Polyurethane'), ('Reef|Wingtip|PVC'), ('Reef|Wingtip|Rubber'), ('Reef|Work Boot|Leather'), ('Reef|Work Boot|Leatherette'), ('Reef|Work Boot|Polyurethane'), ('Reef|Work Boot|PVC'), ('Reef|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Salomon|Balmoral|Leather'), ('Salomon|Balmoral|Leatherette'), ('Salomon|Balmoral|Polyurethane'), ('Salomon|Balmoral|PVC'), ('Salomon|Balmoral|Rubber'), ('Salomon|Boat Shoe|Leather'), ('Salomon|Boat Shoe|Leatherette'), ('Salomon|Boat Shoe|Polyurethane'), ('Salomon|Boat Shoe|PVC'), ('Salomon|Boat Shoe|Rubber'), ('Salomon|Brouge|Leather'), ('Salomon|Brouge|Leatherette'), ('Salomon|Brouge|Polyurethane'), ('Salomon|Brouge|PVC'), ('Salomon|Brouge|Rubber'), ('Salomon|Cross Trainer|Leather'), ('Salomon|Cross Trainer|Leatherette'), ('Salomon|Cross Trainer|Polyurethane'), ('Salomon|Cross Trainer|PVC'), ('Salomon|Cross Trainer|Rubber'), ('Salomon|Derby|Leather'), ('Salomon|Derby|Leatherette'), ('Salomon|Derby|Polyurethane'), ('Salomon|Derby|PVC'), ('Salomon|Derby|Rubber'), ('Salomon|Dress Boot|Leather'), ('Salomon|Dress Boot|Leatherette'), ('Salomon|Dress Boot|Polyurethane'), ('Salomon|Dress Boot|PVC'), ('Salomon|Dress Boot|Rubber'), ('Salomon|Dress Shoe|Leather'), ('Salomon|Dress Shoe|Leatherette'), ('Salomon|Dress Shoe|Polyurethane'), ('Salomon|Dress Shoe|PVC'), ('Salomon|Dress Shoe|Rubber'), ('Salomon|Driving Shoe|Leather'), ('Salomon|Driving Shoe|Leatherette'), ('Salomon|Driving Shoe|Polyurethane'), ('Salomon|Driving Shoe|PVC'), ('Salomon|Driving Shoe|Rubber'), ('Salomon|Hiker|Leather'), ('Salomon|Hiker|Leatherette'), ('Salomon|Hiker|Polyurethane'), ('Salomon|Hiker|PVC'), ('Salomon|Hiker|Rubber'), ('Salomon|Loafer (Slip-on)|Leather'), ('Salomon|Loafer (Slip-on)|Leatherette'), ('Salomon|Loafer (Slip-on)|Polyurethane'), ('Salomon|Loafer (Slip-on)|PVC'), ('Salomon|Loafer (Slip-on)|Rubber'), ('Salomon|Oxford (Lace-up)|Leather'), ('Salomon|Oxford (Lace-up)|Leatherette'), ('Salomon|Oxford (Lace-up)|Polyurethane'), ('Salomon|Oxford (Lace-up)|PVC'), ('Salomon|Oxford (Lace-up)|Rubber'), ('Salomon|Patent Leather|Leather'), ('Salomon|Patent Leather|Leatherette'), ('Salomon|Patent Leather|Polyurethane'), ('Salomon|Patent Leather|PVC'), ('Salomon|Patent Leather|Rubber'), ('Salomon|Penny Loafer|Leather'), ('Salomon|Penny Loafer|Leatherette'), ('Salomon|Penny Loafer|Polyurethane'), ('Salomon|Penny Loafer|PVC'), ('Salomon|Penny Loafer|Rubber'), ('Salomon|Runner|Leather'), ('Salomon|Runner|Leatherette'), ('Salomon|Runner|Polyurethane'), ('Salomon|Runner|PVC'), ('Salomon|Runner|Rubber'), ('Salomon|Saddle Shoe|Leather'), ('Salomon|Saddle Shoe|Leatherette'), ('Salomon|Saddle Shoe|Polyurethane'), ('Salomon|Saddle Shoe|PVC'), ('Salomon|Saddle Shoe|Rubber'), ('Salomon|Sandal|Leather'), ('Salomon|Sandal|Leatherette'), ('Salomon|Sandal|Polyurethane'), ('Salomon|Sandal|PVC'), ('Salomon|Sandal|Rubber'), ('Salomon|Tennis|Leather'), ('Salomon|Tennis|Leatherette'), ('Salomon|Tennis|Polyurethane'), ('Salomon|Tennis|PVC'), ('Salomon|Tennis|Rubber'), ('Salomon|Walker|Leather'), ('Salomon|Walker|Leatherette'), ('Salomon|Walker|Polyurethane'), ('Salomon|Walker|PVC'), ('Salomon|Walker|Rubber'), ('Salomon|Wingtip|Leather'), ('Salomon|Wingtip|Leatherette'), ('Salomon|Wingtip|Polyurethane'), ('Salomon|Wingtip|PVC'), ('Salomon|Wingtip|Rubber'), ('Salomon|Work Boot|Leather'), ('Salomon|Work Boot|Leatherette'), ('Salomon|Work Boot|Polyurethane'), ('Salomon|Work Boot|PVC'), ('Salomon|Work Boot|Rubber'), ('Sanuk|Balmoral|Leather'), ('Sanuk|Balmoral|Leatherette'), ('Sanuk|Balmoral|Polyurethane'), ('Sanuk|Balmoral|PVC'), ('Sanuk|Balmoral|Rubber'), ('Sanuk|Boat Shoe|Leather'), ('Sanuk|Boat Shoe|Leatherette'), ('Sanuk|Boat Shoe|Polyurethane'), ('Sanuk|Boat Shoe|PVC'), ('Sanuk|Boat Shoe|Rubber'), ('Sanuk|Brouge|Leather'), ('Sanuk|Brouge|Leatherette'), ('Sanuk|Brouge|Polyurethane'), ('Sanuk|Brouge|PVC'), ('Sanuk|Brouge|Rubber'), ('Sanuk|Cross Trainer|Leather'), ('Sanuk|Cross Trainer|Leatherette'), ('Sanuk|Cross Trainer|Polyurethane'), ('Sanuk|Cross Trainer|PVC'), ('Sanuk|Cross Trainer|Rubber'), ('Sanuk|Derby|Leather'), ('Sanuk|Derby|Leatherette'), ('Sanuk|Derby|Polyurethane'), ('Sanuk|Derby|PVC'), ('Sanuk|Derby|Rubber'), ('Sanuk|Dress Boot|Leather'), ('Sanuk|Dress Boot|Leatherette'), ('Sanuk|Dress Boot|Polyurethane'), ('Sanuk|Dress Boot|PVC'), ('Sanuk|Dress Boot|Rubber'), ('Sanuk|Dress Shoe|Leather'), ('Sanuk|Dress Shoe|Leatherette'), ('Sanuk|Dress Shoe|Polyurethane'), ('Sanuk|Dress Shoe|PVC'), ('Sanuk|Dress Shoe|Rubber'), ('Sanuk|Driving Shoe|Leather'), ('Sanuk|Driving Shoe|Leatherette'), ('Sanuk|Driving Shoe|Polyurethane'), ('Sanuk|Driving Shoe|PVC'), ('Sanuk|Driving Shoe|Rubber'), ('Sanuk|Hiker|Leather'), ('Sanuk|Hiker|Leatherette'), ('Sanuk|Hiker|Polyurethane'), ('Sanuk|Hiker|PVC'), ('Sanuk|Hiker|Rubber'), ('Sanuk|Loafer (Slip-on)|Leather'), ('Sanuk|Loafer (Slip-on)|Leatherette'), ('Sanuk|Loafer (Slip-on)|Polyurethane'), ('Sanuk|Loafer (Slip-on)|PVC'), ('Sanuk|Loafer (Slip-on)|Rubber'), ('Sanuk|Oxford (Lace-up)|Leather'), ('Sanuk|Oxford (Lace-up)|Leatherette'), ('Sanuk|Oxford (Lace-up)|Polyurethane'), ('Sanuk|Oxford (Lace-up)|PVC'), ('Sanuk|Oxford (Lace-up)|Rubber'), ('Sanuk|Patent Leather|Leather'), ('Sanuk|Patent Leather|Leatherette'), ('Sanuk|Patent Leather|Polyurethane'), ('Sanuk|Patent Leather|PVC'), ('Sanuk|Patent Leather|Rubber'), ('Sanuk|Penny Loafer|Leather'), ('Sanuk|Penny Loafer|Leatherette'), ('Sanuk|Penny Loafer|Polyurethane'), ('Sanuk|Penny Loafer|PVC'), ('Sanuk|Penny Loafer|Rubber'), ('Sanuk|Runner|Leather'), ('Sanuk|Runner|Leatherette'), ('Sanuk|Runner|Polyurethane'), ('Sanuk|Runner|PVC'), ('Sanuk|Runner|Rubber'), ('Sanuk|Saddle Shoe|Leather'), ('Sanuk|Saddle Shoe|Leatherette'), ('Sanuk|Saddle Shoe|Polyurethane'), ('Sanuk|Saddle Shoe|PVC'), ('Sanuk|Saddle Shoe|Rubber'), ('Sanuk|Sandal|Leather'), ('Sanuk|Sandal|Leatherette'), ('Sanuk|Sandal|Polyurethane'), ('Sanuk|Sandal|PVC'), ('Sanuk|Sandal|Rubber'), ('Sanuk|Tennis|Leather'), ('Sanuk|Tennis|Leatherette'), ('Sanuk|Tennis|Polyurethane'), ('Sanuk|Tennis|PVC'), ('Sanuk|Tennis|Rubber'), ('Sanuk|Walker|Leather'), ('Sanuk|Walker|Leatherette'), ('Sanuk|Walker|Polyurethane'), ('Sanuk|Walker|PVC'), ('Sanuk|Walker|Rubber'), ('Sanuk|Wingtip|Leather'), ('Sanuk|Wingtip|Leatherette'), ('Sanuk|Wingtip|Polyurethane'), ('Sanuk|Wingtip|PVC'), ('Sanuk|Wingtip|Rubber'), ('Sanuk|Work Boot|Leather'), ('Sanuk|Work Boot|Leatherette'), ('Sanuk|Work Boot|Polyurethane'), ('Sanuk|Work Boot|PVC'), ('Sanuk|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Tamarac|Balmoral|Leather'), ('Tamarac|Balmoral|Leatherette'), ('Tamarac|Balmoral|Polyurethane'), ('Tamarac|Balmoral|PVC'), ('Tamarac|Balmoral|Rubber'), ('Tamarac|Boat Shoe|Leather'), ('Tamarac|Boat Shoe|Leatherette'), ('Tamarac|Boat Shoe|Polyurethane'), ('Tamarac|Boat Shoe|PVC'), ('Tamarac|Boat Shoe|Rubber'), ('Tamarac|Brouge|Leather'), ('Tamarac|Brouge|Leatherette'), ('Tamarac|Brouge|Polyurethane'), ('Tamarac|Brouge|PVC'), ('Tamarac|Brouge|Rubber'), ('Tamarac|Cross Trainer|Leather'), ('Tamarac|Cross Trainer|Leatherette'), ('Tamarac|Cross Trainer|Polyurethane'), ('Tamarac|Cross Trainer|PVC'), ('Tamarac|Cross Trainer|Rubber'), ('Tamarac|Derby|Leather'), ('Tamarac|Derby|Leatherette'), ('Tamarac|Derby|Polyurethane'), ('Tamarac|Derby|PVC'), ('Tamarac|Derby|Rubber'), ('Tamarac|Dress Boot|Leather'), ('Tamarac|Dress Boot|Leatherette'), ('Tamarac|Dress Boot|Polyurethane'), ('Tamarac|Dress Boot|PVC'), ('Tamarac|Dress Boot|Rubber'), ('Tamarac|Dress Shoe|Leather'), ('Tamarac|Dress Shoe|Leatherette'), ('Tamarac|Dress Shoe|Polyurethane'), ('Tamarac|Dress Shoe|PVC'), ('Tamarac|Dress Shoe|Rubber'), ('Tamarac|Driving Shoe|Leather'), ('Tamarac|Driving Shoe|Leatherette'), ('Tamarac|Driving Shoe|Polyurethane'), ('Tamarac|Driving Shoe|PVC'), ('Tamarac|Driving Shoe|Rubber'), ('Tamarac|Hiker|Leather'), ('Tamarac|Hiker|Leatherette'), ('Tamarac|Hiker|Polyurethane'), ('Tamarac|Hiker|PVC'), ('Tamarac|Hiker|Rubber'), ('Tamarac|Loafer (Slip-on)|Leather'), ('Tamarac|Loafer (Slip-on)|Leatherette'), ('Tamarac|Loafer (Slip-on)|Polyurethane'), ('Tamarac|Loafer (Slip-on)|PVC'), ('Tamarac|Loafer (Slip-on)|Rubber'), ('Tamarac|Oxford (Lace-up)|Leather'), ('Tamarac|Oxford (Lace-up)|Leatherette'), ('Tamarac|Oxford (Lace-up)|Polyurethane'), ('Tamarac|Oxford (Lace-up)|PVC'), ('Tamarac|Oxford (Lace-up)|Rubber'), ('Tamarac|Patent Leather|Leather'), ('Tamarac|Patent Leather|Leatherette'), ('Tamarac|Patent Leather|Polyurethane'), ('Tamarac|Patent Leather|PVC'), ('Tamarac|Patent Leather|Rubber'), ('Tamarac|Penny Loafer|Leather'), ('Tamarac|Penny Loafer|Leatherette'), ('Tamarac|Penny Loafer|Polyurethane'), ('Tamarac|Penny Loafer|PVC'), ('Tamarac|Penny Loafer|Rubber'), ('Tamarac|Runner|Leather'), ('Tamarac|Runner|Leatherette'), ('Tamarac|Runner|Polyurethane'), ('Tamarac|Runner|PVC'), ('Tamarac|Runner|Rubber'), ('Tamarac|Saddle Shoe|Leather'), ('Tamarac|Saddle Shoe|Leatherette'), ('Tamarac|Saddle Shoe|Polyurethane'), ('Tamarac|Saddle Shoe|PVC'), ('Tamarac|Saddle Shoe|Rubber'), ('Tamarac|Sandal|Leather'), ('Tamarac|Sandal|Leatherette'), ('Tamarac|Sandal|Polyurethane'), ('Tamarac|Sandal|PVC'), ('Tamarac|Sandal|Rubber'), ('Tamarac|Tennis|Leather'), ('Tamarac|Tennis|Leatherette'), ('Tamarac|Tennis|Polyurethane'), ('Tamarac|Tennis|PVC'), ('Tamarac|Tennis|Rubber'), ('Tamarac|Walker|Leather'), ('Tamarac|Walker|Leatherette'), ('Tamarac|Walker|Polyurethane'), ('Tamarac|Walker|PVC'), ('Tamarac|Walker|Rubber'), ('Tamarac|Wingtip|Leather'), ('Tamarac|Wingtip|Leatherette'), ('Tamarac|Wingtip|Polyurethane'), ('Tamarac|Wingtip|PVC'), ('Tamarac|Wingtip|Rubber'), ('Tamarac|Work Boot|Leather'), ('Tamarac|Work Boot|Leatherette'), ('Tamarac|Work Boot|Polyurethane'), ('Tamarac|Work Boot|PVC'), ('Tamarac|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('To Boot New York|Balmoral|Leather'), ('To Boot New York|Balmoral|Leatherette'), ('To Boot New York|Balmoral|Polyurethane'), ('To Boot New York|Balmoral|PVC'), ('To Boot New York|Balmoral|Rubber'), ('To Boot New York|Boat Shoe|Leather'), ('To Boot New York|Boat Shoe|Leatherette'), ('To Boot New York|Boat Shoe|Polyurethane'), ('To Boot New York|Boat Shoe|PVC'), ('To Boot New York|Boat Shoe|Rubber'), ('To Boot New York|Brouge|Leather'), ('To Boot New York|Brouge|Leatherette'), ('To Boot New York|Brouge|Polyurethane'), ('To Boot New York|Brouge|PVC'), ('To Boot New York|Brouge|Rubber'), ('To Boot New York|Cross Trainer|Leather'), ('To Boot New York|Cross Trainer|Leatherette'), ('To Boot New York|Cross Trainer|Polyurethane'), ('To Boot New York|Cross Trainer|PVC'), ('To Boot New York|Cross Trainer|Rubber'), ('To Boot New York|Derby|Leather'), ('To Boot New York|Derby|Leatherette'), ('To Boot New York|Derby|Polyurethane'), ('To Boot New York|Derby|PVC'), ('To Boot New York|Derby|Rubber'), ('To Boot New York|Dress Boot|Leather'), ('To Boot New York|Dress Boot|Leatherette'), ('To Boot New York|Dress Boot|Polyurethane'), ('To Boot New York|Dress Boot|PVC'), ('To Boot New York|Dress Boot|Rubber'), ('To Boot New York|Dress Shoe|Leather'), ('To Boot New York|Dress Shoe|Leatherette'), ('To Boot New York|Dress Shoe|Polyurethane'), ('To Boot New York|Dress Shoe|PVC'), ('To Boot New York|Dress Shoe|Rubber'), ('To Boot New York|Driving Shoe|Leather'), ('To Boot New York|Driving Shoe|Leatherette'), ('To Boot New York|Driving Shoe|Polyurethane'), ('To Boot New York|Driving Shoe|PVC'), ('To Boot New York|Driving Shoe|Rubber'), ('To Boot New York|Hiker|Leather'), ('To Boot New York|Hiker|Leatherette'), ('To Boot New York|Hiker|Polyurethane'), ('To Boot New York|Hiker|PVC'), ('To Boot New York|Hiker|Rubber'), ('To Boot New York|Loafer (Slip-on)|Leather'), ('To Boot New York|Loafer (Slip-on)|Leatherette'), ('To Boot New York|Loafer (Slip-on)|Polyurethane'), ('To Boot New York|Loafer (Slip-on)|PVC'), ('To Boot New York|Loafer (Slip-on)|Rubber'), ('To Boot New York|Oxford (Lace-up)|Leather'), ('To Boot New York|Oxford (Lace-up)|Leatherette'), ('To Boot New York|Oxford (Lace-up)|Polyurethane'), ('To Boot New York|Oxford (Lace-up)|PVC'), ('To Boot New York|Oxford (Lace-up)|Rubber'), ('To Boot New York|Patent Leather|Leather'), ('To Boot New York|Patent Leather|Leatherette'), ('To Boot New York|Patent Leather|Polyurethane'), ('To Boot New York|Patent Leather|PVC'), ('To Boot New York|Patent Leather|Rubber'), ('To Boot New York|Penny Loafer|Leather'), ('To Boot New York|Penny Loafer|Leatherette'), ('To Boot New York|Penny Loafer|Polyurethane'), ('To Boot New York|Penny Loafer|PVC'), ('To Boot New York|Penny Loafer|Rubber'), ('To Boot New York|Runner|Leather'), ('To Boot New York|Runner|Leatherette'), ('To Boot New York|Runner|Polyurethane'), ('To Boot New York|Runner|PVC'), ('To Boot New York|Runner|Rubber'), ('To Boot New York|Saddle Shoe|Leather'), ('To Boot New York|Saddle Shoe|Leatherette'), ('To Boot New York|Saddle Shoe|Polyurethane'), ('To Boot New York|Saddle Shoe|PVC'), ('To Boot New York|Saddle Shoe|Rubber'), ('To Boot New York|Sandal|Leather'), ('To Boot New York|Sandal|Leatherette'), ('To Boot New York|Sandal|Polyurethane'), ('To Boot New York|Sandal|PVC'), ('To Boot New York|Sandal|Rubber'), ('To Boot New York|Tennis|Leather'), ('To Boot New York|Tennis|Leatherette'), ('To Boot New York|Tennis|Polyurethane'), ('To Boot New York|Tennis|PVC'), ('To Boot New York|Tennis|Rubber'), ('To Boot New York|Walker|Leather'), ('To Boot New York|Walker|Leatherette'), ('To Boot New York|Walker|Polyurethane'), ('To Boot New York|Walker|PVC'), ('To Boot New York|Walker|Rubber'), ('To Boot New York|Wingtip|Leather'), ('To Boot New York|Wingtip|Leatherette'), ('To Boot New York|Wingtip|Polyurethane'), ('To Boot New York|Wingtip|PVC'), ('To Boot New York|Wingtip|Rubber'), ('To Boot New York|Work Boot|Leather'), ('To Boot New York|Work Boot|Leatherette'), ('To Boot New York|Work Boot|Polyurethane'), ('To Boot New York|Work Boot|PVC'), ('To Boot New York|Work Boot|Rubber'), ('Ugg|Balmoral|Leather'), ('Ugg|Balmoral|Leatherette'), ('Ugg|Balmoral|Polyurethane'), ('Ugg|Balmoral|PVC'), ('Ugg|Balmoral|Rubber'), ('Ugg|Boat Shoe|Leather'), ('Ugg|Boat Shoe|Leatherette'), ('Ugg|Boat Shoe|Polyurethane'), ('Ugg|Boat Shoe|PVC'), ('Ugg|Boat Shoe|Rubber'), ('Ugg|Brouge|Leather'), ('Ugg|Brouge|Leatherette'), ('Ugg|Brouge|Polyurethane'), ('Ugg|Brouge|PVC'), ('Ugg|Brouge|Rubber'), ('Ugg|Cross Trainer|Leather'), ('Ugg|Cross Trainer|Leatherette'), ('Ugg|Cross Trainer|Polyurethane'), ('Ugg|Cross Trainer|PVC'), ('Ugg|Cross Trainer|Rubber'), ('Ugg|Derby|Leather'), ('Ugg|Derby|Leatherette'), ('Ugg|Derby|Polyurethane'), ('Ugg|Derby|PVC'), ('Ugg|Derby|Rubber'), ('Ugg|Dress Boot|Leather'), ('Ugg|Dress Boot|Leatherette'), ('Ugg|Dress Boot|Polyurethane'), ('Ugg|Dress Boot|PVC'), ('Ugg|Dress Boot|Rubber'), ('Ugg|Dress Shoe|Leather'), ('Ugg|Dress Shoe|Leatherette'), ('Ugg|Dress Shoe|Polyurethane'), ('Ugg|Dress Shoe|PVC'), ('Ugg|Dress Shoe|Rubber'), ('Ugg|Driving Shoe|Leather'), ('Ugg|Driving Shoe|Leatherette'), ('Ugg|Driving Shoe|Polyurethane'), ('Ugg|Driving Shoe|PVC'), ('Ugg|Driving Shoe|Rubber'), ('Ugg|Hiker|Leather'), ('Ugg|Hiker|Leatherette'), ('Ugg|Hiker|Polyurethane'), ('Ugg|Hiker|PVC'), ('Ugg|Hiker|Rubber'), ('Ugg|Loafer (Slip-on)|Leather'), ('Ugg|Loafer (Slip-on)|Leatherette'), ('Ugg|Loafer (Slip-on)|Polyurethane'), ('Ugg|Loafer (Slip-on)|PVC'), ('Ugg|Loafer (Slip-on)|Rubber'), ('Ugg|Oxford (Lace-up)|Leather'), ('Ugg|Oxford (Lace-up)|Leatherette'), ('Ugg|Oxford (Lace-up)|Polyurethane'), ('Ugg|Oxford (Lace-up)|PVC'), ('Ugg|Oxford (Lace-up)|Rubber'), ('Ugg|Patent Leather|Leather'), ('Ugg|Patent Leather|Leatherette'), ('Ugg|Patent Leather|Polyurethane'), ('Ugg|Patent Leather|PVC'), ('Ugg|Patent Leather|Rubber'), ('Ugg|Penny Loafer|Leather'), ('Ugg|Penny Loafer|Leatherette'), ('Ugg|Penny Loafer|Polyurethane'), ('Ugg|Penny Loafer|PVC'), ('Ugg|Penny Loafer|Rubber'), ('Ugg|Runner|Leather'), ('Ugg|Runner|Leatherette'), ('Ugg|Runner|Polyurethane'), ('Ugg|Runner|PVC'), ('Ugg|Runner|Rubber'), ('Ugg|Saddle Shoe|Leather'), ('Ugg|Saddle Shoe|Leatherette'), ('Ugg|Saddle Shoe|Polyurethane'), ('Ugg|Saddle Shoe|PVC'), ('Ugg|Saddle Shoe|Rubber'), ('Ugg|Sandal|Leather'), ('Ugg|Sandal|Leatherette'), ('Ugg|Sandal|Polyurethane'), ('Ugg|Sandal|PVC'), ('Ugg|Sandal|Rubber'), ('Ugg|Tennis|Leather'), ('Ugg|Tennis|Leatherette'), ('Ugg|Tennis|Polyurethane'), ('Ugg|Tennis|PVC'), ('Ugg|Tennis|Rubber'), ('Ugg|Walker|Leather'), ('Ugg|Walker|Leatherette'), ('Ugg|Walker|Polyurethane'), ('Ugg|Walker|PVC'), ('Ugg|Walker|Rubber'), ('Ugg|Wingtip|Leather'), ('Ugg|Wingtip|Leatherette'), ('Ugg|Wingtip|Polyurethane'), ('Ugg|Wingtip|PVC'), ('Ugg|Wingtip|Rubber'), ('Ugg|Work Boot|Leather'), ('Ugg|Work Boot|Leatherette'), ('Ugg|Work Boot|Polyurethane'), ('Ugg|Work Boot|PVC'), ('Ugg|Work Boot|Rubber')
SQL (578.4ms)  DELETE FROM `typetorealsizes`
 (0.0ms)  SELECT `brands`.`Brand` FROM `brands`
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (890.6ms)  INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Aldo|Balmoral|Leather'), ('Aldo|Balmoral|Leatherette'), ('Aldo|Balmoral|Polyurethane'), ('Aldo|Balmoral|PVC'), ('Aldo|Balmoral|Rubber'), ('Aldo|Boat Shoe|Leather'), ('Aldo|Boat Shoe|Leatherette'), ('Aldo|Boat Shoe|Polyurethane'), ('Aldo|Boat Shoe|PVC'), ('Aldo|Boat Shoe|Rubber'), ('Aldo|Brouge|Leather'), ('Aldo|Brouge|Leatherette'), ('Aldo|Brouge|Polyurethane'), ('Aldo|Brouge|PVC'), ('Aldo|Brouge|Rubber'), ('Aldo|Cross Trainer|Leather'), ('Aldo|Cross Trainer|Leatherette'), ('Aldo|Cross Trainer|Polyurethane'), ('Aldo|Cross Trainer|PVC'), ('Aldo|Cross Trainer|Rubber'), ('Aldo|Derby|Leather'), ('Aldo|Derby|Leatherette'), ('Aldo|Derby|Polyurethane'), ('Aldo|Derby|PVC'), ('Aldo|Derby|Rubber'), ('Aldo|Dress Boot|Leather'), ('Aldo|Dress Boot|Leatherette'), ('Aldo|Dress Boot|Polyurethane'), ('Aldo|Dress Boot|PVC'), ('Aldo|Dress Boot|Rubber'), ('Aldo|Dress Shoe|Leather'), ('Aldo|Dress Shoe|Leatherette'), ('Aldo|Dress Shoe|Polyurethane'), ('Aldo|Dress Shoe|PVC'), ('Aldo|Dress Shoe|Rubber'), ('Aldo|Driving Shoe|Leather'), ('Aldo|Driving Shoe|Leatherette'), ('Aldo|Driving Shoe|Polyurethane'), ('Aldo|Driving Shoe|PVC'), ('Aldo|Driving Shoe|Rubber'), ('Aldo|Hiker|Leather'), ('Aldo|Hiker|Leatherette'), ('Aldo|Hiker|Polyurethane'), ('Aldo|Hiker|PVC'), ('Aldo|Hiker|Rubber'), ('Aldo|Loafer (Slip-on)|Leather'), ('Aldo|Loafer (Slip-on)|Leatherette'), ('Aldo|Loafer (Slip-on)|Polyurethane'), ('Aldo|Loafer (Slip-on)|PVC'), ('Aldo|Loafer (Slip-on)|Rubber'), ('Aldo|Oxford (Lace-up)|Leather'), ('Aldo|Oxford (Lace-up)|Leatherette'), ('Aldo|Oxford (Lace-up)|Polyurethane'), ('Aldo|Oxford (Lace-up)|PVC'), ('Aldo|Oxford (Lace-up)|Rubber'), ('Aldo|Patent Leather|Leather'), ('Aldo|Patent Leather|Leatherette'), ('Aldo|Patent Leather|Polyurethane'), ('Aldo|Patent Leather|PVC'), ('Aldo|Patent Leather|Rubber'), ('Aldo|Penny Loafer|Leather'), ('Aldo|Penny Loafer|Leatherette'), ('Aldo|Penny Loafer|Polyurethane'), ('Aldo|Penny Loafer|PVC'), ('Aldo|Penny Loafer|Rubber'), ('Aldo|Runner|Leather'), ('Aldo|Runner|Leatherette'), ('Aldo|Runner|Polyurethane'), ('Aldo|Runner|PVC'), ('Aldo|Runner|Rubber'), ('Aldo|Saddle Shoe|Leather'), ('Aldo|Saddle Shoe|Leatherette'), ('Aldo|Saddle Shoe|Polyurethane'), ('Aldo|Saddle Shoe|PVC'), ('Aldo|Saddle Shoe|Rubber'), ('Aldo|Sandal|Leather'), ('Aldo|Sandal|Leatherette'), ('Aldo|Sandal|Polyurethane'), ('Aldo|Sandal|PVC'), ('Aldo|Sandal|Rubber'), ('Aldo|Tennis|Leather'), ('Aldo|Tennis|Leatherette'), ('Aldo|Tennis|Polyurethane'), ('Aldo|Tennis|PVC'), ('Aldo|Tennis|Rubber'), ('Aldo|Walker|Leather'), ('Aldo|Walker|Leatherette'), ('Aldo|Walker|Polyurethane'), ('Aldo|Walker|PVC'), ('Aldo|Walker|Rubber'), ('Aldo|Wingtip|Leather'), ('Aldo|Wingtip|Leatherette'), ('Aldo|Wingtip|Polyurethane'), ('Aldo|Wingtip|PVC'), ('Aldo|Wingtip|Rubber'), ('Aldo|Work Boot|Leather'), ('Aldo|Work Boot|Leatherette'), ('Aldo|Work Boot|Polyurethane'), ('Aldo|Work Boot|PVC'), ('Aldo|Work Boot|Rubber'), ('Armani|Balmoral|Leather'), ('Armani|Balmoral|Leatherette'), ('Armani|Balmoral|Polyurethane'), ('Armani|Balmoral|PVC'), ('Armani|Balmoral|Rubber'), ('Armani|Boat Shoe|Leather'), ('Armani|Boat Shoe|Leatherette'), ('Armani|Boat Shoe|Polyurethane'), ('Armani|Boat Shoe|PVC'), ('Armani|Boat Shoe|Rubber'), ('Armani|Brouge|Leather'), ('Armani|Brouge|Leatherette'), ('Armani|Brouge|Polyurethane'), ('Armani|Brouge|PVC'), ('Armani|Brouge|Rubber'), ('Armani|Cross Trainer|Leather'), ('Armani|Cross Trainer|Leatherette'), ('Armani|Cross Trainer|Polyurethane'), ('Armani|Cross Trainer|PVC'), ('Armani|Cross Trainer|Rubber'), ('Armani|Derby|Leather'), ('Armani|Derby|Leatherette'), ('Armani|Derby|Polyurethane'), ('Armani|Derby|PVC'), ('Armani|Derby|Rubber'), ('Armani|Dress Boot|Leather'), ('Armani|Dress Boot|Leatherette'), ('Armani|Dress Boot|Polyurethane'), ('Armani|Dress Boot|PVC'), ('Armani|Dress Boot|Rubber'), ('Armani|Dress Shoe|Leather'), ('Armani|Dress Shoe|Leatherette'), ('Armani|Dress Shoe|Polyurethane'), ('Armani|Dress Shoe|PVC'), ('Armani|Dress Shoe|Rubber'), ('Armani|Driving Shoe|Leather'), ('Armani|Driving Shoe|Leatherette'), ('Armani|Driving Shoe|Polyurethane'), ('Armani|Driving Shoe|PVC'), ('Armani|Driving Shoe|Rubber'), ('Armani|Hiker|Leather'), ('Armani|Hiker|Leatherette'), ('Armani|Hiker|Polyurethane'), ('Armani|Hiker|PVC'), ('Armani|Hiker|Rubber'), ('Armani|Loafer (Slip-on)|Leather'), ('Armani|Loafer (Slip-on)|Leatherette'), ('Armani|Loafer (Slip-on)|Polyurethane'), ('Armani|Loafer (Slip-on)|PVC'), ('Armani|Loafer (Slip-on)|Rubber'), ('Armani|Oxford (Lace-up)|Leather'), ('Armani|Oxford (Lace-up)|Leatherette'), ('Armani|Oxford (Lace-up)|Polyurethane'), ('Armani|Oxford (Lace-up)|PVC'), ('Armani|Oxford (Lace-up)|Rubber'), ('Armani|Patent Leather|Leather'), ('Armani|Patent Leather|Leatherette'), ('Armani|Patent Leather|Polyurethane'), ('Armani|Patent Leather|PVC'), ('Armani|Patent Leather|Rubber'), ('Armani|Penny Loafer|Leather'), ('Armani|Penny Loafer|Leatherette'), ('Armani|Penny Loafer|Polyurethane'), ('Armani|Penny Loafer|PVC'), ('Armani|Penny Loafer|Rubber'), ('Armani|Runner|Leather'), ('Armani|Runner|Leatherette'), ('Armani|Runner|Polyurethane'), ('Armani|Runner|PVC'), ('Armani|Runner|Rubber'), ('Armani|Saddle Shoe|Leather'), ('Armani|Saddle Shoe|Leatherette'), ('Armani|Saddle Shoe|Polyurethane'), ('Armani|Saddle Shoe|PVC'), ('Armani|Saddle Shoe|Rubber'), ('Armani|Sandal|Leather'), ('Armani|Sandal|Leatherette'), ('Armani|Sandal|Polyurethane'), ('Armani|Sandal|PVC'), ('Armani|Sandal|Rubber'), ('Armani|Tennis|Leather'), ('Armani|Tennis|Leatherette'), ('Armani|Tennis|Polyurethane'), ('Armani|Tennis|PVC'), ('Armani|Tennis|Rubber'), ('Armani|Walker|Leather'), ('Armani|Walker|Leatherette'), ('Armani|Walker|Polyurethane'), ('Armani|Walker|PVC'), ('Armani|Walker|Rubber'), ('Armani|Wingtip|Leather'), ('Armani|Wingtip|Leatherette'), ('Armani|Wingtip|Polyurethane'), ('Armani|Wingtip|PVC'), ('Armani|Wingtip|Rubber'), ('Armani|Work Boot|Leather'), ('Armani|Work Boot|Leatherette'), ('Armani|Work Boot|Polyurethane'), ('Armani|Work Boot|PVC'), ('Armani|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Carhartt|Balmoral|Leather'), ('Carhartt|Balmoral|Leatherette'), ('Carhartt|Balmoral|Polyurethane'), ('Carhartt|Balmoral|PVC'), ('Carhartt|Balmoral|Rubber'), ('Carhartt|Boat Shoe|Leather'), ('Carhartt|Boat Shoe|Leatherette'), ('Carhartt|Boat Shoe|Polyurethane'), ('Carhartt|Boat Shoe|PVC'), ('Carhartt|Boat Shoe|Rubber'), ('Carhartt|Brouge|Leather'), ('Carhartt|Brouge|Leatherette'), ('Carhartt|Brouge|Polyurethane'), ('Carhartt|Brouge|PVC'), ('Carhartt|Brouge|Rubber'), ('Carhartt|Cross Trainer|Leather'), ('Carhartt|Cross Trainer|Leatherette'), ('Carhartt|Cross Trainer|Polyurethane'), ('Carhartt|Cross Trainer|PVC'), ('Carhartt|Cross Trainer|Rubber'), ('Carhartt|Derby|Leather'), ('Carhartt|Derby|Leatherette'), ('Carhartt|Derby|Polyurethane'), ('Carhartt|Derby|PVC'), ('Carhartt|Derby|Rubber'), ('Carhartt|Dress Boot|Leather'), ('Carhartt|Dress Boot|Leatherette'), ('Carhartt|Dress Boot|Polyurethane'), ('Carhartt|Dress Boot|PVC'), ('Carhartt|Dress Boot|Rubber'), ('Carhartt|Dress Shoe|Leather'), ('Carhartt|Dress Shoe|Leatherette'), ('Carhartt|Dress Shoe|Polyurethane'), ('Carhartt|Dress Shoe|PVC'), ('Carhartt|Dress Shoe|Rubber'), ('Carhartt|Driving Shoe|Leather'), ('Carhartt|Driving Shoe|Leatherette'), ('Carhartt|Driving Shoe|Polyurethane'), ('Carhartt|Driving Shoe|PVC'), ('Carhartt|Driving Shoe|Rubber'), ('Carhartt|Hiker|Leather'), ('Carhartt|Hiker|Leatherette'), ('Carhartt|Hiker|Polyurethane'), ('Carhartt|Hiker|PVC'), ('Carhartt|Hiker|Rubber'), ('Carhartt|Loafer (Slip-on)|Leather'), ('Carhartt|Loafer (Slip-on)|Leatherette'), ('Carhartt|Loafer (Slip-on)|Polyurethane'), ('Carhartt|Loafer (Slip-on)|PVC'), ('Carhartt|Loafer (Slip-on)|Rubber'), ('Carhartt|Oxford (Lace-up)|Leather'), ('Carhartt|Oxford (Lace-up)|Leatherette'), ('Carhartt|Oxford (Lace-up)|Polyurethane'), ('Carhartt|Oxford (Lace-up)|PVC'), ('Carhartt|Oxford (Lace-up)|Rubber'), ('Carhartt|Patent Leather|Leather'), ('Carhartt|Patent Leather|Leatherette'), ('Carhartt|Patent Leather|Polyurethane'), ('Carhartt|Patent Leather|PVC'), ('Carhartt|Patent Leather|Rubber'), ('Carhartt|Penny Loafer|Leather'), ('Carhartt|Penny Loafer|Leatherette'), ('Carhartt|Penny Loafer|Polyurethane'), ('Carhartt|Penny Loafer|PVC'), ('Carhartt|Penny Loafer|Rubber'), ('Carhartt|Runner|Leather'), ('Carhartt|Runner|Leatherette'), ('Carhartt|Runner|Polyurethane'), ('Carhartt|Runner|PVC'), ('Carhartt|Runner|Rubber'), ('Carhartt|Saddle Shoe|Leather'), ('Carhartt|Saddle Shoe|Leatherette'), ('Carhartt|Saddle Shoe|Polyurethane'), ('Carhartt|Saddle Shoe|PVC'), ('Carhartt|Saddle Shoe|Rubber'), ('Carhartt|Sandal|Leather'), ('Carhartt|Sandal|Leatherette'), ('Carhartt|Sandal|Polyurethane'), ('Carhartt|Sandal|PVC'), ('Carhartt|Sandal|Rubber'), ('Carhartt|Tennis|Leather'), ('Carhartt|Tennis|Leatherette'), ('Carhartt|Tennis|Polyurethane'), ('Carhartt|Tennis|PVC'), ('Carhartt|Tennis|Rubber'), ('Carhartt|Walker|Leather'), ('Carhartt|Walker|Leatherette'), ('Carhartt|Walker|Polyurethane'), ('Carhartt|Walker|PVC'), ('Carhartt|Walker|Rubber'), ('Carhartt|Wingtip|Leather'), ('Carhartt|Wingtip|Leatherette'), ('Carhartt|Wingtip|Polyurethane'), ('Carhartt|Wingtip|PVC'), ('Carhartt|Wingtip|Rubber'), ('Carhartt|Work Boot|Leather'), ('Carhartt|Work Boot|Leatherette'), ('Carhartt|Work Boot|Polyurethane'), ('Carhartt|Work Boot|PVC'), ('Carhartt|Work Boot|Rubber'), ('Champion|Balmoral|Leather'), ('Champion|Balmoral|Leatherette'), ('Champion|Balmoral|Polyurethane'), ('Champion|Balmoral|PVC'), ('Champion|Balmoral|Rubber'), ('Champion|Boat Shoe|Leather'), ('Champion|Boat Shoe|Leatherette'), ('Champion|Boat Shoe|Polyurethane'), ('Champion|Boat Shoe|PVC'), ('Champion|Boat Shoe|Rubber'), ('Champion|Brouge|Leather'), ('Champion|Brouge|Leatherette'), ('Champion|Brouge|Polyurethane'), ('Champion|Brouge|PVC'), ('Champion|Brouge|Rubber'), ('Champion|Cross Trainer|Leather'), ('Champion|Cross Trainer|Leatherette'), ('Champion|Cross Trainer|Polyurethane'), ('Champion|Cross Trainer|PVC'), ('Champion|Cross Trainer|Rubber'), ('Champion|Derby|Leather'), ('Champion|Derby|Leatherette'), ('Champion|Derby|Polyurethane'), ('Champion|Derby|PVC'), ('Champion|Derby|Rubber'), ('Champion|Dress Boot|Leather'), ('Champion|Dress Boot|Leatherette'), ('Champion|Dress Boot|Polyurethane'), ('Champion|Dress Boot|PVC'), ('Champion|Dress Boot|Rubber'), ('Champion|Dress Shoe|Leather'), ('Champion|Dress Shoe|Leatherette'), ('Champion|Dress Shoe|Polyurethane'), ('Champion|Dress Shoe|PVC'), ('Champion|Dress Shoe|Rubber'), ('Champion|Driving Shoe|Leather'), ('Champion|Driving Shoe|Leatherette'), ('Champion|Driving Shoe|Polyurethane'), ('Champion|Driving Shoe|PVC'), ('Champion|Driving Shoe|Rubber'), ('Champion|Hiker|Leather'), ('Champion|Hiker|Leatherette'), ('Champion|Hiker|Polyurethane'), ('Champion|Hiker|PVC'), ('Champion|Hiker|Rubber'), ('Champion|Loafer (Slip-on)|Leather'), ('Champion|Loafer (Slip-on)|Leatherette'), ('Champion|Loafer (Slip-on)|Polyurethane'), ('Champion|Loafer (Slip-on)|PVC'), ('Champion|Loafer (Slip-on)|Rubber'), ('Champion|Oxford (Lace-up)|Leather'), ('Champion|Oxford (Lace-up)|Leatherette'), ('Champion|Oxford (Lace-up)|Polyurethane'), ('Champion|Oxford (Lace-up)|PVC'), ('Champion|Oxford (Lace-up)|Rubber'), ('Champion|Patent Leather|Leather'), ('Champion|Patent Leather|Leatherette'), ('Champion|Patent Leather|Polyurethane'), ('Champion|Patent Leather|PVC'), ('Champion|Patent Leather|Rubber'), ('Champion|Penny Loafer|Leather'), ('Champion|Penny Loafer|Leatherette'), ('Champion|Penny Loafer|Polyurethane'), ('Champion|Penny Loafer|PVC'), ('Champion|Penny Loafer|Rubber'), ('Champion|Runner|Leather'), ('Champion|Runner|Leatherette'), ('Champion|Runner|Polyurethane'), ('Champion|Runner|PVC'), ('Champion|Runner|Rubber'), ('Champion|Saddle Shoe|Leather'), ('Champion|Saddle Shoe|Leatherette'), ('Champion|Saddle Shoe|Polyurethane'), ('Champion|Saddle Shoe|PVC'), ('Champion|Saddle Shoe|Rubber'), ('Champion|Sandal|Leather'), ('Champion|Sandal|Leatherette'), ('Champion|Sandal|Polyurethane'), ('Champion|Sandal|PVC'), ('Champion|Sandal|Rubber'), ('Champion|Tennis|Leather'), ('Champion|Tennis|Leatherette'), ('Champion|Tennis|Polyurethane'), ('Champion|Tennis|PVC'), ('Champion|Tennis|Rubber'), ('Champion|Walker|Leather'), ('Champion|Walker|Leatherette'), ('Champion|Walker|Polyurethane'), ('Champion|Walker|PVC'), ('Champion|Walker|Rubber'), ('Champion|Wingtip|Leather'), ('Champion|Wingtip|Leatherette'), ('Champion|Wingtip|Polyurethane'), ('Champion|Wingtip|PVC'), ('Champion|Wingtip|Rubber'), ('Champion|Work Boot|Leather'), ('Champion|Work Boot|Leatherette'), ('Champion|Work Boot|Polyurethane'), ('Champion|Work Boot|PVC'), ('Champion|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cole Haan|Balmoral|Leather'), ('Cole Haan|Balmoral|Leatherette'), ('Cole Haan|Balmoral|Polyurethane'), ('Cole Haan|Balmoral|PVC'), ('Cole Haan|Balmoral|Rubber'), ('Cole Haan|Boat Shoe|Leather'), ('Cole Haan|Boat Shoe|Leatherette'), ('Cole Haan|Boat Shoe|Polyurethane'), ('Cole Haan|Boat Shoe|PVC'), ('Cole Haan|Boat Shoe|Rubber'), ('Cole Haan|Brouge|Leather'), ('Cole Haan|Brouge|Leatherette'), ('Cole Haan|Brouge|Polyurethane'), ('Cole Haan|Brouge|PVC'), ('Cole Haan|Brouge|Rubber'), ('Cole Haan|Cross Trainer|Leather'), ('Cole Haan|Cross Trainer|Leatherette'), ('Cole Haan|Cross Trainer|Polyurethane'), ('Cole Haan|Cross Trainer|PVC'), ('Cole Haan|Cross Trainer|Rubber'), ('Cole Haan|Derby|Leather'), ('Cole Haan|Derby|Leatherette'), ('Cole Haan|Derby|Polyurethane'), ('Cole Haan|Derby|PVC'), ('Cole Haan|Derby|Rubber'), ('Cole Haan|Dress Boot|Leather'), ('Cole Haan|Dress Boot|Leatherette'), ('Cole Haan|Dress Boot|Polyurethane'), ('Cole Haan|Dress Boot|PVC'), ('Cole Haan|Dress Boot|Rubber'), ('Cole Haan|Dress Shoe|Leather'), ('Cole Haan|Dress Shoe|Leatherette'), ('Cole Haan|Dress Shoe|Polyurethane'), ('Cole Haan|Dress Shoe|PVC'), ('Cole Haan|Dress Shoe|Rubber'), ('Cole Haan|Driving Shoe|Leather'), ('Cole Haan|Driving Shoe|Leatherette'), ('Cole Haan|Driving Shoe|Polyurethane'), ('Cole Haan|Driving Shoe|PVC'), ('Cole Haan|Driving Shoe|Rubber'), ('Cole Haan|Hiker|Leather'), ('Cole Haan|Hiker|Leatherette'), ('Cole Haan|Hiker|Polyurethane'), ('Cole Haan|Hiker|PVC'), ('Cole Haan|Hiker|Rubber'), ('Cole Haan|Loafer (Slip-on)|Leather'), ('Cole Haan|Loafer (Slip-on)|Leatherette'), ('Cole Haan|Loafer (Slip-on)|Polyurethane'), ('Cole Haan|Loafer (Slip-on)|PVC'), ('Cole Haan|Loafer (Slip-on)|Rubber'), ('Cole Haan|Oxford (Lace-up)|Leather'), ('Cole Haan|Oxford (Lace-up)|Leatherette'), ('Cole Haan|Oxford (Lace-up)|Polyurethane'), ('Cole Haan|Oxford (Lace-up)|PVC'), ('Cole Haan|Oxford (Lace-up)|Rubber'), ('Cole Haan|Patent Leather|Leather'), ('Cole Haan|Patent Leather|Leatherette'), ('Cole Haan|Patent Leather|Polyurethane'), ('Cole Haan|Patent Leather|PVC'), ('Cole Haan|Patent Leather|Rubber'), ('Cole Haan|Penny Loafer|Leather'), ('Cole Haan|Penny Loafer|Leatherette'), ('Cole Haan|Penny Loafer|Polyurethane'), ('Cole Haan|Penny Loafer|PVC'), ('Cole Haan|Penny Loafer|Rubber'), ('Cole Haan|Runner|Leather'), ('Cole Haan|Runner|Leatherette'), ('Cole Haan|Runner|Polyurethane'), ('Cole Haan|Runner|PVC'), ('Cole Haan|Runner|Rubber'), ('Cole Haan|Saddle Shoe|Leather'), ('Cole Haan|Saddle Shoe|Leatherette'), ('Cole Haan|Saddle Shoe|Polyurethane'), ('Cole Haan|Saddle Shoe|PVC'), ('Cole Haan|Saddle Shoe|Rubber'), ('Cole Haan|Sandal|Leather'), ('Cole Haan|Sandal|Leatherette'), ('Cole Haan|Sandal|Polyurethane'), ('Cole Haan|Sandal|PVC'), ('Cole Haan|Sandal|Rubber'), ('Cole Haan|Tennis|Leather'), ('Cole Haan|Tennis|Leatherette'), ('Cole Haan|Tennis|Polyurethane'), ('Cole Haan|Tennis|PVC'), ('Cole Haan|Tennis|Rubber'), ('Cole Haan|Walker|Leather'), ('Cole Haan|Walker|Leatherette'), ('Cole Haan|Walker|Polyurethane'), ('Cole Haan|Walker|PVC'), ('Cole Haan|Walker|Rubber'), ('Cole Haan|Wingtip|Leather'), ('Cole Haan|Wingtip|Leatherette'), ('Cole Haan|Wingtip|Polyurethane'), ('Cole Haan|Wingtip|PVC'), ('Cole Haan|Wingtip|Rubber'), ('Cole Haan|Work Boot|Leather'), ('Cole Haan|Work Boot|Leatherette'), ('Cole Haan|Work Boot|Polyurethane'), ('Cole Haan|Work Boot|PVC'), ('Cole Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dansko|Balmoral|Leather'), ('Dansko|Balmoral|Leatherette'), ('Dansko|Balmoral|Polyurethane'), ('Dansko|Balmoral|PVC'), ('Dansko|Balmoral|Rubber'), ('Dansko|Boat Shoe|Leather'), ('Dansko|Boat Shoe|Leatherette'), ('Dansko|Boat Shoe|Polyurethane'), ('Dansko|Boat Shoe|PVC'), ('Dansko|Boat Shoe|Rubber'), ('Dansko|Brouge|Leather'), ('Dansko|Brouge|Leatherette'), ('Dansko|Brouge|Polyurethane'), ('Dansko|Brouge|PVC'), ('Dansko|Brouge|Rubber'), ('Dansko|Cross Trainer|Leather'), ('Dansko|Cross Trainer|Leatherette'), ('Dansko|Cross Trainer|Polyurethane'), ('Dansko|Cross Trainer|PVC'), ('Dansko|Cross Trainer|Rubber'), ('Dansko|Derby|Leather'), ('Dansko|Derby|Leatherette'), ('Dansko|Derby|Polyurethane'), ('Dansko|Derby|PVC'), ('Dansko|Derby|Rubber'), ('Dansko|Dress Boot|Leather'), ('Dansko|Dress Boot|Leatherette'), ('Dansko|Dress Boot|Polyurethane'), ('Dansko|Dress Boot|PVC'), ('Dansko|Dress Boot|Rubber'), ('Dansko|Dress Shoe|Leather'), ('Dansko|Dress Shoe|Leatherette'), ('Dansko|Dress Shoe|Polyurethane'), ('Dansko|Dress Shoe|PVC'), ('Dansko|Dress Shoe|Rubber'), ('Dansko|Driving Shoe|Leather'), ('Dansko|Driving Shoe|Leatherette'), ('Dansko|Driving Shoe|Polyurethane'), ('Dansko|Driving Shoe|PVC'), ('Dansko|Driving Shoe|Rubber'), ('Dansko|Hiker|Leather'), ('Dansko|Hiker|Leatherette'), ('Dansko|Hiker|Polyurethane'), ('Dansko|Hiker|PVC'), ('Dansko|Hiker|Rubber'), ('Dansko|Loafer (Slip-on)|Leather'), ('Dansko|Loafer (Slip-on)|Leatherette'), ('Dansko|Loafer (Slip-on)|Polyurethane'), ('Dansko|Loafer (Slip-on)|PVC'), ('Dansko|Loafer (Slip-on)|Rubber'), ('Dansko|Oxford (Lace-up)|Leather'), ('Dansko|Oxford (Lace-up)|Leatherette'), ('Dansko|Oxford (Lace-up)|Polyurethane'), ('Dansko|Oxford (Lace-up)|PVC'), ('Dansko|Oxford (Lace-up)|Rubber'), ('Dansko|Patent Leather|Leather'), ('Dansko|Patent Leather|Leatherette'), ('Dansko|Patent Leather|Polyurethane'), ('Dansko|Patent Leather|PVC'), ('Dansko|Patent Leather|Rubber'), ('Dansko|Penny Loafer|Leather'), ('Dansko|Penny Loafer|Leatherette'), ('Dansko|Penny Loafer|Polyurethane'), ('Dansko|Penny Loafer|PVC'), ('Dansko|Penny Loafer|Rubber'), ('Dansko|Runner|Leather'), ('Dansko|Runner|Leatherette'), ('Dansko|Runner|Polyurethane'), ('Dansko|Runner|PVC'), ('Dansko|Runner|Rubber'), ('Dansko|Saddle Shoe|Leather'), ('Dansko|Saddle Shoe|Leatherette'), ('Dansko|Saddle Shoe|Polyurethane'), ('Dansko|Saddle Shoe|PVC'), ('Dansko|Saddle Shoe|Rubber'), ('Dansko|Sandal|Leather'), ('Dansko|Sandal|Leatherette'), ('Dansko|Sandal|Polyurethane'), ('Dansko|Sandal|PVC'), ('Dansko|Sandal|Rubber'), ('Dansko|Tennis|Leather'), ('Dansko|Tennis|Leatherette'), ('Dansko|Tennis|Polyurethane'), ('Dansko|Tennis|PVC'), ('Dansko|Tennis|Rubber'), ('Dansko|Walker|Leather'), ('Dansko|Walker|Leatherette'), ('Dansko|Walker|Polyurethane'), ('Dansko|Walker|PVC'), ('Dansko|Walker|Rubber'), ('Dansko|Wingtip|Leather'), ('Dansko|Wingtip|Leatherette'), ('Dansko|Wingtip|Polyurethane'), ('Dansko|Wingtip|PVC'), ('Dansko|Wingtip|Rubber'), ('Dansko|Work Boot|Leather'), ('Dansko|Work Boot|Leatherette'), ('Dansko|Work Boot|Polyurethane'), ('Dansko|Work Boot|PVC'), ('Dansko|Work Boot|Rubber'), ('DC|Balmoral|Leather'), ('DC|Balmoral|Leatherette'), ('DC|Balmoral|Polyurethane'), ('DC|Balmoral|PVC'), ('DC|Balmoral|Rubber'), ('DC|Boat Shoe|Leather'), ('DC|Boat Shoe|Leatherette'), ('DC|Boat Shoe|Polyurethane'), ('DC|Boat Shoe|PVC'), ('DC|Boat Shoe|Rubber'), ('DC|Brouge|Leather'), ('DC|Brouge|Leatherette'), ('DC|Brouge|Polyurethane'), ('DC|Brouge|PVC'), ('DC|Brouge|Rubber'), ('DC|Cross Trainer|Leather'), ('DC|Cross Trainer|Leatherette'), ('DC|Cross Trainer|Polyurethane'), ('DC|Cross Trainer|PVC'), ('DC|Cross Trainer|Rubber'), ('DC|Derby|Leather'), ('DC|Derby|Leatherette'), ('DC|Derby|Polyurethane'), ('DC|Derby|PVC'), ('DC|Derby|Rubber'), ('DC|Dress Boot|Leather'), ('DC|Dress Boot|Leatherette'), ('DC|Dress Boot|Polyurethane'), ('DC|Dress Boot|PVC'), ('DC|Dress Boot|Rubber'), ('DC|Dress Shoe|Leather'), ('DC|Dress Shoe|Leatherette'), ('DC|Dress Shoe|Polyurethane'), ('DC|Dress Shoe|PVC'), ('DC|Dress Shoe|Rubber'), ('DC|Driving Shoe|Leather'), ('DC|Driving Shoe|Leatherette'), ('DC|Driving Shoe|Polyurethane'), ('DC|Driving Shoe|PVC'), ('DC|Driving Shoe|Rubber'), ('DC|Hiker|Leather'), ('DC|Hiker|Leatherette'), ('DC|Hiker|Polyurethane'), ('DC|Hiker|PVC'), ('DC|Hiker|Rubber'), ('DC|Loafer (Slip-on)|Leather'), ('DC|Loafer (Slip-on)|Leatherette'), ('DC|Loafer (Slip-on)|Polyurethane'), ('DC|Loafer (Slip-on)|PVC'), ('DC|Loafer (Slip-on)|Rubber'), ('DC|Oxford (Lace-up)|Leather'), ('DC|Oxford (Lace-up)|Leatherette'), ('DC|Oxford (Lace-up)|Polyurethane'), ('DC|Oxford (Lace-up)|PVC'), ('DC|Oxford (Lace-up)|Rubber'), ('DC|Patent Leather|Leather'), ('DC|Patent Leather|Leatherette'), ('DC|Patent Leather|Polyurethane'), ('DC|Patent Leather|PVC'), ('DC|Patent Leather|Rubber'), ('DC|Penny Loafer|Leather'), ('DC|Penny Loafer|Leatherette'), ('DC|Penny Loafer|Polyurethane'), ('DC|Penny Loafer|PVC'), ('DC|Penny Loafer|Rubber'), ('DC|Runner|Leather'), ('DC|Runner|Leatherette'), ('DC|Runner|Polyurethane'), ('DC|Runner|PVC'), ('DC|Runner|Rubber'), ('DC|Saddle Shoe|Leather'), ('DC|Saddle Shoe|Leatherette'), ('DC|Saddle Shoe|Polyurethane'), ('DC|Saddle Shoe|PVC'), ('DC|Saddle Shoe|Rubber'), ('DC|Sandal|Leather'), ('DC|Sandal|Leatherette'), ('DC|Sandal|Polyurethane'), ('DC|Sandal|PVC'), ('DC|Sandal|Rubber'), ('DC|Tennis|Leather'), ('DC|Tennis|Leatherette'), ('DC|Tennis|Polyurethane'), ('DC|Tennis|PVC'), ('DC|Tennis|Rubber'), ('DC|Walker|Leather'), ('DC|Walker|Leatherette'), ('DC|Walker|Polyurethane'), ('DC|Walker|PVC'), ('DC|Walker|Rubber'), ('DC|Wingtip|Leather'), ('DC|Wingtip|Leatherette'), ('DC|Wingtip|Polyurethane'), ('DC|Wingtip|PVC'), ('DC|Wingtip|Rubber'), ('DC|Work Boot|Leather'), ('DC|Work Boot|Leatherette'), ('DC|Work Boot|Polyurethane'), ('DC|Work Boot|PVC'), ('DC|Work Boot|Rubber'), ('Diesel|Balmoral|Leather'), ('Diesel|Balmoral|Leatherette'), ('Diesel|Balmoral|Polyurethane'), ('Diesel|Balmoral|PVC'), ('Diesel|Balmoral|Rubber'), ('Diesel|Boat Shoe|Leather'), ('Diesel|Boat Shoe|Leatherette'), ('Diesel|Boat Shoe|Polyurethane'), ('Diesel|Boat Shoe|PVC'), ('Diesel|Boat Shoe|Rubber'), ('Diesel|Brouge|Leather'), ('Diesel|Brouge|Leatherette'), ('Diesel|Brouge|Polyurethane'), ('Diesel|Brouge|PVC'), ('Diesel|Brouge|Rubber'), ('Diesel|Cross Trainer|Leather'), ('Diesel|Cross Trainer|Leatherette'), ('Diesel|Cross Trainer|Polyurethane'), ('Diesel|Cross Trainer|PVC'), ('Diesel|Cross Trainer|Rubber'), ('Diesel|Derby|Leather'), ('Diesel|Derby|Leatherette'), ('Diesel|Derby|Polyurethane'), ('Diesel|Derby|PVC'), ('Diesel|Derby|Rubber'), ('Diesel|Dress Boot|Leather'), ('Diesel|Dress Boot|Leatherette'), ('Diesel|Dress Boot|Polyurethane'), ('Diesel|Dress Boot|PVC'), ('Diesel|Dress Boot|Rubber'), ('Diesel|Dress Shoe|Leather'), ('Diesel|Dress Shoe|Leatherette'), ('Diesel|Dress Shoe|Polyurethane'), ('Diesel|Dress Shoe|PVC'), ('Diesel|Dress Shoe|Rubber'), ('Diesel|Driving Shoe|Leather'), ('Diesel|Driving Shoe|Leatherette'), ('Diesel|Driving Shoe|Polyurethane'), ('Diesel|Driving Shoe|PVC'), ('Diesel|Driving Shoe|Rubber'), ('Diesel|Hiker|Leather'), ('Diesel|Hiker|Leatherette'), ('Diesel|Hiker|Polyurethane'), ('Diesel|Hiker|PVC'), ('Diesel|Hiker|Rubber'), ('Diesel|Loafer (Slip-on)|Leather'), ('Diesel|Loafer (Slip-on)|Leatherette'), ('Diesel|Loafer (Slip-on)|Polyurethane'), ('Diesel|Loafer (Slip-on)|PVC'), ('Diesel|Loafer (Slip-on)|Rubber'), ('Diesel|Oxford (Lace-up)|Leather'), ('Diesel|Oxford (Lace-up)|Leatherette'), ('Diesel|Oxford (Lace-up)|Polyurethane'), ('Diesel|Oxford (Lace-up)|PVC'), ('Diesel|Oxford (Lace-up)|Rubber'), ('Diesel|Patent Leather|Leather'), ('Diesel|Patent Leather|Leatherette'), ('Diesel|Patent Leather|Polyurethane'), ('Diesel|Patent Leather|PVC'), ('Diesel|Patent Leather|Rubber'), ('Diesel|Penny Loafer|Leather'), ('Diesel|Penny Loafer|Leatherette'), ('Diesel|Penny Loafer|Polyurethane'), ('Diesel|Penny Loafer|PVC'), ('Diesel|Penny Loafer|Rubber'), ('Diesel|Runner|Leather'), ('Diesel|Runner|Leatherette'), ('Diesel|Runner|Polyurethane'), ('Diesel|Runner|PVC'), ('Diesel|Runner|Rubber'), ('Diesel|Saddle Shoe|Leather'), ('Diesel|Saddle Shoe|Leatherette'), ('Diesel|Saddle Shoe|Polyurethane'), ('Diesel|Saddle Shoe|PVC'), ('Diesel|Saddle Shoe|Rubber'), ('Diesel|Sandal|Leather'), ('Diesel|Sandal|Leatherette'), ('Diesel|Sandal|Polyurethane'), ('Diesel|Sandal|PVC'), ('Diesel|Sandal|Rubber'), ('Diesel|Tennis|Leather'), ('Diesel|Tennis|Leatherette'), ('Diesel|Tennis|Polyurethane'), ('Diesel|Tennis|PVC'), ('Diesel|Tennis|Rubber'), ('Diesel|Walker|Leather'), ('Diesel|Walker|Leatherette'), ('Diesel|Walker|Polyurethane'), ('Diesel|Walker|PVC'), ('Diesel|Walker|Rubber'), ('Diesel|Wingtip|Leather'), ('Diesel|Wingtip|Leatherette'), ('Diesel|Wingtip|Polyurethane'), ('Diesel|Wingtip|PVC'), ('Diesel|Wingtip|Rubber'), ('Diesel|Work Boot|Leather'), ('Diesel|Work Boot|Leatherette'), ('Diesel|Work Boot|Polyurethane'), ('Diesel|Work Boot|PVC'), ('Diesel|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dream Pairs|Balmoral|Leather'), ('Dream Pairs|Balmoral|Leatherette'), ('Dream Pairs|Balmoral|Polyurethane'), ('Dream Pairs|Balmoral|PVC'), ('Dream Pairs|Balmoral|Rubber'), ('Dream Pairs|Boat Shoe|Leather'), ('Dream Pairs|Boat Shoe|Leatherette'), ('Dream Pairs|Boat Shoe|Polyurethane'), ('Dream Pairs|Boat Shoe|PVC'), ('Dream Pairs|Boat Shoe|Rubber'), ('Dream Pairs|Brouge|Leather'), ('Dream Pairs|Brouge|Leatherette'), ('Dream Pairs|Brouge|Polyurethane'), ('Dream Pairs|Brouge|PVC'), ('Dream Pairs|Brouge|Rubber'), ('Dream Pairs|Cross Trainer|Leather'), ('Dream Pairs|Cross Trainer|Leatherette'), ('Dream Pairs|Cross Trainer|Polyurethane'), ('Dream Pairs|Cross Trainer|PVC'), ('Dream Pairs|Cross Trainer|Rubber'), ('Dream Pairs|Derby|Leather'), ('Dream Pairs|Derby|Leatherette'), ('Dream Pairs|Derby|Polyurethane'), ('Dream Pairs|Derby|PVC'), ('Dream Pairs|Derby|Rubber'), ('Dream Pairs|Dress Boot|Leather'), ('Dream Pairs|Dress Boot|Leatherette'), ('Dream Pairs|Dress Boot|Polyurethane'), ('Dream Pairs|Dress Boot|PVC'), ('Dream Pairs|Dress Boot|Rubber'), ('Dream Pairs|Dress Shoe|Leather'), ('Dream Pairs|Dress Shoe|Leatherette'), ('Dream Pairs|Dress Shoe|Polyurethane'), ('Dream Pairs|Dress Shoe|PVC'), ('Dream Pairs|Dress Shoe|Rubber'), ('Dream Pairs|Driving Shoe|Leather'), ('Dream Pairs|Driving Shoe|Leatherette'), ('Dream Pairs|Driving Shoe|Polyurethane'), ('Dream Pairs|Driving Shoe|PVC'), ('Dream Pairs|Driving Shoe|Rubber'), ('Dream Pairs|Hiker|Leather'), ('Dream Pairs|Hiker|Leatherette'), ('Dream Pairs|Hiker|Polyurethane'), ('Dream Pairs|Hiker|PVC'), ('Dream Pairs|Hiker|Rubber'), ('Dream Pairs|Loafer (Slip-on)|Leather'), ('Dream Pairs|Loafer (Slip-on)|Leatherette'), ('Dream Pairs|Loafer (Slip-on)|Polyurethane'), ('Dream Pairs|Loafer (Slip-on)|PVC'), ('Dream Pairs|Loafer (Slip-on)|Rubber'), ('Dream Pairs|Oxford (Lace-up)|Leather'), ('Dream Pairs|Oxford (Lace-up)|Leatherette'), ('Dream Pairs|Oxford (Lace-up)|Polyurethane'), ('Dream Pairs|Oxford (Lace-up)|PVC'), ('Dream Pairs|Oxford (Lace-up)|Rubber'), ('Dream Pairs|Patent Leather|Leather'), ('Dream Pairs|Patent Leather|Leatherette'), ('Dream Pairs|Patent Leather|Polyurethane'), ('Dream Pairs|Patent Leather|PVC'), ('Dream Pairs|Patent Leather|Rubber'), ('Dream Pairs|Penny Loafer|Leather'), ('Dream Pairs|Penny Loafer|Leatherette'), ('Dream Pairs|Penny Loafer|Polyurethane'), ('Dream Pairs|Penny Loafer|PVC'), ('Dream Pairs|Penny Loafer|Rubber'), ('Dream Pairs|Runner|Leather'), ('Dream Pairs|Runner|Leatherette'), ('Dream Pairs|Runner|Polyurethane'), ('Dream Pairs|Runner|PVC'), ('Dream Pairs|Runner|Rubber'), ('Dream Pairs|Saddle Shoe|Leather'), ('Dream Pairs|Saddle Shoe|Leatherette'), ('Dream Pairs|Saddle Shoe|Polyurethane'), ('Dream Pairs|Saddle Shoe|PVC'), ('Dream Pairs|Saddle Shoe|Rubber'), ('Dream Pairs|Sandal|Leather'), ('Dream Pairs|Sandal|Leatherette'), ('Dream Pairs|Sandal|Polyurethane'), ('Dream Pairs|Sandal|PVC'), ('Dream Pairs|Sandal|Rubber'), ('Dream Pairs|Tennis|Leather'), ('Dream Pairs|Tennis|Leatherette'), ('Dream Pairs|Tennis|Polyurethane'), ('Dream Pairs|Tennis|PVC'), ('Dream Pairs|Tennis|Rubber'), ('Dream Pairs|Walker|Leather'), ('Dream Pairs|Walker|Leatherette'), ('Dream Pairs|Walker|Polyurethane'), ('Dream Pairs|Walker|PVC'), ('Dream Pairs|Walker|Rubber'), ('Dream Pairs|Wingtip|Leather'), ('Dream Pairs|Wingtip|Leatherette'), ('Dream Pairs|Wingtip|Polyurethane'), ('Dream Pairs|Wingtip|PVC'), ('Dream Pairs|Wingtip|Rubber'), ('Dream Pairs|Work Boot|Leather'), ('Dream Pairs|Work Boot|Leatherette'), ('Dream Pairs|Work Boot|Polyurethane'), ('Dream Pairs|Work Boot|PVC'), ('Dream Pairs|Work Boot|Rubber'), ('Ecco|Balmoral|Leather'), ('Ecco|Balmoral|Leatherette'), ('Ecco|Balmoral|Polyurethane'), ('Ecco|Balmoral|PVC'), ('Ecco|Balmoral|Rubber'), ('Ecco|Boat Shoe|Leather'), ('Ecco|Boat Shoe|Leatherette'), ('Ecco|Boat Shoe|Polyurethane'), ('Ecco|Boat Shoe|PVC'), ('Ecco|Boat Shoe|Rubber'), ('Ecco|Brouge|Leather'), ('Ecco|Brouge|Leatherette'), ('Ecco|Brouge|Polyurethane'), ('Ecco|Brouge|PVC'), ('Ecco|Brouge|Rubber'), ('Ecco|Cross Trainer|Leather'), ('Ecco|Cross Trainer|Leatherette'), ('Ecco|Cross Trainer|Polyurethane'), ('Ecco|Cross Trainer|PVC'), ('Ecco|Cross Trainer|Rubber'), ('Ecco|Derby|Leather'), ('Ecco|Derby|Leatherette'), ('Ecco|Derby|Polyurethane'), ('Ecco|Derby|PVC'), ('Ecco|Derby|Rubber'), ('Ecco|Dress Boot|Leather'), ('Ecco|Dress Boot|Leatherette'), ('Ecco|Dress Boot|Polyurethane'), ('Ecco|Dress Boot|PVC'), ('Ecco|Dress Boot|Rubber'), ('Ecco|Dress Shoe|Leather'), ('Ecco|Dress Shoe|Leatherette'), ('Ecco|Dress Shoe|Polyurethane'), ('Ecco|Dress Shoe|PVC'), ('Ecco|Dress Shoe|Rubber'), ('Ecco|Driving Shoe|Leather'), ('Ecco|Driving Shoe|Leatherette'), ('Ecco|Driving Shoe|Polyurethane'), ('Ecco|Driving Shoe|PVC'), ('Ecco|Driving Shoe|Rubber'), ('Ecco|Hiker|Leather'), ('Ecco|Hiker|Leatherette'), ('Ecco|Hiker|Polyurethane'), ('Ecco|Hiker|PVC'), ('Ecco|Hiker|Rubber'), ('Ecco|Loafer (Slip-on)|Leather'), ('Ecco|Loafer (Slip-on)|Leatherette'), ('Ecco|Loafer (Slip-on)|Polyurethane'), ('Ecco|Loafer (Slip-on)|PVC'), ('Ecco|Loafer (Slip-on)|Rubber'), ('Ecco|Oxford (Lace-up)|Leather'), ('Ecco|Oxford (Lace-up)|Leatherette'), ('Ecco|Oxford (Lace-up)|Polyurethane'), ('Ecco|Oxford (Lace-up)|PVC'), ('Ecco|Oxford (Lace-up)|Rubber'), ('Ecco|Patent Leather|Leather'), ('Ecco|Patent Leather|Leatherette'), ('Ecco|Patent Leather|Polyurethane'), ('Ecco|Patent Leather|PVC'), ('Ecco|Patent Leather|Rubber'), ('Ecco|Penny Loafer|Leather'), ('Ecco|Penny Loafer|Leatherette'), ('Ecco|Penny Loafer|Polyurethane'), ('Ecco|Penny Loafer|PVC'), ('Ecco|Penny Loafer|Rubber'), ('Ecco|Runner|Leather'), ('Ecco|Runner|Leatherette'), ('Ecco|Runner|Polyurethane'), ('Ecco|Runner|PVC'), ('Ecco|Runner|Rubber'), ('Ecco|Saddle Shoe|Leather'), ('Ecco|Saddle Shoe|Leatherette'), ('Ecco|Saddle Shoe|Polyurethane'), ('Ecco|Saddle Shoe|PVC'), ('Ecco|Saddle Shoe|Rubber'), ('Ecco|Sandal|Leather'), ('Ecco|Sandal|Leatherette'), ('Ecco|Sandal|Polyurethane'), ('Ecco|Sandal|PVC'), ('Ecco|Sandal|Rubber'), ('Ecco|Tennis|Leather'), ('Ecco|Tennis|Leatherette'), ('Ecco|Tennis|Polyurethane'), ('Ecco|Tennis|PVC'), ('Ecco|Tennis|Rubber'), ('Ecco|Walker|Leather'), ('Ecco|Walker|Leatherette'), ('Ecco|Walker|Polyurethane'), ('Ecco|Walker|PVC'), ('Ecco|Walker|Rubber'), ('Ecco|Wingtip|Leather'), ('Ecco|Wingtip|Leatherette'), ('Ecco|Wingtip|Polyurethane'), ('Ecco|Wingtip|PVC'), ('Ecco|Wingtip|Rubber'), ('Ecco|Work Boot|Leather'), ('Ecco|Work Boot|Leatherette'), ('Ecco|Work Boot|Polyurethane'), ('Ecco|Work Boot|PVC'), ('Ecco|Work Boot|Rubber'), ('Etnies|Balmoral|Leather'), ('Etnies|Balmoral|Leatherette'), ('Etnies|Balmoral|Polyurethane'), ('Etnies|Balmoral|PVC'), ('Etnies|Balmoral|Rubber'), ('Etnies|Boat Shoe|Leather'), ('Etnies|Boat Shoe|Leatherette'), ('Etnies|Boat Shoe|Polyurethane'), ('Etnies|Boat Shoe|PVC'), ('Etnies|Boat Shoe|Rubber'), ('Etnies|Brouge|Leather'), ('Etnies|Brouge|Leatherette'), ('Etnies|Brouge|Polyurethane'), ('Etnies|Brouge|PVC'), ('Etnies|Brouge|Rubber'), ('Etnies|Cross Trainer|Leather'), ('Etnies|Cross Trainer|Leatherette'), ('Etnies|Cross Trainer|Polyurethane'), ('Etnies|Cross Trainer|PVC'), ('Etnies|Cross Trainer|Rubber'), ('Etnies|Derby|Leather'), ('Etnies|Derby|Leatherette'), ('Etnies|Derby|Polyurethane'), ('Etnies|Derby|PVC'), ('Etnies|Derby|Rubber'), ('Etnies|Dress Boot|Leather'), ('Etnies|Dress Boot|Leatherette'), ('Etnies|Dress Boot|Polyurethane'), ('Etnies|Dress Boot|PVC'), ('Etnies|Dress Boot|Rubber'), ('Etnies|Dress Shoe|Leather'), ('Etnies|Dress Shoe|Leatherette'), ('Etnies|Dress Shoe|Polyurethane'), ('Etnies|Dress Shoe|PVC'), ('Etnies|Dress Shoe|Rubber'), ('Etnies|Driving Shoe|Leather'), ('Etnies|Driving Shoe|Leatherette'), ('Etnies|Driving Shoe|Polyurethane'), ('Etnies|Driving Shoe|PVC'), ('Etnies|Driving Shoe|Rubber'), ('Etnies|Hiker|Leather'), ('Etnies|Hiker|Leatherette'), ('Etnies|Hiker|Polyurethane'), ('Etnies|Hiker|PVC'), ('Etnies|Hiker|Rubber'), ('Etnies|Loafer (Slip-on)|Leather'), ('Etnies|Loafer (Slip-on)|Leatherette'), ('Etnies|Loafer (Slip-on)|Polyurethane'), ('Etnies|Loafer (Slip-on)|PVC'), ('Etnies|Loafer (Slip-on)|Rubber'), ('Etnies|Oxford (Lace-up)|Leather'), ('Etnies|Oxford (Lace-up)|Leatherette'), ('Etnies|Oxford (Lace-up)|Polyurethane'), ('Etnies|Oxford (Lace-up)|PVC'), ('Etnies|Oxford (Lace-up)|Rubber'), ('Etnies|Patent Leather|Leather'), ('Etnies|Patent Leather|Leatherette'), ('Etnies|Patent Leather|Polyurethane'), ('Etnies|Patent Leather|PVC'), ('Etnies|Patent Leather|Rubber'), ('Etnies|Penny Loafer|Leather'), ('Etnies|Penny Loafer|Leatherette'), ('Etnies|Penny Loafer|Polyurethane'), ('Etnies|Penny Loafer|PVC'), ('Etnies|Penny Loafer|Rubber'), ('Etnies|Runner|Leather'), ('Etnies|Runner|Leatherette'), ('Etnies|Runner|Polyurethane'), ('Etnies|Runner|PVC'), ('Etnies|Runner|Rubber'), ('Etnies|Saddle Shoe|Leather'), ('Etnies|Saddle Shoe|Leatherette'), ('Etnies|Saddle Shoe|Polyurethane'), ('Etnies|Saddle Shoe|PVC'), ('Etnies|Saddle Shoe|Rubber'), ('Etnies|Sandal|Leather'), ('Etnies|Sandal|Leatherette'), ('Etnies|Sandal|Polyurethane'), ('Etnies|Sandal|PVC'), ('Etnies|Sandal|Rubber'), ('Etnies|Tennis|Leather'), ('Etnies|Tennis|Leatherette'), ('Etnies|Tennis|Polyurethane'), ('Etnies|Tennis|PVC'), ('Etnies|Tennis|Rubber'), ('Etnies|Walker|Leather'), ('Etnies|Walker|Leatherette'), ('Etnies|Walker|Polyurethane'), ('Etnies|Walker|PVC'), ('Etnies|Walker|Rubber'), ('Etnies|Wingtip|Leather'), ('Etnies|Wingtip|Leatherette'), ('Etnies|Wingtip|Polyurethane'), ('Etnies|Wingtip|PVC'), ('Etnies|Wingtip|Rubber'), ('Etnies|Work Boot|Leather'), ('Etnies|Work Boot|Leatherette'), ('Etnies|Work Boot|Polyurethane'), ('Etnies|Work Boot|PVC'), ('Etnies|Work Boot|Rubber'), ('Fred Perry|Balmoral|Leather'), ('Fred Perry|Balmoral|Leatherette'), ('Fred Perry|Balmoral|Polyurethane'), ('Fred Perry|Balmoral|PVC'), ('Fred Perry|Balmoral|Rubber'), ('Fred Perry|Boat Shoe|Leather'), ('Fred Perry|Boat Shoe|Leatherette'), ('Fred Perry|Boat Shoe|Polyurethane'), ('Fred Perry|Boat Shoe|PVC'), ('Fred Perry|Boat Shoe|Rubber'), ('Fred Perry|Brouge|Leather'), ('Fred Perry|Brouge|Leatherette'), ('Fred Perry|Brouge|Polyurethane'), ('Fred Perry|Brouge|PVC'), ('Fred Perry|Brouge|Rubber'), ('Fred Perry|Cross Trainer|Leather'), ('Fred Perry|Cross Trainer|Leatherette'), ('Fred Perry|Cross Trainer|Polyurethane'), ('Fred Perry|Cross Trainer|PVC'), ('Fred Perry|Cross Trainer|Rubber'), ('Fred Perry|Derby|Leather'), ('Fred Perry|Derby|Leatherette'), ('Fred Perry|Derby|Polyurethane'), ('Fred Perry|Derby|PVC'), ('Fred Perry|Derby|Rubber'), ('Fred Perry|Dress Boot|Leather'), ('Fred Perry|Dress Boot|Leatherette'), ('Fred Perry|Dress Boot|Polyurethane'), ('Fred Perry|Dress Boot|PVC'), ('Fred Perry|Dress Boot|Rubber'), ('Fred Perry|Dress Shoe|Leather'), ('Fred Perry|Dress Shoe|Leatherette'), ('Fred Perry|Dress Shoe|Polyurethane'), ('Fred Perry|Dress Shoe|PVC'), ('Fred Perry|Dress Shoe|Rubber'), ('Fred Perry|Driving Shoe|Leather'), ('Fred Perry|Driving Shoe|Leatherette'), ('Fred Perry|Driving Shoe|Polyurethane'), ('Fred Perry|Driving Shoe|PVC'), ('Fred Perry|Driving Shoe|Rubber'), ('Fred Perry|Hiker|Leather'), ('Fred Perry|Hiker|Leatherette'), ('Fred Perry|Hiker|Polyurethane'), ('Fred Perry|Hiker|PVC'), ('Fred Perry|Hiker|Rubber'), ('Fred Perry|Loafer (Slip-on)|Leather'), ('Fred Perry|Loafer (Slip-on)|Leatherette'), ('Fred Perry|Loafer (Slip-on)|Polyurethane'), ('Fred Perry|Loafer (Slip-on)|PVC'), ('Fred Perry|Loafer (Slip-on)|Rubber'), ('Fred Perry|Oxford (Lace-up)|Leather'), ('Fred Perry|Oxford (Lace-up)|Leatherette'), ('Fred Perry|Oxford (Lace-up)|Polyurethane'), ('Fred Perry|Oxford (Lace-up)|PVC'), ('Fred Perry|Oxford (Lace-up)|Rubber'), ('Fred Perry|Patent Leather|Leather'), ('Fred Perry|Patent Leather|Leatherette'), ('Fred Perry|Patent Leather|Polyurethane'), ('Fred Perry|Patent Leather|PVC'), ('Fred Perry|Patent Leather|Rubber'), ('Fred Perry|Penny Loafer|Leather'), ('Fred Perry|Penny Loafer|Leatherette'), ('Fred Perry|Penny Loafer|Polyurethane'), ('Fred Perry|Penny Loafer|PVC'), ('Fred Perry|Penny Loafer|Rubber'), ('Fred Perry|Runner|Leather'), ('Fred Perry|Runner|Leatherette'), ('Fred Perry|Runner|Polyurethane'), ('Fred Perry|Runner|PVC'), ('Fred Perry|Runner|Rubber'), ('Fred Perry|Saddle Shoe|Leather'), ('Fred Perry|Saddle Shoe|Leatherette'), ('Fred Perry|Saddle Shoe|Polyurethane'), ('Fred Perry|Saddle Shoe|PVC'), ('Fred Perry|Saddle Shoe|Rubber'), ('Fred Perry|Sandal|Leather'), ('Fred Perry|Sandal|Leatherette'), ('Fred Perry|Sandal|Polyurethane'), ('Fred Perry|Sandal|PVC'), ('Fred Perry|Sandal|Rubber'), ('Fred Perry|Tennis|Leather'), ('Fred Perry|Tennis|Leatherette'), ('Fred Perry|Tennis|Polyurethane'), ('Fred Perry|Tennis|PVC'), ('Fred Perry|Tennis|Rubber'), ('Fred Perry|Walker|Leather'), ('Fred Perry|Walker|Leatherette'), ('Fred Perry|Walker|Polyurethane'), ('Fred Perry|Walker|PVC'), ('Fred Perry|Walker|Rubber'), ('Fred Perry|Wingtip|Leather'), ('Fred Perry|Wingtip|Leatherette'), ('Fred Perry|Wingtip|Polyurethane'), ('Fred Perry|Wingtip|PVC'), ('Fred Perry|Wingtip|Rubber'), ('Fred Perry|Work Boot|Leather'), ('Fred Perry|Work Boot|Leatherette'), ('Fred Perry|Work Boot|Polyurethane'), ('Fred Perry|Work Boot|PVC'), ('Fred Perry|Work Boot|Rubber'), ('Frye|Balmoral|Leather'), ('Frye|Balmoral|Leatherette'), ('Frye|Balmoral|Polyurethane'), ('Frye|Balmoral|PVC'), ('Frye|Balmoral|Rubber'), ('Frye|Boat Shoe|Leather'), ('Frye|Boat Shoe|Leatherette'), ('Frye|Boat Shoe|Polyurethane'), ('Frye|Boat Shoe|PVC'), ('Frye|Boat Shoe|Rubber'), ('Frye|Brouge|Leather'), ('Frye|Brouge|Leatherette'), ('Frye|Brouge|Polyurethane'), ('Frye|Brouge|PVC'), ('Frye|Brouge|Rubber'), ('Frye|Cross Trainer|Leather'), ('Frye|Cross Trainer|Leatherette'), ('Frye|Cross Trainer|Polyurethane'), ('Frye|Cross Trainer|PVC'), ('Frye|Cross Trainer|Rubber'), ('Frye|Derby|Leather'), ('Frye|Derby|Leatherette'), ('Frye|Derby|Polyurethane'), ('Frye|Derby|PVC'), ('Frye|Derby|Rubber'), ('Frye|Dress Boot|Leather'), ('Frye|Dress Boot|Leatherette'), ('Frye|Dress Boot|Polyurethane'), ('Frye|Dress Boot|PVC'), ('Frye|Dress Boot|Rubber'), ('Frye|Dress Shoe|Leather'), ('Frye|Dress Shoe|Leatherette'), ('Frye|Dress Shoe|Polyurethane'), ('Frye|Dress Shoe|PVC'), ('Frye|Dress Shoe|Rubber'), ('Frye|Driving Shoe|Leather'), ('Frye|Driving Shoe|Leatherette'), ('Frye|Driving Shoe|Polyurethane'), ('Frye|Driving Shoe|PVC'), ('Frye|Driving Shoe|Rubber'), ('Frye|Hiker|Leather'), ('Frye|Hiker|Leatherette'), ('Frye|Hiker|Polyurethane'), ('Frye|Hiker|PVC'), ('Frye|Hiker|Rubber'), ('Frye|Loafer (Slip-on)|Leather'), ('Frye|Loafer (Slip-on)|Leatherette'), ('Frye|Loafer (Slip-on)|Polyurethane'), ('Frye|Loafer (Slip-on)|PVC'), ('Frye|Loafer (Slip-on)|Rubber'), ('Frye|Oxford (Lace-up)|Leather'), ('Frye|Oxford (Lace-up)|Leatherette'), ('Frye|Oxford (Lace-up)|Polyurethane'), ('Frye|Oxford (Lace-up)|PVC'), ('Frye|Oxford (Lace-up)|Rubber'), ('Frye|Patent Leather|Leather'), ('Frye|Patent Leather|Leatherette'), ('Frye|Patent Leather|Polyurethane'), ('Frye|Patent Leather|PVC'), ('Frye|Patent Leather|Rubber'), ('Frye|Penny Loafer|Leather'), ('Frye|Penny Loafer|Leatherette'), ('Frye|Penny Loafer|Polyurethane'), ('Frye|Penny Loafer|PVC'), ('Frye|Penny Loafer|Rubber'), ('Frye|Runner|Leather'), ('Frye|Runner|Leatherette'), ('Frye|Runner|Polyurethane'), ('Frye|Runner|PVC'), ('Frye|Runner|Rubber'), ('Frye|Saddle Shoe|Leather'), ('Frye|Saddle Shoe|Leatherette'), ('Frye|Saddle Shoe|Polyurethane'), ('Frye|Saddle Shoe|PVC'), ('Frye|Saddle Shoe|Rubber'), ('Frye|Sandal|Leather'), ('Frye|Sandal|Leatherette'), ('Frye|Sandal|Polyurethane'), ('Frye|Sandal|PVC'), ('Frye|Sandal|Rubber'), ('Frye|Tennis|Leather'), ('Frye|Tennis|Leatherette'), ('Frye|Tennis|Polyurethane'), ('Frye|Tennis|PVC'), ('Frye|Tennis|Rubber'), ('Frye|Walker|Leather'), ('Frye|Walker|Leatherette'), ('Frye|Walker|Polyurethane'), ('Frye|Walker|PVC'), ('Frye|Walker|Rubber'), ('Frye|Wingtip|Leather'), ('Frye|Wingtip|Leatherette'), ('Frye|Wingtip|Polyurethane'), ('Frye|Wingtip|PVC'), ('Frye|Wingtip|Rubber'), ('Frye|Work Boot|Leather'), ('Frye|Work Boot|Leatherette'), ('Frye|Work Boot|Polyurethane'), ('Frye|Work Boot|PVC'), ('Frye|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('John Fluevog|Balmoral|Leather'), ('John Fluevog|Balmoral|Leatherette'), ('John Fluevog|Balmoral|Polyurethane'), ('John Fluevog|Balmoral|PVC'), ('John Fluevog|Balmoral|Rubber'), ('John Fluevog|Boat Shoe|Leather'), ('John Fluevog|Boat Shoe|Leatherette'), ('John Fluevog|Boat Shoe|Polyurethane'), ('John Fluevog|Boat Shoe|PVC'), ('John Fluevog|Boat Shoe|Rubber'), ('John Fluevog|Brouge|Leather'), ('John Fluevog|Brouge|Leatherette'), ('John Fluevog|Brouge|Polyurethane'), ('John Fluevog|Brouge|PVC'), ('John Fluevog|Brouge|Rubber'), ('John Fluevog|Cross Trainer|Leather'), ('John Fluevog|Cross Trainer|Leatherette'), ('John Fluevog|Cross Trainer|Polyurethane'), ('John Fluevog|Cross Trainer|PVC'), ('John Fluevog|Cross Trainer|Rubber'), ('John Fluevog|Derby|Leather'), ('John Fluevog|Derby|Leatherette'), ('John Fluevog|Derby|Polyurethane'), ('John Fluevog|Derby|PVC'), ('John Fluevog|Derby|Rubber'), ('John Fluevog|Dress Boot|Leather'), ('John Fluevog|Dress Boot|Leatherette'), ('John Fluevog|Dress Boot|Polyurethane'), ('John Fluevog|Dress Boot|PVC'), ('John Fluevog|Dress Boot|Rubber'), ('John Fluevog|Dress Shoe|Leather'), ('John Fluevog|Dress Shoe|Leatherette'), ('John Fluevog|Dress Shoe|Polyurethane'), ('John Fluevog|Dress Shoe|PVC'), ('John Fluevog|Dress Shoe|Rubber'), ('John Fluevog|Driving Shoe|Leather'), ('John Fluevog|Driving Shoe|Leatherette'), ('John Fluevog|Driving Shoe|Polyurethane'), ('John Fluevog|Driving Shoe|PVC'), ('John Fluevog|Driving Shoe|Rubber'), ('John Fluevog|Hiker|Leather'), ('John Fluevog|Hiker|Leatherette'), ('John Fluevog|Hiker|Polyurethane'), ('John Fluevog|Hiker|PVC'), ('John Fluevog|Hiker|Rubber'), ('John Fluevog|Loafer (Slip-on)|Leather'), ('John Fluevog|Loafer (Slip-on)|Leatherette'), ('John Fluevog|Loafer (Slip-on)|Polyurethane'), ('John Fluevog|Loafer (Slip-on)|PVC'), ('John Fluevog|Loafer (Slip-on)|Rubber'), ('John Fluevog|Oxford (Lace-up)|Leather'), ('John Fluevog|Oxford (Lace-up)|Leatherette'), ('John Fluevog|Oxford (Lace-up)|Polyurethane'), ('John Fluevog|Oxford (Lace-up)|PVC'), ('John Fluevog|Oxford (Lace-up)|Rubber'), ('John Fluevog|Patent Leather|Leather'), ('John Fluevog|Patent Leather|Leatherette'), ('John Fluevog|Patent Leather|Polyurethane'), ('John Fluevog|Patent Leather|PVC'), ('John Fluevog|Patent Leather|Rubber'), ('John Fluevog|Penny Loafer|Leather'), ('John Fluevog|Penny Loafer|Leatherette'), ('John Fluevog|Penny Loafer|Polyurethane'), ('John Fluevog|Penny Loafer|PVC'), ('John Fluevog|Penny Loafer|Rubber'), ('John Fluevog|Runner|Leather'), ('John Fluevog|Runner|Leatherette'), ('John Fluevog|Runner|Polyurethane'), ('John Fluevog|Runner|PVC'), ('John Fluevog|Runner|Rubber'), ('John Fluevog|Saddle Shoe|Leather'), ('John Fluevog|Saddle Shoe|Leatherette'), ('John Fluevog|Saddle Shoe|Polyurethane'), ('John Fluevog|Saddle Shoe|PVC'), ('John Fluevog|Saddle Shoe|Rubber'), ('John Fluevog|Sandal|Leather'), ('John Fluevog|Sandal|Leatherette'), ('John Fluevog|Sandal|Polyurethane'), ('John Fluevog|Sandal|PVC'), ('John Fluevog|Sandal|Rubber'), ('John Fluevog|Tennis|Leather'), ('John Fluevog|Tennis|Leatherette'), ('John Fluevog|Tennis|Polyurethane'), ('John Fluevog|Tennis|PVC'), ('John Fluevog|Tennis|Rubber'), ('John Fluevog|Walker|Leather'), ('John Fluevog|Walker|Leatherette'), ('John Fluevog|Walker|Polyurethane'), ('John Fluevog|Walker|PVC'), ('John Fluevog|Walker|Rubber'), ('John Fluevog|Wingtip|Leather'), ('John Fluevog|Wingtip|Leatherette'), ('John Fluevog|Wingtip|Polyurethane'), ('John Fluevog|Wingtip|PVC'), ('John Fluevog|Wingtip|Rubber'), ('John Fluevog|Work Boot|Leather'), ('John Fluevog|Work Boot|Leatherette'), ('John Fluevog|Work Boot|Polyurethane'), ('John Fluevog|Work Boot|PVC'), ('John Fluevog|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Keen|Balmoral|Leather'), ('Keen|Balmoral|Leatherette'), ('Keen|Balmoral|Polyurethane'), ('Keen|Balmoral|PVC'), ('Keen|Balmoral|Rubber'), ('Keen|Boat Shoe|Leather'), ('Keen|Boat Shoe|Leatherette'), ('Keen|Boat Shoe|Polyurethane'), ('Keen|Boat Shoe|PVC'), ('Keen|Boat Shoe|Rubber'), ('Keen|Brouge|Leather'), ('Keen|Brouge|Leatherette'), ('Keen|Brouge|Polyurethane'), ('Keen|Brouge|PVC'), ('Keen|Brouge|Rubber'), ('Keen|Cross Trainer|Leather'), ('Keen|Cross Trainer|Leatherette'), ('Keen|Cross Trainer|Polyurethane'), ('Keen|Cross Trainer|PVC'), ('Keen|Cross Trainer|Rubber'), ('Keen|Derby|Leather'), ('Keen|Derby|Leatherette'), ('Keen|Derby|Polyurethane'), ('Keen|Derby|PVC'), ('Keen|Derby|Rubber'), ('Keen|Dress Boot|Leather'), ('Keen|Dress Boot|Leatherette'), ('Keen|Dress Boot|Polyurethane'), ('Keen|Dress Boot|PVC'), ('Keen|Dress Boot|Rubber'), ('Keen|Dress Shoe|Leather'), ('Keen|Dress Shoe|Leatherette'), ('Keen|Dress Shoe|Polyurethane'), ('Keen|Dress Shoe|PVC'), ('Keen|Dress Shoe|Rubber'), ('Keen|Driving Shoe|Leather'), ('Keen|Driving Shoe|Leatherette'), ('Keen|Driving Shoe|Polyurethane'), ('Keen|Driving Shoe|PVC'), ('Keen|Driving Shoe|Rubber'), ('Keen|Hiker|Leather'), ('Keen|Hiker|Leatherette'), ('Keen|Hiker|Polyurethane'), ('Keen|Hiker|PVC'), ('Keen|Hiker|Rubber'), ('Keen|Loafer (Slip-on)|Leather'), ('Keen|Loafer (Slip-on)|Leatherette'), ('Keen|Loafer (Slip-on)|Polyurethane'), ('Keen|Loafer (Slip-on)|PVC'), ('Keen|Loafer (Slip-on)|Rubber'), ('Keen|Oxford (Lace-up)|Leather'), ('Keen|Oxford (Lace-up)|Leatherette'), ('Keen|Oxford (Lace-up)|Polyurethane'), ('Keen|Oxford (Lace-up)|PVC'), ('Keen|Oxford (Lace-up)|Rubber'), ('Keen|Patent Leather|Leather'), ('Keen|Patent Leather|Leatherette'), ('Keen|Patent Leather|Polyurethane'), ('Keen|Patent Leather|PVC'), ('Keen|Patent Leather|Rubber'), ('Keen|Penny Loafer|Leather'), ('Keen|Penny Loafer|Leatherette'), ('Keen|Penny Loafer|Polyurethane'), ('Keen|Penny Loafer|PVC'), ('Keen|Penny Loafer|Rubber'), ('Keen|Runner|Leather'), ('Keen|Runner|Leatherette'), ('Keen|Runner|Polyurethane'), ('Keen|Runner|PVC'), ('Keen|Runner|Rubber'), ('Keen|Saddle Shoe|Leather'), ('Keen|Saddle Shoe|Leatherette'), ('Keen|Saddle Shoe|Polyurethane'), ('Keen|Saddle Shoe|PVC'), ('Keen|Saddle Shoe|Rubber'), ('Keen|Sandal|Leather'), ('Keen|Sandal|Leatherette'), ('Keen|Sandal|Polyurethane'), ('Keen|Sandal|PVC'), ('Keen|Sandal|Rubber'), ('Keen|Tennis|Leather'), ('Keen|Tennis|Leatherette'), ('Keen|Tennis|Polyurethane'), ('Keen|Tennis|PVC'), ('Keen|Tennis|Rubber'), ('Keen|Walker|Leather'), ('Keen|Walker|Leatherette'), ('Keen|Walker|Polyurethane'), ('Keen|Walker|PVC'), ('Keen|Walker|Rubber'), ('Keen|Wingtip|Leather'), ('Keen|Wingtip|Leatherette'), ('Keen|Wingtip|Polyurethane'), ('Keen|Wingtip|PVC'), ('Keen|Wingtip|Rubber'), ('Keen|Work Boot|Leather'), ('Keen|Work Boot|Leatherette'), ('Keen|Work Boot|Polyurethane'), ('Keen|Work Boot|PVC'), ('Keen|Work Boot|Rubber'), ('Lacoste|Balmoral|Leather'), ('Lacoste|Balmoral|Leatherette'), ('Lacoste|Balmoral|Polyurethane'), ('Lacoste|Balmoral|PVC'), ('Lacoste|Balmoral|Rubber'), ('Lacoste|Boat Shoe|Leather'), ('Lacoste|Boat Shoe|Leatherette'), ('Lacoste|Boat Shoe|Polyurethane'), ('Lacoste|Boat Shoe|PVC'), ('Lacoste|Boat Shoe|Rubber'), ('Lacoste|Brouge|Leather'), ('Lacoste|Brouge|Leatherette'), ('Lacoste|Brouge|Polyurethane'), ('Lacoste|Brouge|PVC'), ('Lacoste|Brouge|Rubber'), ('Lacoste|Cross Trainer|Leather'), ('Lacoste|Cross Trainer|Leatherette'), ('Lacoste|Cross Trainer|Polyurethane'), ('Lacoste|Cross Trainer|PVC'), ('Lacoste|Cross Trainer|Rubber'), ('Lacoste|Derby|Leather'), ('Lacoste|Derby|Leatherette'), ('Lacoste|Derby|Polyurethane'), ('Lacoste|Derby|PVC'), ('Lacoste|Derby|Rubber'), ('Lacoste|Dress Boot|Leather'), ('Lacoste|Dress Boot|Leatherette'), ('Lacoste|Dress Boot|Polyurethane'), ('Lacoste|Dress Boot|PVC'), ('Lacoste|Dress Boot|Rubber'), ('Lacoste|Dress Shoe|Leather'), ('Lacoste|Dress Shoe|Leatherette'), ('Lacoste|Dress Shoe|Polyurethane'), ('Lacoste|Dress Shoe|PVC'), ('Lacoste|Dress Shoe|Rubber'), ('Lacoste|Driving Shoe|Leather'), ('Lacoste|Driving Shoe|Leatherette'), ('Lacoste|Driving Shoe|Polyurethane'), ('Lacoste|Driving Shoe|PVC'), ('Lacoste|Driving Shoe|Rubber'), ('Lacoste|Hiker|Leather'), ('Lacoste|Hiker|Leatherette'), ('Lacoste|Hiker|Polyurethane'), ('Lacoste|Hiker|PVC'), ('Lacoste|Hiker|Rubber'), ('Lacoste|Loafer (Slip-on)|Leather'), ('Lacoste|Loafer (Slip-on)|Leatherette'), ('Lacoste|Loafer (Slip-on)|Polyurethane'), ('Lacoste|Loafer (Slip-on)|PVC'), ('Lacoste|Loafer (Slip-on)|Rubber'), ('Lacoste|Oxford (Lace-up)|Leather'), ('Lacoste|Oxford (Lace-up)|Leatherette'), ('Lacoste|Oxford (Lace-up)|Polyurethane'), ('Lacoste|Oxford (Lace-up)|PVC'), ('Lacoste|Oxford (Lace-up)|Rubber'), ('Lacoste|Patent Leather|Leather'), ('Lacoste|Patent Leather|Leatherette'), ('Lacoste|Patent Leather|Polyurethane'), ('Lacoste|Patent Leather|PVC'), ('Lacoste|Patent Leather|Rubber'), ('Lacoste|Penny Loafer|Leather'), ('Lacoste|Penny Loafer|Leatherette'), ('Lacoste|Penny Loafer|Polyurethane'), ('Lacoste|Penny Loafer|PVC'), ('Lacoste|Penny Loafer|Rubber'), ('Lacoste|Runner|Leather'), ('Lacoste|Runner|Leatherette'), ('Lacoste|Runner|Polyurethane'), ('Lacoste|Runner|PVC'), ('Lacoste|Runner|Rubber'), ('Lacoste|Saddle Shoe|Leather'), ('Lacoste|Saddle Shoe|Leatherette'), ('Lacoste|Saddle Shoe|Polyurethane'), ('Lacoste|Saddle Shoe|PVC'), ('Lacoste|Saddle Shoe|Rubber'), ('Lacoste|Sandal|Leather'), ('Lacoste|Sandal|Leatherette'), ('Lacoste|Sandal|Polyurethane'), ('Lacoste|Sandal|PVC'), ('Lacoste|Sandal|Rubber'), ('Lacoste|Tennis|Leather'), ('Lacoste|Tennis|Leatherette'), ('Lacoste|Tennis|Polyurethane'), ('Lacoste|Tennis|PVC'), ('Lacoste|Tennis|Rubber'), ('Lacoste|Walker|Leather'), ('Lacoste|Walker|Leatherette'), ('Lacoste|Walker|Polyurethane'), ('Lacoste|Walker|PVC'), ('Lacoste|Walker|Rubber'), ('Lacoste|Wingtip|Leather'), ('Lacoste|Wingtip|Leatherette'), ('Lacoste|Wingtip|Polyurethane'), ('Lacoste|Wingtip|PVC'), ('Lacoste|Wingtip|Rubber'), ('Lacoste|Work Boot|Leather'), ('Lacoste|Work Boot|Leatherette'), ('Lacoste|Work Boot|Polyurethane'), ('Lacoste|Work Boot|PVC'), ('Lacoste|Work Boot|Rubber'), ('Marc Jacobs|Balmoral|Leather'), ('Marc Jacobs|Balmoral|Leatherette'), ('Marc Jacobs|Balmoral|Polyurethane'), ('Marc Jacobs|Balmoral|PVC'), ('Marc Jacobs|Balmoral|Rubber'), ('Marc Jacobs|Boat Shoe|Leather'), ('Marc Jacobs|Boat Shoe|Leatherette'), ('Marc Jacobs|Boat Shoe|Polyurethane'), ('Marc Jacobs|Boat Shoe|PVC'), ('Marc Jacobs|Boat Shoe|Rubber'), ('Marc Jacobs|Brouge|Leather'), ('Marc Jacobs|Brouge|Leatherette'), ('Marc Jacobs|Brouge|Polyurethane'), ('Marc Jacobs|Brouge|PVC'), ('Marc Jacobs|Brouge|Rubber'), ('Marc Jacobs|Cross Trainer|Leather'), ('Marc Jacobs|Cross Trainer|Leatherette'), ('Marc Jacobs|Cross Trainer|Polyurethane'), ('Marc Jacobs|Cross Trainer|PVC'), ('Marc Jacobs|Cross Trainer|Rubber'), ('Marc Jacobs|Derby|Leather'), ('Marc Jacobs|Derby|Leatherette'), ('Marc Jacobs|Derby|Polyurethane'), ('Marc Jacobs|Derby|PVC'), ('Marc Jacobs|Derby|Rubber'), ('Marc Jacobs|Dress Boot|Leather'), ('Marc Jacobs|Dress Boot|Leatherette'), ('Marc Jacobs|Dress Boot|Polyurethane'), ('Marc Jacobs|Dress Boot|PVC'), ('Marc Jacobs|Dress Boot|Rubber'), ('Marc Jacobs|Dress Shoe|Leather'), ('Marc Jacobs|Dress Shoe|Leatherette'), ('Marc Jacobs|Dress Shoe|Polyurethane'), ('Marc Jacobs|Dress Shoe|PVC'), ('Marc Jacobs|Dress Shoe|Rubber'), ('Marc Jacobs|Driving Shoe|Leather'), ('Marc Jacobs|Driving Shoe|Leatherette'), ('Marc Jacobs|Driving Shoe|Polyurethane'), ('Marc Jacobs|Driving Shoe|PVC'), ('Marc Jacobs|Driving Shoe|Rubber'), ('Marc Jacobs|Hiker|Leather'), ('Marc Jacobs|Hiker|Leatherette'), ('Marc Jacobs|Hiker|Polyurethane'), ('Marc Jacobs|Hiker|PVC'), ('Marc Jacobs|Hiker|Rubber'), ('Marc Jacobs|Loafer (Slip-on)|Leather'), ('Marc Jacobs|Loafer (Slip-on)|Leatherette'), ('Marc Jacobs|Loafer (Slip-on)|Polyurethane'), ('Marc Jacobs|Loafer (Slip-on)|PVC'), ('Marc Jacobs|Loafer (Slip-on)|Rubber'), ('Marc Jacobs|Oxford (Lace-up)|Leather'), ('Marc Jacobs|Oxford (Lace-up)|Leatherette'), ('Marc Jacobs|Oxford (Lace-up)|Polyurethane'), ('Marc Jacobs|Oxford (Lace-up)|PVC'), ('Marc Jacobs|Oxford (Lace-up)|Rubber'), ('Marc Jacobs|Patent Leather|Leather'), ('Marc Jacobs|Patent Leather|Leatherette'), ('Marc Jacobs|Patent Leather|Polyurethane'), ('Marc Jacobs|Patent Leather|PVC'), ('Marc Jacobs|Patent Leather|Rubber'), ('Marc Jacobs|Penny Loafer|Leather'), ('Marc Jacobs|Penny Loafer|Leatherette'), ('Marc Jacobs|Penny Loafer|Polyurethane'), ('Marc Jacobs|Penny Loafer|PVC'), ('Marc Jacobs|Penny Loafer|Rubber'), ('Marc Jacobs|Runner|Leather'), ('Marc Jacobs|Runner|Leatherette'), ('Marc Jacobs|Runner|Polyurethane'), ('Marc Jacobs|Runner|PVC'), ('Marc Jacobs|Runner|Rubber'), ('Marc Jacobs|Saddle Shoe|Leather'), ('Marc Jacobs|Saddle Shoe|Leatherette'), ('Marc Jacobs|Saddle Shoe|Polyurethane'), ('Marc Jacobs|Saddle Shoe|PVC'), ('Marc Jacobs|Saddle Shoe|Rubber'), ('Marc Jacobs|Sandal|Leather'), ('Marc Jacobs|Sandal|Leatherette'), ('Marc Jacobs|Sandal|Polyurethane'), ('Marc Jacobs|Sandal|PVC'), ('Marc Jacobs|Sandal|Rubber'), ('Marc Jacobs|Tennis|Leather'), ('Marc Jacobs|Tennis|Leatherette'), ('Marc Jacobs|Tennis|Polyurethane'), ('Marc Jacobs|Tennis|PVC'), ('Marc Jacobs|Tennis|Rubber'), ('Marc Jacobs|Walker|Leather'), ('Marc Jacobs|Walker|Leatherette'), ('Marc Jacobs|Walker|Polyurethane'), ('Marc Jacobs|Walker|PVC'), ('Marc Jacobs|Walker|Rubber'), ('Marc Jacobs|Wingtip|Leather'), ('Marc Jacobs|Wingtip|Leatherette'), ('Marc Jacobs|Wingtip|Polyurethane'), ('Marc Jacobs|Wingtip|PVC'), ('Marc Jacobs|Wingtip|Rubber'), ('Marc Jacobs|Work Boot|Leather'), ('Marc Jacobs|Work Boot|Leatherette'), ('Marc Jacobs|Work Boot|Polyurethane'), ('Marc Jacobs|Work Boot|PVC'), ('Marc Jacobs|Work Boot|Rubber'), ('Merrell|Balmoral|Leather'), ('Merrell|Balmoral|Leatherette'), ('Merrell|Balmoral|Polyurethane'), ('Merrell|Balmoral|PVC'), ('Merrell|Balmoral|Rubber'), ('Merrell|Boat Shoe|Leather'), ('Merrell|Boat Shoe|Leatherette'), ('Merrell|Boat Shoe|Polyurethane'), ('Merrell|Boat Shoe|PVC'), ('Merrell|Boat Shoe|Rubber'), ('Merrell|Brouge|Leather'), ('Merrell|Brouge|Leatherette'), ('Merrell|Brouge|Polyurethane'), ('Merrell|Brouge|PVC'), ('Merrell|Brouge|Rubber'), ('Merrell|Cross Trainer|Leather'), ('Merrell|Cross Trainer|Leatherette'), ('Merrell|Cross Trainer|Polyurethane'), ('Merrell|Cross Trainer|PVC'), ('Merrell|Cross Trainer|Rubber'), ('Merrell|Derby|Leather'), ('Merrell|Derby|Leatherette'), ('Merrell|Derby|Polyurethane'), ('Merrell|Derby|PVC'), ('Merrell|Derby|Rubber'), ('Merrell|Dress Boot|Leather'), ('Merrell|Dress Boot|Leatherette'), ('Merrell|Dress Boot|Polyurethane'), ('Merrell|Dress Boot|PVC'), ('Merrell|Dress Boot|Rubber'), ('Merrell|Dress Shoe|Leather'), ('Merrell|Dress Shoe|Leatherette'), ('Merrell|Dress Shoe|Polyurethane'), ('Merrell|Dress Shoe|PVC'), ('Merrell|Dress Shoe|Rubber'), ('Merrell|Driving Shoe|Leather'), ('Merrell|Driving Shoe|Leatherette'), ('Merrell|Driving Shoe|Polyurethane'), ('Merrell|Driving Shoe|PVC'), ('Merrell|Driving Shoe|Rubber'), ('Merrell|Hiker|Leather'), ('Merrell|Hiker|Leatherette'), ('Merrell|Hiker|Polyurethane'), ('Merrell|Hiker|PVC'), ('Merrell|Hiker|Rubber'), ('Merrell|Loafer (Slip-on)|Leather'), ('Merrell|Loafer (Slip-on)|Leatherette'), ('Merrell|Loafer (Slip-on)|Polyurethane'), ('Merrell|Loafer (Slip-on)|PVC'), ('Merrell|Loafer (Slip-on)|Rubber'), ('Merrell|Oxford (Lace-up)|Leather'), ('Merrell|Oxford (Lace-up)|Leatherette'), ('Merrell|Oxford (Lace-up)|Polyurethane'), ('Merrell|Oxford (Lace-up)|PVC'), ('Merrell|Oxford (Lace-up)|Rubber'), ('Merrell|Patent Leather|Leather'), ('Merrell|Patent Leather|Leatherette'), ('Merrell|Patent Leather|Polyurethane'), ('Merrell|Patent Leather|PVC'), ('Merrell|Patent Leather|Rubber'), ('Merrell|Penny Loafer|Leather'), ('Merrell|Penny Loafer|Leatherette'), ('Merrell|Penny Loafer|Polyurethane'), ('Merrell|Penny Loafer|PVC'), ('Merrell|Penny Loafer|Rubber'), ('Merrell|Runner|Leather'), ('Merrell|Runner|Leatherette'), ('Merrell|Runner|Polyurethane'), ('Merrell|Runner|PVC'), ('Merrell|Runner|Rubber'), ('Merrell|Saddle Shoe|Leather'), ('Merrell|Saddle Shoe|Leatherette'), ('Merrell|Saddle Shoe|Polyurethane'), ('Merrell|Saddle Shoe|PVC'), ('Merrell|Saddle Shoe|Rubber'), ('Merrell|Sandal|Leather'), ('Merrell|Sandal|Leatherette'), ('Merrell|Sandal|Polyurethane'), ('Merrell|Sandal|PVC'), ('Merrell|Sandal|Rubber'), ('Merrell|Tennis|Leather'), ('Merrell|Tennis|Leatherette'), ('Merrell|Tennis|Polyurethane'), ('Merrell|Tennis|PVC'), ('Merrell|Tennis|Rubber'), ('Merrell|Walker|Leather'), ('Merrell|Walker|Leatherette'), ('Merrell|Walker|Polyurethane'), ('Merrell|Walker|PVC'), ('Merrell|Walker|Rubber'), ('Merrell|Wingtip|Leather'), ('Merrell|Wingtip|Leatherette'), ('Merrell|Wingtip|Polyurethane'), ('Merrell|Wingtip|PVC'), ('Merrell|Wingtip|Rubber'), ('Merrell|Work Boot|Leather'), ('Merrell|Work Boot|Leatherette'), ('Merrell|Work Boot|Polyurethane'), ('Merrell|Work Boot|PVC'), ('Merrell|Work Boot|Rubber'), ('Mizuno|Balmoral|Leather'), ('Mizuno|Balmoral|Leatherette'), ('Mizuno|Balmoral|Polyurethane'), ('Mizuno|Balmoral|PVC'), ('Mizuno|Balmoral|Rubber'), ('Mizuno|Boat Shoe|Leather'), ('Mizuno|Boat Shoe|Leatherette'), ('Mizuno|Boat Shoe|Polyurethane'), ('Mizuno|Boat Shoe|PVC'), ('Mizuno|Boat Shoe|Rubber'), ('Mizuno|Brouge|Leather'), ('Mizuno|Brouge|Leatherette'), ('Mizuno|Brouge|Polyurethane'), ('Mizuno|Brouge|PVC'), ('Mizuno|Brouge|Rubber'), ('Mizuno|Cross Trainer|Leather'), ('Mizuno|Cross Trainer|Leatherette'), ('Mizuno|Cross Trainer|Polyurethane'), ('Mizuno|Cross Trainer|PVC'), ('Mizuno|Cross Trainer|Rubber'), ('Mizuno|Derby|Leather'), ('Mizuno|Derby|Leatherette'), ('Mizuno|Derby|Polyurethane'), ('Mizuno|Derby|PVC'), ('Mizuno|Derby|Rubber'), ('Mizuno|Dress Boot|Leather'), ('Mizuno|Dress Boot|Leatherette'), ('Mizuno|Dress Boot|Polyurethane'), ('Mizuno|Dress Boot|PVC'), ('Mizuno|Dress Boot|Rubber'), ('Mizuno|Dress Shoe|Leather'), ('Mizuno|Dress Shoe|Leatherette'), ('Mizuno|Dress Shoe|Polyurethane'), ('Mizuno|Dress Shoe|PVC'), ('Mizuno|Dress Shoe|Rubber'), ('Mizuno|Driving Shoe|Leather'), ('Mizuno|Driving Shoe|Leatherette'), ('Mizuno|Driving Shoe|Polyurethane'), ('Mizuno|Driving Shoe|PVC'), ('Mizuno|Driving Shoe|Rubber'), ('Mizuno|Hiker|Leather'), ('Mizuno|Hiker|Leatherette'), ('Mizuno|Hiker|Polyurethane'), ('Mizuno|Hiker|PVC'), ('Mizuno|Hiker|Rubber'), ('Mizuno|Loafer (Slip-on)|Leather'), ('Mizuno|Loafer (Slip-on)|Leatherette'), ('Mizuno|Loafer (Slip-on)|Polyurethane'), ('Mizuno|Loafer (Slip-on)|PVC'), ('Mizuno|Loafer (Slip-on)|Rubber'), ('Mizuno|Oxford (Lace-up)|Leather'), ('Mizuno|Oxford (Lace-up)|Leatherette'), ('Mizuno|Oxford (Lace-up)|Polyurethane'), ('Mizuno|Oxford (Lace-up)|PVC'), ('Mizuno|Oxford (Lace-up)|Rubber'), ('Mizuno|Patent Leather|Leather'), ('Mizuno|Patent Leather|Leatherette'), ('Mizuno|Patent Leather|Polyurethane'), ('Mizuno|Patent Leather|PVC'), ('Mizuno|Patent Leather|Rubber'), ('Mizuno|Penny Loafer|Leather'), ('Mizuno|Penny Loafer|Leatherette'), ('Mizuno|Penny Loafer|Polyurethane'), ('Mizuno|Penny Loafer|PVC'), ('Mizuno|Penny Loafer|Rubber'), ('Mizuno|Runner|Leather'), ('Mizuno|Runner|Leatherette'), ('Mizuno|Runner|Polyurethane'), ('Mizuno|Runner|PVC'), ('Mizuno|Runner|Rubber'), ('Mizuno|Saddle Shoe|Leather'), ('Mizuno|Saddle Shoe|Leatherette'), ('Mizuno|Saddle Shoe|Polyurethane'), ('Mizuno|Saddle Shoe|PVC'), ('Mizuno|Saddle Shoe|Rubber'), ('Mizuno|Sandal|Leather'), ('Mizuno|Sandal|Leatherette'), ('Mizuno|Sandal|Polyurethane'), ('Mizuno|Sandal|PVC'), ('Mizuno|Sandal|Rubber'), ('Mizuno|Tennis|Leather'), ('Mizuno|Tennis|Leatherette'), ('Mizuno|Tennis|Polyurethane'), ('Mizuno|Tennis|PVC'), ('Mizuno|Tennis|Rubber'), ('Mizuno|Walker|Leather'), ('Mizuno|Walker|Leatherette'), ('Mizuno|Walker|Polyurethane'), ('Mizuno|Walker|PVC'), ('Mizuno|Walker|Rubber'), ('Mizuno|Wingtip|Leather'), ('Mizuno|Wingtip|Leatherette'), ('Mizuno|Wingtip|Polyurethane'), ('Mizuno|Wingtip|PVC'), ('Mizuno|Wingtip|Rubber'), ('Mizuno|Work Boot|Leather'), ('Mizuno|Work Boot|Leatherette'), ('Mizuno|Work Boot|Polyurethane'), ('Mizuno|Work Boot|PVC'), ('Mizuno|Work Boot|Rubber'), ('Muck Boot|Balmoral|Leather'), ('Muck Boot|Balmoral|Leatherette'), ('Muck Boot|Balmoral|Polyurethane'), ('Muck Boot|Balmoral|PVC'), ('Muck Boot|Balmoral|Rubber'), ('Muck Boot|Boat Shoe|Leather'), ('Muck Boot|Boat Shoe|Leatherette'), ('Muck Boot|Boat Shoe|Polyurethane'), ('Muck Boot|Boat Shoe|PVC'), ('Muck Boot|Boat Shoe|Rubber'), ('Muck Boot|Brouge|Leather'), ('Muck Boot|Brouge|Leatherette'), ('Muck Boot|Brouge|Polyurethane'), ('Muck Boot|Brouge|PVC'), ('Muck Boot|Brouge|Rubber'), ('Muck Boot|Cross Trainer|Leather'), ('Muck Boot|Cross Trainer|Leatherette'), ('Muck Boot|Cross Trainer|Polyurethane'), ('Muck Boot|Cross Trainer|PVC'), ('Muck Boot|Cross Trainer|Rubber'), ('Muck Boot|Derby|Leather'), ('Muck Boot|Derby|Leatherette'), ('Muck Boot|Derby|Polyurethane'), ('Muck Boot|Derby|PVC'), ('Muck Boot|Derby|Rubber'), ('Muck Boot|Dress Boot|Leather'), ('Muck Boot|Dress Boot|Leatherette'), ('Muck Boot|Dress Boot|Polyurethane'), ('Muck Boot|Dress Boot|PVC'), ('Muck Boot|Dress Boot|Rubber'), ('Muck Boot|Dress Shoe|Leather'), ('Muck Boot|Dress Shoe|Leatherette'), ('Muck Boot|Dress Shoe|Polyurethane'), ('Muck Boot|Dress Shoe|PVC'), ('Muck Boot|Dress Shoe|Rubber'), ('Muck Boot|Driving Shoe|Leather'), ('Muck Boot|Driving Shoe|Leatherette'), ('Muck Boot|Driving Shoe|Polyurethane'), ('Muck Boot|Driving Shoe|PVC'), ('Muck Boot|Driving Shoe|Rubber'), ('Muck Boot|Hiker|Leather'), ('Muck Boot|Hiker|Leatherette'), ('Muck Boot|Hiker|Polyurethane'), ('Muck Boot|Hiker|PVC'), ('Muck Boot|Hiker|Rubber'), ('Muck Boot|Loafer (Slip-on)|Leather'), ('Muck Boot|Loafer (Slip-on)|Leatherette'), ('Muck Boot|Loafer (Slip-on)|Polyurethane'), ('Muck Boot|Loafer (Slip-on)|PVC'), ('Muck Boot|Loafer (Slip-on)|Rubber'), ('Muck Boot|Oxford (Lace-up)|Leather'), ('Muck Boot|Oxford (Lace-up)|Leatherette'), ('Muck Boot|Oxford (Lace-up)|Polyurethane'), ('Muck Boot|Oxford (Lace-up)|PVC'), ('Muck Boot|Oxford (Lace-up)|Rubber'), ('Muck Boot|Patent Leather|Leather'), ('Muck Boot|Patent Leather|Leatherette'), ('Muck Boot|Patent Leather|Polyurethane'), ('Muck Boot|Patent Leather|PVC'), ('Muck Boot|Patent Leather|Rubber'), ('Muck Boot|Penny Loafer|Leather'), ('Muck Boot|Penny Loafer|Leatherette'), ('Muck Boot|Penny Loafer|Polyurethane'), ('Muck Boot|Penny Loafer|PVC'), ('Muck Boot|Penny Loafer|Rubber'), ('Muck Boot|Runner|Leather'), ('Muck Boot|Runner|Leatherette'), ('Muck Boot|Runner|Polyurethane'), ('Muck Boot|Runner|PVC'), ('Muck Boot|Runner|Rubber'), ('Muck Boot|Saddle Shoe|Leather'), ('Muck Boot|Saddle Shoe|Leatherette'), ('Muck Boot|Saddle Shoe|Polyurethane'), ('Muck Boot|Saddle Shoe|PVC'), ('Muck Boot|Saddle Shoe|Rubber'), ('Muck Boot|Sandal|Leather'), ('Muck Boot|Sandal|Leatherette'), ('Muck Boot|Sandal|Polyurethane'), ('Muck Boot|Sandal|PVC'), ('Muck Boot|Sandal|Rubber'), ('Muck Boot|Tennis|Leather'), ('Muck Boot|Tennis|Leatherette'), ('Muck Boot|Tennis|Polyurethane'), ('Muck Boot|Tennis|PVC'), ('Muck Boot|Tennis|Rubber'), ('Muck Boot|Walker|Leather'), ('Muck Boot|Walker|Leatherette'), ('Muck Boot|Walker|Polyurethane'), ('Muck Boot|Walker|PVC'), ('Muck Boot|Walker|Rubber'), ('Muck Boot|Wingtip|Leather'), ('Muck Boot|Wingtip|Leatherette'), ('Muck Boot|Wingtip|Polyurethane'), ('Muck Boot|Wingtip|PVC'), ('Muck Boot|Wingtip|Rubber'), ('Muck Boot|Work Boot|Leather'), ('Muck Boot|Work Boot|Leatherette'), ('Muck Boot|Work Boot|Polyurethane'), ('Muck Boot|Work Boot|PVC'), ('Muck Boot|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Original Penguin|Balmoral|Leather'), ('Original Penguin|Balmoral|Leatherette'), ('Original Penguin|Balmoral|Polyurethane'), ('Original Penguin|Balmoral|PVC'), ('Original Penguin|Balmoral|Rubber'), ('Original Penguin|Boat Shoe|Leather'), ('Original Penguin|Boat Shoe|Leatherette'), ('Original Penguin|Boat Shoe|Polyurethane'), ('Original Penguin|Boat Shoe|PVC'), ('Original Penguin|Boat Shoe|Rubber'), ('Original Penguin|Brouge|Leather'), ('Original Penguin|Brouge|Leatherette'), ('Original Penguin|Brouge|Polyurethane'), ('Original Penguin|Brouge|PVC'), ('Original Penguin|Brouge|Rubber'), ('Original Penguin|Cross Trainer|Leather'), ('Original Penguin|Cross Trainer|Leatherette'), ('Original Penguin|Cross Trainer|Polyurethane'), ('Original Penguin|Cross Trainer|PVC'), ('Original Penguin|Cross Trainer|Rubber'), ('Original Penguin|Derby|Leather'), ('Original Penguin|Derby|Leatherette'), ('Original Penguin|Derby|Polyurethane'), ('Original Penguin|Derby|PVC'), ('Original Penguin|Derby|Rubber'), ('Original Penguin|Dress Boot|Leather'), ('Original Penguin|Dress Boot|Leatherette'), ('Original Penguin|Dress Boot|Polyurethane'), ('Original Penguin|Dress Boot|PVC'), ('Original Penguin|Dress Boot|Rubber'), ('Original Penguin|Dress Shoe|Leather'), ('Original Penguin|Dress Shoe|Leatherette'), ('Original Penguin|Dress Shoe|Polyurethane'), ('Original Penguin|Dress Shoe|PVC'), ('Original Penguin|Dress Shoe|Rubber'), ('Original Penguin|Driving Shoe|Leather'), ('Original Penguin|Driving Shoe|Leatherette'), ('Original Penguin|Driving Shoe|Polyurethane'), ('Original Penguin|Driving Shoe|PVC'), ('Original Penguin|Driving Shoe|Rubber'), ('Original Penguin|Hiker|Leather'), ('Original Penguin|Hiker|Leatherette'), ('Original Penguin|Hiker|Polyurethane'), ('Original Penguin|Hiker|PVC'), ('Original Penguin|Hiker|Rubber'), ('Original Penguin|Loafer (Slip-on)|Leather'), ('Original Penguin|Loafer (Slip-on)|Leatherette'), ('Original Penguin|Loafer (Slip-on)|Polyurethane'), ('Original Penguin|Loafer (Slip-on)|PVC'), ('Original Penguin|Loafer (Slip-on)|Rubber'), ('Original Penguin|Oxford (Lace-up)|Leather'), ('Original Penguin|Oxford (Lace-up)|Leatherette'), ('Original Penguin|Oxford (Lace-up)|Polyurethane'), ('Original Penguin|Oxford (Lace-up)|PVC'), ('Original Penguin|Oxford (Lace-up)|Rubber'), ('Original Penguin|Patent Leather|Leather'), ('Original Penguin|Patent Leather|Leatherette'), ('Original Penguin|Patent Leather|Polyurethane'), ('Original Penguin|Patent Leather|PVC'), ('Original Penguin|Patent Leather|Rubber'), ('Original Penguin|Penny Loafer|Leather'), ('Original Penguin|Penny Loafer|Leatherette'), ('Original Penguin|Penny Loafer|Polyurethane'), ('Original Penguin|Penny Loafer|PVC'), ('Original Penguin|Penny Loafer|Rubber'), ('Original Penguin|Runner|Leather'), ('Original Penguin|Runner|Leatherette'), ('Original Penguin|Runner|Polyurethane'), ('Original Penguin|Runner|PVC'), ('Original Penguin|Runner|Rubber'), ('Original Penguin|Saddle Shoe|Leather'), ('Original Penguin|Saddle Shoe|Leatherette'), ('Original Penguin|Saddle Shoe|Polyurethane'), ('Original Penguin|Saddle Shoe|PVC'), ('Original Penguin|Saddle Shoe|Rubber'), ('Original Penguin|Sandal|Leather'), ('Original Penguin|Sandal|Leatherette'), ('Original Penguin|Sandal|Polyurethane'), ('Original Penguin|Sandal|PVC'), ('Original Penguin|Sandal|Rubber'), ('Original Penguin|Tennis|Leather'), ('Original Penguin|Tennis|Leatherette'), ('Original Penguin|Tennis|Polyurethane'), ('Original Penguin|Tennis|PVC'), ('Original Penguin|Tennis|Rubber'), ('Original Penguin|Walker|Leather'), ('Original Penguin|Walker|Leatherette'), ('Original Penguin|Walker|Polyurethane'), ('Original Penguin|Walker|PVC'), ('Original Penguin|Walker|Rubber'), ('Original Penguin|Wingtip|Leather'), ('Original Penguin|Wingtip|Leatherette'), ('Original Penguin|Wingtip|Polyurethane'), ('Original Penguin|Wingtip|PVC'), ('Original Penguin|Wingtip|Rubber'), ('Original Penguin|Work Boot|Leather'), ('Original Penguin|Work Boot|Leatherette'), ('Original Penguin|Work Boot|Polyurethane'), ('Original Penguin|Work Boot|PVC'), ('Original Penguin|Work Boot|Rubber'), ('Polo Ralph Lauren|Balmoral|Leather'), ('Polo Ralph Lauren|Balmoral|Leatherette'), ('Polo Ralph Lauren|Balmoral|Polyurethane'), ('Polo Ralph Lauren|Balmoral|PVC'), ('Polo Ralph Lauren|Balmoral|Rubber'), ('Polo Ralph Lauren|Boat Shoe|Leather'), ('Polo Ralph Lauren|Boat Shoe|Leatherette'), ('Polo Ralph Lauren|Boat Shoe|Polyurethane'), ('Polo Ralph Lauren|Boat Shoe|PVC'), ('Polo Ralph Lauren|Boat Shoe|Rubber'), ('Polo Ralph Lauren|Brouge|Leather'), ('Polo Ralph Lauren|Brouge|Leatherette'), ('Polo Ralph Lauren|Brouge|Polyurethane'), ('Polo Ralph Lauren|Brouge|PVC'), ('Polo Ralph Lauren|Brouge|Rubber'), ('Polo Ralph Lauren|Cross Trainer|Leather'), ('Polo Ralph Lauren|Cross Trainer|Leatherette'), ('Polo Ralph Lauren|Cross Trainer|Polyurethane'), ('Polo Ralph Lauren|Cross Trainer|PVC'), ('Polo Ralph Lauren|Cross Trainer|Rubber'), ('Polo Ralph Lauren|Derby|Leather'), ('Polo Ralph Lauren|Derby|Leatherette'), ('Polo Ralph Lauren|Derby|Polyurethane'), ('Polo Ralph Lauren|Derby|PVC'), ('Polo Ralph Lauren|Derby|Rubber'), ('Polo Ralph Lauren|Dress Boot|Leather'), ('Polo Ralph Lauren|Dress Boot|Leatherette'), ('Polo Ralph Lauren|Dress Boot|Polyurethane'), ('Polo Ralph Lauren|Dress Boot|PVC'), ('Polo Ralph Lauren|Dress Boot|Rubber'), ('Polo Ralph Lauren|Dress Shoe|Leather'), ('Polo Ralph Lauren|Dress Shoe|Leatherette'), ('Polo Ralph Lauren|Dress Shoe|Polyurethane'), ('Polo Ralph Lauren|Dress Shoe|PVC'), ('Polo Ralph Lauren|Dress Shoe|Rubber'), ('Polo Ralph Lauren|Driving Shoe|Leather'), ('Polo Ralph Lauren|Driving Shoe|Leatherette'), ('Polo Ralph Lauren|Driving Shoe|Polyurethane'), ('Polo Ralph Lauren|Driving Shoe|PVC'), ('Polo Ralph Lauren|Driving Shoe|Rubber'), ('Polo Ralph Lauren|Hiker|Leather'), ('Polo Ralph Lauren|Hiker|Leatherette'), ('Polo Ralph Lauren|Hiker|Polyurethane'), ('Polo Ralph Lauren|Hiker|PVC'), ('Polo Ralph Lauren|Hiker|Rubber'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leather'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leatherette'), ('Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane'), ('Polo Ralph Lauren|Loafer (Slip-on)|PVC'), ('Polo Ralph Lauren|Loafer (Slip-on)|Rubber'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leather'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leatherette'), ('Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane'), ('Polo Ralph Lauren|Oxford (Lace-up)|PVC'), ('Polo Ralph Lauren|Oxford (Lace-up)|Rubber'), ('Polo Ralph Lauren|Patent Leather|Leather'), ('Polo Ralph Lauren|Patent Leather|Leatherette'), ('Polo Ralph Lauren|Patent Leather|Polyurethane'), ('Polo Ralph Lauren|Patent Leather|PVC'), ('Polo Ralph Lauren|Patent Leather|Rubber'), ('Polo Ralph Lauren|Penny Loafer|Leather'), ('Polo Ralph Lauren|Penny Loafer|Leatherette'), ('Polo Ralph Lauren|Penny Loafer|Polyurethane'), ('Polo Ralph Lauren|Penny Loafer|PVC'), ('Polo Ralph Lauren|Penny Loafer|Rubber'), ('Polo Ralph Lauren|Runner|Leather'), ('Polo Ralph Lauren|Runner|Leatherette'), ('Polo Ralph Lauren|Runner|Polyurethane'), ('Polo Ralph Lauren|Runner|PVC'), ('Polo Ralph Lauren|Runner|Rubber'), ('Polo Ralph Lauren|Saddle Shoe|Leather'), ('Polo Ralph Lauren|Saddle Shoe|Leatherette'), ('Polo Ralph Lauren|Saddle Shoe|Polyurethane'), ('Polo Ralph Lauren|Saddle Shoe|PVC'), ('Polo Ralph Lauren|Saddle Shoe|Rubber'), ('Polo Ralph Lauren|Sandal|Leather'), ('Polo Ralph Lauren|Sandal|Leatherette'), ('Polo Ralph Lauren|Sandal|Polyurethane'), ('Polo Ralph Lauren|Sandal|PVC'), ('Polo Ralph Lauren|Sandal|Rubber'), ('Polo Ralph Lauren|Tennis|Leather'), ('Polo Ralph Lauren|Tennis|Leatherette'), ('Polo Ralph Lauren|Tennis|Polyurethane'), ('Polo Ralph Lauren|Tennis|PVC'), ('Polo Ralph Lauren|Tennis|Rubber'), ('Polo Ralph Lauren|Walker|Leather'), ('Polo Ralph Lauren|Walker|Leatherette'), ('Polo Ralph Lauren|Walker|Polyurethane'), ('Polo Ralph Lauren|Walker|PVC'), ('Polo Ralph Lauren|Walker|Rubber'), ('Polo Ralph Lauren|Wingtip|Leather'), ('Polo Ralph Lauren|Wingtip|Leatherette'), ('Polo Ralph Lauren|Wingtip|Polyurethane'), ('Polo Ralph Lauren|Wingtip|PVC'), ('Polo Ralph Lauren|Wingtip|Rubber'), ('Polo Ralph Lauren|Work Boot|Leather'), ('Polo Ralph Lauren|Work Boot|Leatherette'), ('Polo Ralph Lauren|Work Boot|Polyurethane'), ('Polo Ralph Lauren|Work Boot|PVC'), ('Polo Ralph Lauren|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reef|Balmoral|Leather'), ('Reef|Balmoral|Leatherette'), ('Reef|Balmoral|Polyurethane'), ('Reef|Balmoral|PVC'), ('Reef|Balmoral|Rubber'), ('Reef|Boat Shoe|Leather'), ('Reef|Boat Shoe|Leatherette'), ('Reef|Boat Shoe|Polyurethane'), ('Reef|Boat Shoe|PVC'), ('Reef|Boat Shoe|Rubber'), ('Reef|Brouge|Leather'), ('Reef|Brouge|Leatherette'), ('Reef|Brouge|Polyurethane'), ('Reef|Brouge|PVC'), ('Reef|Brouge|Rubber'), ('Reef|Cross Trainer|Leather'), ('Reef|Cross Trainer|Leatherette'), ('Reef|Cross Trainer|Polyurethane'), ('Reef|Cross Trainer|PVC'), ('Reef|Cross Trainer|Rubber'), ('Reef|Derby|Leather'), ('Reef|Derby|Leatherette'), ('Reef|Derby|Polyurethane'), ('Reef|Derby|PVC'), ('Reef|Derby|Rubber'), ('Reef|Dress Boot|Leather'), ('Reef|Dress Boot|Leatherette'), ('Reef|Dress Boot|Polyurethane'), ('Reef|Dress Boot|PVC'), ('Reef|Dress Boot|Rubber'), ('Reef|Dress Shoe|Leather'), ('Reef|Dress Shoe|Leatherette'), ('Reef|Dress Shoe|Polyurethane'), ('Reef|Dress Shoe|PVC'), ('Reef|Dress Shoe|Rubber'), ('Reef|Driving Shoe|Leather'), ('Reef|Driving Shoe|Leatherette'), ('Reef|Driving Shoe|Polyurethane'), ('Reef|Driving Shoe|PVC'), ('Reef|Driving Shoe|Rubber'), ('Reef|Hiker|Leather'), ('Reef|Hiker|Leatherette'), ('Reef|Hiker|Polyurethane'), ('Reef|Hiker|PVC'), ('Reef|Hiker|Rubber'), ('Reef|Loafer (Slip-on)|Leather'), ('Reef|Loafer (Slip-on)|Leatherette'), ('Reef|Loafer (Slip-on)|Polyurethane'), ('Reef|Loafer (Slip-on)|PVC'), ('Reef|Loafer (Slip-on)|Rubber'), ('Reef|Oxford (Lace-up)|Leather'), ('Reef|Oxford (Lace-up)|Leatherette'), ('Reef|Oxford (Lace-up)|Polyurethane'), ('Reef|Oxford (Lace-up)|PVC'), ('Reef|Oxford (Lace-up)|Rubber'), ('Reef|Patent Leather|Leather'), ('Reef|Patent Leather|Leatherette'), ('Reef|Patent Leather|Polyurethane'), ('Reef|Patent Leather|PVC'), ('Reef|Patent Leather|Rubber'), ('Reef|Penny Loafer|Leather'), ('Reef|Penny Loafer|Leatherette'), ('Reef|Penny Loafer|Polyurethane'), ('Reef|Penny Loafer|PVC'), ('Reef|Penny Loafer|Rubber'), ('Reef|Runner|Leather'), ('Reef|Runner|Leatherette'), ('Reef|Runner|Polyurethane'), ('Reef|Runner|PVC'), ('Reef|Runner|Rubber'), ('Reef|Saddle Shoe|Leather'), ('Reef|Saddle Shoe|Leatherette'), ('Reef|Saddle Shoe|Polyurethane'), ('Reef|Saddle Shoe|PVC'), ('Reef|Saddle Shoe|Rubber'), ('Reef|Sandal|Leather'), ('Reef|Sandal|Leatherette'), ('Reef|Sandal|Polyurethane'), ('Reef|Sandal|PVC'), ('Reef|Sandal|Rubber'), ('Reef|Tennis|Leather'), ('Reef|Tennis|Leatherette'), ('Reef|Tennis|Polyurethane'), ('Reef|Tennis|PVC'), ('Reef|Tennis|Rubber'), ('Reef|Walker|Leather'), ('Reef|Walker|Leatherette'), ('Reef|Walker|Polyurethane'), ('Reef|Walker|PVC'), ('Reef|Walker|Rubber'), ('Reef|Wingtip|Leather'), ('Reef|Wingtip|Leatherette'), ('Reef|Wingtip|Polyurethane'), ('Reef|Wingtip|PVC'), ('Reef|Wingtip|Rubber'), ('Reef|Work Boot|Leather'), ('Reef|Work Boot|Leatherette'), ('Reef|Work Boot|Polyurethane'), ('Reef|Work Boot|PVC'), ('Reef|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Salomon|Balmoral|Leather'), ('Salomon|Balmoral|Leatherette'), ('Salomon|Balmoral|Polyurethane'), ('Salomon|Balmoral|PVC'), ('Salomon|Balmoral|Rubber'), ('Salomon|Boat Shoe|Leather'), ('Salomon|Boat Shoe|Leatherette'), ('Salomon|Boat Shoe|Polyurethane'), ('Salomon|Boat Shoe|PVC'), ('Salomon|Boat Shoe|Rubber'), ('Salomon|Brouge|Leather'), ('Salomon|Brouge|Leatherette'), ('Salomon|Brouge|Polyurethane'), ('Salomon|Brouge|PVC'), ('Salomon|Brouge|Rubber'), ('Salomon|Cross Trainer|Leather'), ('Salomon|Cross Trainer|Leatherette'), ('Salomon|Cross Trainer|Polyurethane'), ('Salomon|Cross Trainer|PVC'), ('Salomon|Cross Trainer|Rubber'), ('Salomon|Derby|Leather'), ('Salomon|Derby|Leatherette'), ('Salomon|Derby|Polyurethane'), ('Salomon|Derby|PVC'), ('Salomon|Derby|Rubber'), ('Salomon|Dress Boot|Leather'), ('Salomon|Dress Boot|Leatherette'), ('Salomon|Dress Boot|Polyurethane'), ('Salomon|Dress Boot|PVC'), ('Salomon|Dress Boot|Rubber'), ('Salomon|Dress Shoe|Leather'), ('Salomon|Dress Shoe|Leatherette'), ('Salomon|Dress Shoe|Polyurethane'), ('Salomon|Dress Shoe|PVC'), ('Salomon|Dress Shoe|Rubber'), ('Salomon|Driving Shoe|Leather'), ('Salomon|Driving Shoe|Leatherette'), ('Salomon|Driving Shoe|Polyurethane'), ('Salomon|Driving Shoe|PVC'), ('Salomon|Driving Shoe|Rubber'), ('Salomon|Hiker|Leather'), ('Salomon|Hiker|Leatherette'), ('Salomon|Hiker|Polyurethane'), ('Salomon|Hiker|PVC'), ('Salomon|Hiker|Rubber'), ('Salomon|Loafer (Slip-on)|Leather'), ('Salomon|Loafer (Slip-on)|Leatherette'), ('Salomon|Loafer (Slip-on)|Polyurethane'), ('Salomon|Loafer (Slip-on)|PVC'), ('Salomon|Loafer (Slip-on)|Rubber'), ('Salomon|Oxford (Lace-up)|Leather'), ('Salomon|Oxford (Lace-up)|Leatherette'), ('Salomon|Oxford (Lace-up)|Polyurethane'), ('Salomon|Oxford (Lace-up)|PVC'), ('Salomon|Oxford (Lace-up)|Rubber'), ('Salomon|Patent Leather|Leather'), ('Salomon|Patent Leather|Leatherette'), ('Salomon|Patent Leather|Polyurethane'), ('Salomon|Patent Leather|PVC'), ('Salomon|Patent Leather|Rubber'), ('Salomon|Penny Loafer|Leather'), ('Salomon|Penny Loafer|Leatherette'), ('Salomon|Penny Loafer|Polyurethane'), ('Salomon|Penny Loafer|PVC'), ('Salomon|Penny Loafer|Rubber'), ('Salomon|Runner|Leather'), ('Salomon|Runner|Leatherette'), ('Salomon|Runner|Polyurethane'), ('Salomon|Runner|PVC'), ('Salomon|Runner|Rubber'), ('Salomon|Saddle Shoe|Leather'), ('Salomon|Saddle Shoe|Leatherette'), ('Salomon|Saddle Shoe|Polyurethane'), ('Salomon|Saddle Shoe|PVC'), ('Salomon|Saddle Shoe|Rubber'), ('Salomon|Sandal|Leather'), ('Salomon|Sandal|Leatherette'), ('Salomon|Sandal|Polyurethane'), ('Salomon|Sandal|PVC'), ('Salomon|Sandal|Rubber'), ('Salomon|Tennis|Leather'), ('Salomon|Tennis|Leatherette'), ('Salomon|Tennis|Polyurethane'), ('Salomon|Tennis|PVC'), ('Salomon|Tennis|Rubber'), ('Salomon|Walker|Leather'), ('Salomon|Walker|Leatherette'), ('Salomon|Walker|Polyurethane'), ('Salomon|Walker|PVC'), ('Salomon|Walker|Rubber'), ('Salomon|Wingtip|Leather'), ('Salomon|Wingtip|Leatherette'), ('Salomon|Wingtip|Polyurethane'), ('Salomon|Wingtip|PVC'), ('Salomon|Wingtip|Rubber'), ('Salomon|Work Boot|Leather'), ('Salomon|Work Boot|Leatherette'), ('Salomon|Work Boot|Polyurethane'), ('Salomon|Work Boot|PVC'), ('Salomon|Work Boot|Rubber'), ('Sanuk|Balmoral|Leather'), ('Sanuk|Balmoral|Leatherette'), ('Sanuk|Balmoral|Polyurethane'), ('Sanuk|Balmoral|PVC'), ('Sanuk|Balmoral|Rubber'), ('Sanuk|Boat Shoe|Leather'), ('Sanuk|Boat Shoe|Leatherette'), ('Sanuk|Boat Shoe|Polyurethane'), ('Sanuk|Boat Shoe|PVC'), ('Sanuk|Boat Shoe|Rubber'), ('Sanuk|Brouge|Leather'), ('Sanuk|Brouge|Leatherette'), ('Sanuk|Brouge|Polyurethane'), ('Sanuk|Brouge|PVC'), ('Sanuk|Brouge|Rubber'), ('Sanuk|Cross Trainer|Leather'), ('Sanuk|Cross Trainer|Leatherette'), ('Sanuk|Cross Trainer|Polyurethane'), ('Sanuk|Cross Trainer|PVC'), ('Sanuk|Cross Trainer|Rubber'), ('Sanuk|Derby|Leather'), ('Sanuk|Derby|Leatherette'), ('Sanuk|Derby|Polyurethane'), ('Sanuk|Derby|PVC'), ('Sanuk|Derby|Rubber'), ('Sanuk|Dress Boot|Leather'), ('Sanuk|Dress Boot|Leatherette'), ('Sanuk|Dress Boot|Polyurethane'), ('Sanuk|Dress Boot|PVC'), ('Sanuk|Dress Boot|Rubber'), ('Sanuk|Dress Shoe|Leather'), ('Sanuk|Dress Shoe|Leatherette'), ('Sanuk|Dress Shoe|Polyurethane'), ('Sanuk|Dress Shoe|PVC'), ('Sanuk|Dress Shoe|Rubber'), ('Sanuk|Driving Shoe|Leather'), ('Sanuk|Driving Shoe|Leatherette'), ('Sanuk|Driving Shoe|Polyurethane'), ('Sanuk|Driving Shoe|PVC'), ('Sanuk|Driving Shoe|Rubber'), ('Sanuk|Hiker|Leather'), ('Sanuk|Hiker|Leatherette'), ('Sanuk|Hiker|Polyurethane'), ('Sanuk|Hiker|PVC'), ('Sanuk|Hiker|Rubber'), ('Sanuk|Loafer (Slip-on)|Leather'), ('Sanuk|Loafer (Slip-on)|Leatherette'), ('Sanuk|Loafer (Slip-on)|Polyurethane'), ('Sanuk|Loafer (Slip-on)|PVC'), ('Sanuk|Loafer (Slip-on)|Rubber'), ('Sanuk|Oxford (Lace-up)|Leather'), ('Sanuk|Oxford (Lace-up)|Leatherette'), ('Sanuk|Oxford (Lace-up)|Polyurethane'), ('Sanuk|Oxford (Lace-up)|PVC'), ('Sanuk|Oxford (Lace-up)|Rubber'), ('Sanuk|Patent Leather|Leather'), ('Sanuk|Patent Leather|Leatherette'), ('Sanuk|Patent Leather|Polyurethane'), ('Sanuk|Patent Leather|PVC'), ('Sanuk|Patent Leather|Rubber'), ('Sanuk|Penny Loafer|Leather'), ('Sanuk|Penny Loafer|Leatherette'), ('Sanuk|Penny Loafer|Polyurethane'), ('Sanuk|Penny Loafer|PVC'), ('Sanuk|Penny Loafer|Rubber'), ('Sanuk|Runner|Leather'), ('Sanuk|Runner|Leatherette'), ('Sanuk|Runner|Polyurethane'), ('Sanuk|Runner|PVC'), ('Sanuk|Runner|Rubber'), ('Sanuk|Saddle Shoe|Leather'), ('Sanuk|Saddle Shoe|Leatherette'), ('Sanuk|Saddle Shoe|Polyurethane'), ('Sanuk|Saddle Shoe|PVC'), ('Sanuk|Saddle Shoe|Rubber'), ('Sanuk|Sandal|Leather'), ('Sanuk|Sandal|Leatherette'), ('Sanuk|Sandal|Polyurethane'), ('Sanuk|Sandal|PVC'), ('Sanuk|Sandal|Rubber'), ('Sanuk|Tennis|Leather'), ('Sanuk|Tennis|Leatherette'), ('Sanuk|Tennis|Polyurethane'), ('Sanuk|Tennis|PVC'), ('Sanuk|Tennis|Rubber'), ('Sanuk|Walker|Leather'), ('Sanuk|Walker|Leatherette'), ('Sanuk|Walker|Polyurethane'), ('Sanuk|Walker|PVC'), ('Sanuk|Walker|Rubber'), ('Sanuk|Wingtip|Leather'), ('Sanuk|Wingtip|Leatherette'), ('Sanuk|Wingtip|Polyurethane'), ('Sanuk|Wingtip|PVC'), ('Sanuk|Wingtip|Rubber'), ('Sanuk|Work Boot|Leather'), ('Sanuk|Work Boot|Leatherette'), ('Sanuk|Work Boot|Polyurethane'), ('Sanuk|Work Boot|PVC'), ('Sanuk|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Tamarac|Balmoral|Leather'), ('Tamarac|Balmoral|Leatherette'), ('Tamarac|Balmoral|Polyurethane'), ('Tamarac|Balmoral|PVC'), ('Tamarac|Balmoral|Rubber'), ('Tamarac|Boat Shoe|Leather'), ('Tamarac|Boat Shoe|Leatherette'), ('Tamarac|Boat Shoe|Polyurethane'), ('Tamarac|Boat Shoe|PVC'), ('Tamarac|Boat Shoe|Rubber'), ('Tamarac|Brouge|Leather'), ('Tamarac|Brouge|Leatherette'), ('Tamarac|Brouge|Polyurethane'), ('Tamarac|Brouge|PVC'), ('Tamarac|Brouge|Rubber'), ('Tamarac|Cross Trainer|Leather'), ('Tamarac|Cross Trainer|Leatherette'), ('Tamarac|Cross Trainer|Polyurethane'), ('Tamarac|Cross Trainer|PVC'), ('Tamarac|Cross Trainer|Rubber'), ('Tamarac|Derby|Leather'), ('Tamarac|Derby|Leatherette'), ('Tamarac|Derby|Polyurethane'), ('Tamarac|Derby|PVC'), ('Tamarac|Derby|Rubber'), ('Tamarac|Dress Boot|Leather'), ('Tamarac|Dress Boot|Leatherette'), ('Tamarac|Dress Boot|Polyurethane'), ('Tamarac|Dress Boot|PVC'), ('Tamarac|Dress Boot|Rubber'), ('Tamarac|Dress Shoe|Leather'), ('Tamarac|Dress Shoe|Leatherette'), ('Tamarac|Dress Shoe|Polyurethane'), ('Tamarac|Dress Shoe|PVC'), ('Tamarac|Dress Shoe|Rubber'), ('Tamarac|Driving Shoe|Leather'), ('Tamarac|Driving Shoe|Leatherette'), ('Tamarac|Driving Shoe|Polyurethane'), ('Tamarac|Driving Shoe|PVC'), ('Tamarac|Driving Shoe|Rubber'), ('Tamarac|Hiker|Leather'), ('Tamarac|Hiker|Leatherette'), ('Tamarac|Hiker|Polyurethane'), ('Tamarac|Hiker|PVC'), ('Tamarac|Hiker|Rubber'), ('Tamarac|Loafer (Slip-on)|Leather'), ('Tamarac|Loafer (Slip-on)|Leatherette'), ('Tamarac|Loafer (Slip-on)|Polyurethane'), ('Tamarac|Loafer (Slip-on)|PVC'), ('Tamarac|Loafer (Slip-on)|Rubber'), ('Tamarac|Oxford (Lace-up)|Leather'), ('Tamarac|Oxford (Lace-up)|Leatherette'), ('Tamarac|Oxford (Lace-up)|Polyurethane'), ('Tamarac|Oxford (Lace-up)|PVC'), ('Tamarac|Oxford (Lace-up)|Rubber'), ('Tamarac|Patent Leather|Leather'), ('Tamarac|Patent Leather|Leatherette'), ('Tamarac|Patent Leather|Polyurethane'), ('Tamarac|Patent Leather|PVC'), ('Tamarac|Patent Leather|Rubber'), ('Tamarac|Penny Loafer|Leather'), ('Tamarac|Penny Loafer|Leatherette'), ('Tamarac|Penny Loafer|Polyurethane'), ('Tamarac|Penny Loafer|PVC'), ('Tamarac|Penny Loafer|Rubber'), ('Tamarac|Runner|Leather'), ('Tamarac|Runner|Leatherette'), ('Tamarac|Runner|Polyurethane'), ('Tamarac|Runner|PVC'), ('Tamarac|Runner|Rubber'), ('Tamarac|Saddle Shoe|Leather'), ('Tamarac|Saddle Shoe|Leatherette'), ('Tamarac|Saddle Shoe|Polyurethane'), ('Tamarac|Saddle Shoe|PVC'), ('Tamarac|Saddle Shoe|Rubber'), ('Tamarac|Sandal|Leather'), ('Tamarac|Sandal|Leatherette'), ('Tamarac|Sandal|Polyurethane'), ('Tamarac|Sandal|PVC'), ('Tamarac|Sandal|Rubber'), ('Tamarac|Tennis|Leather'), ('Tamarac|Tennis|Leatherette'), ('Tamarac|Tennis|Polyurethane'), ('Tamarac|Tennis|PVC'), ('Tamarac|Tennis|Rubber'), ('Tamarac|Walker|Leather'), ('Tamarac|Walker|Leatherette'), ('Tamarac|Walker|Polyurethane'), ('Tamarac|Walker|PVC'), ('Tamarac|Walker|Rubber'), ('Tamarac|Wingtip|Leather'), ('Tamarac|Wingtip|Leatherette'), ('Tamarac|Wingtip|Polyurethane'), ('Tamarac|Wingtip|PVC'), ('Tamarac|Wingtip|Rubber'), ('Tamarac|Work Boot|Leather'), ('Tamarac|Work Boot|Leatherette'), ('Tamarac|Work Boot|Polyurethane'), ('Tamarac|Work Boot|PVC'), ('Tamarac|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('To Boot New York|Balmoral|Leather'), ('To Boot New York|Balmoral|Leatherette'), ('To Boot New York|Balmoral|Polyurethane'), ('To Boot New York|Balmoral|PVC'), ('To Boot New York|Balmoral|Rubber'), ('To Boot New York|Boat Shoe|Leather'), ('To Boot New York|Boat Shoe|Leatherette'), ('To Boot New York|Boat Shoe|Polyurethane'), ('To Boot New York|Boat Shoe|PVC'), ('To Boot New York|Boat Shoe|Rubber'), ('To Boot New York|Brouge|Leather'), ('To Boot New York|Brouge|Leatherette'), ('To Boot New York|Brouge|Polyurethane'), ('To Boot New York|Brouge|PVC'), ('To Boot New York|Brouge|Rubber'), ('To Boot New York|Cross Trainer|Leather'), ('To Boot New York|Cross Trainer|Leatherette'), ('To Boot New York|Cross Trainer|Polyurethane'), ('To Boot New York|Cross Trainer|PVC'), ('To Boot New York|Cross Trainer|Rubber'), ('To Boot New York|Derby|Leather'), ('To Boot New York|Derby|Leatherette'), ('To Boot New York|Derby|Polyurethane'), ('To Boot New York|Derby|PVC'), ('To Boot New York|Derby|Rubber'), ('To Boot New York|Dress Boot|Leather'), ('To Boot New York|Dress Boot|Leatherette'), ('To Boot New York|Dress Boot|Polyurethane'), ('To Boot New York|Dress Boot|PVC'), ('To Boot New York|Dress Boot|Rubber'), ('To Boot New York|Dress Shoe|Leather'), ('To Boot New York|Dress Shoe|Leatherette'), ('To Boot New York|Dress Shoe|Polyurethane'), ('To Boot New York|Dress Shoe|PVC'), ('To Boot New York|Dress Shoe|Rubber'), ('To Boot New York|Driving Shoe|Leather'), ('To Boot New York|Driving Shoe|Leatherette'), ('To Boot New York|Driving Shoe|Polyurethane'), ('To Boot New York|Driving Shoe|PVC'), ('To Boot New York|Driving Shoe|Rubber'), ('To Boot New York|Hiker|Leather'), ('To Boot New York|Hiker|Leatherette'), ('To Boot New York|Hiker|Polyurethane'), ('To Boot New York|Hiker|PVC'), ('To Boot New York|Hiker|Rubber'), ('To Boot New York|Loafer (Slip-on)|Leather'), ('To Boot New York|Loafer (Slip-on)|Leatherette'), ('To Boot New York|Loafer (Slip-on)|Polyurethane'), ('To Boot New York|Loafer (Slip-on)|PVC'), ('To Boot New York|Loafer (Slip-on)|Rubber'), ('To Boot New York|Oxford (Lace-up)|Leather'), ('To Boot New York|Oxford (Lace-up)|Leatherette'), ('To Boot New York|Oxford (Lace-up)|Polyurethane'), ('To Boot New York|Oxford (Lace-up)|PVC'), ('To Boot New York|Oxford (Lace-up)|Rubber'), ('To Boot New York|Patent Leather|Leather'), ('To Boot New York|Patent Leather|Leatherette'), ('To Boot New York|Patent Leather|Polyurethane'), ('To Boot New York|Patent Leather|PVC'), ('To Boot New York|Patent Leather|Rubber'), ('To Boot New York|Penny Loafer|Leather'), ('To Boot New York|Penny Loafer|Leatherette'), ('To Boot New York|Penny Loafer|Polyurethane'), ('To Boot New York|Penny Loafer|PVC'), ('To Boot New York|Penny Loafer|Rubber'), ('To Boot New York|Runner|Leather'), ('To Boot New York|Runner|Leatherette'), ('To Boot New York|Runner|Polyurethane'), ('To Boot New York|Runner|PVC'), ('To Boot New York|Runner|Rubber'), ('To Boot New York|Saddle Shoe|Leather'), ('To Boot New York|Saddle Shoe|Leatherette'), ('To Boot New York|Saddle Shoe|Polyurethane'), ('To Boot New York|Saddle Shoe|PVC'), ('To Boot New York|Saddle Shoe|Rubber'), ('To Boot New York|Sandal|Leather'), ('To Boot New York|Sandal|Leatherette'), ('To Boot New York|Sandal|Polyurethane'), ('To Boot New York|Sandal|PVC'), ('To Boot New York|Sandal|Rubber'), ('To Boot New York|Tennis|Leather'), ('To Boot New York|Tennis|Leatherette'), ('To Boot New York|Tennis|Polyurethane'), ('To Boot New York|Tennis|PVC'), ('To Boot New York|Tennis|Rubber'), ('To Boot New York|Walker|Leather'), ('To Boot New York|Walker|Leatherette'), ('To Boot New York|Walker|Polyurethane'), ('To Boot New York|Walker|PVC'), ('To Boot New York|Walker|Rubber'), ('To Boot New York|Wingtip|Leather'), ('To Boot New York|Wingtip|Leatherette'), ('To Boot New York|Wingtip|Polyurethane'), ('To Boot New York|Wingtip|PVC'), ('To Boot New York|Wingtip|Rubber'), ('To Boot New York|Work Boot|Leather'), ('To Boot New York|Work Boot|Leatherette'), ('To Boot New York|Work Boot|Polyurethane'), ('To Boot New York|Work Boot|PVC'), ('To Boot New York|Work Boot|Rubber'), ('Ugg|Balmoral|Leather'), ('Ugg|Balmoral|Leatherette'), ('Ugg|Balmoral|Polyurethane'), ('Ugg|Balmoral|PVC'), ('Ugg|Balmoral|Rubber'), ('Ugg|Boat Shoe|Leather'), ('Ugg|Boat Shoe|Leatherette'), ('Ugg|Boat Shoe|Polyurethane'), ('Ugg|Boat Shoe|PVC'), ('Ugg|Boat Shoe|Rubber'), ('Ugg|Brouge|Leather'), ('Ugg|Brouge|Leatherette'), ('Ugg|Brouge|Polyurethane'), ('Ugg|Brouge|PVC'), ('Ugg|Brouge|Rubber'), ('Ugg|Cross Trainer|Leather'), ('Ugg|Cross Trainer|Leatherette'), ('Ugg|Cross Trainer|Polyurethane'), ('Ugg|Cross Trainer|PVC'), ('Ugg|Cross Trainer|Rubber'), ('Ugg|Derby|Leather'), ('Ugg|Derby|Leatherette'), ('Ugg|Derby|Polyurethane'), ('Ugg|Derby|PVC'), ('Ugg|Derby|Rubber'), ('Ugg|Dress Boot|Leather'), ('Ugg|Dress Boot|Leatherette'), ('Ugg|Dress Boot|Polyurethane'), ('Ugg|Dress Boot|PVC'), ('Ugg|Dress Boot|Rubber'), ('Ugg|Dress Shoe|Leather'), ('Ugg|Dress Shoe|Leatherette'), ('Ugg|Dress Shoe|Polyurethane'), ('Ugg|Dress Shoe|PVC'), ('Ugg|Dress Shoe|Rubber'), ('Ugg|Driving Shoe|Leather'), ('Ugg|Driving Shoe|Leatherette'), ('Ugg|Driving Shoe|Polyurethane'), ('Ugg|Driving Shoe|PVC'), ('Ugg|Driving Shoe|Rubber'), ('Ugg|Hiker|Leather'), ('Ugg|Hiker|Leatherette'), ('Ugg|Hiker|Polyurethane'), ('Ugg|Hiker|PVC'), ('Ugg|Hiker|Rubber'), ('Ugg|Loafer (Slip-on)|Leather'), ('Ugg|Loafer (Slip-on)|Leatherette'), ('Ugg|Loafer (Slip-on)|Polyurethane'), ('Ugg|Loafer (Slip-on)|PVC'), ('Ugg|Loafer (Slip-on)|Rubber'), ('Ugg|Oxford (Lace-up)|Leather'), ('Ugg|Oxford (Lace-up)|Leatherette'), ('Ugg|Oxford (Lace-up)|Polyurethane'), ('Ugg|Oxford (Lace-up)|PVC'), ('Ugg|Oxford (Lace-up)|Rubber'), ('Ugg|Patent Leather|Leather'), ('Ugg|Patent Leather|Leatherette'), ('Ugg|Patent Leather|Polyurethane'), ('Ugg|Patent Leather|PVC'), ('Ugg|Patent Leather|Rubber'), ('Ugg|Penny Loafer|Leather'), ('Ugg|Penny Loafer|Leatherette'), ('Ugg|Penny Loafer|Polyurethane'), ('Ugg|Penny Loafer|PVC'), ('Ugg|Penny Loafer|Rubber'), ('Ugg|Runner|Leather'), ('Ugg|Runner|Leatherette'), ('Ugg|Runner|Polyurethane'), ('Ugg|Runner|PVC'), ('Ugg|Runner|Rubber'), ('Ugg|Saddle Shoe|Leather'), ('Ugg|Saddle Shoe|Leatherette'), ('Ugg|Saddle Shoe|Polyurethane'), ('Ugg|Saddle Shoe|PVC'), ('Ugg|Saddle Shoe|Rubber'), ('Ugg|Sandal|Leather'), ('Ugg|Sandal|Leatherette'), ('Ugg|Sandal|Polyurethane'), ('Ugg|Sandal|PVC'), ('Ugg|Sandal|Rubber'), ('Ugg|Tennis|Leather'), ('Ugg|Tennis|Leatherette'), ('Ugg|Tennis|Polyurethane'), ('Ugg|Tennis|PVC'), ('Ugg|Tennis|Rubber'), ('Ugg|Walker|Leather'), ('Ugg|Walker|Leatherette'), ('Ugg|Walker|Polyurethane'), ('Ugg|Walker|PVC'), ('Ugg|Walker|Rubber'), ('Ugg|Wingtip|Leather'), ('Ugg|Wingtip|Leatherette'), ('Ugg|Wingtip|Polyurethane'), ('Ugg|Wingtip|PVC'), ('Ugg|Wingtip|Rubber'), ('Ugg|Work Boot|Leather'), ('Ugg|Work Boot|Leatherette'), ('Ugg|Work Boot|Polyurethane'), ('Ugg|Work Boot|PVC'), ('Ugg|Work Boot|Rubber')
SQL (546.8ms)  DELETE FROM `typetorealsizes`
 (0.0ms)  SELECT `brands`.`Brand` FROM `brands`
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (359.8ms)  INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Aldo|Balmoral|Leather'), ('Aldo|Balmoral|Leatherette'), ('Aldo|Balmoral|Polyurethane'), ('Aldo|Balmoral|PVC'), ('Aldo|Balmoral|Rubber'), ('Aldo|Boat Shoe|Leather'), ('Aldo|Boat Shoe|Leatherette'), ('Aldo|Boat Shoe|Polyurethane'), ('Aldo|Boat Shoe|PVC'), ('Aldo|Boat Shoe|Rubber'), ('Aldo|Brouge|Leather'), ('Aldo|Brouge|Leatherette'), ('Aldo|Brouge|Polyurethane'), ('Aldo|Brouge|PVC'), ('Aldo|Brouge|Rubber'), ('Aldo|Cross Trainer|Leather'), ('Aldo|Cross Trainer|Leatherette'), ('Aldo|Cross Trainer|Polyurethane'), ('Aldo|Cross Trainer|PVC'), ('Aldo|Cross Trainer|Rubber'), ('Aldo|Derby|Leather'), ('Aldo|Derby|Leatherette'), ('Aldo|Derby|Polyurethane'), ('Aldo|Derby|PVC'), ('Aldo|Derby|Rubber'), ('Aldo|Dress Boot|Leather'), ('Aldo|Dress Boot|Leatherette'), ('Aldo|Dress Boot|Polyurethane'), ('Aldo|Dress Boot|PVC'), ('Aldo|Dress Boot|Rubber'), ('Aldo|Dress Shoe|Leather'), ('Aldo|Dress Shoe|Leatherette'), ('Aldo|Dress Shoe|Polyurethane'), ('Aldo|Dress Shoe|PVC'), ('Aldo|Dress Shoe|Rubber'), ('Aldo|Driving Shoe|Leather'), ('Aldo|Driving Shoe|Leatherette'), ('Aldo|Driving Shoe|Polyurethane'), ('Aldo|Driving Shoe|PVC'), ('Aldo|Driving Shoe|Rubber'), ('Aldo|Hiker|Leather'), ('Aldo|Hiker|Leatherette'), ('Aldo|Hiker|Polyurethane'), ('Aldo|Hiker|PVC'), ('Aldo|Hiker|Rubber'), ('Aldo|Loafer (Slip-on)|Leather'), ('Aldo|Loafer (Slip-on)|Leatherette'), ('Aldo|Loafer (Slip-on)|Polyurethane'), ('Aldo|Loafer (Slip-on)|PVC'), ('Aldo|Loafer (Slip-on)|Rubber'), ('Aldo|Oxford (Lace-up)|Leather'), ('Aldo|Oxford (Lace-up)|Leatherette'), ('Aldo|Oxford (Lace-up)|Polyurethane'), ('Aldo|Oxford (Lace-up)|PVC'), ('Aldo|Oxford (Lace-up)|Rubber'), ('Aldo|Patent Leather|Leather'), ('Aldo|Patent Leather|Leatherette'), ('Aldo|Patent Leather|Polyurethane'), ('Aldo|Patent Leather|PVC'), ('Aldo|Patent Leather|Rubber'), ('Aldo|Penny Loafer|Leather'), ('Aldo|Penny Loafer|Leatherette'), ('Aldo|Penny Loafer|Polyurethane'), ('Aldo|Penny Loafer|PVC'), ('Aldo|Penny Loafer|Rubber'), ('Aldo|Runner|Leather'), ('Aldo|Runner|Leatherette'), ('Aldo|Runner|Polyurethane'), ('Aldo|Runner|PVC'), ('Aldo|Runner|Rubber'), ('Aldo|Saddle Shoe|Leather'), ('Aldo|Saddle Shoe|Leatherette'), ('Aldo|Saddle Shoe|Polyurethane'), ('Aldo|Saddle Shoe|PVC'), ('Aldo|Saddle Shoe|Rubber'), ('Aldo|Sandal|Leather'), ('Aldo|Sandal|Leatherette'), ('Aldo|Sandal|Polyurethane'), ('Aldo|Sandal|PVC'), ('Aldo|Sandal|Rubber'), ('Aldo|Tennis|Leather'), ('Aldo|Tennis|Leatherette'), ('Aldo|Tennis|Polyurethane'), ('Aldo|Tennis|PVC'), ('Aldo|Tennis|Rubber'), ('Aldo|Walker|Leather'), ('Aldo|Walker|Leatherette'), ('Aldo|Walker|Polyurethane'), ('Aldo|Walker|PVC'), ('Aldo|Walker|Rubber'), ('Aldo|Wingtip|Leather'), ('Aldo|Wingtip|Leatherette'), ('Aldo|Wingtip|Polyurethane'), ('Aldo|Wingtip|PVC'), ('Aldo|Wingtip|Rubber'), ('Aldo|Work Boot|Leather'), ('Aldo|Work Boot|Leatherette'), ('Aldo|Work Boot|Polyurethane'), ('Aldo|Work Boot|PVC'), ('Aldo|Work Boot|Rubber'), ('Armani|Balmoral|Leather'), ('Armani|Balmoral|Leatherette'), ('Armani|Balmoral|Polyurethane'), ('Armani|Balmoral|PVC'), ('Armani|Balmoral|Rubber'), ('Armani|Boat Shoe|Leather'), ('Armani|Boat Shoe|Leatherette'), ('Armani|Boat Shoe|Polyurethane'), ('Armani|Boat Shoe|PVC'), ('Armani|Boat Shoe|Rubber'), ('Armani|Brouge|Leather'), ('Armani|Brouge|Leatherette'), ('Armani|Brouge|Polyurethane'), ('Armani|Brouge|PVC'), ('Armani|Brouge|Rubber'), ('Armani|Cross Trainer|Leather'), ('Armani|Cross Trainer|Leatherette'), ('Armani|Cross Trainer|Polyurethane'), ('Armani|Cross Trainer|PVC'), ('Armani|Cross Trainer|Rubber'), ('Armani|Derby|Leather'), ('Armani|Derby|Leatherette'), ('Armani|Derby|Polyurethane'), ('Armani|Derby|PVC'), ('Armani|Derby|Rubber'), ('Armani|Dress Boot|Leather'), ('Armani|Dress Boot|Leatherette'), ('Armani|Dress Boot|Polyurethane'), ('Armani|Dress Boot|PVC'), ('Armani|Dress Boot|Rubber'), ('Armani|Dress Shoe|Leather'), ('Armani|Dress Shoe|Leatherette'), ('Armani|Dress Shoe|Polyurethane'), ('Armani|Dress Shoe|PVC'), ('Armani|Dress Shoe|Rubber'), ('Armani|Driving Shoe|Leather'), ('Armani|Driving Shoe|Leatherette'), ('Armani|Driving Shoe|Polyurethane'), ('Armani|Driving Shoe|PVC'), ('Armani|Driving Shoe|Rubber'), ('Armani|Hiker|Leather'), ('Armani|Hiker|Leatherette'), ('Armani|Hiker|Polyurethane'), ('Armani|Hiker|PVC'), ('Armani|Hiker|Rubber'), ('Armani|Loafer (Slip-on)|Leather'), ('Armani|Loafer (Slip-on)|Leatherette'), ('Armani|Loafer (Slip-on)|Polyurethane'), ('Armani|Loafer (Slip-on)|PVC'), ('Armani|Loafer (Slip-on)|Rubber'), ('Armani|Oxford (Lace-up)|Leather'), ('Armani|Oxford (Lace-up)|Leatherette'), ('Armani|Oxford (Lace-up)|Polyurethane'), ('Armani|Oxford (Lace-up)|PVC'), ('Armani|Oxford (Lace-up)|Rubber'), ('Armani|Patent Leather|Leather'), ('Armani|Patent Leather|Leatherette'), ('Armani|Patent Leather|Polyurethane'), ('Armani|Patent Leather|PVC'), ('Armani|Patent Leather|Rubber'), ('Armani|Penny Loafer|Leather'), ('Armani|Penny Loafer|Leatherette'), ('Armani|Penny Loafer|Polyurethane'), ('Armani|Penny Loafer|PVC'), ('Armani|Penny Loafer|Rubber'), ('Armani|Runner|Leather'), ('Armani|Runner|Leatherette'), ('Armani|Runner|Polyurethane'), ('Armani|Runner|PVC'), ('Armani|Runner|Rubber'), ('Armani|Saddle Shoe|Leather'), ('Armani|Saddle Shoe|Leatherette'), ('Armani|Saddle Shoe|Polyurethane'), ('Armani|Saddle Shoe|PVC'), ('Armani|Saddle Shoe|Rubber'), ('Armani|Sandal|Leather'), ('Armani|Sandal|Leatherette'), ('Armani|Sandal|Polyurethane'), ('Armani|Sandal|PVC'), ('Armani|Sandal|Rubber'), ('Armani|Tennis|Leather'), ('Armani|Tennis|Leatherette'), ('Armani|Tennis|Polyurethane'), ('Armani|Tennis|PVC'), ('Armani|Tennis|Rubber'), ('Armani|Walker|Leather'), ('Armani|Walker|Leatherette'), ('Armani|Walker|Polyurethane'), ('Armani|Walker|PVC'), ('Armani|Walker|Rubber'), ('Armani|Wingtip|Leather'), ('Armani|Wingtip|Leatherette'), ('Armani|Wingtip|Polyurethane'), ('Armani|Wingtip|PVC'), ('Armani|Wingtip|Rubber'), ('Armani|Work Boot|Leather'), ('Armani|Work Boot|Leatherette'), ('Armani|Work Boot|Polyurethane'), ('Armani|Work Boot|PVC'), ('Armani|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Carhartt|Balmoral|Leather'), ('Carhartt|Balmoral|Leatherette'), ('Carhartt|Balmoral|Polyurethane'), ('Carhartt|Balmoral|PVC'), ('Carhartt|Balmoral|Rubber'), ('Carhartt|Boat Shoe|Leather'), ('Carhartt|Boat Shoe|Leatherette'), ('Carhartt|Boat Shoe|Polyurethane'), ('Carhartt|Boat Shoe|PVC'), ('Carhartt|Boat Shoe|Rubber'), ('Carhartt|Brouge|Leather'), ('Carhartt|Brouge|Leatherette'), ('Carhartt|Brouge|Polyurethane'), ('Carhartt|Brouge|PVC'), ('Carhartt|Brouge|Rubber'), ('Carhartt|Cross Trainer|Leather'), ('Carhartt|Cross Trainer|Leatherette'), ('Carhartt|Cross Trainer|Polyurethane'), ('Carhartt|Cross Trainer|PVC'), ('Carhartt|Cross Trainer|Rubber'), ('Carhartt|Derby|Leather'), ('Carhartt|Derby|Leatherette'), ('Carhartt|Derby|Polyurethane'), ('Carhartt|Derby|PVC'), ('Carhartt|Derby|Rubber'), ('Carhartt|Dress Boot|Leather'), ('Carhartt|Dress Boot|Leatherette'), ('Carhartt|Dress Boot|Polyurethane'), ('Carhartt|Dress Boot|PVC'), ('Carhartt|Dress Boot|Rubber'), ('Carhartt|Dress Shoe|Leather'), ('Carhartt|Dress Shoe|Leatherette'), ('Carhartt|Dress Shoe|Polyurethane'), ('Carhartt|Dress Shoe|PVC'), ('Carhartt|Dress Shoe|Rubber'), ('Carhartt|Driving Shoe|Leather'), ('Carhartt|Driving Shoe|Leatherette'), ('Carhartt|Driving Shoe|Polyurethane'), ('Carhartt|Driving Shoe|PVC'), ('Carhartt|Driving Shoe|Rubber'), ('Carhartt|Hiker|Leather'), ('Carhartt|Hiker|Leatherette'), ('Carhartt|Hiker|Polyurethane'), ('Carhartt|Hiker|PVC'), ('Carhartt|Hiker|Rubber'), ('Carhartt|Loafer (Slip-on)|Leather'), ('Carhartt|Loafer (Slip-on)|Leatherette'), ('Carhartt|Loafer (Slip-on)|Polyurethane'), ('Carhartt|Loafer (Slip-on)|PVC'), ('Carhartt|Loafer (Slip-on)|Rubber'), ('Carhartt|Oxford (Lace-up)|Leather'), ('Carhartt|Oxford (Lace-up)|Leatherette'), ('Carhartt|Oxford (Lace-up)|Polyurethane'), ('Carhartt|Oxford (Lace-up)|PVC'), ('Carhartt|Oxford (Lace-up)|Rubber'), ('Carhartt|Patent Leather|Leather'), ('Carhartt|Patent Leather|Leatherette'), ('Carhartt|Patent Leather|Polyurethane'), ('Carhartt|Patent Leather|PVC'), ('Carhartt|Patent Leather|Rubber'), ('Carhartt|Penny Loafer|Leather'), ('Carhartt|Penny Loafer|Leatherette'), ('Carhartt|Penny Loafer|Polyurethane'), ('Carhartt|Penny Loafer|PVC'), ('Carhartt|Penny Loafer|Rubber'), ('Carhartt|Runner|Leather'), ('Carhartt|Runner|Leatherette'), ('Carhartt|Runner|Polyurethane'), ('Carhartt|Runner|PVC'), ('Carhartt|Runner|Rubber'), ('Carhartt|Saddle Shoe|Leather'), ('Carhartt|Saddle Shoe|Leatherette'), ('Carhartt|Saddle Shoe|Polyurethane'), ('Carhartt|Saddle Shoe|PVC'), ('Carhartt|Saddle Shoe|Rubber'), ('Carhartt|Sandal|Leather'), ('Carhartt|Sandal|Leatherette'), ('Carhartt|Sandal|Polyurethane'), ('Carhartt|Sandal|PVC'), ('Carhartt|Sandal|Rubber'), ('Carhartt|Tennis|Leather'), ('Carhartt|Tennis|Leatherette'), ('Carhartt|Tennis|Polyurethane'), ('Carhartt|Tennis|PVC'), ('Carhartt|Tennis|Rubber'), ('Carhartt|Walker|Leather'), ('Carhartt|Walker|Leatherette'), ('Carhartt|Walker|Polyurethane'), ('Carhartt|Walker|PVC'), ('Carhartt|Walker|Rubber'), ('Carhartt|Wingtip|Leather'), ('Carhartt|Wingtip|Leatherette'), ('Carhartt|Wingtip|Polyurethane'), ('Carhartt|Wingtip|PVC'), ('Carhartt|Wingtip|Rubber'), ('Carhartt|Work Boot|Leather'), ('Carhartt|Work Boot|Leatherette'), ('Carhartt|Work Boot|Polyurethane'), ('Carhartt|Work Boot|PVC'), ('Carhartt|Work Boot|Rubber'), ('Champion|Balmoral|Leather'), ('Champion|Balmoral|Leatherette'), ('Champion|Balmoral|Polyurethane'), ('Champion|Balmoral|PVC'), ('Champion|Balmoral|Rubber'), ('Champion|Boat Shoe|Leather'), ('Champion|Boat Shoe|Leatherette'), ('Champion|Boat Shoe|Polyurethane'), ('Champion|Boat Shoe|PVC'), ('Champion|Boat Shoe|Rubber'), ('Champion|Brouge|Leather'), ('Champion|Brouge|Leatherette'), ('Champion|Brouge|Polyurethane'), ('Champion|Brouge|PVC'), ('Champion|Brouge|Rubber'), ('Champion|Cross Trainer|Leather'), ('Champion|Cross Trainer|Leatherette'), ('Champion|Cross Trainer|Polyurethane'), ('Champion|Cross Trainer|PVC'), ('Champion|Cross Trainer|Rubber'), ('Champion|Derby|Leather'), ('Champion|Derby|Leatherette'), ('Champion|Derby|Polyurethane'), ('Champion|Derby|PVC'), ('Champion|Derby|Rubber'), ('Champion|Dress Boot|Leather'), ('Champion|Dress Boot|Leatherette'), ('Champion|Dress Boot|Polyurethane'), ('Champion|Dress Boot|PVC'), ('Champion|Dress Boot|Rubber'), ('Champion|Dress Shoe|Leather'), ('Champion|Dress Shoe|Leatherette'), ('Champion|Dress Shoe|Polyurethane'), ('Champion|Dress Shoe|PVC'), ('Champion|Dress Shoe|Rubber'), ('Champion|Driving Shoe|Leather'), ('Champion|Driving Shoe|Leatherette'), ('Champion|Driving Shoe|Polyurethane'), ('Champion|Driving Shoe|PVC'), ('Champion|Driving Shoe|Rubber'), ('Champion|Hiker|Leather'), ('Champion|Hiker|Leatherette'), ('Champion|Hiker|Polyurethane'), ('Champion|Hiker|PVC'), ('Champion|Hiker|Rubber'), ('Champion|Loafer (Slip-on)|Leather'), ('Champion|Loafer (Slip-on)|Leatherette'), ('Champion|Loafer (Slip-on)|Polyurethane'), ('Champion|Loafer (Slip-on)|PVC'), ('Champion|Loafer (Slip-on)|Rubber'), ('Champion|Oxford (Lace-up)|Leather'), ('Champion|Oxford (Lace-up)|Leatherette'), ('Champion|Oxford (Lace-up)|Polyurethane'), ('Champion|Oxford (Lace-up)|PVC'), ('Champion|Oxford (Lace-up)|Rubber'), ('Champion|Patent Leather|Leather'), ('Champion|Patent Leather|Leatherette'), ('Champion|Patent Leather|Polyurethane'), ('Champion|Patent Leather|PVC'), ('Champion|Patent Leather|Rubber'), ('Champion|Penny Loafer|Leather'), ('Champion|Penny Loafer|Leatherette'), ('Champion|Penny Loafer|Polyurethane'), ('Champion|Penny Loafer|PVC'), ('Champion|Penny Loafer|Rubber'), ('Champion|Runner|Leather'), ('Champion|Runner|Leatherette'), ('Champion|Runner|Polyurethane'), ('Champion|Runner|PVC'), ('Champion|Runner|Rubber'), ('Champion|Saddle Shoe|Leather'), ('Champion|Saddle Shoe|Leatherette'), ('Champion|Saddle Shoe|Polyurethane'), ('Champion|Saddle Shoe|PVC'), ('Champion|Saddle Shoe|Rubber'), ('Champion|Sandal|Leather'), ('Champion|Sandal|Leatherette'), ('Champion|Sandal|Polyurethane'), ('Champion|Sandal|PVC'), ('Champion|Sandal|Rubber'), ('Champion|Tennis|Leather'), ('Champion|Tennis|Leatherette'), ('Champion|Tennis|Polyurethane'), ('Champion|Tennis|PVC'), ('Champion|Tennis|Rubber'), ('Champion|Walker|Leather'), ('Champion|Walker|Leatherette'), ('Champion|Walker|Polyurethane'), ('Champion|Walker|PVC'), ('Champion|Walker|Rubber'), ('Champion|Wingtip|Leather'), ('Champion|Wingtip|Leatherette'), ('Champion|Wingtip|Polyurethane'), ('Champion|Wingtip|PVC'), ('Champion|Wingtip|Rubber'), ('Champion|Work Boot|Leather'), ('Champion|Work Boot|Leatherette'), ('Champion|Work Boot|Polyurethane'), ('Champion|Work Boot|PVC'), ('Champion|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cole Haan|Balmoral|Leather'), ('Cole Haan|Balmoral|Leatherette'), ('Cole Haan|Balmoral|Polyurethane'), ('Cole Haan|Balmoral|PVC'), ('Cole Haan|Balmoral|Rubber'), ('Cole Haan|Boat Shoe|Leather'), ('Cole Haan|Boat Shoe|Leatherette'), ('Cole Haan|Boat Shoe|Polyurethane'), ('Cole Haan|Boat Shoe|PVC'), ('Cole Haan|Boat Shoe|Rubber'), ('Cole Haan|Brouge|Leather'), ('Cole Haan|Brouge|Leatherette'), ('Cole Haan|Brouge|Polyurethane'), ('Cole Haan|Brouge|PVC'), ('Cole Haan|Brouge|Rubber'), ('Cole Haan|Cross Trainer|Leather'), ('Cole Haan|Cross Trainer|Leatherette'), ('Cole Haan|Cross Trainer|Polyurethane'), ('Cole Haan|Cross Trainer|PVC'), ('Cole Haan|Cross Trainer|Rubber'), ('Cole Haan|Derby|Leather'), ('Cole Haan|Derby|Leatherette'), ('Cole Haan|Derby|Polyurethane'), ('Cole Haan|Derby|PVC'), ('Cole Haan|Derby|Rubber'), ('Cole Haan|Dress Boot|Leather'), ('Cole Haan|Dress Boot|Leatherette'), ('Cole Haan|Dress Boot|Polyurethane'), ('Cole Haan|Dress Boot|PVC'), ('Cole Haan|Dress Boot|Rubber'), ('Cole Haan|Dress Shoe|Leather'), ('Cole Haan|Dress Shoe|Leatherette'), ('Cole Haan|Dress Shoe|Polyurethane'), ('Cole Haan|Dress Shoe|PVC'), ('Cole Haan|Dress Shoe|Rubber'), ('Cole Haan|Driving Shoe|Leather'), ('Cole Haan|Driving Shoe|Leatherette'), ('Cole Haan|Driving Shoe|Polyurethane'), ('Cole Haan|Driving Shoe|PVC'), ('Cole Haan|Driving Shoe|Rubber'), ('Cole Haan|Hiker|Leather'), ('Cole Haan|Hiker|Leatherette'), ('Cole Haan|Hiker|Polyurethane'), ('Cole Haan|Hiker|PVC'), ('Cole Haan|Hiker|Rubber'), ('Cole Haan|Loafer (Slip-on)|Leather'), ('Cole Haan|Loafer (Slip-on)|Leatherette'), ('Cole Haan|Loafer (Slip-on)|Polyurethane'), ('Cole Haan|Loafer (Slip-on)|PVC'), ('Cole Haan|Loafer (Slip-on)|Rubber'), ('Cole Haan|Oxford (Lace-up)|Leather'), ('Cole Haan|Oxford (Lace-up)|Leatherette'), ('Cole Haan|Oxford (Lace-up)|Polyurethane'), ('Cole Haan|Oxford (Lace-up)|PVC'), ('Cole Haan|Oxford (Lace-up)|Rubber'), ('Cole Haan|Patent Leather|Leather'), ('Cole Haan|Patent Leather|Leatherette'), ('Cole Haan|Patent Leather|Polyurethane'), ('Cole Haan|Patent Leather|PVC'), ('Cole Haan|Patent Leather|Rubber'), ('Cole Haan|Penny Loafer|Leather'), ('Cole Haan|Penny Loafer|Leatherette'), ('Cole Haan|Penny Loafer|Polyurethane'), ('Cole Haan|Penny Loafer|PVC'), ('Cole Haan|Penny Loafer|Rubber'), ('Cole Haan|Runner|Leather'), ('Cole Haan|Runner|Leatherette'), ('Cole Haan|Runner|Polyurethane'), ('Cole Haan|Runner|PVC'), ('Cole Haan|Runner|Rubber'), ('Cole Haan|Saddle Shoe|Leather'), ('Cole Haan|Saddle Shoe|Leatherette'), ('Cole Haan|Saddle Shoe|Polyurethane'), ('Cole Haan|Saddle Shoe|PVC'), ('Cole Haan|Saddle Shoe|Rubber'), ('Cole Haan|Sandal|Leather'), ('Cole Haan|Sandal|Leatherette'), ('Cole Haan|Sandal|Polyurethane'), ('Cole Haan|Sandal|PVC'), ('Cole Haan|Sandal|Rubber'), ('Cole Haan|Tennis|Leather'), ('Cole Haan|Tennis|Leatherette'), ('Cole Haan|Tennis|Polyurethane'), ('Cole Haan|Tennis|PVC'), ('Cole Haan|Tennis|Rubber'), ('Cole Haan|Walker|Leather'), ('Cole Haan|Walker|Leatherette'), ('Cole Haan|Walker|Polyurethane'), ('Cole Haan|Walker|PVC'), ('Cole Haan|Walker|Rubber'), ('Cole Haan|Wingtip|Leather'), ('Cole Haan|Wingtip|Leatherette'), ('Cole Haan|Wingtip|Polyurethane'), ('Cole Haan|Wingtip|PVC'), ('Cole Haan|Wingtip|Rubber'), ('Cole Haan|Work Boot|Leather'), ('Cole Haan|Work Boot|Leatherette'), ('Cole Haan|Work Boot|Polyurethane'), ('Cole Haan|Work Boot|PVC'), ('Cole Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dansko|Balmoral|Leather'), ('Dansko|Balmoral|Leatherette'), ('Dansko|Balmoral|Polyurethane'), ('Dansko|Balmoral|PVC'), ('Dansko|Balmoral|Rubber'), ('Dansko|Boat Shoe|Leather'), ('Dansko|Boat Shoe|Leatherette'), ('Dansko|Boat Shoe|Polyurethane'), ('Dansko|Boat Shoe|PVC'), ('Dansko|Boat Shoe|Rubber'), ('Dansko|Brouge|Leather'), ('Dansko|Brouge|Leatherette'), ('Dansko|Brouge|Polyurethane'), ('Dansko|Brouge|PVC'), ('Dansko|Brouge|Rubber'), ('Dansko|Cross Trainer|Leather'), ('Dansko|Cross Trainer|Leatherette'), ('Dansko|Cross Trainer|Polyurethane'), ('Dansko|Cross Trainer|PVC'), ('Dansko|Cross Trainer|Rubber'), ('Dansko|Derby|Leather'), ('Dansko|Derby|Leatherette'), ('Dansko|Derby|Polyurethane'), ('Dansko|Derby|PVC'), ('Dansko|Derby|Rubber'), ('Dansko|Dress Boot|Leather'), ('Dansko|Dress Boot|Leatherette'), ('Dansko|Dress Boot|Polyurethane'), ('Dansko|Dress Boot|PVC'), ('Dansko|Dress Boot|Rubber'), ('Dansko|Dress Shoe|Leather'), ('Dansko|Dress Shoe|Leatherette'), ('Dansko|Dress Shoe|Polyurethane'), ('Dansko|Dress Shoe|PVC'), ('Dansko|Dress Shoe|Rubber'), ('Dansko|Driving Shoe|Leather'), ('Dansko|Driving Shoe|Leatherette'), ('Dansko|Driving Shoe|Polyurethane'), ('Dansko|Driving Shoe|PVC'), ('Dansko|Driving Shoe|Rubber'), ('Dansko|Hiker|Leather'), ('Dansko|Hiker|Leatherette'), ('Dansko|Hiker|Polyurethane'), ('Dansko|Hiker|PVC'), ('Dansko|Hiker|Rubber'), ('Dansko|Loafer (Slip-on)|Leather'), ('Dansko|Loafer (Slip-on)|Leatherette'), ('Dansko|Loafer (Slip-on)|Polyurethane'), ('Dansko|Loafer (Slip-on)|PVC'), ('Dansko|Loafer (Slip-on)|Rubber'), ('Dansko|Oxford (Lace-up)|Leather'), ('Dansko|Oxford (Lace-up)|Leatherette'), ('Dansko|Oxford (Lace-up)|Polyurethane'), ('Dansko|Oxford (Lace-up)|PVC'), ('Dansko|Oxford (Lace-up)|Rubber'), ('Dansko|Patent Leather|Leather'), ('Dansko|Patent Leather|Leatherette'), ('Dansko|Patent Leather|Polyurethane'), ('Dansko|Patent Leather|PVC'), ('Dansko|Patent Leather|Rubber'), ('Dansko|Penny Loafer|Leather'), ('Dansko|Penny Loafer|Leatherette'), ('Dansko|Penny Loafer|Polyurethane'), ('Dansko|Penny Loafer|PVC'), ('Dansko|Penny Loafer|Rubber'), ('Dansko|Runner|Leather'), ('Dansko|Runner|Leatherette'), ('Dansko|Runner|Polyurethane'), ('Dansko|Runner|PVC'), ('Dansko|Runner|Rubber'), ('Dansko|Saddle Shoe|Leather'), ('Dansko|Saddle Shoe|Leatherette'), ('Dansko|Saddle Shoe|Polyurethane'), ('Dansko|Saddle Shoe|PVC'), ('Dansko|Saddle Shoe|Rubber'), ('Dansko|Sandal|Leather'), ('Dansko|Sandal|Leatherette'), ('Dansko|Sandal|Polyurethane'), ('Dansko|Sandal|PVC'), ('Dansko|Sandal|Rubber'), ('Dansko|Tennis|Leather'), ('Dansko|Tennis|Leatherette'), ('Dansko|Tennis|Polyurethane'), ('Dansko|Tennis|PVC'), ('Dansko|Tennis|Rubber'), ('Dansko|Walker|Leather'), ('Dansko|Walker|Leatherette'), ('Dansko|Walker|Polyurethane'), ('Dansko|Walker|PVC'), ('Dansko|Walker|Rubber'), ('Dansko|Wingtip|Leather'), ('Dansko|Wingtip|Leatherette'), ('Dansko|Wingtip|Polyurethane'), ('Dansko|Wingtip|PVC'), ('Dansko|Wingtip|Rubber'), ('Dansko|Work Boot|Leather'), ('Dansko|Work Boot|Leatherette'), ('Dansko|Work Boot|Polyurethane'), ('Dansko|Work Boot|PVC'), ('Dansko|Work Boot|Rubber'), ('DC|Balmoral|Leather'), ('DC|Balmoral|Leatherette'), ('DC|Balmoral|Polyurethane'), ('DC|Balmoral|PVC'), ('DC|Balmoral|Rubber'), ('DC|Boat Shoe|Leather'), ('DC|Boat Shoe|Leatherette'), ('DC|Boat Shoe|Polyurethane'), ('DC|Boat Shoe|PVC'), ('DC|Boat Shoe|Rubber'), ('DC|Brouge|Leather'), ('DC|Brouge|Leatherette'), ('DC|Brouge|Polyurethane'), ('DC|Brouge|PVC'), ('DC|Brouge|Rubber'), ('DC|Cross Trainer|Leather'), ('DC|Cross Trainer|Leatherette'), ('DC|Cross Trainer|Polyurethane'), ('DC|Cross Trainer|PVC'), ('DC|Cross Trainer|Rubber'), ('DC|Derby|Leather'), ('DC|Derby|Leatherette'), ('DC|Derby|Polyurethane'), ('DC|Derby|PVC'), ('DC|Derby|Rubber'), ('DC|Dress Boot|Leather'), ('DC|Dress Boot|Leatherette'), ('DC|Dress Boot|Polyurethane'), ('DC|Dress Boot|PVC'), ('DC|Dress Boot|Rubber'), ('DC|Dress Shoe|Leather'), ('DC|Dress Shoe|Leatherette'), ('DC|Dress Shoe|Polyurethane'), ('DC|Dress Shoe|PVC'), ('DC|Dress Shoe|Rubber'), ('DC|Driving Shoe|Leather'), ('DC|Driving Shoe|Leatherette'), ('DC|Driving Shoe|Polyurethane'), ('DC|Driving Shoe|PVC'), ('DC|Driving Shoe|Rubber'), ('DC|Hiker|Leather'), ('DC|Hiker|Leatherette'), ('DC|Hiker|Polyurethane'), ('DC|Hiker|PVC'), ('DC|Hiker|Rubber'), ('DC|Loafer (Slip-on)|Leather'), ('DC|Loafer (Slip-on)|Leatherette'), ('DC|Loafer (Slip-on)|Polyurethane'), ('DC|Loafer (Slip-on)|PVC'), ('DC|Loafer (Slip-on)|Rubber'), ('DC|Oxford (Lace-up)|Leather'), ('DC|Oxford (Lace-up)|Leatherette'), ('DC|Oxford (Lace-up)|Polyurethane'), ('DC|Oxford (Lace-up)|PVC'), ('DC|Oxford (Lace-up)|Rubber'), ('DC|Patent Leather|Leather'), ('DC|Patent Leather|Leatherette'), ('DC|Patent Leather|Polyurethane'), ('DC|Patent Leather|PVC'), ('DC|Patent Leather|Rubber'), ('DC|Penny Loafer|Leather'), ('DC|Penny Loafer|Leatherette'), ('DC|Penny Loafer|Polyurethane'), ('DC|Penny Loafer|PVC'), ('DC|Penny Loafer|Rubber'), ('DC|Runner|Leather'), ('DC|Runner|Leatherette'), ('DC|Runner|Polyurethane'), ('DC|Runner|PVC'), ('DC|Runner|Rubber'), ('DC|Saddle Shoe|Leather'), ('DC|Saddle Shoe|Leatherette'), ('DC|Saddle Shoe|Polyurethane'), ('DC|Saddle Shoe|PVC'), ('DC|Saddle Shoe|Rubber'), ('DC|Sandal|Leather'), ('DC|Sandal|Leatherette'), ('DC|Sandal|Polyurethane'), ('DC|Sandal|PVC'), ('DC|Sandal|Rubber'), ('DC|Tennis|Leather'), ('DC|Tennis|Leatherette'), ('DC|Tennis|Polyurethane'), ('DC|Tennis|PVC'), ('DC|Tennis|Rubber'), ('DC|Walker|Leather'), ('DC|Walker|Leatherette'), ('DC|Walker|Polyurethane'), ('DC|Walker|PVC'), ('DC|Walker|Rubber'), ('DC|Wingtip|Leather'), ('DC|Wingtip|Leatherette'), ('DC|Wingtip|Polyurethane'), ('DC|Wingtip|PVC'), ('DC|Wingtip|Rubber'), ('DC|Work Boot|Leather'), ('DC|Work Boot|Leatherette'), ('DC|Work Boot|Polyurethane'), ('DC|Work Boot|PVC'), ('DC|Work Boot|Rubber'), ('Diesel|Balmoral|Leather'), ('Diesel|Balmoral|Leatherette'), ('Diesel|Balmoral|Polyurethane'), ('Diesel|Balmoral|PVC'), ('Diesel|Balmoral|Rubber'), ('Diesel|Boat Shoe|Leather'), ('Diesel|Boat Shoe|Leatherette'), ('Diesel|Boat Shoe|Polyurethane'), ('Diesel|Boat Shoe|PVC'), ('Diesel|Boat Shoe|Rubber'), ('Diesel|Brouge|Leather'), ('Diesel|Brouge|Leatherette'), ('Diesel|Brouge|Polyurethane'), ('Diesel|Brouge|PVC'), ('Diesel|Brouge|Rubber'), ('Diesel|Cross Trainer|Leather'), ('Diesel|Cross Trainer|Leatherette'), ('Diesel|Cross Trainer|Polyurethane'), ('Diesel|Cross Trainer|PVC'), ('Diesel|Cross Trainer|Rubber'), ('Diesel|Derby|Leather'), ('Diesel|Derby|Leatherette'), ('Diesel|Derby|Polyurethane'), ('Diesel|Derby|PVC'), ('Diesel|Derby|Rubber'), ('Diesel|Dress Boot|Leather'), ('Diesel|Dress Boot|Leatherette'), ('Diesel|Dress Boot|Polyurethane'), ('Diesel|Dress Boot|PVC'), ('Diesel|Dress Boot|Rubber'), ('Diesel|Dress Shoe|Leather'), ('Diesel|Dress Shoe|Leatherette'), ('Diesel|Dress Shoe|Polyurethane'), ('Diesel|Dress Shoe|PVC'), ('Diesel|Dress Shoe|Rubber'), ('Diesel|Driving Shoe|Leather'), ('Diesel|Driving Shoe|Leatherette'), ('Diesel|Driving Shoe|Polyurethane'), ('Diesel|Driving Shoe|PVC'), ('Diesel|Driving Shoe|Rubber'), ('Diesel|Hiker|Leather'), ('Diesel|Hiker|Leatherette'), ('Diesel|Hiker|Polyurethane'), ('Diesel|Hiker|PVC'), ('Diesel|Hiker|Rubber'), ('Diesel|Loafer (Slip-on)|Leather'), ('Diesel|Loafer (Slip-on)|Leatherette'), ('Diesel|Loafer (Slip-on)|Polyurethane'), ('Diesel|Loafer (Slip-on)|PVC'), ('Diesel|Loafer (Slip-on)|Rubber'), ('Diesel|Oxford (Lace-up)|Leather'), ('Diesel|Oxford (Lace-up)|Leatherette'), ('Diesel|Oxford (Lace-up)|Polyurethane'), ('Diesel|Oxford (Lace-up)|PVC'), ('Diesel|Oxford (Lace-up)|Rubber'), ('Diesel|Patent Leather|Leather'), ('Diesel|Patent Leather|Leatherette'), ('Diesel|Patent Leather|Polyurethane'), ('Diesel|Patent Leather|PVC'), ('Diesel|Patent Leather|Rubber'), ('Diesel|Penny Loafer|Leather'), ('Diesel|Penny Loafer|Leatherette'), ('Diesel|Penny Loafer|Polyurethane'), ('Diesel|Penny Loafer|PVC'), ('Diesel|Penny Loafer|Rubber'), ('Diesel|Runner|Leather'), ('Diesel|Runner|Leatherette'), ('Diesel|Runner|Polyurethane'), ('Diesel|Runner|PVC'), ('Diesel|Runner|Rubber'), ('Diesel|Saddle Shoe|Leather'), ('Diesel|Saddle Shoe|Leatherette'), ('Diesel|Saddle Shoe|Polyurethane'), ('Diesel|Saddle Shoe|PVC'), ('Diesel|Saddle Shoe|Rubber'), ('Diesel|Sandal|Leather'), ('Diesel|Sandal|Leatherette'), ('Diesel|Sandal|Polyurethane'), ('Diesel|Sandal|PVC'), ('Diesel|Sandal|Rubber'), ('Diesel|Tennis|Leather'), ('Diesel|Tennis|Leatherette'), ('Diesel|Tennis|Polyurethane'), ('Diesel|Tennis|PVC'), ('Diesel|Tennis|Rubber'), ('Diesel|Walker|Leather'), ('Diesel|Walker|Leatherette'), ('Diesel|Walker|Polyurethane'), ('Diesel|Walker|PVC'), ('Diesel|Walker|Rubber'), ('Diesel|Wingtip|Leather'), ('Diesel|Wingtip|Leatherette'), ('Diesel|Wingtip|Polyurethane'), ('Diesel|Wingtip|PVC'), ('Diesel|Wingtip|Rubber'), ('Diesel|Work Boot|Leather'), ('Diesel|Work Boot|Leatherette'), ('Diesel|Work Boot|Polyurethane'), ('Diesel|Work Boot|PVC'), ('Diesel|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dream Pairs|Balmoral|Leather'), ('Dream Pairs|Balmoral|Leatherette'), ('Dream Pairs|Balmoral|Polyurethane'), ('Dream Pairs|Balmoral|PVC'), ('Dream Pairs|Balmoral|Rubber'), ('Dream Pairs|Boat Shoe|Leather'), ('Dream Pairs|Boat Shoe|Leatherette'), ('Dream Pairs|Boat Shoe|Polyurethane'), ('Dream Pairs|Boat Shoe|PVC'), ('Dream Pairs|Boat Shoe|Rubber'), ('Dream Pairs|Brouge|Leather'), ('Dream Pairs|Brouge|Leatherette'), ('Dream Pairs|Brouge|Polyurethane'), ('Dream Pairs|Brouge|PVC'), ('Dream Pairs|Brouge|Rubber'), ('Dream Pairs|Cross Trainer|Leather'), ('Dream Pairs|Cross Trainer|Leatherette'), ('Dream Pairs|Cross Trainer|Polyurethane'), ('Dream Pairs|Cross Trainer|PVC'), ('Dream Pairs|Cross Trainer|Rubber'), ('Dream Pairs|Derby|Leather'), ('Dream Pairs|Derby|Leatherette'), ('Dream Pairs|Derby|Polyurethane'), ('Dream Pairs|Derby|PVC'), ('Dream Pairs|Derby|Rubber'), ('Dream Pairs|Dress Boot|Leather'), ('Dream Pairs|Dress Boot|Leatherette'), ('Dream Pairs|Dress Boot|Polyurethane'), ('Dream Pairs|Dress Boot|PVC'), ('Dream Pairs|Dress Boot|Rubber'), ('Dream Pairs|Dress Shoe|Leather'), ('Dream Pairs|Dress Shoe|Leatherette'), ('Dream Pairs|Dress Shoe|Polyurethane'), ('Dream Pairs|Dress Shoe|PVC'), ('Dream Pairs|Dress Shoe|Rubber'), ('Dream Pairs|Driving Shoe|Leather'), ('Dream Pairs|Driving Shoe|Leatherette'), ('Dream Pairs|Driving Shoe|Polyurethane'), ('Dream Pairs|Driving Shoe|PVC'), ('Dream Pairs|Driving Shoe|Rubber'), ('Dream Pairs|Hiker|Leather'), ('Dream Pairs|Hiker|Leatherette'), ('Dream Pairs|Hiker|Polyurethane'), ('Dream Pairs|Hiker|PVC'), ('Dream Pairs|Hiker|Rubber'), ('Dream Pairs|Loafer (Slip-on)|Leather'), ('Dream Pairs|Loafer (Slip-on)|Leatherette'), ('Dream Pairs|Loafer (Slip-on)|Polyurethane'), ('Dream Pairs|Loafer (Slip-on)|PVC'), ('Dream Pairs|Loafer (Slip-on)|Rubber'), ('Dream Pairs|Oxford (Lace-up)|Leather'), ('Dream Pairs|Oxford (Lace-up)|Leatherette'), ('Dream Pairs|Oxford (Lace-up)|Polyurethane'), ('Dream Pairs|Oxford (Lace-up)|PVC'), ('Dream Pairs|Oxford (Lace-up)|Rubber'), ('Dream Pairs|Patent Leather|Leather'), ('Dream Pairs|Patent Leather|Leatherette'), ('Dream Pairs|Patent Leather|Polyurethane'), ('Dream Pairs|Patent Leather|PVC'), ('Dream Pairs|Patent Leather|Rubber'), ('Dream Pairs|Penny Loafer|Leather'), ('Dream Pairs|Penny Loafer|Leatherette'), ('Dream Pairs|Penny Loafer|Polyurethane'), ('Dream Pairs|Penny Loafer|PVC'), ('Dream Pairs|Penny Loafer|Rubber'), ('Dream Pairs|Runner|Leather'), ('Dream Pairs|Runner|Leatherette'), ('Dream Pairs|Runner|Polyurethane'), ('Dream Pairs|Runner|PVC'), ('Dream Pairs|Runner|Rubber'), ('Dream Pairs|Saddle Shoe|Leather'), ('Dream Pairs|Saddle Shoe|Leatherette'), ('Dream Pairs|Saddle Shoe|Polyurethane'), ('Dream Pairs|Saddle Shoe|PVC'), ('Dream Pairs|Saddle Shoe|Rubber'), ('Dream Pairs|Sandal|Leather'), ('Dream Pairs|Sandal|Leatherette'), ('Dream Pairs|Sandal|Polyurethane'), ('Dream Pairs|Sandal|PVC'), ('Dream Pairs|Sandal|Rubber'), ('Dream Pairs|Tennis|Leather'), ('Dream Pairs|Tennis|Leatherette'), ('Dream Pairs|Tennis|Polyurethane'), ('Dream Pairs|Tennis|PVC'), ('Dream Pairs|Tennis|Rubber'), ('Dream Pairs|Walker|Leather'), ('Dream Pairs|Walker|Leatherette'), ('Dream Pairs|Walker|Polyurethane'), ('Dream Pairs|Walker|PVC'), ('Dream Pairs|Walker|Rubber'), ('Dream Pairs|Wingtip|Leather'), ('Dream Pairs|Wingtip|Leatherette'), ('Dream Pairs|Wingtip|Polyurethane'), ('Dream Pairs|Wingtip|PVC'), ('Dream Pairs|Wingtip|Rubber'), ('Dream Pairs|Work Boot|Leather'), ('Dream Pairs|Work Boot|Leatherette'), ('Dream Pairs|Work Boot|Polyurethane'), ('Dream Pairs|Work Boot|PVC'), ('Dream Pairs|Work Boot|Rubber'), ('Ecco|Balmoral|Leather'), ('Ecco|Balmoral|Leatherette'), ('Ecco|Balmoral|Polyurethane'), ('Ecco|Balmoral|PVC'), ('Ecco|Balmoral|Rubber'), ('Ecco|Boat Shoe|Leather'), ('Ecco|Boat Shoe|Leatherette'), ('Ecco|Boat Shoe|Polyurethane'), ('Ecco|Boat Shoe|PVC'), ('Ecco|Boat Shoe|Rubber'), ('Ecco|Brouge|Leather'), ('Ecco|Brouge|Leatherette'), ('Ecco|Brouge|Polyurethane'), ('Ecco|Brouge|PVC'), ('Ecco|Brouge|Rubber'), ('Ecco|Cross Trainer|Leather'), ('Ecco|Cross Trainer|Leatherette'), ('Ecco|Cross Trainer|Polyurethane'), ('Ecco|Cross Trainer|PVC'), ('Ecco|Cross Trainer|Rubber'), ('Ecco|Derby|Leather'), ('Ecco|Derby|Leatherette'), ('Ecco|Derby|Polyurethane'), ('Ecco|Derby|PVC'), ('Ecco|Derby|Rubber'), ('Ecco|Dress Boot|Leather'), ('Ecco|Dress Boot|Leatherette'), ('Ecco|Dress Boot|Polyurethane'), ('Ecco|Dress Boot|PVC'), ('Ecco|Dress Boot|Rubber'), ('Ecco|Dress Shoe|Leather'), ('Ecco|Dress Shoe|Leatherette'), ('Ecco|Dress Shoe|Polyurethane'), ('Ecco|Dress Shoe|PVC'), ('Ecco|Dress Shoe|Rubber'), ('Ecco|Driving Shoe|Leather'), ('Ecco|Driving Shoe|Leatherette'), ('Ecco|Driving Shoe|Polyurethane'), ('Ecco|Driving Shoe|PVC'), ('Ecco|Driving Shoe|Rubber'), ('Ecco|Hiker|Leather'), ('Ecco|Hiker|Leatherette'), ('Ecco|Hiker|Polyurethane'), ('Ecco|Hiker|PVC'), ('Ecco|Hiker|Rubber'), ('Ecco|Loafer (Slip-on)|Leather'), ('Ecco|Loafer (Slip-on)|Leatherette'), ('Ecco|Loafer (Slip-on)|Polyurethane'), ('Ecco|Loafer (Slip-on)|PVC'), ('Ecco|Loafer (Slip-on)|Rubber'), ('Ecco|Oxford (Lace-up)|Leather'), ('Ecco|Oxford (Lace-up)|Leatherette'), ('Ecco|Oxford (Lace-up)|Polyurethane'), ('Ecco|Oxford (Lace-up)|PVC'), ('Ecco|Oxford (Lace-up)|Rubber'), ('Ecco|Patent Leather|Leather'), ('Ecco|Patent Leather|Leatherette'), ('Ecco|Patent Leather|Polyurethane'), ('Ecco|Patent Leather|PVC'), ('Ecco|Patent Leather|Rubber'), ('Ecco|Penny Loafer|Leather'), ('Ecco|Penny Loafer|Leatherette'), ('Ecco|Penny Loafer|Polyurethane'), ('Ecco|Penny Loafer|PVC'), ('Ecco|Penny Loafer|Rubber'), ('Ecco|Runner|Leather'), ('Ecco|Runner|Leatherette'), ('Ecco|Runner|Polyurethane'), ('Ecco|Runner|PVC'), ('Ecco|Runner|Rubber'), ('Ecco|Saddle Shoe|Leather'), ('Ecco|Saddle Shoe|Leatherette'), ('Ecco|Saddle Shoe|Polyurethane'), ('Ecco|Saddle Shoe|PVC'), ('Ecco|Saddle Shoe|Rubber'), ('Ecco|Sandal|Leather'), ('Ecco|Sandal|Leatherette'), ('Ecco|Sandal|Polyurethane'), ('Ecco|Sandal|PVC'), ('Ecco|Sandal|Rubber'), ('Ecco|Tennis|Leather'), ('Ecco|Tennis|Leatherette'), ('Ecco|Tennis|Polyurethane'), ('Ecco|Tennis|PVC'), ('Ecco|Tennis|Rubber'), ('Ecco|Walker|Leather'), ('Ecco|Walker|Leatherette'), ('Ecco|Walker|Polyurethane'), ('Ecco|Walker|PVC'), ('Ecco|Walker|Rubber'), ('Ecco|Wingtip|Leather'), ('Ecco|Wingtip|Leatherette'), ('Ecco|Wingtip|Polyurethane'), ('Ecco|Wingtip|PVC'), ('Ecco|Wingtip|Rubber'), ('Ecco|Work Boot|Leather'), ('Ecco|Work Boot|Leatherette'), ('Ecco|Work Boot|Polyurethane'), ('Ecco|Work Boot|PVC'), ('Ecco|Work Boot|Rubber'), ('Etnies|Balmoral|Leather'), ('Etnies|Balmoral|Leatherette'), ('Etnies|Balmoral|Polyurethane'), ('Etnies|Balmoral|PVC'), ('Etnies|Balmoral|Rubber'), ('Etnies|Boat Shoe|Leather'), ('Etnies|Boat Shoe|Leatherette'), ('Etnies|Boat Shoe|Polyurethane'), ('Etnies|Boat Shoe|PVC'), ('Etnies|Boat Shoe|Rubber'), ('Etnies|Brouge|Leather'), ('Etnies|Brouge|Leatherette'), ('Etnies|Brouge|Polyurethane'), ('Etnies|Brouge|PVC'), ('Etnies|Brouge|Rubber'), ('Etnies|Cross Trainer|Leather'), ('Etnies|Cross Trainer|Leatherette'), ('Etnies|Cross Trainer|Polyurethane'), ('Etnies|Cross Trainer|PVC'), ('Etnies|Cross Trainer|Rubber'), ('Etnies|Derby|Leather'), ('Etnies|Derby|Leatherette'), ('Etnies|Derby|Polyurethane'), ('Etnies|Derby|PVC'), ('Etnies|Derby|Rubber'), ('Etnies|Dress Boot|Leather'), ('Etnies|Dress Boot|Leatherette'), ('Etnies|Dress Boot|Polyurethane'), ('Etnies|Dress Boot|PVC'), ('Etnies|Dress Boot|Rubber'), ('Etnies|Dress Shoe|Leather'), ('Etnies|Dress Shoe|Leatherette'), ('Etnies|Dress Shoe|Polyurethane'), ('Etnies|Dress Shoe|PVC'), ('Etnies|Dress Shoe|Rubber'), ('Etnies|Driving Shoe|Leather'), ('Etnies|Driving Shoe|Leatherette'), ('Etnies|Driving Shoe|Polyurethane'), ('Etnies|Driving Shoe|PVC'), ('Etnies|Driving Shoe|Rubber'), ('Etnies|Hiker|Leather'), ('Etnies|Hiker|Leatherette'), ('Etnies|Hiker|Polyurethane'), ('Etnies|Hiker|PVC'), ('Etnies|Hiker|Rubber'), ('Etnies|Loafer (Slip-on)|Leather'), ('Etnies|Loafer (Slip-on)|Leatherette'), ('Etnies|Loafer (Slip-on)|Polyurethane'), ('Etnies|Loafer (Slip-on)|PVC'), ('Etnies|Loafer (Slip-on)|Rubber'), ('Etnies|Oxford (Lace-up)|Leather'), ('Etnies|Oxford (Lace-up)|Leatherette'), ('Etnies|Oxford (Lace-up)|Polyurethane'), ('Etnies|Oxford (Lace-up)|PVC'), ('Etnies|Oxford (Lace-up)|Rubber'), ('Etnies|Patent Leather|Leather'), ('Etnies|Patent Leather|Leatherette'), ('Etnies|Patent Leather|Polyurethane'), ('Etnies|Patent Leather|PVC'), ('Etnies|Patent Leather|Rubber'), ('Etnies|Penny Loafer|Leather'), ('Etnies|Penny Loafer|Leatherette'), ('Etnies|Penny Loafer|Polyurethane'), ('Etnies|Penny Loafer|PVC'), ('Etnies|Penny Loafer|Rubber'), ('Etnies|Runner|Leather'), ('Etnies|Runner|Leatherette'), ('Etnies|Runner|Polyurethane'), ('Etnies|Runner|PVC'), ('Etnies|Runner|Rubber'), ('Etnies|Saddle Shoe|Leather'), ('Etnies|Saddle Shoe|Leatherette'), ('Etnies|Saddle Shoe|Polyurethane'), ('Etnies|Saddle Shoe|PVC'), ('Etnies|Saddle Shoe|Rubber'), ('Etnies|Sandal|Leather'), ('Etnies|Sandal|Leatherette'), ('Etnies|Sandal|Polyurethane'), ('Etnies|Sandal|PVC'), ('Etnies|Sandal|Rubber'), ('Etnies|Tennis|Leather'), ('Etnies|Tennis|Leatherette'), ('Etnies|Tennis|Polyurethane'), ('Etnies|Tennis|PVC'), ('Etnies|Tennis|Rubber'), ('Etnies|Walker|Leather'), ('Etnies|Walker|Leatherette'), ('Etnies|Walker|Polyurethane'), ('Etnies|Walker|PVC'), ('Etnies|Walker|Rubber'), ('Etnies|Wingtip|Leather'), ('Etnies|Wingtip|Leatherette'), ('Etnies|Wingtip|Polyurethane'), ('Etnies|Wingtip|PVC'), ('Etnies|Wingtip|Rubber'), ('Etnies|Work Boot|Leather'), ('Etnies|Work Boot|Leatherette'), ('Etnies|Work Boot|Polyurethane'), ('Etnies|Work Boot|PVC'), ('Etnies|Work Boot|Rubber'), ('Fred Perry|Balmoral|Leather'), ('Fred Perry|Balmoral|Leatherette'), ('Fred Perry|Balmoral|Polyurethane'), ('Fred Perry|Balmoral|PVC'), ('Fred Perry|Balmoral|Rubber'), ('Fred Perry|Boat Shoe|Leather'), ('Fred Perry|Boat Shoe|Leatherette'), ('Fred Perry|Boat Shoe|Polyurethane'), ('Fred Perry|Boat Shoe|PVC'), ('Fred Perry|Boat Shoe|Rubber'), ('Fred Perry|Brouge|Leather'), ('Fred Perry|Brouge|Leatherette'), ('Fred Perry|Brouge|Polyurethane'), ('Fred Perry|Brouge|PVC'), ('Fred Perry|Brouge|Rubber'), ('Fred Perry|Cross Trainer|Leather'), ('Fred Perry|Cross Trainer|Leatherette'), ('Fred Perry|Cross Trainer|Polyurethane'), ('Fred Perry|Cross Trainer|PVC'), ('Fred Perry|Cross Trainer|Rubber'), ('Fred Perry|Derby|Leather'), ('Fred Perry|Derby|Leatherette'), ('Fred Perry|Derby|Polyurethane'), ('Fred Perry|Derby|PVC'), ('Fred Perry|Derby|Rubber'), ('Fred Perry|Dress Boot|Leather'), ('Fred Perry|Dress Boot|Leatherette'), ('Fred Perry|Dress Boot|Polyurethane'), ('Fred Perry|Dress Boot|PVC'), ('Fred Perry|Dress Boot|Rubber'), ('Fred Perry|Dress Shoe|Leather'), ('Fred Perry|Dress Shoe|Leatherette'), ('Fred Perry|Dress Shoe|Polyurethane'), ('Fred Perry|Dress Shoe|PVC'), ('Fred Perry|Dress Shoe|Rubber'), ('Fred Perry|Driving Shoe|Leather'), ('Fred Perry|Driving Shoe|Leatherette'), ('Fred Perry|Driving Shoe|Polyurethane'), ('Fred Perry|Driving Shoe|PVC'), ('Fred Perry|Driving Shoe|Rubber'), ('Fred Perry|Hiker|Leather'), ('Fred Perry|Hiker|Leatherette'), ('Fred Perry|Hiker|Polyurethane'), ('Fred Perry|Hiker|PVC'), ('Fred Perry|Hiker|Rubber'), ('Fred Perry|Loafer (Slip-on)|Leather'), ('Fred Perry|Loafer (Slip-on)|Leatherette'), ('Fred Perry|Loafer (Slip-on)|Polyurethane'), ('Fred Perry|Loafer (Slip-on)|PVC'), ('Fred Perry|Loafer (Slip-on)|Rubber'), ('Fred Perry|Oxford (Lace-up)|Leather'), ('Fred Perry|Oxford (Lace-up)|Leatherette'), ('Fred Perry|Oxford (Lace-up)|Polyurethane'), ('Fred Perry|Oxford (Lace-up)|PVC'), ('Fred Perry|Oxford (Lace-up)|Rubber'), ('Fred Perry|Patent Leather|Leather'), ('Fred Perry|Patent Leather|Leatherette'), ('Fred Perry|Patent Leather|Polyurethane'), ('Fred Perry|Patent Leather|PVC'), ('Fred Perry|Patent Leather|Rubber'), ('Fred Perry|Penny Loafer|Leather'), ('Fred Perry|Penny Loafer|Leatherette'), ('Fred Perry|Penny Loafer|Polyurethane'), ('Fred Perry|Penny Loafer|PVC'), ('Fred Perry|Penny Loafer|Rubber'), ('Fred Perry|Runner|Leather'), ('Fred Perry|Runner|Leatherette'), ('Fred Perry|Runner|Polyurethane'), ('Fred Perry|Runner|PVC'), ('Fred Perry|Runner|Rubber'), ('Fred Perry|Saddle Shoe|Leather'), ('Fred Perry|Saddle Shoe|Leatherette'), ('Fred Perry|Saddle Shoe|Polyurethane'), ('Fred Perry|Saddle Shoe|PVC'), ('Fred Perry|Saddle Shoe|Rubber'), ('Fred Perry|Sandal|Leather'), ('Fred Perry|Sandal|Leatherette'), ('Fred Perry|Sandal|Polyurethane'), ('Fred Perry|Sandal|PVC'), ('Fred Perry|Sandal|Rubber'), ('Fred Perry|Tennis|Leather'), ('Fred Perry|Tennis|Leatherette'), ('Fred Perry|Tennis|Polyurethane'), ('Fred Perry|Tennis|PVC'), ('Fred Perry|Tennis|Rubber'), ('Fred Perry|Walker|Leather'), ('Fred Perry|Walker|Leatherette'), ('Fred Perry|Walker|Polyurethane'), ('Fred Perry|Walker|PVC'), ('Fred Perry|Walker|Rubber'), ('Fred Perry|Wingtip|Leather'), ('Fred Perry|Wingtip|Leatherette'), ('Fred Perry|Wingtip|Polyurethane'), ('Fred Perry|Wingtip|PVC'), ('Fred Perry|Wingtip|Rubber'), ('Fred Perry|Work Boot|Leather'), ('Fred Perry|Work Boot|Leatherette'), ('Fred Perry|Work Boot|Polyurethane'), ('Fred Perry|Work Boot|PVC'), ('Fred Perry|Work Boot|Rubber'), ('Frye|Balmoral|Leather'), ('Frye|Balmoral|Leatherette'), ('Frye|Balmoral|Polyurethane'), ('Frye|Balmoral|PVC'), ('Frye|Balmoral|Rubber'), ('Frye|Boat Shoe|Leather'), ('Frye|Boat Shoe|Leatherette'), ('Frye|Boat Shoe|Polyurethane'), ('Frye|Boat Shoe|PVC'), ('Frye|Boat Shoe|Rubber'), ('Frye|Brouge|Leather'), ('Frye|Brouge|Leatherette'), ('Frye|Brouge|Polyurethane'), ('Frye|Brouge|PVC'), ('Frye|Brouge|Rubber'), ('Frye|Cross Trainer|Leather'), ('Frye|Cross Trainer|Leatherette'), ('Frye|Cross Trainer|Polyurethane'), ('Frye|Cross Trainer|PVC'), ('Frye|Cross Trainer|Rubber'), ('Frye|Derby|Leather'), ('Frye|Derby|Leatherette'), ('Frye|Derby|Polyurethane'), ('Frye|Derby|PVC'), ('Frye|Derby|Rubber'), ('Frye|Dress Boot|Leather'), ('Frye|Dress Boot|Leatherette'), ('Frye|Dress Boot|Polyurethane'), ('Frye|Dress Boot|PVC'), ('Frye|Dress Boot|Rubber'), ('Frye|Dress Shoe|Leather'), ('Frye|Dress Shoe|Leatherette'), ('Frye|Dress Shoe|Polyurethane'), ('Frye|Dress Shoe|PVC'), ('Frye|Dress Shoe|Rubber'), ('Frye|Driving Shoe|Leather'), ('Frye|Driving Shoe|Leatherette'), ('Frye|Driving Shoe|Polyurethane'), ('Frye|Driving Shoe|PVC'), ('Frye|Driving Shoe|Rubber'), ('Frye|Hiker|Leather'), ('Frye|Hiker|Leatherette'), ('Frye|Hiker|Polyurethane'), ('Frye|Hiker|PVC'), ('Frye|Hiker|Rubber'), ('Frye|Loafer (Slip-on)|Leather'), ('Frye|Loafer (Slip-on)|Leatherette'), ('Frye|Loafer (Slip-on)|Polyurethane'), ('Frye|Loafer (Slip-on)|PVC'), ('Frye|Loafer (Slip-on)|Rubber'), ('Frye|Oxford (Lace-up)|Leather'), ('Frye|Oxford (Lace-up)|Leatherette'), ('Frye|Oxford (Lace-up)|Polyurethane'), ('Frye|Oxford (Lace-up)|PVC'), ('Frye|Oxford (Lace-up)|Rubber'), ('Frye|Patent Leather|Leather'), ('Frye|Patent Leather|Leatherette'), ('Frye|Patent Leather|Polyurethane'), ('Frye|Patent Leather|PVC'), ('Frye|Patent Leather|Rubber'), ('Frye|Penny Loafer|Leather'), ('Frye|Penny Loafer|Leatherette'), ('Frye|Penny Loafer|Polyurethane'), ('Frye|Penny Loafer|PVC'), ('Frye|Penny Loafer|Rubber'), ('Frye|Runner|Leather'), ('Frye|Runner|Leatherette'), ('Frye|Runner|Polyurethane'), ('Frye|Runner|PVC'), ('Frye|Runner|Rubber'), ('Frye|Saddle Shoe|Leather'), ('Frye|Saddle Shoe|Leatherette'), ('Frye|Saddle Shoe|Polyurethane'), ('Frye|Saddle Shoe|PVC'), ('Frye|Saddle Shoe|Rubber'), ('Frye|Sandal|Leather'), ('Frye|Sandal|Leatherette'), ('Frye|Sandal|Polyurethane'), ('Frye|Sandal|PVC'), ('Frye|Sandal|Rubber'), ('Frye|Tennis|Leather'), ('Frye|Tennis|Leatherette'), ('Frye|Tennis|Polyurethane'), ('Frye|Tennis|PVC'), ('Frye|Tennis|Rubber'), ('Frye|Walker|Leather'), ('Frye|Walker|Leatherette'), ('Frye|Walker|Polyurethane'), ('Frye|Walker|PVC'), ('Frye|Walker|Rubber'), ('Frye|Wingtip|Leather'), ('Frye|Wingtip|Leatherette'), ('Frye|Wingtip|Polyurethane'), ('Frye|Wingtip|PVC'), ('Frye|Wingtip|Rubber'), ('Frye|Work Boot|Leather'), ('Frye|Work Boot|Leatherette'), ('Frye|Work Boot|Polyurethane'), ('Frye|Work Boot|PVC'), ('Frye|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('John Fluevog|Balmoral|Leather'), ('John Fluevog|Balmoral|Leatherette'), ('John Fluevog|Balmoral|Polyurethane'), ('John Fluevog|Balmoral|PVC'), ('John Fluevog|Balmoral|Rubber'), ('John Fluevog|Boat Shoe|Leather'), ('John Fluevog|Boat Shoe|Leatherette'), ('John Fluevog|Boat Shoe|Polyurethane'), ('John Fluevog|Boat Shoe|PVC'), ('John Fluevog|Boat Shoe|Rubber'), ('John Fluevog|Brouge|Leather'), ('John Fluevog|Brouge|Leatherette'), ('John Fluevog|Brouge|Polyurethane'), ('John Fluevog|Brouge|PVC'), ('John Fluevog|Brouge|Rubber'), ('John Fluevog|Cross Trainer|Leather'), ('John Fluevog|Cross Trainer|Leatherette'), ('John Fluevog|Cross Trainer|Polyurethane'), ('John Fluevog|Cross Trainer|PVC'), ('John Fluevog|Cross Trainer|Rubber'), ('John Fluevog|Derby|Leather'), ('John Fluevog|Derby|Leatherette'), ('John Fluevog|Derby|Polyurethane'), ('John Fluevog|Derby|PVC'), ('John Fluevog|Derby|Rubber'), ('John Fluevog|Dress Boot|Leather'), ('John Fluevog|Dress Boot|Leatherette'), ('John Fluevog|Dress Boot|Polyurethane'), ('John Fluevog|Dress Boot|PVC'), ('John Fluevog|Dress Boot|Rubber'), ('John Fluevog|Dress Shoe|Leather'), ('John Fluevog|Dress Shoe|Leatherette'), ('John Fluevog|Dress Shoe|Polyurethane'), ('John Fluevog|Dress Shoe|PVC'), ('John Fluevog|Dress Shoe|Rubber'), ('John Fluevog|Driving Shoe|Leather'), ('John Fluevog|Driving Shoe|Leatherette'), ('John Fluevog|Driving Shoe|Polyurethane'), ('John Fluevog|Driving Shoe|PVC'), ('John Fluevog|Driving Shoe|Rubber'), ('John Fluevog|Hiker|Leather'), ('John Fluevog|Hiker|Leatherette'), ('John Fluevog|Hiker|Polyurethane'), ('John Fluevog|Hiker|PVC'), ('John Fluevog|Hiker|Rubber'), ('John Fluevog|Loafer (Slip-on)|Leather'), ('John Fluevog|Loafer (Slip-on)|Leatherette'), ('John Fluevog|Loafer (Slip-on)|Polyurethane'), ('John Fluevog|Loafer (Slip-on)|PVC'), ('John Fluevog|Loafer (Slip-on)|Rubber'), ('John Fluevog|Oxford (Lace-up)|Leather'), ('John Fluevog|Oxford (Lace-up)|Leatherette'), ('John Fluevog|Oxford (Lace-up)|Polyurethane'), ('John Fluevog|Oxford (Lace-up)|PVC'), ('John Fluevog|Oxford (Lace-up)|Rubber'), ('John Fluevog|Patent Leather|Leather'), ('John Fluevog|Patent Leather|Leatherette'), ('John Fluevog|Patent Leather|Polyurethane'), ('John Fluevog|Patent Leather|PVC'), ('John Fluevog|Patent Leather|Rubber'), ('John Fluevog|Penny Loafer|Leather'), ('John Fluevog|Penny Loafer|Leatherette'), ('John Fluevog|Penny Loafer|Polyurethane'), ('John Fluevog|Penny Loafer|PVC'), ('John Fluevog|Penny Loafer|Rubber'), ('John Fluevog|Runner|Leather'), ('John Fluevog|Runner|Leatherette'), ('John Fluevog|Runner|Polyurethane'), ('John Fluevog|Runner|PVC'), ('John Fluevog|Runner|Rubber'), ('John Fluevog|Saddle Shoe|Leather'), ('John Fluevog|Saddle Shoe|Leatherette'), ('John Fluevog|Saddle Shoe|Polyurethane'), ('John Fluevog|Saddle Shoe|PVC'), ('John Fluevog|Saddle Shoe|Rubber'), ('John Fluevog|Sandal|Leather'), ('John Fluevog|Sandal|Leatherette'), ('John Fluevog|Sandal|Polyurethane'), ('John Fluevog|Sandal|PVC'), ('John Fluevog|Sandal|Rubber'), ('John Fluevog|Tennis|Leather'), ('John Fluevog|Tennis|Leatherette'), ('John Fluevog|Tennis|Polyurethane'), ('John Fluevog|Tennis|PVC'), ('John Fluevog|Tennis|Rubber'), ('John Fluevog|Walker|Leather'), ('John Fluevog|Walker|Leatherette'), ('John Fluevog|Walker|Polyurethane'), ('John Fluevog|Walker|PVC'), ('John Fluevog|Walker|Rubber'), ('John Fluevog|Wingtip|Leather'), ('John Fluevog|Wingtip|Leatherette'), ('John Fluevog|Wingtip|Polyurethane'), ('John Fluevog|Wingtip|PVC'), ('John Fluevog|Wingtip|Rubber'), ('John Fluevog|Work Boot|Leather'), ('John Fluevog|Work Boot|Leatherette'), ('John Fluevog|Work Boot|Polyurethane'), ('John Fluevog|Work Boot|PVC'), ('John Fluevog|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Keen|Balmoral|Leather'), ('Keen|Balmoral|Leatherette'), ('Keen|Balmoral|Polyurethane'), ('Keen|Balmoral|PVC'), ('Keen|Balmoral|Rubber'), ('Keen|Boat Shoe|Leather'), ('Keen|Boat Shoe|Leatherette'), ('Keen|Boat Shoe|Polyurethane'), ('Keen|Boat Shoe|PVC'), ('Keen|Boat Shoe|Rubber'), ('Keen|Brouge|Leather'), ('Keen|Brouge|Leatherette'), ('Keen|Brouge|Polyurethane'), ('Keen|Brouge|PVC'), ('Keen|Brouge|Rubber'), ('Keen|Cross Trainer|Leather'), ('Keen|Cross Trainer|Leatherette'), ('Keen|Cross Trainer|Polyurethane'), ('Keen|Cross Trainer|PVC'), ('Keen|Cross Trainer|Rubber'), ('Keen|Derby|Leather'), ('Keen|Derby|Leatherette'), ('Keen|Derby|Polyurethane'), ('Keen|Derby|PVC'), ('Keen|Derby|Rubber'), ('Keen|Dress Boot|Leather'), ('Keen|Dress Boot|Leatherette'), ('Keen|Dress Boot|Polyurethane'), ('Keen|Dress Boot|PVC'), ('Keen|Dress Boot|Rubber'), ('Keen|Dress Shoe|Leather'), ('Keen|Dress Shoe|Leatherette'), ('Keen|Dress Shoe|Polyurethane'), ('Keen|Dress Shoe|PVC'), ('Keen|Dress Shoe|Rubber'), ('Keen|Driving Shoe|Leather'), ('Keen|Driving Shoe|Leatherette'), ('Keen|Driving Shoe|Polyurethane'), ('Keen|Driving Shoe|PVC'), ('Keen|Driving Shoe|Rubber'), ('Keen|Hiker|Leather'), ('Keen|Hiker|Leatherette'), ('Keen|Hiker|Polyurethane'), ('Keen|Hiker|PVC'), ('Keen|Hiker|Rubber'), ('Keen|Loafer (Slip-on)|Leather'), ('Keen|Loafer (Slip-on)|Leatherette'), ('Keen|Loafer (Slip-on)|Polyurethane'), ('Keen|Loafer (Slip-on)|PVC'), ('Keen|Loafer (Slip-on)|Rubber'), ('Keen|Oxford (Lace-up)|Leather'), ('Keen|Oxford (Lace-up)|Leatherette'), ('Keen|Oxford (Lace-up)|Polyurethane'), ('Keen|Oxford (Lace-up)|PVC'), ('Keen|Oxford (Lace-up)|Rubber'), ('Keen|Patent Leather|Leather'), ('Keen|Patent Leather|Leatherette'), ('Keen|Patent Leather|Polyurethane'), ('Keen|Patent Leather|PVC'), ('Keen|Patent Leather|Rubber'), ('Keen|Penny Loafer|Leather'), ('Keen|Penny Loafer|Leatherette'), ('Keen|Penny Loafer|Polyurethane'), ('Keen|Penny Loafer|PVC'), ('Keen|Penny Loafer|Rubber'), ('Keen|Runner|Leather'), ('Keen|Runner|Leatherette'), ('Keen|Runner|Polyurethane'), ('Keen|Runner|PVC'), ('Keen|Runner|Rubber'), ('Keen|Saddle Shoe|Leather'), ('Keen|Saddle Shoe|Leatherette'), ('Keen|Saddle Shoe|Polyurethane'), ('Keen|Saddle Shoe|PVC'), ('Keen|Saddle Shoe|Rubber'), ('Keen|Sandal|Leather'), ('Keen|Sandal|Leatherette'), ('Keen|Sandal|Polyurethane'), ('Keen|Sandal|PVC'), ('Keen|Sandal|Rubber'), ('Keen|Tennis|Leather'), ('Keen|Tennis|Leatherette'), ('Keen|Tennis|Polyurethane'), ('Keen|Tennis|PVC'), ('Keen|Tennis|Rubber'), ('Keen|Walker|Leather'), ('Keen|Walker|Leatherette'), ('Keen|Walker|Polyurethane'), ('Keen|Walker|PVC'), ('Keen|Walker|Rubber'), ('Keen|Wingtip|Leather'), ('Keen|Wingtip|Leatherette'), ('Keen|Wingtip|Polyurethane'), ('Keen|Wingtip|PVC'), ('Keen|Wingtip|Rubber'), ('Keen|Work Boot|Leather'), ('Keen|Work Boot|Leatherette'), ('Keen|Work Boot|Polyurethane'), ('Keen|Work Boot|PVC'), ('Keen|Work Boot|Rubber'), ('Lacoste|Balmoral|Leather'), ('Lacoste|Balmoral|Leatherette'), ('Lacoste|Balmoral|Polyurethane'), ('Lacoste|Balmoral|PVC'), ('Lacoste|Balmoral|Rubber'), ('Lacoste|Boat Shoe|Leather'), ('Lacoste|Boat Shoe|Leatherette'), ('Lacoste|Boat Shoe|Polyurethane'), ('Lacoste|Boat Shoe|PVC'), ('Lacoste|Boat Shoe|Rubber'), ('Lacoste|Brouge|Leather'), ('Lacoste|Brouge|Leatherette'), ('Lacoste|Brouge|Polyurethane'), ('Lacoste|Brouge|PVC'), ('Lacoste|Brouge|Rubber'), ('Lacoste|Cross Trainer|Leather'), ('Lacoste|Cross Trainer|Leatherette'), ('Lacoste|Cross Trainer|Polyurethane'), ('Lacoste|Cross Trainer|PVC'), ('Lacoste|Cross Trainer|Rubber'), ('Lacoste|Derby|Leather'), ('Lacoste|Derby|Leatherette'), ('Lacoste|Derby|Polyurethane'), ('Lacoste|Derby|PVC'), ('Lacoste|Derby|Rubber'), ('Lacoste|Dress Boot|Leather'), ('Lacoste|Dress Boot|Leatherette'), ('Lacoste|Dress Boot|Polyurethane'), ('Lacoste|Dress Boot|PVC'), ('Lacoste|Dress Boot|Rubber'), ('Lacoste|Dress Shoe|Leather'), ('Lacoste|Dress Shoe|Leatherette'), ('Lacoste|Dress Shoe|Polyurethane'), ('Lacoste|Dress Shoe|PVC'), ('Lacoste|Dress Shoe|Rubber'), ('Lacoste|Driving Shoe|Leather'), ('Lacoste|Driving Shoe|Leatherette'), ('Lacoste|Driving Shoe|Polyurethane'), ('Lacoste|Driving Shoe|PVC'), ('Lacoste|Driving Shoe|Rubber'), ('Lacoste|Hiker|Leather'), ('Lacoste|Hiker|Leatherette'), ('Lacoste|Hiker|Polyurethane'), ('Lacoste|Hiker|PVC'), ('Lacoste|Hiker|Rubber'), ('Lacoste|Loafer (Slip-on)|Leather'), ('Lacoste|Loafer (Slip-on)|Leatherette'), ('Lacoste|Loafer (Slip-on)|Polyurethane'), ('Lacoste|Loafer (Slip-on)|PVC'), ('Lacoste|Loafer (Slip-on)|Rubber'), ('Lacoste|Oxford (Lace-up)|Leather'), ('Lacoste|Oxford (Lace-up)|Leatherette'), ('Lacoste|Oxford (Lace-up)|Polyurethane'), ('Lacoste|Oxford (Lace-up)|PVC'), ('Lacoste|Oxford (Lace-up)|Rubber'), ('Lacoste|Patent Leather|Leather'), ('Lacoste|Patent Leather|Leatherette'), ('Lacoste|Patent Leather|Polyurethane'), ('Lacoste|Patent Leather|PVC'), ('Lacoste|Patent Leather|Rubber'), ('Lacoste|Penny Loafer|Leather'), ('Lacoste|Penny Loafer|Leatherette'), ('Lacoste|Penny Loafer|Polyurethane'), ('Lacoste|Penny Loafer|PVC'), ('Lacoste|Penny Loafer|Rubber'), ('Lacoste|Runner|Leather'), ('Lacoste|Runner|Leatherette'), ('Lacoste|Runner|Polyurethane'), ('Lacoste|Runner|PVC'), ('Lacoste|Runner|Rubber'), ('Lacoste|Saddle Shoe|Leather'), ('Lacoste|Saddle Shoe|Leatherette'), ('Lacoste|Saddle Shoe|Polyurethane'), ('Lacoste|Saddle Shoe|PVC'), ('Lacoste|Saddle Shoe|Rubber'), ('Lacoste|Sandal|Leather'), ('Lacoste|Sandal|Leatherette'), ('Lacoste|Sandal|Polyurethane'), ('Lacoste|Sandal|PVC'), ('Lacoste|Sandal|Rubber'), ('Lacoste|Tennis|Leather'), ('Lacoste|Tennis|Leatherette'), ('Lacoste|Tennis|Polyurethane'), ('Lacoste|Tennis|PVC'), ('Lacoste|Tennis|Rubber'), ('Lacoste|Walker|Leather'), ('Lacoste|Walker|Leatherette'), ('Lacoste|Walker|Polyurethane'), ('Lacoste|Walker|PVC'), ('Lacoste|Walker|Rubber'), ('Lacoste|Wingtip|Leather'), ('Lacoste|Wingtip|Leatherette'), ('Lacoste|Wingtip|Polyurethane'), ('Lacoste|Wingtip|PVC'), ('Lacoste|Wingtip|Rubber'), ('Lacoste|Work Boot|Leather'), ('Lacoste|Work Boot|Leatherette'), ('Lacoste|Work Boot|Polyurethane'), ('Lacoste|Work Boot|PVC'), ('Lacoste|Work Boot|Rubber'), ('Marc Jacobs|Balmoral|Leather'), ('Marc Jacobs|Balmoral|Leatherette'), ('Marc Jacobs|Balmoral|Polyurethane'), ('Marc Jacobs|Balmoral|PVC'), ('Marc Jacobs|Balmoral|Rubber'), ('Marc Jacobs|Boat Shoe|Leather'), ('Marc Jacobs|Boat Shoe|Leatherette'), ('Marc Jacobs|Boat Shoe|Polyurethane'), ('Marc Jacobs|Boat Shoe|PVC'), ('Marc Jacobs|Boat Shoe|Rubber'), ('Marc Jacobs|Brouge|Leather'), ('Marc Jacobs|Brouge|Leatherette'), ('Marc Jacobs|Brouge|Polyurethane'), ('Marc Jacobs|Brouge|PVC'), ('Marc Jacobs|Brouge|Rubber'), ('Marc Jacobs|Cross Trainer|Leather'), ('Marc Jacobs|Cross Trainer|Leatherette'), ('Marc Jacobs|Cross Trainer|Polyurethane'), ('Marc Jacobs|Cross Trainer|PVC'), ('Marc Jacobs|Cross Trainer|Rubber'), ('Marc Jacobs|Derby|Leather'), ('Marc Jacobs|Derby|Leatherette'), ('Marc Jacobs|Derby|Polyurethane'), ('Marc Jacobs|Derby|PVC'), ('Marc Jacobs|Derby|Rubber'), ('Marc Jacobs|Dress Boot|Leather'), ('Marc Jacobs|Dress Boot|Leatherette'), ('Marc Jacobs|Dress Boot|Polyurethane'), ('Marc Jacobs|Dress Boot|PVC'), ('Marc Jacobs|Dress Boot|Rubber'), ('Marc Jacobs|Dress Shoe|Leather'), ('Marc Jacobs|Dress Shoe|Leatherette'), ('Marc Jacobs|Dress Shoe|Polyurethane'), ('Marc Jacobs|Dress Shoe|PVC'), ('Marc Jacobs|Dress Shoe|Rubber'), ('Marc Jacobs|Driving Shoe|Leather'), ('Marc Jacobs|Driving Shoe|Leatherette'), ('Marc Jacobs|Driving Shoe|Polyurethane'), ('Marc Jacobs|Driving Shoe|PVC'), ('Marc Jacobs|Driving Shoe|Rubber'), ('Marc Jacobs|Hiker|Leather'), ('Marc Jacobs|Hiker|Leatherette'), ('Marc Jacobs|Hiker|Polyurethane'), ('Marc Jacobs|Hiker|PVC'), ('Marc Jacobs|Hiker|Rubber'), ('Marc Jacobs|Loafer (Slip-on)|Leather'), ('Marc Jacobs|Loafer (Slip-on)|Leatherette'), ('Marc Jacobs|Loafer (Slip-on)|Polyurethane'), ('Marc Jacobs|Loafer (Slip-on)|PVC'), ('Marc Jacobs|Loafer (Slip-on)|Rubber'), ('Marc Jacobs|Oxford (Lace-up)|Leather'), ('Marc Jacobs|Oxford (Lace-up)|Leatherette'), ('Marc Jacobs|Oxford (Lace-up)|Polyurethane'), ('Marc Jacobs|Oxford (Lace-up)|PVC'), ('Marc Jacobs|Oxford (Lace-up)|Rubber'), ('Marc Jacobs|Patent Leather|Leather'), ('Marc Jacobs|Patent Leather|Leatherette'), ('Marc Jacobs|Patent Leather|Polyurethane'), ('Marc Jacobs|Patent Leather|PVC'), ('Marc Jacobs|Patent Leather|Rubber'), ('Marc Jacobs|Penny Loafer|Leather'), ('Marc Jacobs|Penny Loafer|Leatherette'), ('Marc Jacobs|Penny Loafer|Polyurethane'), ('Marc Jacobs|Penny Loafer|PVC'), ('Marc Jacobs|Penny Loafer|Rubber'), ('Marc Jacobs|Runner|Leather'), ('Marc Jacobs|Runner|Leatherette'), ('Marc Jacobs|Runner|Polyurethane'), ('Marc Jacobs|Runner|PVC'), ('Marc Jacobs|Runner|Rubber'), ('Marc Jacobs|Saddle Shoe|Leather'), ('Marc Jacobs|Saddle Shoe|Leatherette'), ('Marc Jacobs|Saddle Shoe|Polyurethane'), ('Marc Jacobs|Saddle Shoe|PVC'), ('Marc Jacobs|Saddle Shoe|Rubber'), ('Marc Jacobs|Sandal|Leather'), ('Marc Jacobs|Sandal|Leatherette'), ('Marc Jacobs|Sandal|Polyurethane'), ('Marc Jacobs|Sandal|PVC'), ('Marc Jacobs|Sandal|Rubber'), ('Marc Jacobs|Tennis|Leather'), ('Marc Jacobs|Tennis|Leatherette'), ('Marc Jacobs|Tennis|Polyurethane'), ('Marc Jacobs|Tennis|PVC'), ('Marc Jacobs|Tennis|Rubber'), ('Marc Jacobs|Walker|Leather'), ('Marc Jacobs|Walker|Leatherette'), ('Marc Jacobs|Walker|Polyurethane'), ('Marc Jacobs|Walker|PVC'), ('Marc Jacobs|Walker|Rubber'), ('Marc Jacobs|Wingtip|Leather'), ('Marc Jacobs|Wingtip|Leatherette'), ('Marc Jacobs|Wingtip|Polyurethane'), ('Marc Jacobs|Wingtip|PVC'), ('Marc Jacobs|Wingtip|Rubber'), ('Marc Jacobs|Work Boot|Leather'), ('Marc Jacobs|Work Boot|Leatherette'), ('Marc Jacobs|Work Boot|Polyurethane'), ('Marc Jacobs|Work Boot|PVC'), ('Marc Jacobs|Work Boot|Rubber'), ('Merrell|Balmoral|Leather'), ('Merrell|Balmoral|Leatherette'), ('Merrell|Balmoral|Polyurethane'), ('Merrell|Balmoral|PVC'), ('Merrell|Balmoral|Rubber'), ('Merrell|Boat Shoe|Leather'), ('Merrell|Boat Shoe|Leatherette'), ('Merrell|Boat Shoe|Polyurethane'), ('Merrell|Boat Shoe|PVC'), ('Merrell|Boat Shoe|Rubber'), ('Merrell|Brouge|Leather'), ('Merrell|Brouge|Leatherette'), ('Merrell|Brouge|Polyurethane'), ('Merrell|Brouge|PVC'), ('Merrell|Brouge|Rubber'), ('Merrell|Cross Trainer|Leather'), ('Merrell|Cross Trainer|Leatherette'), ('Merrell|Cross Trainer|Polyurethane'), ('Merrell|Cross Trainer|PVC'), ('Merrell|Cross Trainer|Rubber'), ('Merrell|Derby|Leather'), ('Merrell|Derby|Leatherette'), ('Merrell|Derby|Polyurethane'), ('Merrell|Derby|PVC'), ('Merrell|Derby|Rubber'), ('Merrell|Dress Boot|Leather'), ('Merrell|Dress Boot|Leatherette'), ('Merrell|Dress Boot|Polyurethane'), ('Merrell|Dress Boot|PVC'), ('Merrell|Dress Boot|Rubber'), ('Merrell|Dress Shoe|Leather'), ('Merrell|Dress Shoe|Leatherette'), ('Merrell|Dress Shoe|Polyurethane'), ('Merrell|Dress Shoe|PVC'), ('Merrell|Dress Shoe|Rubber'), ('Merrell|Driving Shoe|Leather'), ('Merrell|Driving Shoe|Leatherette'), ('Merrell|Driving Shoe|Polyurethane'), ('Merrell|Driving Shoe|PVC'), ('Merrell|Driving Shoe|Rubber'), ('Merrell|Hiker|Leather'), ('Merrell|Hiker|Leatherette'), ('Merrell|Hiker|Polyurethane'), ('Merrell|Hiker|PVC'), ('Merrell|Hiker|Rubber'), ('Merrell|Loafer (Slip-on)|Leather'), ('Merrell|Loafer (Slip-on)|Leatherette'), ('Merrell|Loafer (Slip-on)|Polyurethane'), ('Merrell|Loafer (Slip-on)|PVC'), ('Merrell|Loafer (Slip-on)|Rubber'), ('Merrell|Oxford (Lace-up)|Leather'), ('Merrell|Oxford (Lace-up)|Leatherette'), ('Merrell|Oxford (Lace-up)|Polyurethane'), ('Merrell|Oxford (Lace-up)|PVC'), ('Merrell|Oxford (Lace-up)|Rubber'), ('Merrell|Patent Leather|Leather'), ('Merrell|Patent Leather|Leatherette'), ('Merrell|Patent Leather|Polyurethane'), ('Merrell|Patent Leather|PVC'), ('Merrell|Patent Leather|Rubber'), ('Merrell|Penny Loafer|Leather'), ('Merrell|Penny Loafer|Leatherette'), ('Merrell|Penny Loafer|Polyurethane'), ('Merrell|Penny Loafer|PVC'), ('Merrell|Penny Loafer|Rubber'), ('Merrell|Runner|Leather'), ('Merrell|Runner|Leatherette'), ('Merrell|Runner|Polyurethane'), ('Merrell|Runner|PVC'), ('Merrell|Runner|Rubber'), ('Merrell|Saddle Shoe|Leather'), ('Merrell|Saddle Shoe|Leatherette'), ('Merrell|Saddle Shoe|Polyurethane'), ('Merrell|Saddle Shoe|PVC'), ('Merrell|Saddle Shoe|Rubber'), ('Merrell|Sandal|Leather'), ('Merrell|Sandal|Leatherette'), ('Merrell|Sandal|Polyurethane'), ('Merrell|Sandal|PVC'), ('Merrell|Sandal|Rubber'), ('Merrell|Tennis|Leather'), ('Merrell|Tennis|Leatherette'), ('Merrell|Tennis|Polyurethane'), ('Merrell|Tennis|PVC'), ('Merrell|Tennis|Rubber'), ('Merrell|Walker|Leather'), ('Merrell|Walker|Leatherette'), ('Merrell|Walker|Polyurethane'), ('Merrell|Walker|PVC'), ('Merrell|Walker|Rubber'), ('Merrell|Wingtip|Leather'), ('Merrell|Wingtip|Leatherette'), ('Merrell|Wingtip|Polyurethane'), ('Merrell|Wingtip|PVC'), ('Merrell|Wingtip|Rubber'), ('Merrell|Work Boot|Leather'), ('Merrell|Work Boot|Leatherette'), ('Merrell|Work Boot|Polyurethane'), ('Merrell|Work Boot|PVC'), ('Merrell|Work Boot|Rubber'), ('Mizuno|Balmoral|Leather'), ('Mizuno|Balmoral|Leatherette'), ('Mizuno|Balmoral|Polyurethane'), ('Mizuno|Balmoral|PVC'), ('Mizuno|Balmoral|Rubber'), ('Mizuno|Boat Shoe|Leather'), ('Mizuno|Boat Shoe|Leatherette'), ('Mizuno|Boat Shoe|Polyurethane'), ('Mizuno|Boat Shoe|PVC'), ('Mizuno|Boat Shoe|Rubber'), ('Mizuno|Brouge|Leather'), ('Mizuno|Brouge|Leatherette'), ('Mizuno|Brouge|Polyurethane'), ('Mizuno|Brouge|PVC'), ('Mizuno|Brouge|Rubber'), ('Mizuno|Cross Trainer|Leather'), ('Mizuno|Cross Trainer|Leatherette'), ('Mizuno|Cross Trainer|Polyurethane'), ('Mizuno|Cross Trainer|PVC'), ('Mizuno|Cross Trainer|Rubber'), ('Mizuno|Derby|Leather'), ('Mizuno|Derby|Leatherette'), ('Mizuno|Derby|Polyurethane'), ('Mizuno|Derby|PVC'), ('Mizuno|Derby|Rubber'), ('Mizuno|Dress Boot|Leather'), ('Mizuno|Dress Boot|Leatherette'), ('Mizuno|Dress Boot|Polyurethane'), ('Mizuno|Dress Boot|PVC'), ('Mizuno|Dress Boot|Rubber'), ('Mizuno|Dress Shoe|Leather'), ('Mizuno|Dress Shoe|Leatherette'), ('Mizuno|Dress Shoe|Polyurethane'), ('Mizuno|Dress Shoe|PVC'), ('Mizuno|Dress Shoe|Rubber'), ('Mizuno|Driving Shoe|Leather'), ('Mizuno|Driving Shoe|Leatherette'), ('Mizuno|Driving Shoe|Polyurethane'), ('Mizuno|Driving Shoe|PVC'), ('Mizuno|Driving Shoe|Rubber'), ('Mizuno|Hiker|Leather'), ('Mizuno|Hiker|Leatherette'), ('Mizuno|Hiker|Polyurethane'), ('Mizuno|Hiker|PVC'), ('Mizuno|Hiker|Rubber'), ('Mizuno|Loafer (Slip-on)|Leather'), ('Mizuno|Loafer (Slip-on)|Leatherette'), ('Mizuno|Loafer (Slip-on)|Polyurethane'), ('Mizuno|Loafer (Slip-on)|PVC'), ('Mizuno|Loafer (Slip-on)|Rubber'), ('Mizuno|Oxford (Lace-up)|Leather'), ('Mizuno|Oxford (Lace-up)|Leatherette'), ('Mizuno|Oxford (Lace-up)|Polyurethane'), ('Mizuno|Oxford (Lace-up)|PVC'), ('Mizuno|Oxford (Lace-up)|Rubber'), ('Mizuno|Patent Leather|Leather'), ('Mizuno|Patent Leather|Leatherette'), ('Mizuno|Patent Leather|Polyurethane'), ('Mizuno|Patent Leather|PVC'), ('Mizuno|Patent Leather|Rubber'), ('Mizuno|Penny Loafer|Leather'), ('Mizuno|Penny Loafer|Leatherette'), ('Mizuno|Penny Loafer|Polyurethane'), ('Mizuno|Penny Loafer|PVC'), ('Mizuno|Penny Loafer|Rubber'), ('Mizuno|Runner|Leather'), ('Mizuno|Runner|Leatherette'), ('Mizuno|Runner|Polyurethane'), ('Mizuno|Runner|PVC'), ('Mizuno|Runner|Rubber'), ('Mizuno|Saddle Shoe|Leather'), ('Mizuno|Saddle Shoe|Leatherette'), ('Mizuno|Saddle Shoe|Polyurethane'), ('Mizuno|Saddle Shoe|PVC'), ('Mizuno|Saddle Shoe|Rubber'), ('Mizuno|Sandal|Leather'), ('Mizuno|Sandal|Leatherette'), ('Mizuno|Sandal|Polyurethane'), ('Mizuno|Sandal|PVC'), ('Mizuno|Sandal|Rubber'), ('Mizuno|Tennis|Leather'), ('Mizuno|Tennis|Leatherette'), ('Mizuno|Tennis|Polyurethane'), ('Mizuno|Tennis|PVC'), ('Mizuno|Tennis|Rubber'), ('Mizuno|Walker|Leather'), ('Mizuno|Walker|Leatherette'), ('Mizuno|Walker|Polyurethane'), ('Mizuno|Walker|PVC'), ('Mizuno|Walker|Rubber'), ('Mizuno|Wingtip|Leather'), ('Mizuno|Wingtip|Leatherette'), ('Mizuno|Wingtip|Polyurethane'), ('Mizuno|Wingtip|PVC'), ('Mizuno|Wingtip|Rubber'), ('Mizuno|Work Boot|Leather'), ('Mizuno|Work Boot|Leatherette'), ('Mizuno|Work Boot|Polyurethane'), ('Mizuno|Work Boot|PVC'), ('Mizuno|Work Boot|Rubber'), ('Muck Boot|Balmoral|Leather'), ('Muck Boot|Balmoral|Leatherette'), ('Muck Boot|Balmoral|Polyurethane'), ('Muck Boot|Balmoral|PVC'), ('Muck Boot|Balmoral|Rubber'), ('Muck Boot|Boat Shoe|Leather'), ('Muck Boot|Boat Shoe|Leatherette'), ('Muck Boot|Boat Shoe|Polyurethane'), ('Muck Boot|Boat Shoe|PVC'), ('Muck Boot|Boat Shoe|Rubber'), ('Muck Boot|Brouge|Leather'), ('Muck Boot|Brouge|Leatherette'), ('Muck Boot|Brouge|Polyurethane'), ('Muck Boot|Brouge|PVC'), ('Muck Boot|Brouge|Rubber'), ('Muck Boot|Cross Trainer|Leather'), ('Muck Boot|Cross Trainer|Leatherette'), ('Muck Boot|Cross Trainer|Polyurethane'), ('Muck Boot|Cross Trainer|PVC'), ('Muck Boot|Cross Trainer|Rubber'), ('Muck Boot|Derby|Leather'), ('Muck Boot|Derby|Leatherette'), ('Muck Boot|Derby|Polyurethane'), ('Muck Boot|Derby|PVC'), ('Muck Boot|Derby|Rubber'), ('Muck Boot|Dress Boot|Leather'), ('Muck Boot|Dress Boot|Leatherette'), ('Muck Boot|Dress Boot|Polyurethane'), ('Muck Boot|Dress Boot|PVC'), ('Muck Boot|Dress Boot|Rubber'), ('Muck Boot|Dress Shoe|Leather'), ('Muck Boot|Dress Shoe|Leatherette'), ('Muck Boot|Dress Shoe|Polyurethane'), ('Muck Boot|Dress Shoe|PVC'), ('Muck Boot|Dress Shoe|Rubber'), ('Muck Boot|Driving Shoe|Leather'), ('Muck Boot|Driving Shoe|Leatherette'), ('Muck Boot|Driving Shoe|Polyurethane'), ('Muck Boot|Driving Shoe|PVC'), ('Muck Boot|Driving Shoe|Rubber'), ('Muck Boot|Hiker|Leather'), ('Muck Boot|Hiker|Leatherette'), ('Muck Boot|Hiker|Polyurethane'), ('Muck Boot|Hiker|PVC'), ('Muck Boot|Hiker|Rubber'), ('Muck Boot|Loafer (Slip-on)|Leather'), ('Muck Boot|Loafer (Slip-on)|Leatherette'), ('Muck Boot|Loafer (Slip-on)|Polyurethane'), ('Muck Boot|Loafer (Slip-on)|PVC'), ('Muck Boot|Loafer (Slip-on)|Rubber'), ('Muck Boot|Oxford (Lace-up)|Leather'), ('Muck Boot|Oxford (Lace-up)|Leatherette'), ('Muck Boot|Oxford (Lace-up)|Polyurethane'), ('Muck Boot|Oxford (Lace-up)|PVC'), ('Muck Boot|Oxford (Lace-up)|Rubber'), ('Muck Boot|Patent Leather|Leather'), ('Muck Boot|Patent Leather|Leatherette'), ('Muck Boot|Patent Leather|Polyurethane'), ('Muck Boot|Patent Leather|PVC'), ('Muck Boot|Patent Leather|Rubber'), ('Muck Boot|Penny Loafer|Leather'), ('Muck Boot|Penny Loafer|Leatherette'), ('Muck Boot|Penny Loafer|Polyurethane'), ('Muck Boot|Penny Loafer|PVC'), ('Muck Boot|Penny Loafer|Rubber'), ('Muck Boot|Runner|Leather'), ('Muck Boot|Runner|Leatherette'), ('Muck Boot|Runner|Polyurethane'), ('Muck Boot|Runner|PVC'), ('Muck Boot|Runner|Rubber'), ('Muck Boot|Saddle Shoe|Leather'), ('Muck Boot|Saddle Shoe|Leatherette'), ('Muck Boot|Saddle Shoe|Polyurethane'), ('Muck Boot|Saddle Shoe|PVC'), ('Muck Boot|Saddle Shoe|Rubber'), ('Muck Boot|Sandal|Leather'), ('Muck Boot|Sandal|Leatherette'), ('Muck Boot|Sandal|Polyurethane'), ('Muck Boot|Sandal|PVC'), ('Muck Boot|Sandal|Rubber'), ('Muck Boot|Tennis|Leather'), ('Muck Boot|Tennis|Leatherette'), ('Muck Boot|Tennis|Polyurethane'), ('Muck Boot|Tennis|PVC'), ('Muck Boot|Tennis|Rubber'), ('Muck Boot|Walker|Leather'), ('Muck Boot|Walker|Leatherette'), ('Muck Boot|Walker|Polyurethane'), ('Muck Boot|Walker|PVC'), ('Muck Boot|Walker|Rubber'), ('Muck Boot|Wingtip|Leather'), ('Muck Boot|Wingtip|Leatherette'), ('Muck Boot|Wingtip|Polyurethane'), ('Muck Boot|Wingtip|PVC'), ('Muck Boot|Wingtip|Rubber'), ('Muck Boot|Work Boot|Leather'), ('Muck Boot|Work Boot|Leatherette'), ('Muck Boot|Work Boot|Polyurethane'), ('Muck Boot|Work Boot|PVC'), ('Muck Boot|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Original Penguin|Balmoral|Leather'), ('Original Penguin|Balmoral|Leatherette'), ('Original Penguin|Balmoral|Polyurethane'), ('Original Penguin|Balmoral|PVC'), ('Original Penguin|Balmoral|Rubber'), ('Original Penguin|Boat Shoe|Leather'), ('Original Penguin|Boat Shoe|Leatherette'), ('Original Penguin|Boat Shoe|Polyurethane'), ('Original Penguin|Boat Shoe|PVC'), ('Original Penguin|Boat Shoe|Rubber'), ('Original Penguin|Brouge|Leather'), ('Original Penguin|Brouge|Leatherette'), ('Original Penguin|Brouge|Polyurethane'), ('Original Penguin|Brouge|PVC'), ('Original Penguin|Brouge|Rubber'), ('Original Penguin|Cross Trainer|Leather'), ('Original Penguin|Cross Trainer|Leatherette'), ('Original Penguin|Cross Trainer|Polyurethane'), ('Original Penguin|Cross Trainer|PVC'), ('Original Penguin|Cross Trainer|Rubber'), ('Original Penguin|Derby|Leather'), ('Original Penguin|Derby|Leatherette'), ('Original Penguin|Derby|Polyurethane'), ('Original Penguin|Derby|PVC'), ('Original Penguin|Derby|Rubber'), ('Original Penguin|Dress Boot|Leather'), ('Original Penguin|Dress Boot|Leatherette'), ('Original Penguin|Dress Boot|Polyurethane'), ('Original Penguin|Dress Boot|PVC'), ('Original Penguin|Dress Boot|Rubber'), ('Original Penguin|Dress Shoe|Leather'), ('Original Penguin|Dress Shoe|Leatherette'), ('Original Penguin|Dress Shoe|Polyurethane'), ('Original Penguin|Dress Shoe|PVC'), ('Original Penguin|Dress Shoe|Rubber'), ('Original Penguin|Driving Shoe|Leather'), ('Original Penguin|Driving Shoe|Leatherette'), ('Original Penguin|Driving Shoe|Polyurethane'), ('Original Penguin|Driving Shoe|PVC'), ('Original Penguin|Driving Shoe|Rubber'), ('Original Penguin|Hiker|Leather'), ('Original Penguin|Hiker|Leatherette'), ('Original Penguin|Hiker|Polyurethane'), ('Original Penguin|Hiker|PVC'), ('Original Penguin|Hiker|Rubber'), ('Original Penguin|Loafer (Slip-on)|Leather'), ('Original Penguin|Loafer (Slip-on)|Leatherette'), ('Original Penguin|Loafer (Slip-on)|Polyurethane'), ('Original Penguin|Loafer (Slip-on)|PVC'), ('Original Penguin|Loafer (Slip-on)|Rubber'), ('Original Penguin|Oxford (Lace-up)|Leather'), ('Original Penguin|Oxford (Lace-up)|Leatherette'), ('Original Penguin|Oxford (Lace-up)|Polyurethane'), ('Original Penguin|Oxford (Lace-up)|PVC'), ('Original Penguin|Oxford (Lace-up)|Rubber'), ('Original Penguin|Patent Leather|Leather'), ('Original Penguin|Patent Leather|Leatherette'), ('Original Penguin|Patent Leather|Polyurethane'), ('Original Penguin|Patent Leather|PVC'), ('Original Penguin|Patent Leather|Rubber'), ('Original Penguin|Penny Loafer|Leather'), ('Original Penguin|Penny Loafer|Leatherette'), ('Original Penguin|Penny Loafer|Polyurethane'), ('Original Penguin|Penny Loafer|PVC'), ('Original Penguin|Penny Loafer|Rubber'), ('Original Penguin|Runner|Leather'), ('Original Penguin|Runner|Leatherette'), ('Original Penguin|Runner|Polyurethane'), ('Original Penguin|Runner|PVC'), ('Original Penguin|Runner|Rubber'), ('Original Penguin|Saddle Shoe|Leather'), ('Original Penguin|Saddle Shoe|Leatherette'), ('Original Penguin|Saddle Shoe|Polyurethane'), ('Original Penguin|Saddle Shoe|PVC'), ('Original Penguin|Saddle Shoe|Rubber'), ('Original Penguin|Sandal|Leather'), ('Original Penguin|Sandal|Leatherette'), ('Original Penguin|Sandal|Polyurethane'), ('Original Penguin|Sandal|PVC'), ('Original Penguin|Sandal|Rubber'), ('Original Penguin|Tennis|Leather'), ('Original Penguin|Tennis|Leatherette'), ('Original Penguin|Tennis|Polyurethane'), ('Original Penguin|Tennis|PVC'), ('Original Penguin|Tennis|Rubber'), ('Original Penguin|Walker|Leather'), ('Original Penguin|Walker|Leatherette'), ('Original Penguin|Walker|Polyurethane'), ('Original Penguin|Walker|PVC'), ('Original Penguin|Walker|Rubber'), ('Original Penguin|Wingtip|Leather'), ('Original Penguin|Wingtip|Leatherette'), ('Original Penguin|Wingtip|Polyurethane'), ('Original Penguin|Wingtip|PVC'), ('Original Penguin|Wingtip|Rubber'), ('Original Penguin|Work Boot|Leather'), ('Original Penguin|Work Boot|Leatherette'), ('Original Penguin|Work Boot|Polyurethane'), ('Original Penguin|Work Boot|PVC'), ('Original Penguin|Work Boot|Rubber'), ('Polo Ralph Lauren|Balmoral|Leather'), ('Polo Ralph Lauren|Balmoral|Leatherette'), ('Polo Ralph Lauren|Balmoral|Polyurethane'), ('Polo Ralph Lauren|Balmoral|PVC'), ('Polo Ralph Lauren|Balmoral|Rubber'), ('Polo Ralph Lauren|Boat Shoe|Leather'), ('Polo Ralph Lauren|Boat Shoe|Leatherette'), ('Polo Ralph Lauren|Boat Shoe|Polyurethane'), ('Polo Ralph Lauren|Boat Shoe|PVC'), ('Polo Ralph Lauren|Boat Shoe|Rubber'), ('Polo Ralph Lauren|Brouge|Leather'), ('Polo Ralph Lauren|Brouge|Leatherette'), ('Polo Ralph Lauren|Brouge|Polyurethane'), ('Polo Ralph Lauren|Brouge|PVC'), ('Polo Ralph Lauren|Brouge|Rubber'), ('Polo Ralph Lauren|Cross Trainer|Leather'), ('Polo Ralph Lauren|Cross Trainer|Leatherette'), ('Polo Ralph Lauren|Cross Trainer|Polyurethane'), ('Polo Ralph Lauren|Cross Trainer|PVC'), ('Polo Ralph Lauren|Cross Trainer|Rubber'), ('Polo Ralph Lauren|Derby|Leather'), ('Polo Ralph Lauren|Derby|Leatherette'), ('Polo Ralph Lauren|Derby|Polyurethane'), ('Polo Ralph Lauren|Derby|PVC'), ('Polo Ralph Lauren|Derby|Rubber'), ('Polo Ralph Lauren|Dress Boot|Leather'), ('Polo Ralph Lauren|Dress Boot|Leatherette'), ('Polo Ralph Lauren|Dress Boot|Polyurethane'), ('Polo Ralph Lauren|Dress Boot|PVC'), ('Polo Ralph Lauren|Dress Boot|Rubber'), ('Polo Ralph Lauren|Dress Shoe|Leather'), ('Polo Ralph Lauren|Dress Shoe|Leatherette'), ('Polo Ralph Lauren|Dress Shoe|Polyurethane'), ('Polo Ralph Lauren|Dress Shoe|PVC'), ('Polo Ralph Lauren|Dress Shoe|Rubber'), ('Polo Ralph Lauren|Driving Shoe|Leather'), ('Polo Ralph Lauren|Driving Shoe|Leatherette'), ('Polo Ralph Lauren|Driving Shoe|Polyurethane'), ('Polo Ralph Lauren|Driving Shoe|PVC'), ('Polo Ralph Lauren|Driving Shoe|Rubber'), ('Polo Ralph Lauren|Hiker|Leather'), ('Polo Ralph Lauren|Hiker|Leatherette'), ('Polo Ralph Lauren|Hiker|Polyurethane'), ('Polo Ralph Lauren|Hiker|PVC'), ('Polo Ralph Lauren|Hiker|Rubber'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leather'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leatherette'), ('Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane'), ('Polo Ralph Lauren|Loafer (Slip-on)|PVC'), ('Polo Ralph Lauren|Loafer (Slip-on)|Rubber'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leather'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leatherette'), ('Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane'), ('Polo Ralph Lauren|Oxford (Lace-up)|PVC'), ('Polo Ralph Lauren|Oxford (Lace-up)|Rubber'), ('Polo Ralph Lauren|Patent Leather|Leather'), ('Polo Ralph Lauren|Patent Leather|Leatherette'), ('Polo Ralph Lauren|Patent Leather|Polyurethane'), ('Polo Ralph Lauren|Patent Leather|PVC'), ('Polo Ralph Lauren|Patent Leather|Rubber'), ('Polo Ralph Lauren|Penny Loafer|Leather'), ('Polo Ralph Lauren|Penny Loafer|Leatherette'), ('Polo Ralph Lauren|Penny Loafer|Polyurethane'), ('Polo Ralph Lauren|Penny Loafer|PVC'), ('Polo Ralph Lauren|Penny Loafer|Rubber'), ('Polo Ralph Lauren|Runner|Leather'), ('Polo Ralph Lauren|Runner|Leatherette'), ('Polo Ralph Lauren|Runner|Polyurethane'), ('Polo Ralph Lauren|Runner|PVC'), ('Polo Ralph Lauren|Runner|Rubber'), ('Polo Ralph Lauren|Saddle Shoe|Leather'), ('Polo Ralph Lauren|Saddle Shoe|Leatherette'), ('Polo Ralph Lauren|Saddle Shoe|Polyurethane'), ('Polo Ralph Lauren|Saddle Shoe|PVC'), ('Polo Ralph Lauren|Saddle Shoe|Rubber'), ('Polo Ralph Lauren|Sandal|Leather'), ('Polo Ralph Lauren|Sandal|Leatherette'), ('Polo Ralph Lauren|Sandal|Polyurethane'), ('Polo Ralph Lauren|Sandal|PVC'), ('Polo Ralph Lauren|Sandal|Rubber'), ('Polo Ralph Lauren|Tennis|Leather'), ('Polo Ralph Lauren|Tennis|Leatherette'), ('Polo Ralph Lauren|Tennis|Polyurethane'), ('Polo Ralph Lauren|Tennis|PVC'), ('Polo Ralph Lauren|Tennis|Rubber'), ('Polo Ralph Lauren|Walker|Leather'), ('Polo Ralph Lauren|Walker|Leatherette'), ('Polo Ralph Lauren|Walker|Polyurethane'), ('Polo Ralph Lauren|Walker|PVC'), ('Polo Ralph Lauren|Walker|Rubber'), ('Polo Ralph Lauren|Wingtip|Leather'), ('Polo Ralph Lauren|Wingtip|Leatherette'), ('Polo Ralph Lauren|Wingtip|Polyurethane'), ('Polo Ralph Lauren|Wingtip|PVC'), ('Polo Ralph Lauren|Wingtip|Rubber'), ('Polo Ralph Lauren|Work Boot|Leather'), ('Polo Ralph Lauren|Work Boot|Leatherette'), ('Polo Ralph Lauren|Work Boot|Polyurethane'), ('Polo Ralph Lauren|Work Boot|PVC'), ('Polo Ralph Lauren|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reef|Balmoral|Leather'), ('Reef|Balmoral|Leatherette'), ('Reef|Balmoral|Polyurethane'), ('Reef|Balmoral|PVC'), ('Reef|Balmoral|Rubber'), ('Reef|Boat Shoe|Leather'), ('Reef|Boat Shoe|Leatherette'), ('Reef|Boat Shoe|Polyurethane'), ('Reef|Boat Shoe|PVC'), ('Reef|Boat Shoe|Rubber'), ('Reef|Brouge|Leather'), ('Reef|Brouge|Leatherette'), ('Reef|Brouge|Polyurethane'), ('Reef|Brouge|PVC'), ('Reef|Brouge|Rubber'), ('Reef|Cross Trainer|Leather'), ('Reef|Cross Trainer|Leatherette'), ('Reef|Cross Trainer|Polyurethane'), ('Reef|Cross Trainer|PVC'), ('Reef|Cross Trainer|Rubber'), ('Reef|Derby|Leather'), ('Reef|Derby|Leatherette'), ('Reef|Derby|Polyurethane'), ('Reef|Derby|PVC'), ('Reef|Derby|Rubber'), ('Reef|Dress Boot|Leather'), ('Reef|Dress Boot|Leatherette'), ('Reef|Dress Boot|Polyurethane'), ('Reef|Dress Boot|PVC'), ('Reef|Dress Boot|Rubber'), ('Reef|Dress Shoe|Leather'), ('Reef|Dress Shoe|Leatherette'), ('Reef|Dress Shoe|Polyurethane'), ('Reef|Dress Shoe|PVC'), ('Reef|Dress Shoe|Rubber'), ('Reef|Driving Shoe|Leather'), ('Reef|Driving Shoe|Leatherette'), ('Reef|Driving Shoe|Polyurethane'), ('Reef|Driving Shoe|PVC'), ('Reef|Driving Shoe|Rubber'), ('Reef|Hiker|Leather'), ('Reef|Hiker|Leatherette'), ('Reef|Hiker|Polyurethane'), ('Reef|Hiker|PVC'), ('Reef|Hiker|Rubber'), ('Reef|Loafer (Slip-on)|Leather'), ('Reef|Loafer (Slip-on)|Leatherette'), ('Reef|Loafer (Slip-on)|Polyurethane'), ('Reef|Loafer (Slip-on)|PVC'), ('Reef|Loafer (Slip-on)|Rubber'), ('Reef|Oxford (Lace-up)|Leather'), ('Reef|Oxford (Lace-up)|Leatherette'), ('Reef|Oxford (Lace-up)|Polyurethane'), ('Reef|Oxford (Lace-up)|PVC'), ('Reef|Oxford (Lace-up)|Rubber'), ('Reef|Patent Leather|Leather'), ('Reef|Patent Leather|Leatherette'), ('Reef|Patent Leather|Polyurethane'), ('Reef|Patent Leather|PVC'), ('Reef|Patent Leather|Rubber'), ('Reef|Penny Loafer|Leather'), ('Reef|Penny Loafer|Leatherette'), ('Reef|Penny Loafer|Polyurethane'), ('Reef|Penny Loafer|PVC'), ('Reef|Penny Loafer|Rubber'), ('Reef|Runner|Leather'), ('Reef|Runner|Leatherette'), ('Reef|Runner|Polyurethane'), ('Reef|Runner|PVC'), ('Reef|Runner|Rubber'), ('Reef|Saddle Shoe|Leather'), ('Reef|Saddle Shoe|Leatherette'), ('Reef|Saddle Shoe|Polyurethane'), ('Reef|Saddle Shoe|PVC'), ('Reef|Saddle Shoe|Rubber'), ('Reef|Sandal|Leather'), ('Reef|Sandal|Leatherette'), ('Reef|Sandal|Polyurethane'), ('Reef|Sandal|PVC'), ('Reef|Sandal|Rubber'), ('Reef|Tennis|Leather'), ('Reef|Tennis|Leatherette'), ('Reef|Tennis|Polyurethane'), ('Reef|Tennis|PVC'), ('Reef|Tennis|Rubber'), ('Reef|Walker|Leather'), ('Reef|Walker|Leatherette'), ('Reef|Walker|Polyurethane'), ('Reef|Walker|PVC'), ('Reef|Walker|Rubber'), ('Reef|Wingtip|Leather'), ('Reef|Wingtip|Leatherette'), ('Reef|Wingtip|Polyurethane'), ('Reef|Wingtip|PVC'), ('Reef|Wingtip|Rubber'), ('Reef|Work Boot|Leather'), ('Reef|Work Boot|Leatherette'), ('Reef|Work Boot|Polyurethane'), ('Reef|Work Boot|PVC'), ('Reef|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Salomon|Balmoral|Leather'), ('Salomon|Balmoral|Leatherette'), ('Salomon|Balmoral|Polyurethane'), ('Salomon|Balmoral|PVC'), ('Salomon|Balmoral|Rubber'), ('Salomon|Boat Shoe|Leather'), ('Salomon|Boat Shoe|Leatherette'), ('Salomon|Boat Shoe|Polyurethane'), ('Salomon|Boat Shoe|PVC'), ('Salomon|Boat Shoe|Rubber'), ('Salomon|Brouge|Leather'), ('Salomon|Brouge|Leatherette'), ('Salomon|Brouge|Polyurethane'), ('Salomon|Brouge|PVC'), ('Salomon|Brouge|Rubber'), ('Salomon|Cross Trainer|Leather'), ('Salomon|Cross Trainer|Leatherette'), ('Salomon|Cross Trainer|Polyurethane'), ('Salomon|Cross Trainer|PVC'), ('Salomon|Cross Trainer|Rubber'), ('Salomon|Derby|Leather'), ('Salomon|Derby|Leatherette'), ('Salomon|Derby|Polyurethane'), ('Salomon|Derby|PVC'), ('Salomon|Derby|Rubber'), ('Salomon|Dress Boot|Leather'), ('Salomon|Dress Boot|Leatherette'), ('Salomon|Dress Boot|Polyurethane'), ('Salomon|Dress Boot|PVC'), ('Salomon|Dress Boot|Rubber'), ('Salomon|Dress Shoe|Leather'), ('Salomon|Dress Shoe|Leatherette'), ('Salomon|Dress Shoe|Polyurethane'), ('Salomon|Dress Shoe|PVC'), ('Salomon|Dress Shoe|Rubber'), ('Salomon|Driving Shoe|Leather'), ('Salomon|Driving Shoe|Leatherette'), ('Salomon|Driving Shoe|Polyurethane'), ('Salomon|Driving Shoe|PVC'), ('Salomon|Driving Shoe|Rubber'), ('Salomon|Hiker|Leather'), ('Salomon|Hiker|Leatherette'), ('Salomon|Hiker|Polyurethane'), ('Salomon|Hiker|PVC'), ('Salomon|Hiker|Rubber'), ('Salomon|Loafer (Slip-on)|Leather'), ('Salomon|Loafer (Slip-on)|Leatherette'), ('Salomon|Loafer (Slip-on)|Polyurethane'), ('Salomon|Loafer (Slip-on)|PVC'), ('Salomon|Loafer (Slip-on)|Rubber'), ('Salomon|Oxford (Lace-up)|Leather'), ('Salomon|Oxford (Lace-up)|Leatherette'), ('Salomon|Oxford (Lace-up)|Polyurethane'), ('Salomon|Oxford (Lace-up)|PVC'), ('Salomon|Oxford (Lace-up)|Rubber'), ('Salomon|Patent Leather|Leather'), ('Salomon|Patent Leather|Leatherette'), ('Salomon|Patent Leather|Polyurethane'), ('Salomon|Patent Leather|PVC'), ('Salomon|Patent Leather|Rubber'), ('Salomon|Penny Loafer|Leather'), ('Salomon|Penny Loafer|Leatherette'), ('Salomon|Penny Loafer|Polyurethane'), ('Salomon|Penny Loafer|PVC'), ('Salomon|Penny Loafer|Rubber'), ('Salomon|Runner|Leather'), ('Salomon|Runner|Leatherette'), ('Salomon|Runner|Polyurethane'), ('Salomon|Runner|PVC'), ('Salomon|Runner|Rubber'), ('Salomon|Saddle Shoe|Leather'), ('Salomon|Saddle Shoe|Leatherette'), ('Salomon|Saddle Shoe|Polyurethane'), ('Salomon|Saddle Shoe|PVC'), ('Salomon|Saddle Shoe|Rubber'), ('Salomon|Sandal|Leather'), ('Salomon|Sandal|Leatherette'), ('Salomon|Sandal|Polyurethane'), ('Salomon|Sandal|PVC'), ('Salomon|Sandal|Rubber'), ('Salomon|Tennis|Leather'), ('Salomon|Tennis|Leatherette'), ('Salomon|Tennis|Polyurethane'), ('Salomon|Tennis|PVC'), ('Salomon|Tennis|Rubber'), ('Salomon|Walker|Leather'), ('Salomon|Walker|Leatherette'), ('Salomon|Walker|Polyurethane'), ('Salomon|Walker|PVC'), ('Salomon|Walker|Rubber'), ('Salomon|Wingtip|Leather'), ('Salomon|Wingtip|Leatherette'), ('Salomon|Wingtip|Polyurethane'), ('Salomon|Wingtip|PVC'), ('Salomon|Wingtip|Rubber'), ('Salomon|Work Boot|Leather'), ('Salomon|Work Boot|Leatherette'), ('Salomon|Work Boot|Polyurethane'), ('Salomon|Work Boot|PVC'), ('Salomon|Work Boot|Rubber'), ('Sanuk|Balmoral|Leather'), ('Sanuk|Balmoral|Leatherette'), ('Sanuk|Balmoral|Polyurethane'), ('Sanuk|Balmoral|PVC'), ('Sanuk|Balmoral|Rubber'), ('Sanuk|Boat Shoe|Leather'), ('Sanuk|Boat Shoe|Leatherette'), ('Sanuk|Boat Shoe|Polyurethane'), ('Sanuk|Boat Shoe|PVC'), ('Sanuk|Boat Shoe|Rubber'), ('Sanuk|Brouge|Leather'), ('Sanuk|Brouge|Leatherette'), ('Sanuk|Brouge|Polyurethane'), ('Sanuk|Brouge|PVC'), ('Sanuk|Brouge|Rubber'), ('Sanuk|Cross Trainer|Leather'), ('Sanuk|Cross Trainer|Leatherette'), ('Sanuk|Cross Trainer|Polyurethane'), ('Sanuk|Cross Trainer|PVC'), ('Sanuk|Cross Trainer|Rubber'), ('Sanuk|Derby|Leather'), ('Sanuk|Derby|Leatherette'), ('Sanuk|Derby|Polyurethane'), ('Sanuk|Derby|PVC'), ('Sanuk|Derby|Rubber'), ('Sanuk|Dress Boot|Leather'), ('Sanuk|Dress Boot|Leatherette'), ('Sanuk|Dress Boot|Polyurethane'), ('Sanuk|Dress Boot|PVC'), ('Sanuk|Dress Boot|Rubber'), ('Sanuk|Dress Shoe|Leather'), ('Sanuk|Dress Shoe|Leatherette'), ('Sanuk|Dress Shoe|Polyurethane'), ('Sanuk|Dress Shoe|PVC'), ('Sanuk|Dress Shoe|Rubber'), ('Sanuk|Driving Shoe|Leather'), ('Sanuk|Driving Shoe|Leatherette'), ('Sanuk|Driving Shoe|Polyurethane'), ('Sanuk|Driving Shoe|PVC'), ('Sanuk|Driving Shoe|Rubber'), ('Sanuk|Hiker|Leather'), ('Sanuk|Hiker|Leatherette'), ('Sanuk|Hiker|Polyurethane'), ('Sanuk|Hiker|PVC'), ('Sanuk|Hiker|Rubber'), ('Sanuk|Loafer (Slip-on)|Leather'), ('Sanuk|Loafer (Slip-on)|Leatherette'), ('Sanuk|Loafer (Slip-on)|Polyurethane'), ('Sanuk|Loafer (Slip-on)|PVC'), ('Sanuk|Loafer (Slip-on)|Rubber'), ('Sanuk|Oxford (Lace-up)|Leather'), ('Sanuk|Oxford (Lace-up)|Leatherette'), ('Sanuk|Oxford (Lace-up)|Polyurethane'), ('Sanuk|Oxford (Lace-up)|PVC'), ('Sanuk|Oxford (Lace-up)|Rubber'), ('Sanuk|Patent Leather|Leather'), ('Sanuk|Patent Leather|Leatherette'), ('Sanuk|Patent Leather|Polyurethane'), ('Sanuk|Patent Leather|PVC'), ('Sanuk|Patent Leather|Rubber'), ('Sanuk|Penny Loafer|Leather'), ('Sanuk|Penny Loafer|Leatherette'), ('Sanuk|Penny Loafer|Polyurethane'), ('Sanuk|Penny Loafer|PVC'), ('Sanuk|Penny Loafer|Rubber'), ('Sanuk|Runner|Leather'), ('Sanuk|Runner|Leatherette'), ('Sanuk|Runner|Polyurethane'), ('Sanuk|Runner|PVC'), ('Sanuk|Runner|Rubber'), ('Sanuk|Saddle Shoe|Leather'), ('Sanuk|Saddle Shoe|Leatherette'), ('Sanuk|Saddle Shoe|Polyurethane'), ('Sanuk|Saddle Shoe|PVC'), ('Sanuk|Saddle Shoe|Rubber'), ('Sanuk|Sandal|Leather'), ('Sanuk|Sandal|Leatherette'), ('Sanuk|Sandal|Polyurethane'), ('Sanuk|Sandal|PVC'), ('Sanuk|Sandal|Rubber'), ('Sanuk|Tennis|Leather'), ('Sanuk|Tennis|Leatherette'), ('Sanuk|Tennis|Polyurethane'), ('Sanuk|Tennis|PVC'), ('Sanuk|Tennis|Rubber'), ('Sanuk|Walker|Leather'), ('Sanuk|Walker|Leatherette'), ('Sanuk|Walker|Polyurethane'), ('Sanuk|Walker|PVC'), ('Sanuk|Walker|Rubber'), ('Sanuk|Wingtip|Leather'), ('Sanuk|Wingtip|Leatherette'), ('Sanuk|Wingtip|Polyurethane'), ('Sanuk|Wingtip|PVC'), ('Sanuk|Wingtip|Rubber'), ('Sanuk|Work Boot|Leather'), ('Sanuk|Work Boot|Leatherette'), ('Sanuk|Work Boot|Polyurethane'), ('Sanuk|Work Boot|PVC'), ('Sanuk|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Tamarac|Balmoral|Leather'), ('Tamarac|Balmoral|Leatherette'), ('Tamarac|Balmoral|Polyurethane'), ('Tamarac|Balmoral|PVC'), ('Tamarac|Balmoral|Rubber'), ('Tamarac|Boat Shoe|Leather'), ('Tamarac|Boat Shoe|Leatherette'), ('Tamarac|Boat Shoe|Polyurethane'), ('Tamarac|Boat Shoe|PVC'), ('Tamarac|Boat Shoe|Rubber'), ('Tamarac|Brouge|Leather'), ('Tamarac|Brouge|Leatherette'), ('Tamarac|Brouge|Polyurethane'), ('Tamarac|Brouge|PVC'), ('Tamarac|Brouge|Rubber'), ('Tamarac|Cross Trainer|Leather'), ('Tamarac|Cross Trainer|Leatherette'), ('Tamarac|Cross Trainer|Polyurethane'), ('Tamarac|Cross Trainer|PVC'), ('Tamarac|Cross Trainer|Rubber'), ('Tamarac|Derby|Leather'), ('Tamarac|Derby|Leatherette'), ('Tamarac|Derby|Polyurethane'), ('Tamarac|Derby|PVC'), ('Tamarac|Derby|Rubber'), ('Tamarac|Dress Boot|Leather'), ('Tamarac|Dress Boot|Leatherette'), ('Tamarac|Dress Boot|Polyurethane'), ('Tamarac|Dress Boot|PVC'), ('Tamarac|Dress Boot|Rubber'), ('Tamarac|Dress Shoe|Leather'), ('Tamarac|Dress Shoe|Leatherette'), ('Tamarac|Dress Shoe|Polyurethane'), ('Tamarac|Dress Shoe|PVC'), ('Tamarac|Dress Shoe|Rubber'), ('Tamarac|Driving Shoe|Leather'), ('Tamarac|Driving Shoe|Leatherette'), ('Tamarac|Driving Shoe|Polyurethane'), ('Tamarac|Driving Shoe|PVC'), ('Tamarac|Driving Shoe|Rubber'), ('Tamarac|Hiker|Leather'), ('Tamarac|Hiker|Leatherette'), ('Tamarac|Hiker|Polyurethane'), ('Tamarac|Hiker|PVC'), ('Tamarac|Hiker|Rubber'), ('Tamarac|Loafer (Slip-on)|Leather'), ('Tamarac|Loafer (Slip-on)|Leatherette'), ('Tamarac|Loafer (Slip-on)|Polyurethane'), ('Tamarac|Loafer (Slip-on)|PVC'), ('Tamarac|Loafer (Slip-on)|Rubber'), ('Tamarac|Oxford (Lace-up)|Leather'), ('Tamarac|Oxford (Lace-up)|Leatherette'), ('Tamarac|Oxford (Lace-up)|Polyurethane'), ('Tamarac|Oxford (Lace-up)|PVC'), ('Tamarac|Oxford (Lace-up)|Rubber'), ('Tamarac|Patent Leather|Leather'), ('Tamarac|Patent Leather|Leatherette'), ('Tamarac|Patent Leather|Polyurethane'), ('Tamarac|Patent Leather|PVC'), ('Tamarac|Patent Leather|Rubber'), ('Tamarac|Penny Loafer|Leather'), ('Tamarac|Penny Loafer|Leatherette'), ('Tamarac|Penny Loafer|Polyurethane'), ('Tamarac|Penny Loafer|PVC'), ('Tamarac|Penny Loafer|Rubber'), ('Tamarac|Runner|Leather'), ('Tamarac|Runner|Leatherette'), ('Tamarac|Runner|Polyurethane'), ('Tamarac|Runner|PVC'), ('Tamarac|Runner|Rubber'), ('Tamarac|Saddle Shoe|Leather'), ('Tamarac|Saddle Shoe|Leatherette'), ('Tamarac|Saddle Shoe|Polyurethane'), ('Tamarac|Saddle Shoe|PVC'), ('Tamarac|Saddle Shoe|Rubber'), ('Tamarac|Sandal|Leather'), ('Tamarac|Sandal|Leatherette'), ('Tamarac|Sandal|Polyurethane'), ('Tamarac|Sandal|PVC'), ('Tamarac|Sandal|Rubber'), ('Tamarac|Tennis|Leather'), ('Tamarac|Tennis|Leatherette'), ('Tamarac|Tennis|Polyurethane'), ('Tamarac|Tennis|PVC'), ('Tamarac|Tennis|Rubber'), ('Tamarac|Walker|Leather'), ('Tamarac|Walker|Leatherette'), ('Tamarac|Walker|Polyurethane'), ('Tamarac|Walker|PVC'), ('Tamarac|Walker|Rubber'), ('Tamarac|Wingtip|Leather'), ('Tamarac|Wingtip|Leatherette'), ('Tamarac|Wingtip|Polyurethane'), ('Tamarac|Wingtip|PVC'), ('Tamarac|Wingtip|Rubber'), ('Tamarac|Work Boot|Leather'), ('Tamarac|Work Boot|Leatherette'), ('Tamarac|Work Boot|Polyurethane'), ('Tamarac|Work Boot|PVC'), ('Tamarac|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('To Boot New York|Balmoral|Leather'), ('To Boot New York|Balmoral|Leatherette'), ('To Boot New York|Balmoral|Polyurethane'), ('To Boot New York|Balmoral|PVC'), ('To Boot New York|Balmoral|Rubber'), ('To Boot New York|Boat Shoe|Leather'), ('To Boot New York|Boat Shoe|Leatherette'), ('To Boot New York|Boat Shoe|Polyurethane'), ('To Boot New York|Boat Shoe|PVC'), ('To Boot New York|Boat Shoe|Rubber'), ('To Boot New York|Brouge|Leather'), ('To Boot New York|Brouge|Leatherette'), ('To Boot New York|Brouge|Polyurethane'), ('To Boot New York|Brouge|PVC'), ('To Boot New York|Brouge|Rubber'), ('To Boot New York|Cross Trainer|Leather'), ('To Boot New York|Cross Trainer|Leatherette'), ('To Boot New York|Cross Trainer|Polyurethane'), ('To Boot New York|Cross Trainer|PVC'), ('To Boot New York|Cross Trainer|Rubber'), ('To Boot New York|Derby|Leather'), ('To Boot New York|Derby|Leatherette'), ('To Boot New York|Derby|Polyurethane'), ('To Boot New York|Derby|PVC'), ('To Boot New York|Derby|Rubber'), ('To Boot New York|Dress Boot|Leather'), ('To Boot New York|Dress Boot|Leatherette'), ('To Boot New York|Dress Boot|Polyurethane'), ('To Boot New York|Dress Boot|PVC'), ('To Boot New York|Dress Boot|Rubber'), ('To Boot New York|Dress Shoe|Leather'), ('To Boot New York|Dress Shoe|Leatherette'), ('To Boot New York|Dress Shoe|Polyurethane'), ('To Boot New York|Dress Shoe|PVC'), ('To Boot New York|Dress Shoe|Rubber'), ('To Boot New York|Driving Shoe|Leather'), ('To Boot New York|Driving Shoe|Leatherette'), ('To Boot New York|Driving Shoe|Polyurethane'), ('To Boot New York|Driving Shoe|PVC'), ('To Boot New York|Driving Shoe|Rubber'), ('To Boot New York|Hiker|Leather'), ('To Boot New York|Hiker|Leatherette'), ('To Boot New York|Hiker|Polyurethane'), ('To Boot New York|Hiker|PVC'), ('To Boot New York|Hiker|Rubber'), ('To Boot New York|Loafer (Slip-on)|Leather'), ('To Boot New York|Loafer (Slip-on)|Leatherette'), ('To Boot New York|Loafer (Slip-on)|Polyurethane'), ('To Boot New York|Loafer (Slip-on)|PVC'), ('To Boot New York|Loafer (Slip-on)|Rubber'), ('To Boot New York|Oxford (Lace-up)|Leather'), ('To Boot New York|Oxford (Lace-up)|Leatherette'), ('To Boot New York|Oxford (Lace-up)|Polyurethane'), ('To Boot New York|Oxford (Lace-up)|PVC'), ('To Boot New York|Oxford (Lace-up)|Rubber'), ('To Boot New York|Patent Leather|Leather'), ('To Boot New York|Patent Leather|Leatherette'), ('To Boot New York|Patent Leather|Polyurethane'), ('To Boot New York|Patent Leather|PVC'), ('To Boot New York|Patent Leather|Rubber'), ('To Boot New York|Penny Loafer|Leather'), ('To Boot New York|Penny Loafer|Leatherette'), ('To Boot New York|Penny Loafer|Polyurethane'), ('To Boot New York|Penny Loafer|PVC'), ('To Boot New York|Penny Loafer|Rubber'), ('To Boot New York|Runner|Leather'), ('To Boot New York|Runner|Leatherette'), ('To Boot New York|Runner|Polyurethane'), ('To Boot New York|Runner|PVC'), ('To Boot New York|Runner|Rubber'), ('To Boot New York|Saddle Shoe|Leather'), ('To Boot New York|Saddle Shoe|Leatherette'), ('To Boot New York|Saddle Shoe|Polyurethane'), ('To Boot New York|Saddle Shoe|PVC'), ('To Boot New York|Saddle Shoe|Rubber'), ('To Boot New York|Sandal|Leather'), ('To Boot New York|Sandal|Leatherette'), ('To Boot New York|Sandal|Polyurethane'), ('To Boot New York|Sandal|PVC'), ('To Boot New York|Sandal|Rubber'), ('To Boot New York|Tennis|Leather'), ('To Boot New York|Tennis|Leatherette'), ('To Boot New York|Tennis|Polyurethane'), ('To Boot New York|Tennis|PVC'), ('To Boot New York|Tennis|Rubber'), ('To Boot New York|Walker|Leather'), ('To Boot New York|Walker|Leatherette'), ('To Boot New York|Walker|Polyurethane'), ('To Boot New York|Walker|PVC'), ('To Boot New York|Walker|Rubber'), ('To Boot New York|Wingtip|Leather'), ('To Boot New York|Wingtip|Leatherette'), ('To Boot New York|Wingtip|Polyurethane'), ('To Boot New York|Wingtip|PVC'), ('To Boot New York|Wingtip|Rubber'), ('To Boot New York|Work Boot|Leather'), ('To Boot New York|Work Boot|Leatherette'), ('To Boot New York|Work Boot|Polyurethane'), ('To Boot New York|Work Boot|PVC'), ('To Boot New York|Work Boot|Rubber'), ('Ugg|Balmoral|Leather'), ('Ugg|Balmoral|Leatherette'), ('Ugg|Balmoral|Polyurethane'), ('Ugg|Balmoral|PVC'), ('Ugg|Balmoral|Rubber'), ('Ugg|Boat Shoe|Leather'), ('Ugg|Boat Shoe|Leatherette'), ('Ugg|Boat Shoe|Polyurethane'), ('Ugg|Boat Shoe|PVC'), ('Ugg|Boat Shoe|Rubber'), ('Ugg|Brouge|Leather'), ('Ugg|Brouge|Leatherette'), ('Ugg|Brouge|Polyurethane'), ('Ugg|Brouge|PVC'), ('Ugg|Brouge|Rubber'), ('Ugg|Cross Trainer|Leather'), ('Ugg|Cross Trainer|Leatherette'), ('Ugg|Cross Trainer|Polyurethane'), ('Ugg|Cross Trainer|PVC'), ('Ugg|Cross Trainer|Rubber'), ('Ugg|Derby|Leather'), ('Ugg|Derby|Leatherette'), ('Ugg|Derby|Polyurethane'), ('Ugg|Derby|PVC'), ('Ugg|Derby|Rubber'), ('Ugg|Dress Boot|Leather'), ('Ugg|Dress Boot|Leatherette'), ('Ugg|Dress Boot|Polyurethane'), ('Ugg|Dress Boot|PVC'), ('Ugg|Dress Boot|Rubber'), ('Ugg|Dress Shoe|Leather'), ('Ugg|Dress Shoe|Leatherette'), ('Ugg|Dress Shoe|Polyurethane'), ('Ugg|Dress Shoe|PVC'), ('Ugg|Dress Shoe|Rubber'), ('Ugg|Driving Shoe|Leather'), ('Ugg|Driving Shoe|Leatherette'), ('Ugg|Driving Shoe|Polyurethane'), ('Ugg|Driving Shoe|PVC'), ('Ugg|Driving Shoe|Rubber'), ('Ugg|Hiker|Leather'), ('Ugg|Hiker|Leatherette'), ('Ugg|Hiker|Polyurethane'), ('Ugg|Hiker|PVC'), ('Ugg|Hiker|Rubber'), ('Ugg|Loafer (Slip-on)|Leather'), ('Ugg|Loafer (Slip-on)|Leatherette'), ('Ugg|Loafer (Slip-on)|Polyurethane'), ('Ugg|Loafer (Slip-on)|PVC'), ('Ugg|Loafer (Slip-on)|Rubber'), ('Ugg|Oxford (Lace-up)|Leather'), ('Ugg|Oxford (Lace-up)|Leatherette'), ('Ugg|Oxford (Lace-up)|Polyurethane'), ('Ugg|Oxford (Lace-up)|PVC'), ('Ugg|Oxford (Lace-up)|Rubber'), ('Ugg|Patent Leather|Leather'), ('Ugg|Patent Leather|Leatherette'), ('Ugg|Patent Leather|Polyurethane'), ('Ugg|Patent Leather|PVC'), ('Ugg|Patent Leather|Rubber'), ('Ugg|Penny Loafer|Leather'), ('Ugg|Penny Loafer|Leatherette'), ('Ugg|Penny Loafer|Polyurethane'), ('Ugg|Penny Loafer|PVC'), ('Ugg|Penny Loafer|Rubber'), ('Ugg|Runner|Leather'), ('Ugg|Runner|Leatherette'), ('Ugg|Runner|Polyurethane'), ('Ugg|Runner|PVC'), ('Ugg|Runner|Rubber'), ('Ugg|Saddle Shoe|Leather'), ('Ugg|Saddle Shoe|Leatherette'), ('Ugg|Saddle Shoe|Polyurethane'), ('Ugg|Saddle Shoe|PVC'), ('Ugg|Saddle Shoe|Rubber'), ('Ugg|Sandal|Leather'), ('Ugg|Sandal|Leatherette'), ('Ugg|Sandal|Polyurethane'), ('Ugg|Sandal|PVC'), ('Ugg|Sandal|Rubber'), ('Ugg|Tennis|Leather'), ('Ugg|Tennis|Leatherette'), ('Ugg|Tennis|Polyurethane'), ('Ugg|Tennis|PVC'), ('Ugg|Tennis|Rubber'), ('Ugg|Walker|Leather'), ('Ugg|Walker|Leatherette'), ('Ugg|Walker|Polyurethane'), ('Ugg|Walker|PVC'), ('Ugg|Walker|Rubber'), ('Ugg|Wingtip|Leather'), ('Ugg|Wingtip|Leatherette'), ('Ugg|Wingtip|Polyurethane'), ('Ugg|Wingtip|PVC'), ('Ugg|Wingtip|Rubber'), ('Ugg|Work Boot|Leather'), ('Ugg|Work Boot|Leatherette'), ('Ugg|Work Boot|Polyurethane'), ('Ugg|Work Boot|PVC'), ('Ugg|Work Boot|Rubber')
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`   ORDER BY `typetorealsizes`.`T2RS_ID` ASC LIMIT 1
ActiveRecord::SchemaMigration Load (46.9ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateT2rsEntryInfos (20150225141726)

 (1234.4ms)  CREATE TABLE `t2rs_entry_infos` (`id` int(11) auto_increment PRIMARY KEY, `OwnerID` int(11), `PreSize` float, `RealSize` float, `ShoeSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (31.2ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150225141726')
 (31.2ms)  COMMIT

Migrating to CreateAffectedShoes (20150226134530)

 (438.0ms)  CREATE TABLE `affected_shoes` (`id` int(11) auto_increment PRIMARY KEY, `ShoeID` bigint, `OwnerID` bigint, `T2RS_ID` bigint, `RealSize` float) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150226134530')
 (31.3ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
Brand Load (0.0ms)  SELECT  `brands`.* FROM `brands`   ORDER BY `brands`.`Brand` ASC LIMIT 1
Brand Load (0.0ms)  SELECT  `brands`.* FROM `brands`   ORDER BY `brands`.`Brand` ASC LIMIT 1
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`   ORDER BY `typetorealsizes`.`T2RS_ID` ASC LIMIT 1
 (31.3ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` IS NULL
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` IS NULL LIMIT 1
Shoe Load (15.6ms)  SELECT `shoes`.* FROM `shoes`
 (0.0ms)  SELECT COUNT(*) FROM `shoes`
 (0.0ms)  SELECT COUNT(*) FROM `typetorealsizes`
 (15.6ms)  SELECT COUNT(*) FROM `typetorealsizes`  WHERE `typetorealsizes`.`modified` = 1
Typetorealsize Load (0.0ms)  SELECT `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`modified` = 1
 (333.1ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (814.8ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (1.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (359.4ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (822.3ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (656.3ms)  CREATE TABLE `customers` (`CustID` int(11) auto_increment PRIMARY KEY, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (31.2ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (171.9ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (546.9ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL) ENGINE=InnoDB
 (641.0ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (296.8ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL) ENGINE=InnoDB
 (1250.0ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (31.3ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (359.4ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) auto_increment PRIMARY KEY, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float DEFAULT 1.0 NOT NULL, `ToMondo0` float DEFAULT 0.0 NOT NULL, `modified` tinyint(1) DEFAULT 0 NOT NULL, `Uncertainty` float DEFAULT 0.0, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (281.3ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (46.9ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (484.8ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL) ENGINE=InnoDB
 (718.8ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (62.6ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (500.0ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL) ENGINE=InnoDB
 (625.3ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (15.6ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (46.9ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (375.0ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL) ENGINE=InnoDB
 (765.6ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (31.3ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (312.5ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL) ENGINE=InnoDB
 (656.5ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (46.9ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (312.5ms)  CREATE TABLE `shoes` (`ShoeID` int(11) auto_increment PRIMARY KEY, `OwnerID` int(11) NOT NULL, `T2RS_ID` bigint NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (46.9ms)  COMMIT

Migrating to CreateT2rsEntryInfos (20150225141726)

 (343.7ms)  CREATE TABLE `t2rs_entry_infos` (`id` int(11) auto_increment PRIMARY KEY, `OwnerID` bigint, `PreSize` float, `RealSize` float, `ShoeSize` float) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150225141726')
 (31.3ms)  COMMIT

Migrating to CreateAffectedShoes (20150226134530)

 (368.3ms)  CREATE TABLE `affected_shoes` (`id` int(11) auto_increment PRIMARY KEY, `ShoeID` bigint, `OwnerID` bigint, `T2RS_ID` bigint, `RealSize` float) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150226134530')
 (15.6ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('A. Testoni')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Adidas')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Alden')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Allen Edmonds')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`) VALUES ('Asics')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Bass')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Bates')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Berluti')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Birkenstock')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Bostonian')
 (20.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Brass Boot')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Bruno Magli')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Calvin Klein')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Caterpillar')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Clarks')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Cola Haan')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Columbia')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Converse')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Crevo')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Crockett & Jones')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Crocs')
 (62.5ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dan Post')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('DC Shoes')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Deer Stags')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dingo')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dockers')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dolce & Gabbana')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dr. Martens')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dr. Martens Industrial')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dr. Scholl\'s')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dr. Scholl\'s Work')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dr. Tuxedo by Benjamin Walk')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Florsheim Shoe')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Florsheim Work')
 (15.6ms)  COMMIT
 (15.6ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('GBX')
 (47.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Giorgio Brutini')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Gucci')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Harley Davidson')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Hi-Tec')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Iron Age')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Island Surf')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('J.M. Weston')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Jimmy Choo')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('John Deere')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('John Lobb Bootmaker')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('John Varvatos')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Johnston & Murphy')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('K-Swiss')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Kamik')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Kenneth Cole Productions')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Khombu')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('L.B Evans')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Laredo')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Lugz')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Madden')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Magnum')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Margaritaville')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Mark Nason Skechers')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('McRae')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Neil M Footwear')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('New Balance')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Nike')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Nunn Bush')
 (47.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Prada')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Propet')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Puma')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Reebok')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Reebok Duty')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Reebok Work')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Rockport')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Rockport Works')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Rugged Shark')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('RW by Robert Wayne')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Salvatore Ferragamo')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Santoni')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Saucony')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Skechers')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Sorel')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Sperry Top-Sider')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`) VALUES ('Stacy Adams')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Streetcars')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Teva')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Timberland')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Timberland Pro')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Tod\'s')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Vans')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Wenger Swiss Army')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Wolverine')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Woolrich')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Yves Saint-Laurent')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`) VALUES ('F')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`) VALUES ('M')
 (31.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Perfect')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Slightly Long')
 (78.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Slightly Short')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Too Long')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Too Short')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('Leather')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `materials` (`Material`) VALUES ('Leatherette')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('Polyurethane')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('PVC')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('Rubber')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67)
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0)
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47)
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47)
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`) VALUES ('Balmoral')
 (50.7ms)  COMMIT
 (1.1ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Boat Shoe')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Brouge')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Cross Trainer')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Derby')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Dress Boot')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Dress Shoe')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Driving Shoe')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Hiker')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Loafer (Slip-on)')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Oxford (Lace-up)')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Patent Leather')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Penny Loafer')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Runner')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Saddle Shoe')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Sandal')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Tennis')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Walker')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Wingtip')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Work Boot')
 (31.3ms)  COMMIT
SQL (0.0ms)  DELETE FROM `typetorealsizes`
 (0.0ms)  SELECT `brands`.`Brand` FROM `brands`
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (0.0ms)  INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES ('A. Testoni|Balmoral|Leather'), ('A. Testoni|Balmoral|Leatherette'), ('A. Testoni|Balmoral|Polyurethane'), ('A. Testoni|Balmoral|PVC'), ('A. Testoni|Balmoral|Rubber'), ('A. Testoni|Boat Shoe|Leather'), ('A. Testoni|Boat Shoe|Leatherette'), ('A. Testoni|Boat Shoe|Polyurethane'), ('A. Testoni|Boat Shoe|PVC'), ('A. Testoni|Boat Shoe|Rubber'), ('A. Testoni|Brouge|Leather'), ('A. Testoni|Brouge|Leatherette'), ('A. Testoni|Brouge|Polyurethane'), ('A. Testoni|Brouge|PVC'), ('A. Testoni|Brouge|Rubber'), ('A. Testoni|Cross Trainer|Leather'), ('A. Testoni|Cross Trainer|Leatherette'), ('A. Testoni|Cross Trainer|Polyurethane'), ('A. Testoni|Cross Trainer|PVC'), ('A. Testoni|Cross Trainer|Rubber'), ('A. Testoni|Derby|Leather'), ('A. Testoni|Derby|Leatherette'), ('A. Testoni|Derby|Polyurethane'), ('A. Testoni|Derby|PVC'), ('A. Testoni|Derby|Rubber'), ('A. Testoni|Dress Boot|Leather'), ('A. Testoni|Dress Boot|Leatherette'), ('A. Testoni|Dress Boot|Polyurethane'), ('A. Testoni|Dress Boot|PVC'), ('A. Testoni|Dress Boot|Rubber'), ('A. Testoni|Dress Shoe|Leather'), ('A. Testoni|Dress Shoe|Leatherette'), ('A. Testoni|Dress Shoe|Polyurethane'), ('A. Testoni|Dress Shoe|PVC'), ('A. Testoni|Dress Shoe|Rubber'), ('A. Testoni|Driving Shoe|Leather'), ('A. Testoni|Driving Shoe|Leatherette'), ('A. Testoni|Driving Shoe|Polyurethane'), ('A. Testoni|Driving Shoe|PVC'), ('A. Testoni|Driving Shoe|Rubber'), ('A. Testoni|Hiker|Leather'), ('A. Testoni|Hiker|Leatherette'), ('A. Testoni|Hiker|Polyurethane'), ('A. Testoni|Hiker|PVC'), ('A. Testoni|Hiker|Rubber'), ('A. Testoni|Loafer (Slip-on)|Leather'), ('A. Testoni|Loafer (Slip-on)|Leatherette'), ('A. Testoni|Loafer (Slip-on)|Polyurethane'), ('A. Testoni|Loafer (Slip-on)|PVC'), ('A. Testoni|Loafer (Slip-on)|Rubber'), ('A. Testoni|Oxford (Lace-up)|Leather'), ('A. Testoni|Oxford (Lace-up)|Leatherette'), ('A. Testoni|Oxford (Lace-up)|Polyurethane'), ('A. Testoni|Oxford (Lace-up)|PVC'), ('A. Testoni|Oxford (Lace-up)|Rubber'), ('A. Testoni|Patent Leather|Leather'), ('A. Testoni|Patent Leather|Leatherette'), ('A. Testoni|Patent Leather|Polyurethane'), ('A. Testoni|Patent Leather|PVC'), ('A. Testoni|Patent Leather|Rubber'), ('A. Testoni|Penny Loafer|Leather'), ('A. Testoni|Penny Loafer|Leatherette'), ('A. Testoni|Penny Loafer|Polyurethane'), ('A. Testoni|Penny Loafer|PVC'), ('A. Testoni|Penny Loafer|Rubber'), ('A. Testoni|Runner|Leather'), ('A. Testoni|Runner|Leatherette'), ('A. Testoni|Runner|Polyurethane'), ('A. Testoni|Runner|PVC'), ('A. Testoni|Runner|Rubber'), ('A. Testoni|Saddle Shoe|Leather'), ('A. Testoni|Saddle Shoe|Leatherette'), ('A. Testoni|Saddle Shoe|Polyurethane'), ('A. Testoni|Saddle Shoe|PVC'), ('A. Testoni|Saddle Shoe|Rubber'), ('A. Testoni|Sandal|Leather'), ('A. Testoni|Sandal|Leatherette'), ('A. Testoni|Sandal|Polyurethane'), ('A. Testoni|Sandal|PVC'), ('A. Testoni|Sandal|Rubber'), ('A. Testoni|Tennis|Leather'), ('A. Testoni|Tennis|Leatherette'), ('A. Testoni|Tennis|Polyurethane'), ('A. Testoni|Tennis|PVC'), ('A. Testoni|Tennis|Rubber'), ('A. Testoni|Walker|Leather'), ('A. Testoni|Walker|Leatherette'), ('A. Testoni|Walker|Polyurethane'), ('A. Testoni|Walker|PVC'), ('A. Testoni|Walker|Rubber'), ('A. Testoni|Wingtip|Leather'), ('A. Testoni|Wingtip|Leatherette'), ('A. Testoni|Wingtip|Polyurethane'), ('A. Testoni|Wingtip|PVC'), ('A. Testoni|Wingtip|Rubber'), ('A. Testoni|Work Boot|Leather'), ('A. Testoni|Work Boot|Leatherette'), ('A. Testoni|Work Boot|Polyurethane'), ('A. Testoni|Work Boot|PVC'), ('A. Testoni|Work Boot|Rubber'), ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Alden|Balmoral|Leather'), ('Alden|Balmoral|Leatherette'), ('Alden|Balmoral|Polyurethane'), ('Alden|Balmoral|PVC'), ('Alden|Balmoral|Rubber'), ('Alden|Boat Shoe|Leather'), ('Alden|Boat Shoe|Leatherette'), ('Alden|Boat Shoe|Polyurethane'), ('Alden|Boat Shoe|PVC'), ('Alden|Boat Shoe|Rubber'), ('Alden|Brouge|Leather'), ('Alden|Brouge|Leatherette'), ('Alden|Brouge|Polyurethane'), ('Alden|Brouge|PVC'), ('Alden|Brouge|Rubber'), ('Alden|Cross Trainer|Leather'), ('Alden|Cross Trainer|Leatherette'), ('Alden|Cross Trainer|Polyurethane'), ('Alden|Cross Trainer|PVC'), ('Alden|Cross Trainer|Rubber'), ('Alden|Derby|Leather'), ('Alden|Derby|Leatherette'), ('Alden|Derby|Polyurethane'), ('Alden|Derby|PVC'), ('Alden|Derby|Rubber'), ('Alden|Dress Boot|Leather'), ('Alden|Dress Boot|Leatherette'), ('Alden|Dress Boot|Polyurethane'), ('Alden|Dress Boot|PVC'), ('Alden|Dress Boot|Rubber'), ('Alden|Dress Shoe|Leather'), ('Alden|Dress Shoe|Leatherette'), ('Alden|Dress Shoe|Polyurethane'), ('Alden|Dress Shoe|PVC'), ('Alden|Dress Shoe|Rubber'), ('Alden|Driving Shoe|Leather'), ('Alden|Driving Shoe|Leatherette'), ('Alden|Driving Shoe|Polyurethane'), ('Alden|Driving Shoe|PVC'), ('Alden|Driving Shoe|Rubber'), ('Alden|Hiker|Leather'), ('Alden|Hiker|Leatherette'), ('Alden|Hiker|Polyurethane'), ('Alden|Hiker|PVC'), ('Alden|Hiker|Rubber'), ('Alden|Loafer (Slip-on)|Leather'), ('Alden|Loafer (Slip-on)|Leatherette'), ('Alden|Loafer (Slip-on)|Polyurethane'), ('Alden|Loafer (Slip-on)|PVC'), ('Alden|Loafer (Slip-on)|Rubber'), ('Alden|Oxford (Lace-up)|Leather'), ('Alden|Oxford (Lace-up)|Leatherette'), ('Alden|Oxford (Lace-up)|Polyurethane'), ('Alden|Oxford (Lace-up)|PVC'), ('Alden|Oxford (Lace-up)|Rubber'), ('Alden|Patent Leather|Leather'), ('Alden|Patent Leather|Leatherette'), ('Alden|Patent Leather|Polyurethane'), ('Alden|Patent Leather|PVC'), ('Alden|Patent Leather|Rubber'), ('Alden|Penny Loafer|Leather'), ('Alden|Penny Loafer|Leatherette'), ('Alden|Penny Loafer|Polyurethane'), ('Alden|Penny Loafer|PVC'), ('Alden|Penny Loafer|Rubber'), ('Alden|Runner|Leather'), ('Alden|Runner|Leatherette'), ('Alden|Runner|Polyurethane'), ('Alden|Runner|PVC'), ('Alden|Runner|Rubber'), ('Alden|Saddle Shoe|Leather'), ('Alden|Saddle Shoe|Leatherette'), ('Alden|Saddle Shoe|Polyurethane'), ('Alden|Saddle Shoe|PVC'), ('Alden|Saddle Shoe|Rubber'), ('Alden|Sandal|Leather'), ('Alden|Sandal|Leatherette'), ('Alden|Sandal|Polyurethane'), ('Alden|Sandal|PVC'), ('Alden|Sandal|Rubber'), ('Alden|Tennis|Leather'), ('Alden|Tennis|Leatherette'), ('Alden|Tennis|Polyurethane'), ('Alden|Tennis|PVC'), ('Alden|Tennis|Rubber'), ('Alden|Walker|Leather'), ('Alden|Walker|Leatherette'), ('Alden|Walker|Polyurethane'), ('Alden|Walker|PVC'), ('Alden|Walker|Rubber'), ('Alden|Wingtip|Leather'), ('Alden|Wingtip|Leatherette'), ('Alden|Wingtip|Polyurethane'), ('Alden|Wingtip|PVC'), ('Alden|Wingtip|Rubber'), ('Alden|Work Boot|Leather'), ('Alden|Work Boot|Leatherette'), ('Alden|Work Boot|Polyurethane'), ('Alden|Work Boot|PVC'), ('Alden|Work Boot|Rubber'), ('Allen Edmonds|Balmoral|Leather'), ('Allen Edmonds|Balmoral|Leatherette'), ('Allen Edmonds|Balmoral|Polyurethane'), ('Allen Edmonds|Balmoral|PVC'), ('Allen Edmonds|Balmoral|Rubber'), ('Allen Edmonds|Boat Shoe|Leather'), ('Allen Edmonds|Boat Shoe|Leatherette'), ('Allen Edmonds|Boat Shoe|Polyurethane'), ('Allen Edmonds|Boat Shoe|PVC'), ('Allen Edmonds|Boat Shoe|Rubber'), ('Allen Edmonds|Brouge|Leather'), ('Allen Edmonds|Brouge|Leatherette'), ('Allen Edmonds|Brouge|Polyurethane'), ('Allen Edmonds|Brouge|PVC'), ('Allen Edmonds|Brouge|Rubber'), ('Allen Edmonds|Cross Trainer|Leather'), ('Allen Edmonds|Cross Trainer|Leatherette'), ('Allen Edmonds|Cross Trainer|Polyurethane'), ('Allen Edmonds|Cross Trainer|PVC'), ('Allen Edmonds|Cross Trainer|Rubber'), ('Allen Edmonds|Derby|Leather'), ('Allen Edmonds|Derby|Leatherette'), ('Allen Edmonds|Derby|Polyurethane'), ('Allen Edmonds|Derby|PVC'), ('Allen Edmonds|Derby|Rubber'), ('Allen Edmonds|Dress Boot|Leather'), ('Allen Edmonds|Dress Boot|Leatherette'), ('Allen Edmonds|Dress Boot|Polyurethane'), ('Allen Edmonds|Dress Boot|PVC'), ('Allen Edmonds|Dress Boot|Rubber'), ('Allen Edmonds|Dress Shoe|Leather'), ('Allen Edmonds|Dress Shoe|Leatherette'), ('Allen Edmonds|Dress Shoe|Polyurethane'), ('Allen Edmonds|Dress Shoe|PVC'), ('Allen Edmonds|Dress Shoe|Rubber'), ('Allen Edmonds|Driving Shoe|Leather'), ('Allen Edmonds|Driving Shoe|Leatherette'), ('Allen Edmonds|Driving Shoe|Polyurethane'), ('Allen Edmonds|Driving Shoe|PVC'), ('Allen Edmonds|Driving Shoe|Rubber'), ('Allen Edmonds|Hiker|Leather'), ('Allen Edmonds|Hiker|Leatherette'), ('Allen Edmonds|Hiker|Polyurethane'), ('Allen Edmonds|Hiker|PVC'), ('Allen Edmonds|Hiker|Rubber'), ('Allen Edmonds|Loafer (Slip-on)|Leather'), ('Allen Edmonds|Loafer (Slip-on)|Leatherette'), ('Allen Edmonds|Loafer (Slip-on)|Polyurethane'), ('Allen Edmonds|Loafer (Slip-on)|PVC'), ('Allen Edmonds|Loafer (Slip-on)|Rubber'), ('Allen Edmonds|Oxford (Lace-up)|Leather'), ('Allen Edmonds|Oxford (Lace-up)|Leatherette'), ('Allen Edmonds|Oxford (Lace-up)|Polyurethane'), ('Allen Edmonds|Oxford (Lace-up)|PVC'), ('Allen Edmonds|Oxford (Lace-up)|Rubber'), ('Allen Edmonds|Patent Leather|Leather'), ('Allen Edmonds|Patent Leather|Leatherette'), ('Allen Edmonds|Patent Leather|Polyurethane'), ('Allen Edmonds|Patent Leather|PVC'), ('Allen Edmonds|Patent Leather|Rubber'), ('Allen Edmonds|Penny Loafer|Leather'), ('Allen Edmonds|Penny Loafer|Leatherette'), ('Allen Edmonds|Penny Loafer|Polyurethane'), ('Allen Edmonds|Penny Loafer|PVC'), ('Allen Edmonds|Penny Loafer|Rubber'), ('Allen Edmonds|Runner|Leather'), ('Allen Edmonds|Runner|Leatherette'), ('Allen Edmonds|Runner|Polyurethane'), ('Allen Edmonds|Runner|PVC'), ('Allen Edmonds|Runner|Rubber'), ('Allen Edmonds|Saddle Shoe|Leather'), ('Allen Edmonds|Saddle Shoe|Leatherette'), ('Allen Edmonds|Saddle Shoe|Polyurethane'), ('Allen Edmonds|Saddle Shoe|PVC'), ('Allen Edmonds|Saddle Shoe|Rubber'), ('Allen Edmonds|Sandal|Leather'), ('Allen Edmonds|Sandal|Leatherette'), ('Allen Edmonds|Sandal|Polyurethane'), ('Allen Edmonds|Sandal|PVC'), ('Allen Edmonds|Sandal|Rubber'), ('Allen Edmonds|Tennis|Leather'), ('Allen Edmonds|Tennis|Leatherette'), ('Allen Edmonds|Tennis|Polyurethane'), ('Allen Edmonds|Tennis|PVC'), ('Allen Edmonds|Tennis|Rubber'), ('Allen Edmonds|Walker|Leather'), ('Allen Edmonds|Walker|Leatherette'), ('Allen Edmonds|Walker|Polyurethane'), ('Allen Edmonds|Walker|PVC'), ('Allen Edmonds|Walker|Rubber'), ('Allen Edmonds|Wingtip|Leather'), ('Allen Edmonds|Wingtip|Leatherette'), ('Allen Edmonds|Wingtip|Polyurethane'), ('Allen Edmonds|Wingtip|PVC'), ('Allen Edmonds|Wingtip|Rubber'), ('Allen Edmonds|Work Boot|Leather'), ('Allen Edmonds|Work Boot|Leatherette'), ('Allen Edmonds|Work Boot|Polyurethane'), ('Allen Edmonds|Work Boot|PVC'), ('Allen Edmonds|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Bass|Balmoral|Leather'), ('Bass|Balmoral|Leatherette'), ('Bass|Balmoral|Polyurethane'), ('Bass|Balmoral|PVC'), ('Bass|Balmoral|Rubber'), ('Bass|Boat Shoe|Leather'), ('Bass|Boat Shoe|Leatherette'), ('Bass|Boat Shoe|Polyurethane'), ('Bass|Boat Shoe|PVC'), ('Bass|Boat Shoe|Rubber'), ('Bass|Brouge|Leather'), ('Bass|Brouge|Leatherette'), ('Bass|Brouge|Polyurethane'), ('Bass|Brouge|PVC'), ('Bass|Brouge|Rubber'), ('Bass|Cross Trainer|Leather'), ('Bass|Cross Trainer|Leatherette'), ('Bass|Cross Trainer|Polyurethane'), ('Bass|Cross Trainer|PVC'), ('Bass|Cross Trainer|Rubber'), ('Bass|Derby|Leather'), ('Bass|Derby|Leatherette'), ('Bass|Derby|Polyurethane'), ('Bass|Derby|PVC'), ('Bass|Derby|Rubber'), ('Bass|Dress Boot|Leather'), ('Bass|Dress Boot|Leatherette'), ('Bass|Dress Boot|Polyurethane'), ('Bass|Dress Boot|PVC'), ('Bass|Dress Boot|Rubber'), ('Bass|Dress Shoe|Leather'), ('Bass|Dress Shoe|Leatherette'), ('Bass|Dress Shoe|Polyurethane'), ('Bass|Dress Shoe|PVC'), ('Bass|Dress Shoe|Rubber'), ('Bass|Driving Shoe|Leather'), ('Bass|Driving Shoe|Leatherette'), ('Bass|Driving Shoe|Polyurethane'), ('Bass|Driving Shoe|PVC'), ('Bass|Driving Shoe|Rubber'), ('Bass|Hiker|Leather'), ('Bass|Hiker|Leatherette'), ('Bass|Hiker|Polyurethane'), ('Bass|Hiker|PVC'), ('Bass|Hiker|Rubber'), ('Bass|Loafer (Slip-on)|Leather'), ('Bass|Loafer (Slip-on)|Leatherette'), ('Bass|Loafer (Slip-on)|Polyurethane'), ('Bass|Loafer (Slip-on)|PVC'), ('Bass|Loafer (Slip-on)|Rubber'), ('Bass|Oxford (Lace-up)|Leather'), ('Bass|Oxford (Lace-up)|Leatherette'), ('Bass|Oxford (Lace-up)|Polyurethane'), ('Bass|Oxford (Lace-up)|PVC'), ('Bass|Oxford (Lace-up)|Rubber'), ('Bass|Patent Leather|Leather'), ('Bass|Patent Leather|Leatherette'), ('Bass|Patent Leather|Polyurethane'), ('Bass|Patent Leather|PVC'), ('Bass|Patent Leather|Rubber'), ('Bass|Penny Loafer|Leather'), ('Bass|Penny Loafer|Leatherette'), ('Bass|Penny Loafer|Polyurethane'), ('Bass|Penny Loafer|PVC'), ('Bass|Penny Loafer|Rubber'), ('Bass|Runner|Leather'), ('Bass|Runner|Leatherette'), ('Bass|Runner|Polyurethane'), ('Bass|Runner|PVC'), ('Bass|Runner|Rubber'), ('Bass|Saddle Shoe|Leather'), ('Bass|Saddle Shoe|Leatherette'), ('Bass|Saddle Shoe|Polyurethane'), ('Bass|Saddle Shoe|PVC'), ('Bass|Saddle Shoe|Rubber'), ('Bass|Sandal|Leather'), ('Bass|Sandal|Leatherette'), ('Bass|Sandal|Polyurethane'), ('Bass|Sandal|PVC'), ('Bass|Sandal|Rubber'), ('Bass|Tennis|Leather'), ('Bass|Tennis|Leatherette'), ('Bass|Tennis|Polyurethane'), ('Bass|Tennis|PVC'), ('Bass|Tennis|Rubber'), ('Bass|Walker|Leather'), ('Bass|Walker|Leatherette'), ('Bass|Walker|Polyurethane'), ('Bass|Walker|PVC'), ('Bass|Walker|Rubber'), ('Bass|Wingtip|Leather'), ('Bass|Wingtip|Leatherette'), ('Bass|Wingtip|Polyurethane'), ('Bass|Wingtip|PVC'), ('Bass|Wingtip|Rubber'), ('Bass|Work Boot|Leather'), ('Bass|Work Boot|Leatherette'), ('Bass|Work Boot|Polyurethane'), ('Bass|Work Boot|PVC'), ('Bass|Work Boot|Rubber'), ('Bates|Balmoral|Leather'), ('Bates|Balmoral|Leatherette'), ('Bates|Balmoral|Polyurethane'), ('Bates|Balmoral|PVC'), ('Bates|Balmoral|Rubber'), ('Bates|Boat Shoe|Leather'), ('Bates|Boat Shoe|Leatherette'), ('Bates|Boat Shoe|Polyurethane'), ('Bates|Boat Shoe|PVC'), ('Bates|Boat Shoe|Rubber'), ('Bates|Brouge|Leather'), ('Bates|Brouge|Leatherette'), ('Bates|Brouge|Polyurethane'), ('Bates|Brouge|PVC'), ('Bates|Brouge|Rubber'), ('Bates|Cross Trainer|Leather'), ('Bates|Cross Trainer|Leatherette'), ('Bates|Cross Trainer|Polyurethane'), ('Bates|Cross Trainer|PVC'), ('Bates|Cross Trainer|Rubber'), ('Bates|Derby|Leather'), ('Bates|Derby|Leatherette'), ('Bates|Derby|Polyurethane'), ('Bates|Derby|PVC'), ('Bates|Derby|Rubber'), ('Bates|Dress Boot|Leather'), ('Bates|Dress Boot|Leatherette'), ('Bates|Dress Boot|Polyurethane'), ('Bates|Dress Boot|PVC'), ('Bates|Dress Boot|Rubber'), ('Bates|Dress Shoe|Leather'), ('Bates|Dress Shoe|Leatherette'), ('Bates|Dress Shoe|Polyurethane'), ('Bates|Dress Shoe|PVC'), ('Bates|Dress Shoe|Rubber'), ('Bates|Driving Shoe|Leather'), ('Bates|Driving Shoe|Leatherette'), ('Bates|Driving Shoe|Polyurethane'), ('Bates|Driving Shoe|PVC'), ('Bates|Driving Shoe|Rubber'), ('Bates|Hiker|Leather'), ('Bates|Hiker|Leatherette'), ('Bates|Hiker|Polyurethane'), ('Bates|Hiker|PVC'), ('Bates|Hiker|Rubber'), ('Bates|Loafer (Slip-on)|Leather'), ('Bates|Loafer (Slip-on)|Leatherette'), ('Bates|Loafer (Slip-on)|Polyurethane'), ('Bates|Loafer (Slip-on)|PVC'), ('Bates|Loafer (Slip-on)|Rubber'), ('Bates|Oxford (Lace-up)|Leather'), ('Bates|Oxford (Lace-up)|Leatherette'), ('Bates|Oxford (Lace-up)|Polyurethane'), ('Bates|Oxford (Lace-up)|PVC'), ('Bates|Oxford (Lace-up)|Rubber'), ('Bates|Patent Leather|Leather'), ('Bates|Patent Leather|Leatherette'), ('Bates|Patent Leather|Polyurethane'), ('Bates|Patent Leather|PVC'), ('Bates|Patent Leather|Rubber'), ('Bates|Penny Loafer|Leather'), ('Bates|Penny Loafer|Leatherette'), ('Bates|Penny Loafer|Polyurethane'), ('Bates|Penny Loafer|PVC'), ('Bates|Penny Loafer|Rubber'), ('Bates|Runner|Leather'), ('Bates|Runner|Leatherette'), ('Bates|Runner|Polyurethane'), ('Bates|Runner|PVC'), ('Bates|Runner|Rubber'), ('Bates|Saddle Shoe|Leather'), ('Bates|Saddle Shoe|Leatherette'), ('Bates|Saddle Shoe|Polyurethane'), ('Bates|Saddle Shoe|PVC'), ('Bates|Saddle Shoe|Rubber'), ('Bates|Sandal|Leather'), ('Bates|Sandal|Leatherette'), ('Bates|Sandal|Polyurethane'), ('Bates|Sandal|PVC'), ('Bates|Sandal|Rubber'), ('Bates|Tennis|Leather'), ('Bates|Tennis|Leatherette'), ('Bates|Tennis|Polyurethane'), ('Bates|Tennis|PVC'), ('Bates|Tennis|Rubber'), ('Bates|Walker|Leather'), ('Bates|Walker|Leatherette'), ('Bates|Walker|Polyurethane'), ('Bates|Walker|PVC'), ('Bates|Walker|Rubber'), ('Bates|Wingtip|Leather'), ('Bates|Wingtip|Leatherette'), ('Bates|Wingtip|Polyurethane'), ('Bates|Wingtip|PVC'), ('Bates|Wingtip|Rubber'), ('Bates|Work Boot|Leather'), ('Bates|Work Boot|Leatherette'), ('Bates|Work Boot|Polyurethane'), ('Bates|Work Boot|PVC'), ('Bates|Work Boot|Rubber'), ('Berluti|Balmoral|Leather'), ('Berluti|Balmoral|Leatherette'), ('Berluti|Balmoral|Polyurethane'), ('Berluti|Balmoral|PVC'), ('Berluti|Balmoral|Rubber'), ('Berluti|Boat Shoe|Leather'), ('Berluti|Boat Shoe|Leatherette'), ('Berluti|Boat Shoe|Polyurethane'), ('Berluti|Boat Shoe|PVC'), ('Berluti|Boat Shoe|Rubber'), ('Berluti|Brouge|Leather'), ('Berluti|Brouge|Leatherette'), ('Berluti|Brouge|Polyurethane'), ('Berluti|Brouge|PVC'), ('Berluti|Brouge|Rubber'), ('Berluti|Cross Trainer|Leather'), ('Berluti|Cross Trainer|Leatherette'), ('Berluti|Cross Trainer|Polyurethane'), ('Berluti|Cross Trainer|PVC'), ('Berluti|Cross Trainer|Rubber'), ('Berluti|Derby|Leather'), ('Berluti|Derby|Leatherette'), ('Berluti|Derby|Polyurethane'), ('Berluti|Derby|PVC'), ('Berluti|Derby|Rubber'), ('Berluti|Dress Boot|Leather'), ('Berluti|Dress Boot|Leatherette'), ('Berluti|Dress Boot|Polyurethane'), ('Berluti|Dress Boot|PVC'), ('Berluti|Dress Boot|Rubber'), ('Berluti|Dress Shoe|Leather'), ('Berluti|Dress Shoe|Leatherette'), ('Berluti|Dress Shoe|Polyurethane'), ('Berluti|Dress Shoe|PVC'), ('Berluti|Dress Shoe|Rubber'), ('Berluti|Driving Shoe|Leather'), ('Berluti|Driving Shoe|Leatherette'), ('Berluti|Driving Shoe|Polyurethane'), ('Berluti|Driving Shoe|PVC'), ('Berluti|Driving Shoe|Rubber'), ('Berluti|Hiker|Leather'), ('Berluti|Hiker|Leatherette'), ('Berluti|Hiker|Polyurethane'), ('Berluti|Hiker|PVC'), ('Berluti|Hiker|Rubber'), ('Berluti|Loafer (Slip-on)|Leather'), ('Berluti|Loafer (Slip-on)|Leatherette'), ('Berluti|Loafer (Slip-on)|Polyurethane'), ('Berluti|Loafer (Slip-on)|PVC'), ('Berluti|Loafer (Slip-on)|Rubber'), ('Berluti|Oxford (Lace-up)|Leather'), ('Berluti|Oxford (Lace-up)|Leatherette'), ('Berluti|Oxford (Lace-up)|Polyurethane'), ('Berluti|Oxford (Lace-up)|PVC'), ('Berluti|Oxford (Lace-up)|Rubber'), ('Berluti|Patent Leather|Leather'), ('Berluti|Patent Leather|Leatherette'), ('Berluti|Patent Leather|Polyurethane'), ('Berluti|Patent Leather|PVC'), ('Berluti|Patent Leather|Rubber'), ('Berluti|Penny Loafer|Leather'), ('Berluti|Penny Loafer|Leatherette'), ('Berluti|Penny Loafer|Polyurethane'), ('Berluti|Penny Loafer|PVC'), ('Berluti|Penny Loafer|Rubber'), ('Berluti|Runner|Leather'), ('Berluti|Runner|Leatherette'), ('Berluti|Runner|Polyurethane'), ('Berluti|Runner|PVC'), ('Berluti|Runner|Rubber'), ('Berluti|Saddle Shoe|Leather'), ('Berluti|Saddle Shoe|Leatherette'), ('Berluti|Saddle Shoe|Polyurethane'), ('Berluti|Saddle Shoe|PVC'), ('Berluti|Saddle Shoe|Rubber'), ('Berluti|Sandal|Leather'), ('Berluti|Sandal|Leatherette'), ('Berluti|Sandal|Polyurethane'), ('Berluti|Sandal|PVC'), ('Berluti|Sandal|Rubber'), ('Berluti|Tennis|Leather'), ('Berluti|Tennis|Leatherette'), ('Berluti|Tennis|Polyurethane'), ('Berluti|Tennis|PVC'), ('Berluti|Tennis|Rubber'), ('Berluti|Walker|Leather'), ('Berluti|Walker|Leatherette'), ('Berluti|Walker|Polyurethane'), ('Berluti|Walker|PVC'), ('Berluti|Walker|Rubber'), ('Berluti|Wingtip|Leather'), ('Berluti|Wingtip|Leatherette'), ('Berluti|Wingtip|Polyurethane'), ('Berluti|Wingtip|PVC'), ('Berluti|Wingtip|Rubber'), ('Berluti|Work Boot|Leather'), ('Berluti|Work Boot|Leatherette'), ('Berluti|Work Boot|Polyurethane'), ('Berluti|Work Boot|PVC'), ('Berluti|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Brass Boot|Balmoral|Leather'), ('Brass Boot|Balmoral|Leatherette'), ('Brass Boot|Balmoral|Polyurethane'), ('Brass Boot|Balmoral|PVC'), ('Brass Boot|Balmoral|Rubber'), ('Brass Boot|Boat Shoe|Leather'), ('Brass Boot|Boat Shoe|Leatherette'), ('Brass Boot|Boat Shoe|Polyurethane'), ('Brass Boot|Boat Shoe|PVC'), ('Brass Boot|Boat Shoe|Rubber'), ('Brass Boot|Brouge|Leather'), ('Brass Boot|Brouge|Leatherette'), ('Brass Boot|Brouge|Polyurethane'), ('Brass Boot|Brouge|PVC'), ('Brass Boot|Brouge|Rubber'), ('Brass Boot|Cross Trainer|Leather'), ('Brass Boot|Cross Trainer|Leatherette'), ('Brass Boot|Cross Trainer|Polyurethane'), ('Brass Boot|Cross Trainer|PVC'), ('Brass Boot|Cross Trainer|Rubber'), ('Brass Boot|Derby|Leather'), ('Brass Boot|Derby|Leatherette'), ('Brass Boot|Derby|Polyurethane'), ('Brass Boot|Derby|PVC'), ('Brass Boot|Derby|Rubber'), ('Brass Boot|Dress Boot|Leather'), ('Brass Boot|Dress Boot|Leatherette'), ('Brass Boot|Dress Boot|Polyurethane'), ('Brass Boot|Dress Boot|PVC'), ('Brass Boot|Dress Boot|Rubber'), ('Brass Boot|Dress Shoe|Leather'), ('Brass Boot|Dress Shoe|Leatherette'), ('Brass Boot|Dress Shoe|Polyurethane'), ('Brass Boot|Dress Shoe|PVC'), ('Brass Boot|Dress Shoe|Rubber'), ('Brass Boot|Driving Shoe|Leather'), ('Brass Boot|Driving Shoe|Leatherette'), ('Brass Boot|Driving Shoe|Polyurethane'), ('Brass Boot|Driving Shoe|PVC'), ('Brass Boot|Driving Shoe|Rubber'), ('Brass Boot|Hiker|Leather'), ('Brass Boot|Hiker|Leatherette'), ('Brass Boot|Hiker|Polyurethane'), ('Brass Boot|Hiker|PVC'), ('Brass Boot|Hiker|Rubber'), ('Brass Boot|Loafer (Slip-on)|Leather'), ('Brass Boot|Loafer (Slip-on)|Leatherette'), ('Brass Boot|Loafer (Slip-on)|Polyurethane'), ('Brass Boot|Loafer (Slip-on)|PVC'), ('Brass Boot|Loafer (Slip-on)|Rubber'), ('Brass Boot|Oxford (Lace-up)|Leather'), ('Brass Boot|Oxford (Lace-up)|Leatherette'), ('Brass Boot|Oxford (Lace-up)|Polyurethane'), ('Brass Boot|Oxford (Lace-up)|PVC'), ('Brass Boot|Oxford (Lace-up)|Rubber'), ('Brass Boot|Patent Leather|Leather'), ('Brass Boot|Patent Leather|Leatherette'), ('Brass Boot|Patent Leather|Polyurethane'), ('Brass Boot|Patent Leather|PVC'), ('Brass Boot|Patent Leather|Rubber'), ('Brass Boot|Penny Loafer|Leather'), ('Brass Boot|Penny Loafer|Leatherette'), ('Brass Boot|Penny Loafer|Polyurethane'), ('Brass Boot|Penny Loafer|PVC'), ('Brass Boot|Penny Loafer|Rubber'), ('Brass Boot|Runner|Leather'), ('Brass Boot|Runner|Leatherette'), ('Brass Boot|Runner|Polyurethane'), ('Brass Boot|Runner|PVC'), ('Brass Boot|Runner|Rubber'), ('Brass Boot|Saddle Shoe|Leather'), ('Brass Boot|Saddle Shoe|Leatherette'), ('Brass Boot|Saddle Shoe|Polyurethane'), ('Brass Boot|Saddle Shoe|PVC'), ('Brass Boot|Saddle Shoe|Rubber'), ('Brass Boot|Sandal|Leather'), ('Brass Boot|Sandal|Leatherette'), ('Brass Boot|Sandal|Polyurethane'), ('Brass Boot|Sandal|PVC'), ('Brass Boot|Sandal|Rubber'), ('Brass Boot|Tennis|Leather'), ('Brass Boot|Tennis|Leatherette'), ('Brass Boot|Tennis|Polyurethane'), ('Brass Boot|Tennis|PVC'), ('Brass Boot|Tennis|Rubber'), ('Brass Boot|Walker|Leather'), ('Brass Boot|Walker|Leatherette'), ('Brass Boot|Walker|Polyurethane'), ('Brass Boot|Walker|PVC'), ('Brass Boot|Walker|Rubber'), ('Brass Boot|Wingtip|Leather'), ('Brass Boot|Wingtip|Leatherette'), ('Brass Boot|Wingtip|Polyurethane'), ('Brass Boot|Wingtip|PVC'), ('Brass Boot|Wingtip|Rubber'), ('Brass Boot|Work Boot|Leather'), ('Brass Boot|Work Boot|Leatherette'), ('Brass Boot|Work Boot|Polyurethane'), ('Brass Boot|Work Boot|PVC'), ('Brass Boot|Work Boot|Rubber'), ('Bruno Magli|Balmoral|Leather'), ('Bruno Magli|Balmoral|Leatherette'), ('Bruno Magli|Balmoral|Polyurethane'), ('Bruno Magli|Balmoral|PVC'), ('Bruno Magli|Balmoral|Rubber'), ('Bruno Magli|Boat Shoe|Leather'), ('Bruno Magli|Boat Shoe|Leatherette'), ('Bruno Magli|Boat Shoe|Polyurethane'), ('Bruno Magli|Boat Shoe|PVC'), ('Bruno Magli|Boat Shoe|Rubber'), ('Bruno Magli|Brouge|Leather'), ('Bruno Magli|Brouge|Leatherette'), ('Bruno Magli|Brouge|Polyurethane'), ('Bruno Magli|Brouge|PVC'), ('Bruno Magli|Brouge|Rubber'), ('Bruno Magli|Cross Trainer|Leather'), ('Bruno Magli|Cross Trainer|Leatherette'), ('Bruno Magli|Cross Trainer|Polyurethane'), ('Bruno Magli|Cross Trainer|PVC'), ('Bruno Magli|Cross Trainer|Rubber'), ('Bruno Magli|Derby|Leather'), ('Bruno Magli|Derby|Leatherette'), ('Bruno Magli|Derby|Polyurethane'), ('Bruno Magli|Derby|PVC'), ('Bruno Magli|Derby|Rubber'), ('Bruno Magli|Dress Boot|Leather'), ('Bruno Magli|Dress Boot|Leatherette'), ('Bruno Magli|Dress Boot|Polyurethane'), ('Bruno Magli|Dress Boot|PVC'), ('Bruno Magli|Dress Boot|Rubber'), ('Bruno Magli|Dress Shoe|Leather'), ('Bruno Magli|Dress Shoe|Leatherette'), ('Bruno Magli|Dress Shoe|Polyurethane'), ('Bruno Magli|Dress Shoe|PVC'), ('Bruno Magli|Dress Shoe|Rubber'), ('Bruno Magli|Driving Shoe|Leather'), ('Bruno Magli|Driving Shoe|Leatherette'), ('Bruno Magli|Driving Shoe|Polyurethane'), ('Bruno Magli|Driving Shoe|PVC'), ('Bruno Magli|Driving Shoe|Rubber'), ('Bruno Magli|Hiker|Leather'), ('Bruno Magli|Hiker|Leatherette'), ('Bruno Magli|Hiker|Polyurethane'), ('Bruno Magli|Hiker|PVC'), ('Bruno Magli|Hiker|Rubber'), ('Bruno Magli|Loafer (Slip-on)|Leather'), ('Bruno Magli|Loafer (Slip-on)|Leatherette'), ('Bruno Magli|Loafer (Slip-on)|Polyurethane'), ('Bruno Magli|Loafer (Slip-on)|PVC'), ('Bruno Magli|Loafer (Slip-on)|Rubber'), ('Bruno Magli|Oxford (Lace-up)|Leather'), ('Bruno Magli|Oxford (Lace-up)|Leatherette'), ('Bruno Magli|Oxford (Lace-up)|Polyurethane'), ('Bruno Magli|Oxford (Lace-up)|PVC'), ('Bruno Magli|Oxford (Lace-up)|Rubber'), ('Bruno Magli|Patent Leather|Leather'), ('Bruno Magli|Patent Leather|Leatherette'), ('Bruno Magli|Patent Leather|Polyurethane'), ('Bruno Magli|Patent Leather|PVC'), ('Bruno Magli|Patent Leather|Rubber'), ('Bruno Magli|Penny Loafer|Leather'), ('Bruno Magli|Penny Loafer|Leatherette'), ('Bruno Magli|Penny Loafer|Polyurethane'), ('Bruno Magli|Penny Loafer|PVC'), ('Bruno Magli|Penny Loafer|Rubber'), ('Bruno Magli|Runner|Leather'), ('Bruno Magli|Runner|Leatherette'), ('Bruno Magli|Runner|Polyurethane'), ('Bruno Magli|Runner|PVC'), ('Bruno Magli|Runner|Rubber'), ('Bruno Magli|Saddle Shoe|Leather'), ('Bruno Magli|Saddle Shoe|Leatherette'), ('Bruno Magli|Saddle Shoe|Polyurethane'), ('Bruno Magli|Saddle Shoe|PVC'), ('Bruno Magli|Saddle Shoe|Rubber'), ('Bruno Magli|Sandal|Leather'), ('Bruno Magli|Sandal|Leatherette'), ('Bruno Magli|Sandal|Polyurethane'), ('Bruno Magli|Sandal|PVC'), ('Bruno Magli|Sandal|Rubber'), ('Bruno Magli|Tennis|Leather'), ('Bruno Magli|Tennis|Leatherette'), ('Bruno Magli|Tennis|Polyurethane'), ('Bruno Magli|Tennis|PVC'), ('Bruno Magli|Tennis|Rubber'), ('Bruno Magli|Walker|Leather'), ('Bruno Magli|Walker|Leatherette'), ('Bruno Magli|Walker|Polyurethane'), ('Bruno Magli|Walker|PVC'), ('Bruno Magli|Walker|Rubber'), ('Bruno Magli|Wingtip|Leather'), ('Bruno Magli|Wingtip|Leatherette'), ('Bruno Magli|Wingtip|Polyurethane'), ('Bruno Magli|Wingtip|PVC'), ('Bruno Magli|Wingtip|Rubber'), ('Bruno Magli|Work Boot|Leather'), ('Bruno Magli|Work Boot|Leatherette'), ('Bruno Magli|Work Boot|Polyurethane'), ('Bruno Magli|Work Boot|PVC'), ('Bruno Magli|Work Boot|Rubber'), ('Calvin Klein|Balmoral|Leather'), ('Calvin Klein|Balmoral|Leatherette'), ('Calvin Klein|Balmoral|Polyurethane'), ('Calvin Klein|Balmoral|PVC'), ('Calvin Klein|Balmoral|Rubber'), ('Calvin Klein|Boat Shoe|Leather'), ('Calvin Klein|Boat Shoe|Leatherette'), ('Calvin Klein|Boat Shoe|Polyurethane'), ('Calvin Klein|Boat Shoe|PVC'), ('Calvin Klein|Boat Shoe|Rubber'), ('Calvin Klein|Brouge|Leather'), ('Calvin Klein|Brouge|Leatherette'), ('Calvin Klein|Brouge|Polyurethane'), ('Calvin Klein|Brouge|PVC'), ('Calvin Klein|Brouge|Rubber'), ('Calvin Klein|Cross Trainer|Leather'), ('Calvin Klein|Cross Trainer|Leatherette'), ('Calvin Klein|Cross Trainer|Polyurethane'), ('Calvin Klein|Cross Trainer|PVC'), ('Calvin Klein|Cross Trainer|Rubber'), ('Calvin Klein|Derby|Leather'), ('Calvin Klein|Derby|Leatherette'), ('Calvin Klein|Derby|Polyurethane'), ('Calvin Klein|Derby|PVC'), ('Calvin Klein|Derby|Rubber'), ('Calvin Klein|Dress Boot|Leather'), ('Calvin Klein|Dress Boot|Leatherette'), ('Calvin Klein|Dress Boot|Polyurethane'), ('Calvin Klein|Dress Boot|PVC'), ('Calvin Klein|Dress Boot|Rubber'), ('Calvin Klein|Dress Shoe|Leather'), ('Calvin Klein|Dress Shoe|Leatherette'), ('Calvin Klein|Dress Shoe|Polyurethane'), ('Calvin Klein|Dress Shoe|PVC'), ('Calvin Klein|Dress Shoe|Rubber'), ('Calvin Klein|Driving Shoe|Leather'), ('Calvin Klein|Driving Shoe|Leatherette'), ('Calvin Klein|Driving Shoe|Polyurethane'), ('Calvin Klein|Driving Shoe|PVC'), ('Calvin Klein|Driving Shoe|Rubber'), ('Calvin Klein|Hiker|Leather'), ('Calvin Klein|Hiker|Leatherette'), ('Calvin Klein|Hiker|Polyurethane'), ('Calvin Klein|Hiker|PVC'), ('Calvin Klein|Hiker|Rubber'), ('Calvin Klein|Loafer (Slip-on)|Leather'), ('Calvin Klein|Loafer (Slip-on)|Leatherette'), ('Calvin Klein|Loafer (Slip-on)|Polyurethane'), ('Calvin Klein|Loafer (Slip-on)|PVC'), ('Calvin Klein|Loafer (Slip-on)|Rubber'), ('Calvin Klein|Oxford (Lace-up)|Leather'), ('Calvin Klein|Oxford (Lace-up)|Leatherette'), ('Calvin Klein|Oxford (Lace-up)|Polyurethane'), ('Calvin Klein|Oxford (Lace-up)|PVC'), ('Calvin Klein|Oxford (Lace-up)|Rubber'), ('Calvin Klein|Patent Leather|Leather'), ('Calvin Klein|Patent Leather|Leatherette'), ('Calvin Klein|Patent Leather|Polyurethane'), ('Calvin Klein|Patent Leather|PVC'), ('Calvin Klein|Patent Leather|Rubber'), ('Calvin Klein|Penny Loafer|Leather'), ('Calvin Klein|Penny Loafer|Leatherette'), ('Calvin Klein|Penny Loafer|Polyurethane'), ('Calvin Klein|Penny Loafer|PVC'), ('Calvin Klein|Penny Loafer|Rubber'), ('Calvin Klein|Runner|Leather'), ('Calvin Klein|Runner|Leatherette'), ('Calvin Klein|Runner|Polyurethane'), ('Calvin Klein|Runner|PVC'), ('Calvin Klein|Runner|Rubber'), ('Calvin Klein|Saddle Shoe|Leather'), ('Calvin Klein|Saddle Shoe|Leatherette'), ('Calvin Klein|Saddle Shoe|Polyurethane'), ('Calvin Klein|Saddle Shoe|PVC'), ('Calvin Klein|Saddle Shoe|Rubber'), ('Calvin Klein|Sandal|Leather'), ('Calvin Klein|Sandal|Leatherette'), ('Calvin Klein|Sandal|Polyurethane'), ('Calvin Klein|Sandal|PVC'), ('Calvin Klein|Sandal|Rubber'), ('Calvin Klein|Tennis|Leather'), ('Calvin Klein|Tennis|Leatherette'), ('Calvin Klein|Tennis|Polyurethane'), ('Calvin Klein|Tennis|PVC'), ('Calvin Klein|Tennis|Rubber'), ('Calvin Klein|Walker|Leather'), ('Calvin Klein|Walker|Leatherette'), ('Calvin Klein|Walker|Polyurethane'), ('Calvin Klein|Walker|PVC'), ('Calvin Klein|Walker|Rubber'), ('Calvin Klein|Wingtip|Leather'), ('Calvin Klein|Wingtip|Leatherette'), ('Calvin Klein|Wingtip|Polyurethane'), ('Calvin Klein|Wingtip|PVC'), ('Calvin Klein|Wingtip|Rubber'), ('Calvin Klein|Work Boot|Leather'), ('Calvin Klein|Work Boot|Leatherette'), ('Calvin Klein|Work Boot|Polyurethane'), ('Calvin Klein|Work Boot|PVC'), ('Calvin Klein|Work Boot|Rubber'), ('Caterpillar|Balmoral|Leather'), ('Caterpillar|Balmoral|Leatherette'), ('Caterpillar|Balmoral|Polyurethane'), ('Caterpillar|Balmoral|PVC'), ('Caterpillar|Balmoral|Rubber'), ('Caterpillar|Boat Shoe|Leather'), ('Caterpillar|Boat Shoe|Leatherette'), ('Caterpillar|Boat Shoe|Polyurethane'), ('Caterpillar|Boat Shoe|PVC'), ('Caterpillar|Boat Shoe|Rubber'), ('Caterpillar|Brouge|Leather'), ('Caterpillar|Brouge|Leatherette'), ('Caterpillar|Brouge|Polyurethane'), ('Caterpillar|Brouge|PVC'), ('Caterpillar|Brouge|Rubber'), ('Caterpillar|Cross Trainer|Leather'), ('Caterpillar|Cross Trainer|Leatherette'), ('Caterpillar|Cross Trainer|Polyurethane'), ('Caterpillar|Cross Trainer|PVC'), ('Caterpillar|Cross Trainer|Rubber'), ('Caterpillar|Derby|Leather'), ('Caterpillar|Derby|Leatherette'), ('Caterpillar|Derby|Polyurethane'), ('Caterpillar|Derby|PVC'), ('Caterpillar|Derby|Rubber'), ('Caterpillar|Dress Boot|Leather'), ('Caterpillar|Dress Boot|Leatherette'), ('Caterpillar|Dress Boot|Polyurethane'), ('Caterpillar|Dress Boot|PVC'), ('Caterpillar|Dress Boot|Rubber'), ('Caterpillar|Dress Shoe|Leather'), ('Caterpillar|Dress Shoe|Leatherette'), ('Caterpillar|Dress Shoe|Polyurethane'), ('Caterpillar|Dress Shoe|PVC'), ('Caterpillar|Dress Shoe|Rubber'), ('Caterpillar|Driving Shoe|Leather'), ('Caterpillar|Driving Shoe|Leatherette'), ('Caterpillar|Driving Shoe|Polyurethane'), ('Caterpillar|Driving Shoe|PVC'), ('Caterpillar|Driving Shoe|Rubber'), ('Caterpillar|Hiker|Leather'), ('Caterpillar|Hiker|Leatherette'), ('Caterpillar|Hiker|Polyurethane'), ('Caterpillar|Hiker|PVC'), ('Caterpillar|Hiker|Rubber'), ('Caterpillar|Loafer (Slip-on)|Leather'), ('Caterpillar|Loafer (Slip-on)|Leatherette'), ('Caterpillar|Loafer (Slip-on)|Polyurethane'), ('Caterpillar|Loafer (Slip-on)|PVC'), ('Caterpillar|Loafer (Slip-on)|Rubber'), ('Caterpillar|Oxford (Lace-up)|Leather'), ('Caterpillar|Oxford (Lace-up)|Leatherette'), ('Caterpillar|Oxford (Lace-up)|Polyurethane'), ('Caterpillar|Oxford (Lace-up)|PVC'), ('Caterpillar|Oxford (Lace-up)|Rubber'), ('Caterpillar|Patent Leather|Leather'), ('Caterpillar|Patent Leather|Leatherette'), ('Caterpillar|Patent Leather|Polyurethane'), ('Caterpillar|Patent Leather|PVC'), ('Caterpillar|Patent Leather|Rubber'), ('Caterpillar|Penny Loafer|Leather'), ('Caterpillar|Penny Loafer|Leatherette'), ('Caterpillar|Penny Loafer|Polyurethane'), ('Caterpillar|Penny Loafer|PVC'), ('Caterpillar|Penny Loafer|Rubber'), ('Caterpillar|Runner|Leather'), ('Caterpillar|Runner|Leatherette'), ('Caterpillar|Runner|Polyurethane'), ('Caterpillar|Runner|PVC'), ('Caterpillar|Runner|Rubber'), ('Caterpillar|Saddle Shoe|Leather'), ('Caterpillar|Saddle Shoe|Leatherette'), ('Caterpillar|Saddle Shoe|Polyurethane'), ('Caterpillar|Saddle Shoe|PVC'), ('Caterpillar|Saddle Shoe|Rubber'), ('Caterpillar|Sandal|Leather'), ('Caterpillar|Sandal|Leatherette'), ('Caterpillar|Sandal|Polyurethane'), ('Caterpillar|Sandal|PVC'), ('Caterpillar|Sandal|Rubber'), ('Caterpillar|Tennis|Leather'), ('Caterpillar|Tennis|Leatherette'), ('Caterpillar|Tennis|Polyurethane'), ('Caterpillar|Tennis|PVC'), ('Caterpillar|Tennis|Rubber'), ('Caterpillar|Walker|Leather'), ('Caterpillar|Walker|Leatherette'), ('Caterpillar|Walker|Polyurethane'), ('Caterpillar|Walker|PVC'), ('Caterpillar|Walker|Rubber'), ('Caterpillar|Wingtip|Leather'), ('Caterpillar|Wingtip|Leatherette'), ('Caterpillar|Wingtip|Polyurethane'), ('Caterpillar|Wingtip|PVC'), ('Caterpillar|Wingtip|Rubber'), ('Caterpillar|Work Boot|Leather'), ('Caterpillar|Work Boot|Leatherette'), ('Caterpillar|Work Boot|Polyurethane'), ('Caterpillar|Work Boot|PVC'), ('Caterpillar|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cola Haan|Balmoral|Leather'), ('Cola Haan|Balmoral|Leatherette'), ('Cola Haan|Balmoral|Polyurethane'), ('Cola Haan|Balmoral|PVC'), ('Cola Haan|Balmoral|Rubber'), ('Cola Haan|Boat Shoe|Leather'), ('Cola Haan|Boat Shoe|Leatherette'), ('Cola Haan|Boat Shoe|Polyurethane'), ('Cola Haan|Boat Shoe|PVC'), ('Cola Haan|Boat Shoe|Rubber'), ('Cola Haan|Brouge|Leather'), ('Cola Haan|Brouge|Leatherette'), ('Cola Haan|Brouge|Polyurethane'), ('Cola Haan|Brouge|PVC'), ('Cola Haan|Brouge|Rubber'), ('Cola Haan|Cross Trainer|Leather'), ('Cola Haan|Cross Trainer|Leatherette'), ('Cola Haan|Cross Trainer|Polyurethane'), ('Cola Haan|Cross Trainer|PVC'), ('Cola Haan|Cross Trainer|Rubber'), ('Cola Haan|Derby|Leather'), ('Cola Haan|Derby|Leatherette'), ('Cola Haan|Derby|Polyurethane'), ('Cola Haan|Derby|PVC'), ('Cola Haan|Derby|Rubber'), ('Cola Haan|Dress Boot|Leather'), ('Cola Haan|Dress Boot|Leatherette'), ('Cola Haan|Dress Boot|Polyurethane'), ('Cola Haan|Dress Boot|PVC'), ('Cola Haan|Dress Boot|Rubber'), ('Cola Haan|Dress Shoe|Leather'), ('Cola Haan|Dress Shoe|Leatherette'), ('Cola Haan|Dress Shoe|Polyurethane'), ('Cola Haan|Dress Shoe|PVC'), ('Cola Haan|Dress Shoe|Rubber'), ('Cola Haan|Driving Shoe|Leather'), ('Cola Haan|Driving Shoe|Leatherette'), ('Cola Haan|Driving Shoe|Polyurethane'), ('Cola Haan|Driving Shoe|PVC'), ('Cola Haan|Driving Shoe|Rubber'), ('Cola Haan|Hiker|Leather'), ('Cola Haan|Hiker|Leatherette'), ('Cola Haan|Hiker|Polyurethane'), ('Cola Haan|Hiker|PVC'), ('Cola Haan|Hiker|Rubber'), ('Cola Haan|Loafer (Slip-on)|Leather'), ('Cola Haan|Loafer (Slip-on)|Leatherette'), ('Cola Haan|Loafer (Slip-on)|Polyurethane'), ('Cola Haan|Loafer (Slip-on)|PVC'), ('Cola Haan|Loafer (Slip-on)|Rubber'), ('Cola Haan|Oxford (Lace-up)|Leather'), ('Cola Haan|Oxford (Lace-up)|Leatherette'), ('Cola Haan|Oxford (Lace-up)|Polyurethane'), ('Cola Haan|Oxford (Lace-up)|PVC'), ('Cola Haan|Oxford (Lace-up)|Rubber'), ('Cola Haan|Patent Leather|Leather'), ('Cola Haan|Patent Leather|Leatherette'), ('Cola Haan|Patent Leather|Polyurethane'), ('Cola Haan|Patent Leather|PVC'), ('Cola Haan|Patent Leather|Rubber'), ('Cola Haan|Penny Loafer|Leather'), ('Cola Haan|Penny Loafer|Leatherette'), ('Cola Haan|Penny Loafer|Polyurethane'), ('Cola Haan|Penny Loafer|PVC'), ('Cola Haan|Penny Loafer|Rubber'), ('Cola Haan|Runner|Leather'), ('Cola Haan|Runner|Leatherette'), ('Cola Haan|Runner|Polyurethane'), ('Cola Haan|Runner|PVC'), ('Cola Haan|Runner|Rubber'), ('Cola Haan|Saddle Shoe|Leather'), ('Cola Haan|Saddle Shoe|Leatherette'), ('Cola Haan|Saddle Shoe|Polyurethane'), ('Cola Haan|Saddle Shoe|PVC'), ('Cola Haan|Saddle Shoe|Rubber'), ('Cola Haan|Sandal|Leather'), ('Cola Haan|Sandal|Leatherette'), ('Cola Haan|Sandal|Polyurethane'), ('Cola Haan|Sandal|PVC'), ('Cola Haan|Sandal|Rubber'), ('Cola Haan|Tennis|Leather'), ('Cola Haan|Tennis|Leatherette'), ('Cola Haan|Tennis|Polyurethane'), ('Cola Haan|Tennis|PVC'), ('Cola Haan|Tennis|Rubber'), ('Cola Haan|Walker|Leather'), ('Cola Haan|Walker|Leatherette'), ('Cola Haan|Walker|Polyurethane'), ('Cola Haan|Walker|PVC'), ('Cola Haan|Walker|Rubber'), ('Cola Haan|Wingtip|Leather'), ('Cola Haan|Wingtip|Leatherette'), ('Cola Haan|Wingtip|Polyurethane'), ('Cola Haan|Wingtip|PVC'), ('Cola Haan|Wingtip|Rubber'), ('Cola Haan|Work Boot|Leather'), ('Cola Haan|Work Boot|Leatherette'), ('Cola Haan|Work Boot|Polyurethane'), ('Cola Haan|Work Boot|PVC'), ('Cola Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crevo|Balmoral|Leather'), ('Crevo|Balmoral|Leatherette'), ('Crevo|Balmoral|Polyurethane'), ('Crevo|Balmoral|PVC'), ('Crevo|Balmoral|Rubber'), ('Crevo|Boat Shoe|Leather'), ('Crevo|Boat Shoe|Leatherette'), ('Crevo|Boat Shoe|Polyurethane'), ('Crevo|Boat Shoe|PVC'), ('Crevo|Boat Shoe|Rubber'), ('Crevo|Brouge|Leather'), ('Crevo|Brouge|Leatherette'), ('Crevo|Brouge|Polyurethane'), ('Crevo|Brouge|PVC'), ('Crevo|Brouge|Rubber'), ('Crevo|Cross Trainer|Leather'), ('Crevo|Cross Trainer|Leatherette'), ('Crevo|Cross Trainer|Polyurethane'), ('Crevo|Cross Trainer|PVC'), ('Crevo|Cross Trainer|Rubber'), ('Crevo|Derby|Leather'), ('Crevo|Derby|Leatherette'), ('Crevo|Derby|Polyurethane'), ('Crevo|Derby|PVC'), ('Crevo|Derby|Rubber'), ('Crevo|Dress Boot|Leather'), ('Crevo|Dress Boot|Leatherette'), ('Crevo|Dress Boot|Polyurethane'), ('Crevo|Dress Boot|PVC'), ('Crevo|Dress Boot|Rubber'), ('Crevo|Dress Shoe|Leather'), ('Crevo|Dress Shoe|Leatherette'), ('Crevo|Dress Shoe|Polyurethane'), ('Crevo|Dress Shoe|PVC'), ('Crevo|Dress Shoe|Rubber'), ('Crevo|Driving Shoe|Leather'), ('Crevo|Driving Shoe|Leatherette'), ('Crevo|Driving Shoe|Polyurethane'), ('Crevo|Driving Shoe|PVC'), ('Crevo|Driving Shoe|Rubber'), ('Crevo|Hiker|Leather'), ('Crevo|Hiker|Leatherette'), ('Crevo|Hiker|Polyurethane'), ('Crevo|Hiker|PVC'), ('Crevo|Hiker|Rubber'), ('Crevo|Loafer (Slip-on)|Leather'), ('Crevo|Loafer (Slip-on)|Leatherette'), ('Crevo|Loafer (Slip-on)|Polyurethane'), ('Crevo|Loafer (Slip-on)|PVC'), ('Crevo|Loafer (Slip-on)|Rubber'), ('Crevo|Oxford (Lace-up)|Leather'), ('Crevo|Oxford (Lace-up)|Leatherette'), ('Crevo|Oxford (Lace-up)|Polyurethane'), ('Crevo|Oxford (Lace-up)|PVC'), ('Crevo|Oxford (Lace-up)|Rubber'), ('Crevo|Patent Leather|Leather'), ('Crevo|Patent Leather|Leatherette'), ('Crevo|Patent Leather|Polyurethane'), ('Crevo|Patent Leather|PVC'), ('Crevo|Patent Leather|Rubber'), ('Crevo|Penny Loafer|Leather'), ('Crevo|Penny Loafer|Leatherette'), ('Crevo|Penny Loafer|Polyurethane'), ('Crevo|Penny Loafer|PVC'), ('Crevo|Penny Loafer|Rubber'), ('Crevo|Runner|Leather'), ('Crevo|Runner|Leatherette'), ('Crevo|Runner|Polyurethane'), ('Crevo|Runner|PVC'), ('Crevo|Runner|Rubber'), ('Crevo|Saddle Shoe|Leather'), ('Crevo|Saddle Shoe|Leatherette'), ('Crevo|Saddle Shoe|Polyurethane'), ('Crevo|Saddle Shoe|PVC'), ('Crevo|Saddle Shoe|Rubber'), ('Crevo|Sandal|Leather'), ('Crevo|Sandal|Leatherette'), ('Crevo|Sandal|Polyurethane'), ('Crevo|Sandal|PVC'), ('Crevo|Sandal|Rubber'), ('Crevo|Tennis|Leather'), ('Crevo|Tennis|Leatherette'), ('Crevo|Tennis|Polyurethane'), ('Crevo|Tennis|PVC'), ('Crevo|Tennis|Rubber'), ('Crevo|Walker|Leather'), ('Crevo|Walker|Leatherette'), ('Crevo|Walker|Polyurethane'), ('Crevo|Walker|PVC'), ('Crevo|Walker|Rubber'), ('Crevo|Wingtip|Leather'), ('Crevo|Wingtip|Leatherette'), ('Crevo|Wingtip|Polyurethane'), ('Crevo|Wingtip|PVC'), ('Crevo|Wingtip|Rubber'), ('Crevo|Work Boot|Leather'), ('Crevo|Work Boot|Leatherette'), ('Crevo|Work Boot|Polyurethane'), ('Crevo|Work Boot|PVC'), ('Crevo|Work Boot|Rubber'), ('Crockett & Jones|Balmoral|Leather'), ('Crockett & Jones|Balmoral|Leatherette'), ('Crockett & Jones|Balmoral|Polyurethane'), ('Crockett & Jones|Balmoral|PVC'), ('Crockett & Jones|Balmoral|Rubber'), ('Crockett & Jones|Boat Shoe|Leather'), ('Crockett & Jones|Boat Shoe|Leatherette'), ('Crockett & Jones|Boat Shoe|Polyurethane'), ('Crockett & Jones|Boat Shoe|PVC'), ('Crockett & Jones|Boat Shoe|Rubber'), ('Crockett & Jones|Brouge|Leather'), ('Crockett & Jones|Brouge|Leatherette'), ('Crockett & Jones|Brouge|Polyurethane'), ('Crockett & Jones|Brouge|PVC'), ('Crockett & Jones|Brouge|Rubber'), ('Crockett & Jones|Cross Trainer|Leather'), ('Crockett & Jones|Cross Trainer|Leatherette'), ('Crockett & Jones|Cross Trainer|Polyurethane'), ('Crockett & Jones|Cross Trainer|PVC'), ('Crockett & Jones|Cross Trainer|Rubber'), ('Crockett & Jones|Derby|Leather'), ('Crockett & Jones|Derby|Leatherette'), ('Crockett & Jones|Derby|Polyurethane'), ('Crockett & Jones|Derby|PVC'), ('Crockett & Jones|Derby|Rubber'), ('Crockett & Jones|Dress Boot|Leather'), ('Crockett & Jones|Dress Boot|Leatherette'), ('Crockett & Jones|Dress Boot|Polyurethane'), ('Crockett & Jones|Dress Boot|PVC'), ('Crockett & Jones|Dress Boot|Rubber'), ('Crockett & Jones|Dress Shoe|Leather'), ('Crockett & Jones|Dress Shoe|Leatherette'), ('Crockett & Jones|Dress Shoe|Polyurethane'), ('Crockett & Jones|Dress Shoe|PVC'), ('Crockett & Jones|Dress Shoe|Rubber'), ('Crockett & Jones|Driving Shoe|Leather'), ('Crockett & Jones|Driving Shoe|Leatherette'), ('Crockett & Jones|Driving Shoe|Polyurethane'), ('Crockett & Jones|Driving Shoe|PVC'), ('Crockett & Jones|Driving Shoe|Rubber'), ('Crockett & Jones|Hiker|Leather'), ('Crockett & Jones|Hiker|Leatherette'), ('Crockett & Jones|Hiker|Polyurethane'), ('Crockett & Jones|Hiker|PVC'), ('Crockett & Jones|Hiker|Rubber'), ('Crockett & Jones|Loafer (Slip-on)|Leather'), ('Crockett & Jones|Loafer (Slip-on)|Leatherette'), ('Crockett & Jones|Loafer (Slip-on)|Polyurethane'), ('Crockett & Jones|Loafer (Slip-on)|PVC'), ('Crockett & Jones|Loafer (Slip-on)|Rubber'), ('Crockett & Jones|Oxford (Lace-up)|Leather'), ('Crockett & Jones|Oxford (Lace-up)|Leatherette'), ('Crockett & Jones|Oxford (Lace-up)|Polyurethane'), ('Crockett & Jones|Oxford (Lace-up)|PVC'), ('Crockett & Jones|Oxford (Lace-up)|Rubber'), ('Crockett & Jones|Patent Leather|Leather'), ('Crockett & Jones|Patent Leather|Leatherette'), ('Crockett & Jones|Patent Leather|Polyurethane'), ('Crockett & Jones|Patent Leather|PVC'), ('Crockett & Jones|Patent Leather|Rubber'), ('Crockett & Jones|Penny Loafer|Leather'), ('Crockett & Jones|Penny Loafer|Leatherette'), ('Crockett & Jones|Penny Loafer|Polyurethane'), ('Crockett & Jones|Penny Loafer|PVC'), ('Crockett & Jones|Penny Loafer|Rubber'), ('Crockett & Jones|Runner|Leather'), ('Crockett & Jones|Runner|Leatherette'), ('Crockett & Jones|Runner|Polyurethane'), ('Crockett & Jones|Runner|PVC'), ('Crockett & Jones|Runner|Rubber'), ('Crockett & Jones|Saddle Shoe|Leather'), ('Crockett & Jones|Saddle Shoe|Leatherette'), ('Crockett & Jones|Saddle Shoe|Polyurethane'), ('Crockett & Jones|Saddle Shoe|PVC'), ('Crockett & Jones|Saddle Shoe|Rubber'), ('Crockett & Jones|Sandal|Leather'), ('Crockett & Jones|Sandal|Leatherette'), ('Crockett & Jones|Sandal|Polyurethane'), ('Crockett & Jones|Sandal|PVC'), ('Crockett & Jones|Sandal|Rubber'), ('Crockett & Jones|Tennis|Leather'), ('Crockett & Jones|Tennis|Leatherette'), ('Crockett & Jones|Tennis|Polyurethane'), ('Crockett & Jones|Tennis|PVC'), ('Crockett & Jones|Tennis|Rubber'), ('Crockett & Jones|Walker|Leather'), ('Crockett & Jones|Walker|Leatherette'), ('Crockett & Jones|Walker|Polyurethane'), ('Crockett & Jones|Walker|PVC'), ('Crockett & Jones|Walker|Rubber'), ('Crockett & Jones|Wingtip|Leather'), ('Crockett & Jones|Wingtip|Leatherette'), ('Crockett & Jones|Wingtip|Polyurethane'), ('Crockett & Jones|Wingtip|PVC'), ('Crockett & Jones|Wingtip|Rubber'), ('Crockett & Jones|Work Boot|Leather'), ('Crockett & Jones|Work Boot|Leatherette'), ('Crockett & Jones|Work Boot|Polyurethane'), ('Crockett & Jones|Work Boot|PVC'), ('Crockett & Jones|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dan Post|Balmoral|Leather'), ('Dan Post|Balmoral|Leatherette'), ('Dan Post|Balmoral|Polyurethane'), ('Dan Post|Balmoral|PVC'), ('Dan Post|Balmoral|Rubber'), ('Dan Post|Boat Shoe|Leather'), ('Dan Post|Boat Shoe|Leatherette'), ('Dan Post|Boat Shoe|Polyurethane'), ('Dan Post|Boat Shoe|PVC'), ('Dan Post|Boat Shoe|Rubber'), ('Dan Post|Brouge|Leather'), ('Dan Post|Brouge|Leatherette'), ('Dan Post|Brouge|Polyurethane'), ('Dan Post|Brouge|PVC'), ('Dan Post|Brouge|Rubber'), ('Dan Post|Cross Trainer|Leather'), ('Dan Post|Cross Trainer|Leatherette'), ('Dan Post|Cross Trainer|Polyurethane'), ('Dan Post|Cross Trainer|PVC'), ('Dan Post|Cross Trainer|Rubber'), ('Dan Post|Derby|Leather'), ('Dan Post|Derby|Leatherette'), ('Dan Post|Derby|Polyurethane'), ('Dan Post|Derby|PVC'), ('Dan Post|Derby|Rubber'), ('Dan Post|Dress Boot|Leather'), ('Dan Post|Dress Boot|Leatherette'), ('Dan Post|Dress Boot|Polyurethane'), ('Dan Post|Dress Boot|PVC'), ('Dan Post|Dress Boot|Rubber'), ('Dan Post|Dress Shoe|Leather'), ('Dan Post|Dress Shoe|Leatherette'), ('Dan Post|Dress Shoe|Polyurethane'), ('Dan Post|Dress Shoe|PVC'), ('Dan Post|Dress Shoe|Rubber'), ('Dan Post|Driving Shoe|Leather'), ('Dan Post|Driving Shoe|Leatherette'), ('Dan Post|Driving Shoe|Polyurethane'), ('Dan Post|Driving Shoe|PVC'), ('Dan Post|Driving Shoe|Rubber'), ('Dan Post|Hiker|Leather'), ('Dan Post|Hiker|Leatherette'), ('Dan Post|Hiker|Polyurethane'), ('Dan Post|Hiker|PVC'), ('Dan Post|Hiker|Rubber'), ('Dan Post|Loafer (Slip-on)|Leather'), ('Dan Post|Loafer (Slip-on)|Leatherette'), ('Dan Post|Loafer (Slip-on)|Polyurethane'), ('Dan Post|Loafer (Slip-on)|PVC'), ('Dan Post|Loafer (Slip-on)|Rubber'), ('Dan Post|Oxford (Lace-up)|Leather'), ('Dan Post|Oxford (Lace-up)|Leatherette'), ('Dan Post|Oxford (Lace-up)|Polyurethane'), ('Dan Post|Oxford (Lace-up)|PVC'), ('Dan Post|Oxford (Lace-up)|Rubber'), ('Dan Post|Patent Leather|Leather'), ('Dan Post|Patent Leather|Leatherette'), ('Dan Post|Patent Leather|Polyurethane'), ('Dan Post|Patent Leather|PVC'), ('Dan Post|Patent Leather|Rubber'), ('Dan Post|Penny Loafer|Leather'), ('Dan Post|Penny Loafer|Leatherette'), ('Dan Post|Penny Loafer|Polyurethane'), ('Dan Post|Penny Loafer|PVC'), ('Dan Post|Penny Loafer|Rubber'), ('Dan Post|Runner|Leather'), ('Dan Post|Runner|Leatherette'), ('Dan Post|Runner|Polyurethane'), ('Dan Post|Runner|PVC'), ('Dan Post|Runner|Rubber'), ('Dan Post|Saddle Shoe|Leather'), ('Dan Post|Saddle Shoe|Leatherette'), ('Dan Post|Saddle Shoe|Polyurethane'), ('Dan Post|Saddle Shoe|PVC'), ('Dan Post|Saddle Shoe|Rubber'), ('Dan Post|Sandal|Leather'), ('Dan Post|Sandal|Leatherette'), ('Dan Post|Sandal|Polyurethane'), ('Dan Post|Sandal|PVC'), ('Dan Post|Sandal|Rubber'), ('Dan Post|Tennis|Leather'), ('Dan Post|Tennis|Leatherette'), ('Dan Post|Tennis|Polyurethane'), ('Dan Post|Tennis|PVC'), ('Dan Post|Tennis|Rubber'), ('Dan Post|Walker|Leather'), ('Dan Post|Walker|Leatherette'), ('Dan Post|Walker|Polyurethane'), ('Dan Post|Walker|PVC'), ('Dan Post|Walker|Rubber'), ('Dan Post|Wingtip|Leather'), ('Dan Post|Wingtip|Leatherette'), ('Dan Post|Wingtip|Polyurethane'), ('Dan Post|Wingtip|PVC'), ('Dan Post|Wingtip|Rubber'), ('Dan Post|Work Boot|Leather'), ('Dan Post|Work Boot|Leatherette'), ('Dan Post|Work Boot|Polyurethane'), ('Dan Post|Work Boot|PVC'), ('Dan Post|Work Boot|Rubber'), ('DC Shoes|Balmoral|Leather'), ('DC Shoes|Balmoral|Leatherette'), ('DC Shoes|Balmoral|Polyurethane'), ('DC Shoes|Balmoral|PVC'), ('DC Shoes|Balmoral|Rubber'), ('DC Shoes|Boat Shoe|Leather'), ('DC Shoes|Boat Shoe|Leatherette'), ('DC Shoes|Boat Shoe|Polyurethane'), ('DC Shoes|Boat Shoe|PVC'), ('DC Shoes|Boat Shoe|Rubber'), ('DC Shoes|Brouge|Leather'), ('DC Shoes|Brouge|Leatherette'), ('DC Shoes|Brouge|Polyurethane'), ('DC Shoes|Brouge|PVC'), ('DC Shoes|Brouge|Rubber'), ('DC Shoes|Cross Trainer|Leather'), ('DC Shoes|Cross Trainer|Leatherette'), ('DC Shoes|Cross Trainer|Polyurethane'), ('DC Shoes|Cross Trainer|PVC'), ('DC Shoes|Cross Trainer|Rubber'), ('DC Shoes|Derby|Leather'), ('DC Shoes|Derby|Leatherette'), ('DC Shoes|Derby|Polyurethane'), ('DC Shoes|Derby|PVC'), ('DC Shoes|Derby|Rubber'), ('DC Shoes|Dress Boot|Leather'), ('DC Shoes|Dress Boot|Leatherette'), ('DC Shoes|Dress Boot|Polyurethane'), ('DC Shoes|Dress Boot|PVC'), ('DC Shoes|Dress Boot|Rubber'), ('DC Shoes|Dress Shoe|Leather'), ('DC Shoes|Dress Shoe|Leatherette'), ('DC Shoes|Dress Shoe|Polyurethane'), ('DC Shoes|Dress Shoe|PVC'), ('DC Shoes|Dress Shoe|Rubber'), ('DC Shoes|Driving Shoe|Leather'), ('DC Shoes|Driving Shoe|Leatherette'), ('DC Shoes|Driving Shoe|Polyurethane'), ('DC Shoes|Driving Shoe|PVC'), ('DC Shoes|Driving Shoe|Rubber'), ('DC Shoes|Hiker|Leather'), ('DC Shoes|Hiker|Leatherette'), ('DC Shoes|Hiker|Polyurethane'), ('DC Shoes|Hiker|PVC'), ('DC Shoes|Hiker|Rubber'), ('DC Shoes|Loafer (Slip-on)|Leather'), ('DC Shoes|Loafer (Slip-on)|Leatherette'), ('DC Shoes|Loafer (Slip-on)|Polyurethane'), ('DC Shoes|Loafer (Slip-on)|PVC'), ('DC Shoes|Loafer (Slip-on)|Rubber'), ('DC Shoes|Oxford (Lace-up)|Leather'), ('DC Shoes|Oxford (Lace-up)|Leatherette'), ('DC Shoes|Oxford (Lace-up)|Polyurethane'), ('DC Shoes|Oxford (Lace-up)|PVC'), ('DC Shoes|Oxford (Lace-up)|Rubber'), ('DC Shoes|Patent Leather|Leather'), ('DC Shoes|Patent Leather|Leatherette'), ('DC Shoes|Patent Leather|Polyurethane'), ('DC Shoes|Patent Leather|PVC'), ('DC Shoes|Patent Leather|Rubber'), ('DC Shoes|Penny Loafer|Leather'), ('DC Shoes|Penny Loafer|Leatherette'), ('DC Shoes|Penny Loafer|Polyurethane'), ('DC Shoes|Penny Loafer|PVC'), ('DC Shoes|Penny Loafer|Rubber'), ('DC Shoes|Runner|Leather'), ('DC Shoes|Runner|Leatherette'), ('DC Shoes|Runner|Polyurethane'), ('DC Shoes|Runner|PVC'), ('DC Shoes|Runner|Rubber'), ('DC Shoes|Saddle Shoe|Leather'), ('DC Shoes|Saddle Shoe|Leatherette'), ('DC Shoes|Saddle Shoe|Polyurethane'), ('DC Shoes|Saddle Shoe|PVC'), ('DC Shoes|Saddle Shoe|Rubber'), ('DC Shoes|Sandal|Leather'), ('DC Shoes|Sandal|Leatherette'), ('DC Shoes|Sandal|Polyurethane'), ('DC Shoes|Sandal|PVC'), ('DC Shoes|Sandal|Rubber'), ('DC Shoes|Tennis|Leather'), ('DC Shoes|Tennis|Leatherette'), ('DC Shoes|Tennis|Polyurethane'), ('DC Shoes|Tennis|PVC'), ('DC Shoes|Tennis|Rubber'), ('DC Shoes|Walker|Leather'), ('DC Shoes|Walker|Leatherette'), ('DC Shoes|Walker|Polyurethane'), ('DC Shoes|Walker|PVC'), ('DC Shoes|Walker|Rubber'), ('DC Shoes|Wingtip|Leather'), ('DC Shoes|Wingtip|Leatherette'), ('DC Shoes|Wingtip|Polyurethane'), ('DC Shoes|Wingtip|PVC'), ('DC Shoes|Wingtip|Rubber'), ('DC Shoes|Work Boot|Leather'), ('DC Shoes|Work Boot|Leatherette'), ('DC Shoes|Work Boot|Polyurethane'), ('DC Shoes|Work Boot|PVC'), ('DC Shoes|Work Boot|Rubber'), ('Deer Stags|Balmoral|Leather'), ('Deer Stags|Balmoral|Leatherette'), ('Deer Stags|Balmoral|Polyurethane'), ('Deer Stags|Balmoral|PVC'), ('Deer Stags|Balmoral|Rubber'), ('Deer Stags|Boat Shoe|Leather'), ('Deer Stags|Boat Shoe|Leatherette'), ('Deer Stags|Boat Shoe|Polyurethane'), ('Deer Stags|Boat Shoe|PVC'), ('Deer Stags|Boat Shoe|Rubber'), ('Deer Stags|Brouge|Leather'), ('Deer Stags|Brouge|Leatherette'), ('Deer Stags|Brouge|Polyurethane'), ('Deer Stags|Brouge|PVC'), ('Deer Stags|Brouge|Rubber'), ('Deer Stags|Cross Trainer|Leather'), ('Deer Stags|Cross Trainer|Leatherette'), ('Deer Stags|Cross Trainer|Polyurethane'), ('Deer Stags|Cross Trainer|PVC'), ('Deer Stags|Cross Trainer|Rubber'), ('Deer Stags|Derby|Leather'), ('Deer Stags|Derby|Leatherette'), ('Deer Stags|Derby|Polyurethane'), ('Deer Stags|Derby|PVC'), ('Deer Stags|Derby|Rubber'), ('Deer Stags|Dress Boot|Leather'), ('Deer Stags|Dress Boot|Leatherette'), ('Deer Stags|Dress Boot|Polyurethane'), ('Deer Stags|Dress Boot|PVC'), ('Deer Stags|Dress Boot|Rubber'), ('Deer Stags|Dress Shoe|Leather'), ('Deer Stags|Dress Shoe|Leatherette'), ('Deer Stags|Dress Shoe|Polyurethane'), ('Deer Stags|Dress Shoe|PVC'), ('Deer Stags|Dress Shoe|Rubber'), ('Deer Stags|Driving Shoe|Leather'), ('Deer Stags|Driving Shoe|Leatherette'), ('Deer Stags|Driving Shoe|Polyurethane'), ('Deer Stags|Driving Shoe|PVC'), ('Deer Stags|Driving Shoe|Rubber'), ('Deer Stags|Hiker|Leather'), ('Deer Stags|Hiker|Leatherette'), ('Deer Stags|Hiker|Polyurethane'), ('Deer Stags|Hiker|PVC'), ('Deer Stags|Hiker|Rubber'), ('Deer Stags|Loafer (Slip-on)|Leather'), ('Deer Stags|Loafer (Slip-on)|Leatherette'), ('Deer Stags|Loafer (Slip-on)|Polyurethane'), ('Deer Stags|Loafer (Slip-on)|PVC'), ('Deer Stags|Loafer (Slip-on)|Rubber'), ('Deer Stags|Oxford (Lace-up)|Leather'), ('Deer Stags|Oxford (Lace-up)|Leatherette'), ('Deer Stags|Oxford (Lace-up)|Polyurethane'), ('Deer Stags|Oxford (Lace-up)|PVC'), ('Deer Stags|Oxford (Lace-up)|Rubber'), ('Deer Stags|Patent Leather|Leather'), ('Deer Stags|Patent Leather|Leatherette'), ('Deer Stags|Patent Leather|Polyurethane'), ('Deer Stags|Patent Leather|PVC'), ('Deer Stags|Patent Leather|Rubber'), ('Deer Stags|Penny Loafer|Leather'), ('Deer Stags|Penny Loafer|Leatherette'), ('Deer Stags|Penny Loafer|Polyurethane'), ('Deer Stags|Penny Loafer|PVC'), ('Deer Stags|Penny Loafer|Rubber'), ('Deer Stags|Runner|Leather'), ('Deer Stags|Runner|Leatherette'), ('Deer Stags|Runner|Polyurethane'), ('Deer Stags|Runner|PVC'), ('Deer Stags|Runner|Rubber'), ('Deer Stags|Saddle Shoe|Leather'), ('Deer Stags|Saddle Shoe|Leatherette'), ('Deer Stags|Saddle Shoe|Polyurethane'), ('Deer Stags|Saddle Shoe|PVC'), ('Deer Stags|Saddle Shoe|Rubber'), ('Deer Stags|Sandal|Leather'), ('Deer Stags|Sandal|Leatherette'), ('Deer Stags|Sandal|Polyurethane'), ('Deer Stags|Sandal|PVC'), ('Deer Stags|Sandal|Rubber'), ('Deer Stags|Tennis|Leather'), ('Deer Stags|Tennis|Leatherette'), ('Deer Stags|Tennis|Polyurethane'), ('Deer Stags|Tennis|PVC'), ('Deer Stags|Tennis|Rubber'), ('Deer Stags|Walker|Leather'), ('Deer Stags|Walker|Leatherette'), ('Deer Stags|Walker|Polyurethane'), ('Deer Stags|Walker|PVC'), ('Deer Stags|Walker|Rubber'), ('Deer Stags|Wingtip|Leather'), ('Deer Stags|Wingtip|Leatherette'), ('Deer Stags|Wingtip|Polyurethane'), ('Deer Stags|Wingtip|PVC'), ('Deer Stags|Wingtip|Rubber'), ('Deer Stags|Work Boot|Leather'), ('Deer Stags|Work Boot|Leatherette'), ('Deer Stags|Work Boot|Polyurethane'), ('Deer Stags|Work Boot|PVC'), ('Deer Stags|Work Boot|Rubber'), ('Dingo|Balmoral|Leather'), ('Dingo|Balmoral|Leatherette'), ('Dingo|Balmoral|Polyurethane'), ('Dingo|Balmoral|PVC'), ('Dingo|Balmoral|Rubber'), ('Dingo|Boat Shoe|Leather'), ('Dingo|Boat Shoe|Leatherette'), ('Dingo|Boat Shoe|Polyurethane'), ('Dingo|Boat Shoe|PVC'), ('Dingo|Boat Shoe|Rubber'), ('Dingo|Brouge|Leather'), ('Dingo|Brouge|Leatherette'), ('Dingo|Brouge|Polyurethane'), ('Dingo|Brouge|PVC'), ('Dingo|Brouge|Rubber'), ('Dingo|Cross Trainer|Leather'), ('Dingo|Cross Trainer|Leatherette'), ('Dingo|Cross Trainer|Polyurethane'), ('Dingo|Cross Trainer|PVC'), ('Dingo|Cross Trainer|Rubber'), ('Dingo|Derby|Leather'), ('Dingo|Derby|Leatherette'), ('Dingo|Derby|Polyurethane'), ('Dingo|Derby|PVC'), ('Dingo|Derby|Rubber'), ('Dingo|Dress Boot|Leather'), ('Dingo|Dress Boot|Leatherette'), ('Dingo|Dress Boot|Polyurethane'), ('Dingo|Dress Boot|PVC'), ('Dingo|Dress Boot|Rubber'), ('Dingo|Dress Shoe|Leather'), ('Dingo|Dress Shoe|Leatherette'), ('Dingo|Dress Shoe|Polyurethane'), ('Dingo|Dress Shoe|PVC'), ('Dingo|Dress Shoe|Rubber'), ('Dingo|Driving Shoe|Leather'), ('Dingo|Driving Shoe|Leatherette'), ('Dingo|Driving Shoe|Polyurethane'), ('Dingo|Driving Shoe|PVC'), ('Dingo|Driving Shoe|Rubber'), ('Dingo|Hiker|Leather'), ('Dingo|Hiker|Leatherette'), ('Dingo|Hiker|Polyurethane'), ('Dingo|Hiker|PVC'), ('Dingo|Hiker|Rubber'), ('Dingo|Loafer (Slip-on)|Leather'), ('Dingo|Loafer (Slip-on)|Leatherette'), ('Dingo|Loafer (Slip-on)|Polyurethane'), ('Dingo|Loafer (Slip-on)|PVC'), ('Dingo|Loafer (Slip-on)|Rubber'), ('Dingo|Oxford (Lace-up)|Leather'), ('Dingo|Oxford (Lace-up)|Leatherette'), ('Dingo|Oxford (Lace-up)|Polyurethane'), ('Dingo|Oxford (Lace-up)|PVC'), ('Dingo|Oxford (Lace-up)|Rubber'), ('Dingo|Patent Leather|Leather'), ('Dingo|Patent Leather|Leatherette'), ('Dingo|Patent Leather|Polyurethane'), ('Dingo|Patent Leather|PVC'), ('Dingo|Patent Leather|Rubber'), ('Dingo|Penny Loafer|Leather'), ('Dingo|Penny Loafer|Leatherette'), ('Dingo|Penny Loafer|Polyurethane'), ('Dingo|Penny Loafer|PVC'), ('Dingo|Penny Loafer|Rubber'), ('Dingo|Runner|Leather'), ('Dingo|Runner|Leatherette'), ('Dingo|Runner|Polyurethane'), ('Dingo|Runner|PVC'), ('Dingo|Runner|Rubber'), ('Dingo|Saddle Shoe|Leather'), ('Dingo|Saddle Shoe|Leatherette'), ('Dingo|Saddle Shoe|Polyurethane'), ('Dingo|Saddle Shoe|PVC'), ('Dingo|Saddle Shoe|Rubber'), ('Dingo|Sandal|Leather'), ('Dingo|Sandal|Leatherette'), ('Dingo|Sandal|Polyurethane'), ('Dingo|Sandal|PVC'), ('Dingo|Sandal|Rubber'), ('Dingo|Tennis|Leather'), ('Dingo|Tennis|Leatherette'), ('Dingo|Tennis|Polyurethane'), ('Dingo|Tennis|PVC'), ('Dingo|Tennis|Rubber'), ('Dingo|Walker|Leather'), ('Dingo|Walker|Leatherette'), ('Dingo|Walker|Polyurethane'), ('Dingo|Walker|PVC'), ('Dingo|Walker|Rubber'), ('Dingo|Wingtip|Leather'), ('Dingo|Wingtip|Leatherette'), ('Dingo|Wingtip|Polyurethane'), ('Dingo|Wingtip|PVC'), ('Dingo|Wingtip|Rubber'), ('Dingo|Work Boot|Leather'), ('Dingo|Work Boot|Leatherette'), ('Dingo|Work Boot|Polyurethane'), ('Dingo|Work Boot|PVC'), ('Dingo|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dolce & Gabbana|Balmoral|Leather'), ('Dolce & Gabbana|Balmoral|Leatherette'), ('Dolce & Gabbana|Balmoral|Polyurethane'), ('Dolce & Gabbana|Balmoral|PVC'), ('Dolce & Gabbana|Balmoral|Rubber'), ('Dolce & Gabbana|Boat Shoe|Leather'), ('Dolce & Gabbana|Boat Shoe|Leatherette'), ('Dolce & Gabbana|Boat Shoe|Polyurethane'), ('Dolce & Gabbana|Boat Shoe|PVC'), ('Dolce & Gabbana|Boat Shoe|Rubber'), ('Dolce & Gabbana|Brouge|Leather'), ('Dolce & Gabbana|Brouge|Leatherette'), ('Dolce & Gabbana|Brouge|Polyurethane'), ('Dolce & Gabbana|Brouge|PVC'), ('Dolce & Gabbana|Brouge|Rubber'), ('Dolce & Gabbana|Cross Trainer|Leather'), ('Dolce & Gabbana|Cross Trainer|Leatherette'), ('Dolce & Gabbana|Cross Trainer|Polyurethane'), ('Dolce & Gabbana|Cross Trainer|PVC'), ('Dolce & Gabbana|Cross Trainer|Rubber'), ('Dolce & Gabbana|Derby|Leather'), ('Dolce & Gabbana|Derby|Leatherette'), ('Dolce & Gabbana|Derby|Polyurethane'), ('Dolce & Gabbana|Derby|PVC'), ('Dolce & Gabbana|Derby|Rubber'), ('Dolce & Gabbana|Dress Boot|Leather'), ('Dolce & Gabbana|Dress Boot|Leatherette'), ('Dolce & Gabbana|Dress Boot|Polyurethane'), ('Dolce & Gabbana|Dress Boot|PVC'), ('Dolce & Gabbana|Dress Boot|Rubber'), ('Dolce & Gabbana|Dress Shoe|Leather'), ('Dolce & Gabbana|Dress Shoe|Leatherette'), ('Dolce & Gabbana|Dress Shoe|Polyurethane'), ('Dolce & Gabbana|Dress Shoe|PVC'), ('Dolce & Gabbana|Dress Shoe|Rubber'), ('Dolce & Gabbana|Driving Shoe|Leather'), ('Dolce & Gabbana|Driving Shoe|Leatherette'), ('Dolce & Gabbana|Driving Shoe|Polyurethane'), ('Dolce & Gabbana|Driving Shoe|PVC'), ('Dolce & Gabbana|Driving Shoe|Rubber'), ('Dolce & Gabbana|Hiker|Leather'), ('Dolce & Gabbana|Hiker|Leatherette'), ('Dolce & Gabbana|Hiker|Polyurethane'), ('Dolce & Gabbana|Hiker|PVC'), ('Dolce & Gabbana|Hiker|Rubber'), ('Dolce & Gabbana|Loafer (Slip-on)|Leather'), ('Dolce & Gabbana|Loafer (Slip-on)|Leatherette'), ('Dolce & Gabbana|Loafer (Slip-on)|Polyurethane'), ('Dolce & Gabbana|Loafer (Slip-on)|PVC'), ('Dolce & Gabbana|Loafer (Slip-on)|Rubber'), ('Dolce & Gabbana|Oxford (Lace-up)|Leather'), ('Dolce & Gabbana|Oxford (Lace-up)|Leatherette'), ('Dolce & Gabbana|Oxford (Lace-up)|Polyurethane'), ('Dolce & Gabbana|Oxford (Lace-up)|PVC'), ('Dolce & Gabbana|Oxford (Lace-up)|Rubber'), ('Dolce & Gabbana|Patent Leather|Leather'), ('Dolce & Gabbana|Patent Leather|Leatherette'), ('Dolce & Gabbana|Patent Leather|Polyurethane'), ('Dolce & Gabbana|Patent Leather|PVC'), ('Dolce & Gabbana|Patent Leather|Rubber'), ('Dolce & Gabbana|Penny Loafer|Leather'), ('Dolce & Gabbana|Penny Loafer|Leatherette'), ('Dolce & Gabbana|Penny Loafer|Polyurethane'), ('Dolce & Gabbana|Penny Loafer|PVC'), ('Dolce & Gabbana|Penny Loafer|Rubber'), ('Dolce & Gabbana|Runner|Leather'), ('Dolce & Gabbana|Runner|Leatherette'), ('Dolce & Gabbana|Runner|Polyurethane'), ('Dolce & Gabbana|Runner|PVC'), ('Dolce & Gabbana|Runner|Rubber'), ('Dolce & Gabbana|Saddle Shoe|Leather'), ('Dolce & Gabbana|Saddle Shoe|Leatherette'), ('Dolce & Gabbana|Saddle Shoe|Polyurethane'), ('Dolce & Gabbana|Saddle Shoe|PVC'), ('Dolce & Gabbana|Saddle Shoe|Rubber'), ('Dolce & Gabbana|Sandal|Leather'), ('Dolce & Gabbana|Sandal|Leatherette'), ('Dolce & Gabbana|Sandal|Polyurethane'), ('Dolce & Gabbana|Sandal|PVC'), ('Dolce & Gabbana|Sandal|Rubber'), ('Dolce & Gabbana|Tennis|Leather'), ('Dolce & Gabbana|Tennis|Leatherette'), ('Dolce & Gabbana|Tennis|Polyurethane'), ('Dolce & Gabbana|Tennis|PVC'), ('Dolce & Gabbana|Tennis|Rubber'), ('Dolce & Gabbana|Walker|Leather'), ('Dolce & Gabbana|Walker|Leatherette'), ('Dolce & Gabbana|Walker|Polyurethane'), ('Dolce & Gabbana|Walker|PVC'), ('Dolce & Gabbana|Walker|Rubber'), ('Dolce & Gabbana|Wingtip|Leather'), ('Dolce & Gabbana|Wingtip|Leatherette'), ('Dolce & Gabbana|Wingtip|Polyurethane'), ('Dolce & Gabbana|Wingtip|PVC'), ('Dolce & Gabbana|Wingtip|Rubber'), ('Dolce & Gabbana|Work Boot|Leather'), ('Dolce & Gabbana|Work Boot|Leatherette'), ('Dolce & Gabbana|Work Boot|Polyurethane'), ('Dolce & Gabbana|Work Boot|PVC'), ('Dolce & Gabbana|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dr. Martens Industrial|Balmoral|Leather'), ('Dr. Martens Industrial|Balmoral|Leatherette'), ('Dr. Martens Industrial|Balmoral|Polyurethane'), ('Dr. Martens Industrial|Balmoral|PVC'), ('Dr. Martens Industrial|Balmoral|Rubber'), ('Dr. Martens Industrial|Boat Shoe|Leather'), ('Dr. Martens Industrial|Boat Shoe|Leatherette'), ('Dr. Martens Industrial|Boat Shoe|Polyurethane'), ('Dr. Martens Industrial|Boat Shoe|PVC'), ('Dr. Martens Industrial|Boat Shoe|Rubber'), ('Dr. Martens Industrial|Brouge|Leather'), ('Dr. Martens Industrial|Brouge|Leatherette'), ('Dr. Martens Industrial|Brouge|Polyurethane'), ('Dr. Martens Industrial|Brouge|PVC'), ('Dr. Martens Industrial|Brouge|Rubber'), ('Dr. Martens Industrial|Cross Trainer|Leather'), ('Dr. Martens Industrial|Cross Trainer|Leatherette'), ('Dr. Martens Industrial|Cross Trainer|Polyurethane'), ('Dr. Martens Industrial|Cross Trainer|PVC'), ('Dr. Martens Industrial|Cross Trainer|Rubber'), ('Dr. Martens Industrial|Derby|Leather'), ('Dr. Martens Industrial|Derby|Leatherette'), ('Dr. Martens Industrial|Derby|Polyurethane'), ('Dr. Martens Industrial|Derby|PVC'), ('Dr. Martens Industrial|Derby|Rubber'), ('Dr. Martens Industrial|Dress Boot|Leather'), ('Dr. Martens Industrial|Dress Boot|Leatherette'), ('Dr. Martens Industrial|Dress Boot|Polyurethane'), ('Dr. Martens Industrial|Dress Boot|PVC'), ('Dr. Martens Industrial|Dress Boot|Rubber'), ('Dr. Martens Industrial|Dress Shoe|Leather'), ('Dr. Martens Industrial|Dress Shoe|Leatherette'), ('Dr. Martens Industrial|Dress Shoe|Polyurethane'), ('Dr. Martens Industrial|Dress Shoe|PVC'), ('Dr. Martens Industrial|Dress Shoe|Rubber'), ('Dr. Martens Industrial|Driving Shoe|Leather'), ('Dr. Martens Industrial|Driving Shoe|Leatherette'), ('Dr. Martens Industrial|Driving Shoe|Polyurethane'), ('Dr. Martens Industrial|Driving Shoe|PVC'), ('Dr. Martens Industrial|Driving Shoe|Rubber'), ('Dr. Martens Industrial|Hiker|Leather'), ('Dr. Martens Industrial|Hiker|Leatherette'), ('Dr. Martens Industrial|Hiker|Polyurethane'), ('Dr. Martens Industrial|Hiker|PVC'), ('Dr. Martens Industrial|Hiker|Rubber'), ('Dr. Martens Industrial|Loafer (Slip-on)|Leather'), ('Dr. Martens Industrial|Loafer (Slip-on)|Leatherette'), ('Dr. Martens Industrial|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens Industrial|Loafer (Slip-on)|PVC'), ('Dr. Martens Industrial|Loafer (Slip-on)|Rubber'), ('Dr. Martens Industrial|Oxford (Lace-up)|Leather'), ('Dr. Martens Industrial|Oxford (Lace-up)|Leatherette'), ('Dr. Martens Industrial|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens Industrial|Oxford (Lace-up)|PVC'), ('Dr. Martens Industrial|Oxford (Lace-up)|Rubber'), ('Dr. Martens Industrial|Patent Leather|Leather'), ('Dr. Martens Industrial|Patent Leather|Leatherette'), ('Dr. Martens Industrial|Patent Leather|Polyurethane'), ('Dr. Martens Industrial|Patent Leather|PVC'), ('Dr. Martens Industrial|Patent Leather|Rubber'), ('Dr. Martens Industrial|Penny Loafer|Leather'), ('Dr. Martens Industrial|Penny Loafer|Leatherette'), ('Dr. Martens Industrial|Penny Loafer|Polyurethane'), ('Dr. Martens Industrial|Penny Loafer|PVC'), ('Dr. Martens Industrial|Penny Loafer|Rubber'), ('Dr. Martens Industrial|Runner|Leather'), ('Dr. Martens Industrial|Runner|Leatherette'), ('Dr. Martens Industrial|Runner|Polyurethane'), ('Dr. Martens Industrial|Runner|PVC'), ('Dr. Martens Industrial|Runner|Rubber'), ('Dr. Martens Industrial|Saddle Shoe|Leather'), ('Dr. Martens Industrial|Saddle Shoe|Leatherette'), ('Dr. Martens Industrial|Saddle Shoe|Polyurethane'), ('Dr. Martens Industrial|Saddle Shoe|PVC'), ('Dr. Martens Industrial|Saddle Shoe|Rubber'), ('Dr. Martens Industrial|Sandal|Leather'), ('Dr. Martens Industrial|Sandal|Leatherette'), ('Dr. Martens Industrial|Sandal|Polyurethane'), ('Dr. Martens Industrial|Sandal|PVC'), ('Dr. Martens Industrial|Sandal|Rubber'), ('Dr. Martens Industrial|Tennis|Leather'), ('Dr. Martens Industrial|Tennis|Leatherette'), ('Dr. Martens Industrial|Tennis|Polyurethane'), ('Dr. Martens Industrial|Tennis|PVC'), ('Dr. Martens Industrial|Tennis|Rubber'), ('Dr. Martens Industrial|Walker|Leather'), ('Dr. Martens Industrial|Walker|Leatherette'), ('Dr. Martens Industrial|Walker|Polyurethane'), ('Dr. Martens Industrial|Walker|PVC'), ('Dr. Martens Industrial|Walker|Rubber'), ('Dr. Martens Industrial|Wingtip|Leather'), ('Dr. Martens Industrial|Wingtip|Leatherette'), ('Dr. Martens Industrial|Wingtip|Polyurethane'), ('Dr. Martens Industrial|Wingtip|PVC'), ('Dr. Martens Industrial|Wingtip|Rubber'), ('Dr. Martens Industrial|Work Boot|Leather'), ('Dr. Martens Industrial|Work Boot|Leatherette'), ('Dr. Martens Industrial|Work Boot|Polyurethane'), ('Dr. Martens Industrial|Work Boot|PVC'), ('Dr. Martens Industrial|Work Boot|Rubber'), ('Dr. Scholl's|Balmoral|Leather'), ('Dr. Scholl's|Balmoral|Leatherette'), ('Dr. Scholl's|Balmoral|Polyurethane'), ('Dr. Scholl's|Balmoral|PVC'), ('Dr. Scholl's|Balmoral|Rubber'), ('Dr. Scholl's|Boat Shoe|Leather'), ('Dr. Scholl's|Boat Shoe|Leatherette'), ('Dr. Scholl's|Boat Shoe|Polyurethane'), ('Dr. Scholl's|Boat Shoe|PVC'), ('Dr. Scholl's|Boat Shoe|Rubber'), ('Dr. Scholl's|Brouge|Leather'), ('Dr. Scholl's|Brouge|Leatherette'), ('Dr. Scholl's|Brouge|Polyurethane'), ('Dr. Scholl's|Brouge|PVC'), ('Dr. Scholl's|Brouge|Rubber'), ('Dr. Scholl's|Cross Trainer|Leather'), ('Dr. Scholl's|Cross Trainer|Leatherette'), ('Dr. Scholl's|Cross Trainer|Polyurethane'), ('Dr. Scholl's|Cross Trainer|PVC'), ('Dr. Scholl's|Cross Trainer|Rubber'), ('Dr. Scholl's|Derby|Leather'), ('Dr. Scholl's|Derby|Leatherette'), ('Dr. Scholl's|Derby|Polyurethane'), ('Dr. Scholl's|Derby|PVC'), ('Dr. Scholl's|Derby|Rubber'), ('Dr. Scholl's|Dress Boot|Leather'), ('Dr. Scholl's|Dress Boot|Leatherette'), ('Dr. Scholl's|Dress Boot|Polyurethane'), ('Dr. Scholl's|Dress Boot|PVC'), ('Dr. Scholl's|Dress Boot|Rubber'), ('Dr. Scholl's|Dress Shoe|Leather'), ('Dr. Scholl's|Dress Shoe|Leatherette'), ('Dr. Scholl's|Dress Shoe|Polyurethane'), ('Dr. Scholl's|Dress Shoe|PVC'), ('Dr. Scholl's|Dress Shoe|Rubber'), ('Dr. Scholl's|Driving Shoe|Leather'), ('Dr. Scholl's|Driving Shoe|Leatherette'), ('Dr. Scholl's|Driving Shoe|Polyurethane'), ('Dr. Scholl's|Driving Shoe|PVC'), ('Dr. Scholl's|Driving Shoe|Rubber'), ('Dr. Scholl's|Hiker|Leather'), ('Dr. Scholl's|Hiker|Leatherette'), ('Dr. Scholl's|Hiker|Polyurethane'), ('Dr. Scholl's|Hiker|PVC'), ('Dr. Scholl's|Hiker|Rubber'), ('Dr. Scholl's|Loafer (Slip-on)|Leather'), ('Dr. Scholl's|Loafer (Slip-on)|Leatherette'), ('Dr. Scholl's|Loafer (Slip-on)|Polyurethane'), ('Dr. Scholl's|Loafer (Slip-on)|PVC'), ('Dr. Scholl's|Loafer (Slip-on)|Rubber'), ('Dr. Scholl's|Oxford (Lace-up)|Leather'), ('Dr. Scholl's|Oxford (Lace-up)|Leatherette'), ('Dr. Scholl's|Oxford (Lace-up)|Polyurethane'), ('Dr. Scholl's|Oxford (Lace-up)|PVC'), ('Dr. Scholl's|Oxford (Lace-up)|Rubber'), ('Dr. Scholl's|Patent Leather|Leather'), ('Dr. Scholl's|Patent Leather|Leatherette'), ('Dr. Scholl's|Patent Leather|Polyurethane'), ('Dr. Scholl's|Patent Leather|PVC'), ('Dr. Scholl's|Patent Leather|Rubber'), ('Dr. Scholl's|Penny Loafer|Leather'), ('Dr. Scholl's|Penny Loafer|Leatherette'), ('Dr. Scholl's|Penny Loafer|Polyurethane'), ('Dr. Scholl's|Penny Loafer|PVC'), ('Dr. Scholl's|Penny Loafer|Rubber'), ('Dr. Scholl's|Runner|Leather'), ('Dr. Scholl's|Runner|Leatherette'), ('Dr. Scholl's|Runner|Polyurethane'), ('Dr. Scholl's|Runner|PVC'), ('Dr. Scholl's|Runner|Rubber'), ('Dr. Scholl's|Saddle Shoe|Leather'), ('Dr. Scholl's|Saddle Shoe|Leatherette'), ('Dr. Scholl's|Saddle Shoe|Polyurethane'), ('Dr. Scholl's|Saddle Shoe|PVC'), ('Dr. Scholl's|Saddle Shoe|Rubber'), ('Dr. Scholl's|Sandal|Leather'), ('Dr. Scholl's|Sandal|Leatherette'), ('Dr. Scholl's|Sandal|Polyurethane'), ('Dr. Scholl's|Sandal|PVC'), ('Dr. Scholl's|Sandal|Rubber'), ('Dr. Scholl's|Tennis|Leather'), ('Dr. Scholl's|Tennis|Leatherette'), ('Dr. Scholl's|Tennis|Polyurethane'), ('Dr. Scholl's|Tennis|PVC'), ('Dr. Scholl's|Tennis|Rubber'), ('Dr. Scholl's|Walker|Leather'), ('Dr. Scholl's|Walker|Leatherette'), ('Dr. Scholl's|Walker|Polyurethane'), ('Dr. Scholl's|Walker|PVC'), ('Dr. Scholl's|Walker|Rubber'), ('Dr. Scholl's|Wingtip|Leather'), ('Dr. Scholl's|Wingtip|Leatherette'), ('Dr. Scholl's|Wingtip|Polyurethane'), ('Dr. Scholl's|Wingtip|PVC'), ('Dr. Scholl's|Wingtip|Rubber'), ('Dr. Scholl's|Work Boot|Leather'), ('Dr. Scholl's|Work Boot|Leatherette'), ('Dr. Scholl's|Work Boot|Polyurethane'), ('Dr. Scholl's|Work Boot|PVC'), ('Dr. Scholl's|Work Boot|Rubber'), ('Dr. Scholl's Work|Balmoral|Leather'), ('Dr. Scholl's Work|Balmoral|Leatherette'), ('Dr. Scholl's Work|Balmoral|Polyurethane'), ('Dr. Scholl's Work|Balmoral|PVC'), ('Dr. Scholl's Work|Balmoral|Rubber'), ('Dr. Scholl's Work|Boat Shoe|Leather'), ('Dr. Scholl's Work|Boat Shoe|Leatherette'), ('Dr. Scholl's Work|Boat Shoe|Polyurethane'), ('Dr. Scholl's Work|Boat Shoe|PVC'), ('Dr. Scholl's Work|Boat Shoe|Rubber'), ('Dr. Scholl's Work|Brouge|Leather'), ('Dr. Scholl's Work|Brouge|Leatherette'), ('Dr. Scholl's Work|Brouge|Polyurethane'), ('Dr. Scholl's Work|Brouge|PVC'), ('Dr. Scholl's Work|Brouge|Rubber'), ('Dr. Scholl's Work|Cross Trainer|Leather'), ('Dr. Scholl's Work|Cross Trainer|Leatherette'), ('Dr. Scholl's Work|Cross Trainer|Polyurethane'), ('Dr. Scholl's Work|Cross Trainer|PVC'), ('Dr. Scholl's Work|Cross Trainer|Rubber'), ('Dr. Scholl's Work|Derby|Leather'), ('Dr. Scholl's Work|Derby|Leatherette'), ('Dr. Scholl's Work|Derby|Polyurethane'), ('Dr. Scholl's Work|Derby|PVC'), ('Dr. Scholl's Work|Derby|Rubber'), ('Dr. Scholl's Work|Dress Boot|Leather'), ('Dr. Scholl's Work|Dress Boot|Leatherette'), ('Dr. Scholl's Work|Dress Boot|Polyurethane'), ('Dr. Scholl's Work|Dress Boot|PVC'), ('Dr. Scholl's Work|Dress Boot|Rubber'), ('Dr. Scholl's Work|Dress Shoe|Leather'), ('Dr. Scholl's Work|Dress Shoe|Leatherette'), ('Dr. Scholl's Work|Dress Shoe|Polyurethane'), ('Dr. Scholl's Work|Dress Shoe|PVC'), ('Dr. Scholl's Work|Dress Shoe|Rubber'), ('Dr. Scholl's Work|Driving Shoe|Leather'), ('Dr. Scholl's Work|Driving Shoe|Leatherette'), ('Dr. Scholl's Work|Driving Shoe|Polyurethane'), ('Dr. Scholl's Work|Driving Shoe|PVC'), ('Dr. Scholl's Work|Driving Shoe|Rubber'), ('Dr. Scholl's Work|Hiker|Leather'), ('Dr. Scholl's Work|Hiker|Leatherette'), ('Dr. Scholl's Work|Hiker|Polyurethane'), ('Dr. Scholl's Work|Hiker|PVC'), ('Dr. Scholl's Work|Hiker|Rubber'), ('Dr. Scholl's Work|Loafer (Slip-on)|Leather'), ('Dr. Scholl's Work|Loafer (Slip-on)|Leatherette'), ('Dr. Scholl's Work|Loafer (Slip-on)|Polyurethane'), ('Dr. Scholl's Work|Loafer (Slip-on)|PVC'), ('Dr. Scholl's Work|Loafer (Slip-on)|Rubber'), ('Dr. Scholl's Work|Oxford (Lace-up)|Leather'), ('Dr. Scholl's Work|Oxford (Lace-up)|Leatherette'), ('Dr. Scholl's Work|Oxford (Lace-up)|Polyurethane'), ('Dr. Scholl's Work|Oxford (Lace-up)|PVC'), ('Dr. Scholl's Work|Oxford (Lace-up)|Rubber'), ('Dr. Scholl's Work|Patent Leather|Leather'), ('Dr. Scholl's Work|Patent Leather|Leatherette'), ('Dr. Scholl's Work|Patent Leather|Polyurethane'), ('Dr. Scholl's Work|Patent Leather|PVC'), ('Dr. Scholl's Work|Patent Leather|Rubber'), ('Dr. Scholl's Work|Penny Loafer|Leather'), ('Dr. Scholl's Work|Penny Loafer|Leatherette'), ('Dr. Scholl's Work|Penny Loafer|Polyurethane'), ('Dr. Scholl's Work|Penny Loafer|PVC'), ('Dr. Scholl's Work|Penny Loafer|Rubber'), ('Dr. Scholl's Work|Runner|Leather'), ('Dr. Scholl's Work|Runner|Leatherette'), ('Dr. Scholl's Work|Runner|Polyurethane'), ('Dr. Scholl's Work|Runner|PVC'), ('Dr. Scholl's Work|Runner|Rubber'), ('Dr. Scholl's Work|Saddle Shoe|Leather'), ('Dr. Scholl's Work|Saddle Shoe|Leatherette'), ('Dr. Scholl's Work|Saddle Shoe|Polyurethane'), ('Dr. Scholl's Work|Saddle Shoe|PVC'), ('Dr. Scholl's Work|Saddle Shoe|Rubber'), ('Dr. Scholl's Work|Sandal|Leather'), ('Dr. Scholl's Work|Sandal|Leatherette'), ('Dr. Scholl's Work|Sandal|Polyurethane'), ('Dr. Scholl's Work|Sandal|PVC'), ('Dr. Scholl's Work|Sandal|Rubber'), ('Dr. Scholl's Work|Tennis|Leather'), ('Dr. Scholl's Work|Tennis|Leatherette'), ('Dr. Scholl's Work|Tennis|Polyurethane'), ('Dr. Scholl's Work|Tennis|PVC'), ('Dr. Scholl's Work|Tennis|Rubber'), ('Dr. Scholl's Work|Walker|Leather'), ('Dr. Scholl's Work|Walker|Leatherette'), ('Dr. Scholl's Work|Walker|Polyurethane'), ('Dr. Scholl's Work|Walker|PVC'), ('Dr. Scholl's Work|Walker|Rubber'), ('Dr. Scholl's Work|Wingtip|Leather'), ('Dr. Scholl's Work|Wingtip|Leatherette'), ('Dr. Scholl's Work|Wingtip|Polyurethane'), ('Dr. Scholl's Work|Wingtip|PVC'), ('Dr. Scholl's Work|Wingtip|Rubber'), ('Dr. Scholl's Work|Work Boot|Leather'), ('Dr. Scholl's Work|Work Boot|Leatherette'), ('Dr. Scholl's Work|Work Boot|Polyurethane'), ('Dr. Scholl's Work|Work Boot|PVC'), ('Dr. Scholl's Work|Work Boot|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|Leather'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|PVC'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Leather'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|PVC'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Brouge|Leather'), ('Dr. Tuxedo by Benjamin Walk|Brouge|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Brouge|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Brouge|PVC'), ('Dr. Tuxedo by Benjamin Walk|Brouge|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Leather'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|PVC'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Derby|Leather'), ('Dr. Tuxedo by Benjamin Walk|Derby|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Derby|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Derby|PVC'), ('Dr. Tuxedo by Benjamin Walk|Derby|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Leather'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|PVC'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Leather'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|PVC'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Leather'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|PVC'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Hiker|Leather'), ('Dr. Tuxedo by Benjamin Walk|Hiker|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Hiker|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Hiker|PVC'), ('Dr. Tuxedo by Benjamin Walk|Hiker|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Leather'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|PVC'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Leather'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|PVC'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Leather'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|PVC'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Leather'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|PVC'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Runner|Leather'), ('Dr. Tuxedo by Benjamin Walk|Runner|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Runner|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Runner|PVC'), ('Dr. Tuxedo by Benjamin Walk|Runner|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Leather'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|PVC'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Sandal|Leather'), ('Dr. Tuxedo by Benjamin Walk|Sandal|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Sandal|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Sandal|PVC'), ('Dr. Tuxedo by Benjamin Walk|Sandal|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Tennis|Leather'), ('Dr. Tuxedo by Benjamin Walk|Tennis|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Tennis|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Tennis|PVC'), ('Dr. Tuxedo by Benjamin Walk|Tennis|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Walker|Leather'), ('Dr. Tuxedo by Benjamin Walk|Walker|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Walker|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Walker|PVC'), ('Dr. Tuxedo by Benjamin Walk|Walker|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|Leather'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|PVC'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|Leather'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|PVC'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|Rubber'), ('Florsheim Shoe|Balmoral|Leather'), ('Florsheim Shoe|Balmoral|Leatherette'), ('Florsheim Shoe|Balmoral|Polyurethane'), ('Florsheim Shoe|Balmoral|PVC'), ('Florsheim Shoe|Balmoral|Rubber'), ('Florsheim Shoe|Boat Shoe|Leather'), ('Florsheim Shoe|Boat Shoe|Leatherette'), ('Florsheim Shoe|Boat Shoe|Polyurethane'), ('Florsheim Shoe|Boat Shoe|PVC'), ('Florsheim Shoe|Boat Shoe|Rubber'), ('Florsheim Shoe|Brouge|Leather'), ('Florsheim Shoe|Brouge|Leatherette'), ('Florsheim Shoe|Brouge|Polyurethane'), ('Florsheim Shoe|Brouge|PVC'), ('Florsheim Shoe|Brouge|Rubber'), ('Florsheim Shoe|Cross Trainer|Leather'), ('Florsheim Shoe|Cross Trainer|Leatherette'), ('Florsheim Shoe|Cross Trainer|Polyurethane'), ('Florsheim Shoe|Cross Trainer|PVC'), ('Florsheim Shoe|Cross Trainer|Rubber'), ('Florsheim Shoe|Derby|Leather'), ('Florsheim Shoe|Derby|Leatherette'), ('Florsheim Shoe|Derby|Polyurethane'), ('Florsheim Shoe|Derby|PVC'), ('Florsheim Shoe|Derby|Rubber'), ('Florsheim Shoe|Dress Boot|Leather'), ('Florsheim Shoe|Dress Boot|Leatherette'), ('Florsheim Shoe|Dress Boot|Polyurethane'), ('Florsheim Shoe|Dress Boot|PVC'), ('Florsheim Shoe|Dress Boot|Rubber'), ('Florsheim Shoe|Dress Shoe|Leather'), ('Florsheim Shoe|Dress Shoe|Leatherette'), ('Florsheim Shoe|Dress Shoe|Polyurethane'), ('Florsheim Shoe|Dress Shoe|PVC'), ('Florsheim Shoe|Dress Shoe|Rubber'), ('Florsheim Shoe|Driving Shoe|Leather'), ('Florsheim Shoe|Driving Shoe|Leatherette'), ('Florsheim Shoe|Driving Shoe|Polyurethane'), ('Florsheim Shoe|Driving Shoe|PVC'), ('Florsheim Shoe|Driving Shoe|Rubber'), ('Florsheim Shoe|Hiker|Leather'), ('Florsheim Shoe|Hiker|Leatherette'), ('Florsheim Shoe|Hiker|Polyurethane'), ('Florsheim Shoe|Hiker|PVC'), ('Florsheim Shoe|Hiker|Rubber'), ('Florsheim Shoe|Loafer (Slip-on)|Leather'), ('Florsheim Shoe|Loafer (Slip-on)|Leatherette'), ('Florsheim Shoe|Loafer (Slip-on)|Polyurethane'), ('Florsheim Shoe|Loafer (Slip-on)|PVC'), ('Florsheim Shoe|Loafer (Slip-on)|Rubber'), ('Florsheim Shoe|Oxford (Lace-up)|Leather'), ('Florsheim Shoe|Oxford (Lace-up)|Leatherette'), ('Florsheim Shoe|Oxford (Lace-up)|Polyurethane'), ('Florsheim Shoe|Oxford (Lace-up)|PVC'), ('Florsheim Shoe|Oxford (Lace-up)|Rubber'), ('Florsheim Shoe|Patent Leather|Leather'), ('Florsheim Shoe|Patent Leather|Leatherette'), ('Florsheim Shoe|Patent Leather|Polyurethane'), ('Florsheim Shoe|Patent Leather|PVC'), ('Florsheim Shoe|Patent Leather|Rubber'), ('Florsheim Shoe|Penny Loafer|Leather'), ('Florsheim Shoe|Penny Loafer|Leatherette'), ('Florsheim Shoe|Penny Loafer|Polyurethane'), ('Florsheim Shoe|Penny Loafer|PVC'), ('Florsheim Shoe|Penny Loafer|Rubber'), ('Florsheim Shoe|Runner|Leather'), ('Florsheim Shoe|Runner|Leatherette'), ('Florsheim Shoe|Runner|Polyurethane'), ('Florsheim Shoe|Runner|PVC'), ('Florsheim Shoe|Runner|Rubber'), ('Florsheim Shoe|Saddle Shoe|Leather'), ('Florsheim Shoe|Saddle Shoe|Leatherette'), ('Florsheim Shoe|Saddle Shoe|Polyurethane'), ('Florsheim Shoe|Saddle Shoe|PVC'), ('Florsheim Shoe|Saddle Shoe|Rubber'), ('Florsheim Shoe|Sandal|Leather'), ('Florsheim Shoe|Sandal|Leatherette'), ('Florsheim Shoe|Sandal|Polyurethane'), ('Florsheim Shoe|Sandal|PVC'), ('Florsheim Shoe|Sandal|Rubber'), ('Florsheim Shoe|Tennis|Leather'), ('Florsheim Shoe|Tennis|Leatherette'), ('Florsheim Shoe|Tennis|Polyurethane'), ('Florsheim Shoe|Tennis|PVC'), ('Florsheim Shoe|Tennis|Rubber'), ('Florsheim Shoe|Walker|Leather'), ('Florsheim Shoe|Walker|Leatherette'), ('Florsheim Shoe|Walker|Polyurethane'), ('Florsheim Shoe|Walker|PVC'), ('Florsheim Shoe|Walker|Rubber'), ('Florsheim Shoe|Wingtip|Leather'), ('Florsheim Shoe|Wingtip|Leatherette'), ('Florsheim Shoe|Wingtip|Polyurethane'), ('Florsheim Shoe|Wingtip|PVC'), ('Florsheim Shoe|Wingtip|Rubber'), ('Florsheim Shoe|Work Boot|Leather'), ('Florsheim Shoe|Work Boot|Leatherette'), ('Florsheim Shoe|Work Boot|Polyurethane'), ('Florsheim Shoe|Work Boot|PVC'), ('Florsheim Shoe|Work Boot|Rubber'), ('Florsheim Work|Balmoral|Leather'), ('Florsheim Work|Balmoral|Leatherette'), ('Florsheim Work|Balmoral|Polyurethane'), ('Florsheim Work|Balmoral|PVC'), ('Florsheim Work|Balmoral|Rubber'), ('Florsheim Work|Boat Shoe|Leather'), ('Florsheim Work|Boat Shoe|Leatherette'), ('Florsheim Work|Boat Shoe|Polyurethane'), ('Florsheim Work|Boat Shoe|PVC'), ('Florsheim Work|Boat Shoe|Rubber'), ('Florsheim Work|Brouge|Leather'), ('Florsheim Work|Brouge|Leatherette'), ('Florsheim Work|Brouge|Polyurethane'), ('Florsheim Work|Brouge|PVC'), ('Florsheim Work|Brouge|Rubber'), ('Florsheim Work|Cross Trainer|Leather'), ('Florsheim Work|Cross Trainer|Leatherette'), ('Florsheim Work|Cross Trainer|Polyurethane'), ('Florsheim Work|Cross Trainer|PVC'), ('Florsheim Work|Cross Trainer|Rubber'), ('Florsheim Work|Derby|Leather'), ('Florsheim Work|Derby|Leatherette'), ('Florsheim Work|Derby|Polyurethane'), ('Florsheim Work|Derby|PVC'), ('Florsheim Work|Derby|Rubber'), ('Florsheim Work|Dress Boot|Leather'), ('Florsheim Work|Dress Boot|Leatherette'), ('Florsheim Work|Dress Boot|Polyurethane'), ('Florsheim Work|Dress Boot|PVC'), ('Florsheim Work|Dress Boot|Rubber'), ('Florsheim Work|Dress Shoe|Leather'), ('Florsheim Work|Dress Shoe|Leatherette'), ('Florsheim Work|Dress Shoe|Polyurethane'), ('Florsheim Work|Dress Shoe|PVC'), ('Florsheim Work|Dress Shoe|Rubber'), ('Florsheim Work|Driving Shoe|Leather'), ('Florsheim Work|Driving Shoe|Leatherette'), ('Florsheim Work|Driving Shoe|Polyurethane'), ('Florsheim Work|Driving Shoe|PVC'), ('Florsheim Work|Driving Shoe|Rubber'), ('Florsheim Work|Hiker|Leather'), ('Florsheim Work|Hiker|Leatherette'), ('Florsheim Work|Hiker|Polyurethane'), ('Florsheim Work|Hiker|PVC'), ('Florsheim Work|Hiker|Rubber'), ('Florsheim Work|Loafer (Slip-on)|Leather'), ('Florsheim Work|Loafer (Slip-on)|Leatherette'), ('Florsheim Work|Loafer (Slip-on)|Polyurethane'), ('Florsheim Work|Loafer (Slip-on)|PVC'), ('Florsheim Work|Loafer (Slip-on)|Rubber'), ('Florsheim Work|Oxford (Lace-up)|Leather'), ('Florsheim Work|Oxford (Lace-up)|Leatherette'), ('Florsheim Work|Oxford (Lace-up)|Polyurethane'), ('Florsheim Work|Oxford (Lace-up)|PVC'), ('Florsheim Work|Oxford (Lace-up)|Rubber'), ('Florsheim Work|Patent Leather|Leather'), ('Florsheim Work|Patent Leather|Leatherette'), ('Florsheim Work|Patent Leather|Polyurethane'), ('Florsheim Work|Patent Leather|PVC'), ('Florsheim Work|Patent Leather|Rubber'), ('Florsheim Work|Penny Loafer|Leather'), ('Florsheim Work|Penny Loafer|Leatherette'), ('Florsheim Work|Penny Loafer|Polyurethane'), ('Florsheim Work|Penny Loafer|PVC'), ('Florsheim Work|Penny Loafer|Rubber'), ('Florsheim Work|Runner|Leather'), ('Florsheim Work|Runner|Leatherette'), ('Florsheim Work|Runner|Polyurethane'), ('Florsheim Work|Runner|PVC'), ('Florsheim Work|Runner|Rubber'), ('Florsheim Work|Saddle Shoe|Leather'), ('Florsheim Work|Saddle Shoe|Leatherette'), ('Florsheim Work|Saddle Shoe|Polyurethane'), ('Florsheim Work|Saddle Shoe|PVC'), ('Florsheim Work|Saddle Shoe|Rubber'), ('Florsheim Work|Sandal|Leather'), ('Florsheim Work|Sandal|Leatherette'), ('Florsheim Work|Sandal|Polyurethane'), ('Florsheim Work|Sandal|PVC'), ('Florsheim Work|Sandal|Rubber'), ('Florsheim Work|Tennis|Leather'), ('Florsheim Work|Tennis|Leatherette'), ('Florsheim Work|Tennis|Polyurethane'), ('Florsheim Work|Tennis|PVC'), ('Florsheim Work|Tennis|Rubber'), ('Florsheim Work|Walker|Leather'), ('Florsheim Work|Walker|Leatherette'), ('Florsheim Work|Walker|Polyurethane'), ('Florsheim Work|Walker|PVC'), ('Florsheim Work|Walker|Rubber'), ('Florsheim Work|Wingtip|Leather'), ('Florsheim Work|Wingtip|Leatherette'), ('Florsheim Work|Wingtip|Polyurethane'), ('Florsheim Work|Wingtip|PVC'), ('Florsheim Work|Wingtip|Rubber'), ('Florsheim Work|Work Boot|Leather'), ('Florsheim Work|Work Boot|Leatherette'), ('Florsheim Work|Work Boot|Polyurethane'), ('Florsheim Work|Work Boot|PVC'), ('Florsheim Work|Work Boot|Rubber'), ('GBX|Balmoral|Leather'), ('GBX|Balmoral|Leatherette'), ('GBX|Balmoral|Polyurethane'), ('GBX|Balmoral|PVC'), ('GBX|Balmoral|Rubber'), ('GBX|Boat Shoe|Leather'), ('GBX|Boat Shoe|Leatherette'), ('GBX|Boat Shoe|Polyurethane'), ('GBX|Boat Shoe|PVC'), ('GBX|Boat Shoe|Rubber'), ('GBX|Brouge|Leather'), ('GBX|Brouge|Leatherette'), ('GBX|Brouge|Polyurethane'), ('GBX|Brouge|PVC'), ('GBX|Brouge|Rubber'), ('GBX|Cross Trainer|Leather'), ('GBX|Cross Trainer|Leatherette'), ('GBX|Cross Trainer|Polyurethane'), ('GBX|Cross Trainer|PVC'), ('GBX|Cross Trainer|Rubber'), ('GBX|Derby|Leather'), ('GBX|Derby|Leatherette'), ('GBX|Derby|Polyurethane'), ('GBX|Derby|PVC'), ('GBX|Derby|Rubber'), ('GBX|Dress Boot|Leather'), ('GBX|Dress Boot|Leatherette'), ('GBX|Dress Boot|Polyurethane'), ('GBX|Dress Boot|PVC'), ('GBX|Dress Boot|Rubber'), ('GBX|Dress Shoe|Leather'), ('GBX|Dress Shoe|Leatherette'), ('GBX|Dress Shoe|Polyurethane'), ('GBX|Dress Shoe|PVC'), ('GBX|Dress Shoe|Rubber'), ('GBX|Driving Shoe|Leather'), ('GBX|Driving Shoe|Leatherette'), ('GBX|Driving Shoe|Polyurethane'), ('GBX|Driving Shoe|PVC'), ('GBX|Driving Shoe|Rubber'), ('GBX|Hiker|Leather'), ('GBX|Hiker|Leatherette'), ('GBX|Hiker|Polyurethane'), ('GBX|Hiker|PVC'), ('GBX|Hiker|Rubber'), ('GBX|Loafer (Slip-on)|Leather'), ('GBX|Loafer (Slip-on)|Leatherette'), ('GBX|Loafer (Slip-on)|Polyurethane'), ('GBX|Loafer (Slip-on)|PVC'), ('GBX|Loafer (Slip-on)|Rubber'), ('GBX|Oxford (Lace-up)|Leather'), ('GBX|Oxford (Lace-up)|Leatherette'), ('GBX|Oxford (Lace-up)|Polyurethane'), ('GBX|Oxford (Lace-up)|PVC'), ('GBX|Oxford (Lace-up)|Rubber'), ('GBX|Patent Leather|Leather'), ('GBX|Patent Leather|Leatherette'), ('GBX|Patent Leather|Polyurethane'), ('GBX|Patent Leather|PVC'), ('GBX|Patent Leather|Rubber'), ('GBX|Penny Loafer|Leather'), ('GBX|Penny Loafer|Leatherette'), ('GBX|Penny Loafer|Polyurethane'), ('GBX|Penny Loafer|PVC'), ('GBX|Penny Loafer|Rubber'), ('GBX|Runner|Leather'), ('GBX|Runner|Leatherette'), ('GBX|Runner|Polyurethane'), ('GBX|Runner|PVC'), ('GBX|Runner|Rubber'), ('GBX|Saddle Shoe|Leather'), ('GBX|Saddle Shoe|Leatherette'), ('GBX|Saddle Shoe|Polyurethane'), ('GBX|Saddle Shoe|PVC'), ('GBX|Saddle Shoe|Rubber'), ('GBX|Sandal|Leather'), ('GBX|Sandal|Leatherette'), ('GBX|Sandal|Polyurethane'), ('GBX|Sandal|PVC'), ('GBX|Sandal|Rubber'), ('GBX|Tennis|Leather'), ('GBX|Tennis|Leatherette'), ('GBX|Tennis|Polyurethane'), ('GBX|Tennis|PVC'), ('GBX|Tennis|Rubber'), ('GBX|Walker|Leather'), ('GBX|Walker|Leatherette'), ('GBX|Walker|Polyurethane'), ('GBX|Walker|PVC'), ('GBX|Walker|Rubber'), ('GBX|Wingtip|Leather'), ('GBX|Wingtip|Leatherette'), ('GBX|Wingtip|Polyurethane'), ('GBX|Wingtip|PVC'), ('GBX|Wingtip|Rubber'), ('GBX|Work Boot|Leather'), ('GBX|Work Boot|Leatherette'), ('GBX|Work Boot|Polyurethane'), ('GBX|Work Boot|PVC'), ('GBX|Work Boot|Rubber'), ('Giorgio Brutini|Balmoral|Leather'), ('Giorgio Brutini|Balmoral|Leatherette'), ('Giorgio Brutini|Balmoral|Polyurethane'), ('Giorgio Brutini|Balmoral|PVC'), ('Giorgio Brutini|Balmoral|Rubber'), ('Giorgio Brutini|Boat Shoe|Leather'), ('Giorgio Brutini|Boat Shoe|Leatherette'), ('Giorgio Brutini|Boat Shoe|Polyurethane'), ('Giorgio Brutini|Boat Shoe|PVC'), ('Giorgio Brutini|Boat Shoe|Rubber'), ('Giorgio Brutini|Brouge|Leather'), ('Giorgio Brutini|Brouge|Leatherette'), ('Giorgio Brutini|Brouge|Polyurethane'), ('Giorgio Brutini|Brouge|PVC'), ('Giorgio Brutini|Brouge|Rubber'), ('Giorgio Brutini|Cross Trainer|Leather'), ('Giorgio Brutini|Cross Trainer|Leatherette'), ('Giorgio Brutini|Cross Trainer|Polyurethane'), ('Giorgio Brutini|Cross Trainer|PVC'), ('Giorgio Brutini|Cross Trainer|Rubber'), ('Giorgio Brutini|Derby|Leather'), ('Giorgio Brutini|Derby|Leatherette'), ('Giorgio Brutini|Derby|Polyurethane'), ('Giorgio Brutini|Derby|PVC'), ('Giorgio Brutini|Derby|Rubber'), ('Giorgio Brutini|Dress Boot|Leather'), ('Giorgio Brutini|Dress Boot|Leatherette'), ('Giorgio Brutini|Dress Boot|Polyurethane'), ('Giorgio Brutini|Dress Boot|PVC'), ('Giorgio Brutini|Dress Boot|Rubber'), ('Giorgio Brutini|Dress Shoe|Leather'), ('Giorgio Brutini|Dress Shoe|Leatherette'), ('Giorgio Brutini|Dress Shoe|Polyurethane'), ('Giorgio Brutini|Dress Shoe|PVC'), ('Giorgio Brutini|Dress Shoe|Rubber'), ('Giorgio Brutini|Driving Shoe|Leather'), ('Giorgio Brutini|Driving Shoe|Leatherette'), ('Giorgio Brutini|Driving Shoe|Polyurethane'), ('Giorgio Brutini|Driving Shoe|PVC'), ('Giorgio Brutini|Driving Shoe|Rubber'), ('Giorgio Brutini|Hiker|Leather'), ('Giorgio Brutini|Hiker|Leatherette'), ('Giorgio Brutini|Hiker|Polyurethane'), ('Giorgio Brutini|Hiker|PVC'), ('Giorgio Brutini|Hiker|Rubber'), ('Giorgio Brutini|Loafer (Slip-on)|Leather'), ('Giorgio Brutini|Loafer (Slip-on)|Leatherette'), ('Giorgio Brutini|Loafer (Slip-on)|Polyurethane'), ('Giorgio Brutini|Loafer (Slip-on)|PVC'), ('Giorgio Brutini|Loafer (Slip-on)|Rubber'), ('Giorgio Brutini|Oxford (Lace-up)|Leather'), ('Giorgio Brutini|Oxford (Lace-up)|Leatherette'), ('Giorgio Brutini|Oxford (Lace-up)|Polyurethane'), ('Giorgio Brutini|Oxford (Lace-up)|PVC'), ('Giorgio Brutini|Oxford (Lace-up)|Rubber'), ('Giorgio Brutini|Patent Leather|Leather'), ('Giorgio Brutini|Patent Leather|Leatherette'), ('Giorgio Brutini|Patent Leather|Polyurethane'), ('Giorgio Brutini|Patent Leather|PVC'), ('Giorgio Brutini|Patent Leather|Rubber'), ('Giorgio Brutini|Penny Loafer|Leather'), ('Giorgio Brutini|Penny Loafer|Leatherette'), ('Giorgio Brutini|Penny Loafer|Polyurethane'), ('Giorgio Brutini|Penny Loafer|PVC'), ('Giorgio Brutini|Penny Loafer|Rubber'), ('Giorgio Brutini|Runner|Leather'), ('Giorgio Brutini|Runner|Leatherette'), ('Giorgio Brutini|Runner|Polyurethane'), ('Giorgio Brutini|Runner|PVC'), ('Giorgio Brutini|Runner|Rubber'), ('Giorgio Brutini|Saddle Shoe|Leather'), ('Giorgio Brutini|Saddle Shoe|Leatherette'), ('Giorgio Brutini|Saddle Shoe|Polyurethane'), ('Giorgio Brutini|Saddle Shoe|PVC'), ('Giorgio Brutini|Saddle Shoe|Rubber'), ('Giorgio Brutini|Sandal|Leather'), ('Giorgio Brutini|Sandal|Leatherette'), ('Giorgio Brutini|Sandal|Polyurethane'), ('Giorgio Brutini|Sandal|PVC'), ('Giorgio Brutini|Sandal|Rubber'), ('Giorgio Brutini|Tennis|Leather'), ('Giorgio Brutini|Tennis|Leatherette'), ('Giorgio Brutini|Tennis|Polyurethane'), ('Giorgio Brutini|Tennis|PVC'), ('Giorgio Brutini|Tennis|Rubber'), ('Giorgio Brutini|Walker|Leather'), ('Giorgio Brutini|Walker|Leatherette'), ('Giorgio Brutini|Walker|Polyurethane'), ('Giorgio Brutini|Walker|PVC'), ('Giorgio Brutini|Walker|Rubber'), ('Giorgio Brutini|Wingtip|Leather'), ('Giorgio Brutini|Wingtip|Leatherette'), ('Giorgio Brutini|Wingtip|Polyurethane'), ('Giorgio Brutini|Wingtip|PVC'), ('Giorgio Brutini|Wingtip|Rubber'), ('Giorgio Brutini|Work Boot|Leather'), ('Giorgio Brutini|Work Boot|Leatherette'), ('Giorgio Brutini|Work Boot|Polyurethane'), ('Giorgio Brutini|Work Boot|PVC'), ('Giorgio Brutini|Work Boot|Rubber'), ('Gucci|Balmoral|Leather'), ('Gucci|Balmoral|Leatherette'), ('Gucci|Balmoral|Polyurethane'), ('Gucci|Balmoral|PVC'), ('Gucci|Balmoral|Rubber'), ('Gucci|Boat Shoe|Leather'), ('Gucci|Boat Shoe|Leatherette'), ('Gucci|Boat Shoe|Polyurethane'), ('Gucci|Boat Shoe|PVC'), ('Gucci|Boat Shoe|Rubber'), ('Gucci|Brouge|Leather'), ('Gucci|Brouge|Leatherette'), ('Gucci|Brouge|Polyurethane'), ('Gucci|Brouge|PVC'), ('Gucci|Brouge|Rubber'), ('Gucci|Cross Trainer|Leather'), ('Gucci|Cross Trainer|Leatherette'), ('Gucci|Cross Trainer|Polyurethane'), ('Gucci|Cross Trainer|PVC'), ('Gucci|Cross Trainer|Rubber'), ('Gucci|Derby|Leather'), ('Gucci|Derby|Leatherette'), ('Gucci|Derby|Polyurethane'), ('Gucci|Derby|PVC'), ('Gucci|Derby|Rubber'), ('Gucci|Dress Boot|Leather'), ('Gucci|Dress Boot|Leatherette'), ('Gucci|Dress Boot|Polyurethane'), ('Gucci|Dress Boot|PVC'), ('Gucci|Dress Boot|Rubber'), ('Gucci|Dress Shoe|Leather'), ('Gucci|Dress Shoe|Leatherette'), ('Gucci|Dress Shoe|Polyurethane'), ('Gucci|Dress Shoe|PVC'), ('Gucci|Dress Shoe|Rubber'), ('Gucci|Driving Shoe|Leather'), ('Gucci|Driving Shoe|Leatherette'), ('Gucci|Driving Shoe|Polyurethane'), ('Gucci|Driving Shoe|PVC'), ('Gucci|Driving Shoe|Rubber'), ('Gucci|Hiker|Leather'), ('Gucci|Hiker|Leatherette'), ('Gucci|Hiker|Polyurethane'), ('Gucci|Hiker|PVC'), ('Gucci|Hiker|Rubber'), ('Gucci|Loafer (Slip-on)|Leather'), ('Gucci|Loafer (Slip-on)|Leatherette'), ('Gucci|Loafer (Slip-on)|Polyurethane'), ('Gucci|Loafer (Slip-on)|PVC'), ('Gucci|Loafer (Slip-on)|Rubber'), ('Gucci|Oxford (Lace-up)|Leather'), ('Gucci|Oxford (Lace-up)|Leatherette'), ('Gucci|Oxford (Lace-up)|Polyurethane'), ('Gucci|Oxford (Lace-up)|PVC'), ('Gucci|Oxford (Lace-up)|Rubber'), ('Gucci|Patent Leather|Leather'), ('Gucci|Patent Leather|Leatherette'), ('Gucci|Patent Leather|Polyurethane'), ('Gucci|Patent Leather|PVC'), ('Gucci|Patent Leather|Rubber'), ('Gucci|Penny Loafer|Leather'), ('Gucci|Penny Loafer|Leatherette'), ('Gucci|Penny Loafer|Polyurethane'), ('Gucci|Penny Loafer|PVC'), ('Gucci|Penny Loafer|Rubber'), ('Gucci|Runner|Leather'), ('Gucci|Runner|Leatherette'), ('Gucci|Runner|Polyurethane'), ('Gucci|Runner|PVC'), ('Gucci|Runner|Rubber'), ('Gucci|Saddle Shoe|Leather'), ('Gucci|Saddle Shoe|Leatherette'), ('Gucci|Saddle Shoe|Polyurethane'), ('Gucci|Saddle Shoe|PVC'), ('Gucci|Saddle Shoe|Rubber'), ('Gucci|Sandal|Leather'), ('Gucci|Sandal|Leatherette'), ('Gucci|Sandal|Polyurethane'), ('Gucci|Sandal|PVC'), ('Gucci|Sandal|Rubber'), ('Gucci|Tennis|Leather'), ('Gucci|Tennis|Leatherette'), ('Gucci|Tennis|Polyurethane'), ('Gucci|Tennis|PVC'), ('Gucci|Tennis|Rubber'), ('Gucci|Walker|Leather'), ('Gucci|Walker|Leatherette'), ('Gucci|Walker|Polyurethane'), ('Gucci|Walker|PVC'), ('Gucci|Walker|Rubber'), ('Gucci|Wingtip|Leather'), ('Gucci|Wingtip|Leatherette'), ('Gucci|Wingtip|Polyurethane'), ('Gucci|Wingtip|PVC'), ('Gucci|Wingtip|Rubber'), ('Gucci|Work Boot|Leather'), ('Gucci|Work Boot|Leatherette'), ('Gucci|Work Boot|Polyurethane'), ('Gucci|Work Boot|PVC'), ('Gucci|Work Boot|Rubber'), ('Harley Davidson|Balmoral|Leather'), ('Harley Davidson|Balmoral|Leatherette'), ('Harley Davidson|Balmoral|Polyurethane'), ('Harley Davidson|Balmoral|PVC'), ('Harley Davidson|Balmoral|Rubber'), ('Harley Davidson|Boat Shoe|Leather'), ('Harley Davidson|Boat Shoe|Leatherette'), ('Harley Davidson|Boat Shoe|Polyurethane'), ('Harley Davidson|Boat Shoe|PVC'), ('Harley Davidson|Boat Shoe|Rubber'), ('Harley Davidson|Brouge|Leather'), ('Harley Davidson|Brouge|Leatherette'), ('Harley Davidson|Brouge|Polyurethane'), ('Harley Davidson|Brouge|PVC'), ('Harley Davidson|Brouge|Rubber'), ('Harley Davidson|Cross Trainer|Leather'), ('Harley Davidson|Cross Trainer|Leatherette'), ('Harley Davidson|Cross Trainer|Polyurethane'), ('Harley Davidson|Cross Trainer|PVC'), ('Harley Davidson|Cross Trainer|Rubber'), ('Harley Davidson|Derby|Leather'), ('Harley Davidson|Derby|Leatherette'), ('Harley Davidson|Derby|Polyurethane'), ('Harley Davidson|Derby|PVC'), ('Harley Davidson|Derby|Rubber'), ('Harley Davidson|Dress Boot|Leather'), ('Harley Davidson|Dress Boot|Leatherette'), ('Harley Davidson|Dress Boot|Polyurethane'), ('Harley Davidson|Dress Boot|PVC'), ('Harley Davidson|Dress Boot|Rubber'), ('Harley Davidson|Dress Shoe|Leather'), ('Harley Davidson|Dress Shoe|Leatherette'), ('Harley Davidson|Dress Shoe|Polyurethane'), ('Harley Davidson|Dress Shoe|PVC'), ('Harley Davidson|Dress Shoe|Rubber'), ('Harley Davidson|Driving Shoe|Leather'), ('Harley Davidson|Driving Shoe|Leatherette'), ('Harley Davidson|Driving Shoe|Polyurethane'), ('Harley Davidson|Driving Shoe|PVC'), ('Harley Davidson|Driving Shoe|Rubber'), ('Harley Davidson|Hiker|Leather'), ('Harley Davidson|Hiker|Leatherette'), ('Harley Davidson|Hiker|Polyurethane'), ('Harley Davidson|Hiker|PVC'), ('Harley Davidson|Hiker|Rubber'), ('Harley Davidson|Loafer (Slip-on)|Leather'), ('Harley Davidson|Loafer (Slip-on)|Leatherette'), ('Harley Davidson|Loafer (Slip-on)|Polyurethane'), ('Harley Davidson|Loafer (Slip-on)|PVC'), ('Harley Davidson|Loafer (Slip-on)|Rubber'), ('Harley Davidson|Oxford (Lace-up)|Leather'), ('Harley Davidson|Oxford (Lace-up)|Leatherette'), ('Harley Davidson|Oxford (Lace-up)|Polyurethane'), ('Harley Davidson|Oxford (Lace-up)|PVC'), ('Harley Davidson|Oxford (Lace-up)|Rubber'), ('Harley Davidson|Patent Leather|Leather'), ('Harley Davidson|Patent Leather|Leatherette'), ('Harley Davidson|Patent Leather|Polyurethane'), ('Harley Davidson|Patent Leather|PVC'), ('Harley Davidson|Patent Leather|Rubber'), ('Harley Davidson|Penny Loafer|Leather'), ('Harley Davidson|Penny Loafer|Leatherette'), ('Harley Davidson|Penny Loafer|Polyurethane'), ('Harley Davidson|Penny Loafer|PVC'), ('Harley Davidson|Penny Loafer|Rubber'), ('Harley Davidson|Runner|Leather'), ('Harley Davidson|Runner|Leatherette'), ('Harley Davidson|Runner|Polyurethane'), ('Harley Davidson|Runner|PVC'), ('Harley Davidson|Runner|Rubber'), ('Harley Davidson|Saddle Shoe|Leather'), ('Harley Davidson|Saddle Shoe|Leatherette'), ('Harley Davidson|Saddle Shoe|Polyurethane'), ('Harley Davidson|Saddle Shoe|PVC'), ('Harley Davidson|Saddle Shoe|Rubber'), ('Harley Davidson|Sandal|Leather'), ('Harley Davidson|Sandal|Leatherette'), ('Harley Davidson|Sandal|Polyurethane'), ('Harley Davidson|Sandal|PVC'), ('Harley Davidson|Sandal|Rubber'), ('Harley Davidson|Tennis|Leather'), ('Harley Davidson|Tennis|Leatherette'), ('Harley Davidson|Tennis|Polyurethane'), ('Harley Davidson|Tennis|PVC'), ('Harley Davidson|Tennis|Rubber'), ('Harley Davidson|Walker|Leather'), ('Harley Davidson|Walker|Leatherette'), ('Harley Davidson|Walker|Polyurethane'), ('Harley Davidson|Walker|PVC'), ('Harley Davidson|Walker|Rubber'), ('Harley Davidson|Wingtip|Leather'), ('Harley Davidson|Wingtip|Leatherette'), ('Harley Davidson|Wingtip|Polyurethane'), ('Harley Davidson|Wingtip|PVC'), ('Harley Davidson|Wingtip|Rubber'), ('Harley Davidson|Work Boot|Leather'), ('Harley Davidson|Work Boot|Leatherette'), ('Harley Davidson|Work Boot|Polyurethane'), ('Harley Davidson|Work Boot|PVC'), ('Harley Davidson|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('Iron Age|Balmoral|Leather'), ('Iron Age|Balmoral|Leatherette'), ('Iron Age|Balmoral|Polyurethane'), ('Iron Age|Balmoral|PVC'), ('Iron Age|Balmoral|Rubber'), ('Iron Age|Boat Shoe|Leather'), ('Iron Age|Boat Shoe|Leatherette'), ('Iron Age|Boat Shoe|Polyurethane'), ('Iron Age|Boat Shoe|PVC'), ('Iron Age|Boat Shoe|Rubber'), ('Iron Age|Brouge|Leather'), ('Iron Age|Brouge|Leatherette'), ('Iron Age|Brouge|Polyurethane'), ('Iron Age|Brouge|PVC'), ('Iron Age|Brouge|Rubber'), ('Iron Age|Cross Trainer|Leather'), ('Iron Age|Cross Trainer|Leatherette'), ('Iron Age|Cross Trainer|Polyurethane'), ('Iron Age|Cross Trainer|PVC'), ('Iron Age|Cross Trainer|Rubber'), ('Iron Age|Derby|Leather'), ('Iron Age|Derby|Leatherette'), ('Iron Age|Derby|Polyurethane'), ('Iron Age|Derby|PVC'), ('Iron Age|Derby|Rubber'), ('Iron Age|Dress Boot|Leather'), ('Iron Age|Dress Boot|Leatherette'), ('Iron Age|Dress Boot|Polyurethane'), ('Iron Age|Dress Boot|PVC'), ('Iron Age|Dress Boot|Rubber'), ('Iron Age|Dress Shoe|Leather'), ('Iron Age|Dress Shoe|Leatherette'), ('Iron Age|Dress Shoe|Polyurethane'), ('Iron Age|Dress Shoe|PVC'), ('Iron Age|Dress Shoe|Rubber'), ('Iron Age|Driving Shoe|Leather'), ('Iron Age|Driving Shoe|Leatherette'), ('Iron Age|Driving Shoe|Polyurethane'), ('Iron Age|Driving Shoe|PVC'), ('Iron Age|Driving Shoe|Rubber'), ('Iron Age|Hiker|Leather'), ('Iron Age|Hiker|Leatherette'), ('Iron Age|Hiker|Polyurethane'), ('Iron Age|Hiker|PVC'), ('Iron Age|Hiker|Rubber'), ('Iron Age|Loafer (Slip-on)|Leather'), ('Iron Age|Loafer (Slip-on)|Leatherette'), ('Iron Age|Loafer (Slip-on)|Polyurethane'), ('Iron Age|Loafer (Slip-on)|PVC'), ('Iron Age|Loafer (Slip-on)|Rubber'), ('Iron Age|Oxford (Lace-up)|Leather'), ('Iron Age|Oxford (Lace-up)|Leatherette'), ('Iron Age|Oxford (Lace-up)|Polyurethane'), ('Iron Age|Oxford (Lace-up)|PVC'), ('Iron Age|Oxford (Lace-up)|Rubber'), ('Iron Age|Patent Leather|Leather'), ('Iron Age|Patent Leather|Leatherette'), ('Iron Age|Patent Leather|Polyurethane'), ('Iron Age|Patent Leather|PVC'), ('Iron Age|Patent Leather|Rubber'), ('Iron Age|Penny Loafer|Leather'), ('Iron Age|Penny Loafer|Leatherette'), ('Iron Age|Penny Loafer|Polyurethane'), ('Iron Age|Penny Loafer|PVC'), ('Iron Age|Penny Loafer|Rubber'), ('Iron Age|Runner|Leather'), ('Iron Age|Runner|Leatherette'), ('Iron Age|Runner|Polyurethane'), ('Iron Age|Runner|PVC'), ('Iron Age|Runner|Rubber'), ('Iron Age|Saddle Shoe|Leather'), ('Iron Age|Saddle Shoe|Leatherette'), ('Iron Age|Saddle Shoe|Polyurethane'), ('Iron Age|Saddle Shoe|PVC'), ('Iron Age|Saddle Shoe|Rubber'), ('Iron Age|Sandal|Leather'), ('Iron Age|Sandal|Leatherette'), ('Iron Age|Sandal|Polyurethane'), ('Iron Age|Sandal|PVC'), ('Iron Age|Sandal|Rubber'), ('Iron Age|Tennis|Leather'), ('Iron Age|Tennis|Leatherette'), ('Iron Age|Tennis|Polyurethane'), ('Iron Age|Tennis|PVC'), ('Iron Age|Tennis|Rubber'), ('Iron Age|Walker|Leather'), ('Iron Age|Walker|Leatherette'), ('Iron Age|Walker|Polyurethane'), ('Iron Age|Walker|PVC'), ('Iron Age|Walker|Rubber'), ('Iron Age|Wingtip|Leather'), ('Iron Age|Wingtip|Leatherette'), ('Iron Age|Wingtip|Polyurethane'), ('Iron Age|Wingtip|PVC'), ('Iron Age|Wingtip|Rubber'), ('Iron Age|Work Boot|Leather'), ('Iron Age|Work Boot|Leatherette'), ('Iron Age|Work Boot|Polyurethane'), ('Iron Age|Work Boot|PVC'), ('Iron Age|Work Boot|Rubber'), ('Island Surf|Balmoral|Leather'), ('Island Surf|Balmoral|Leatherette'), ('Island Surf|Balmoral|Polyurethane'), ('Island Surf|Balmoral|PVC'), ('Island Surf|Balmoral|Rubber'), ('Island Surf|Boat Shoe|Leather'), ('Island Surf|Boat Shoe|Leatherette'), ('Island Surf|Boat Shoe|Polyurethane'), ('Island Surf|Boat Shoe|PVC'), ('Island Surf|Boat Shoe|Rubber'), ('Island Surf|Brouge|Leather'), ('Island Surf|Brouge|Leatherette'), ('Island Surf|Brouge|Polyurethane'), ('Island Surf|Brouge|PVC'), ('Island Surf|Brouge|Rubber'), ('Island Surf|Cross Trainer|Leather'), ('Island Surf|Cross Trainer|Leatherette'), ('Island Surf|Cross Trainer|Polyurethane'), ('Island Surf|Cross Trainer|PVC'), ('Island Surf|Cross Trainer|Rubber'), ('Island Surf|Derby|Leather'), ('Island Surf|Derby|Leatherette'), ('Island Surf|Derby|Polyurethane'), ('Island Surf|Derby|PVC'), ('Island Surf|Derby|Rubber'), ('Island Surf|Dress Boot|Leather'), ('Island Surf|Dress Boot|Leatherette'), ('Island Surf|Dress Boot|Polyurethane'), ('Island Surf|Dress Boot|PVC'), ('Island Surf|Dress Boot|Rubber'), ('Island Surf|Dress Shoe|Leather'), ('Island Surf|Dress Shoe|Leatherette'), ('Island Surf|Dress Shoe|Polyurethane'), ('Island Surf|Dress Shoe|PVC'), ('Island Surf|Dress Shoe|Rubber'), ('Island Surf|Driving Shoe|Leather'), ('Island Surf|Driving Shoe|Leatherette'), ('Island Surf|Driving Shoe|Polyurethane'), ('Island Surf|Driving Shoe|PVC'), ('Island Surf|Driving Shoe|Rubber'), ('Island Surf|Hiker|Leather'), ('Island Surf|Hiker|Leatherette'), ('Island Surf|Hiker|Polyurethane'), ('Island Surf|Hiker|PVC'), ('Island Surf|Hiker|Rubber'), ('Island Surf|Loafer (Slip-on)|Leather'), ('Island Surf|Loafer (Slip-on)|Leatherette'), ('Island Surf|Loafer (Slip-on)|Polyurethane'), ('Island Surf|Loafer (Slip-on)|PVC'), ('Island Surf|Loafer (Slip-on)|Rubber'), ('Island Surf|Oxford (Lace-up)|Leather'), ('Island Surf|Oxford (Lace-up)|Leatherette'), ('Island Surf|Oxford (Lace-up)|Polyurethane'), ('Island Surf|Oxford (Lace-up)|PVC'), ('Island Surf|Oxford (Lace-up)|Rubber'), ('Island Surf|Patent Leather|Leather'), ('Island Surf|Patent Leather|Leatherette'), ('Island Surf|Patent Leather|Polyurethane'), ('Island Surf|Patent Leather|PVC'), ('Island Surf|Patent Leather|Rubber'), ('Island Surf|Penny Loafer|Leather'), ('Island Surf|Penny Loafer|Leatherette'), ('Island Surf|Penny Loafer|Polyurethane'), ('Island Surf|Penny Loafer|PVC'), ('Island Surf|Penny Loafer|Rubber'), ('Island Surf|Runner|Leather'), ('Island Surf|Runner|Leatherette'), ('Island Surf|Runner|Polyurethane'), ('Island Surf|Runner|PVC'), ('Island Surf|Runner|Rubber'), ('Island Surf|Saddle Shoe|Leather'), ('Island Surf|Saddle Shoe|Leatherette'), ('Island Surf|Saddle Shoe|Polyurethane'), ('Island Surf|Saddle Shoe|PVC'), ('Island Surf|Saddle Shoe|Rubber'), ('Island Surf|Sandal|Leather'), ('Island Surf|Sandal|Leatherette'), ('Island Surf|Sandal|Polyurethane'), ('Island Surf|Sandal|PVC'), ('Island Surf|Sandal|Rubber'), ('Island Surf|Tennis|Leather'), ('Island Surf|Tennis|Leatherette'), ('Island Surf|Tennis|Polyurethane'), ('Island Surf|Tennis|PVC'), ('Island Surf|Tennis|Rubber'), ('Island Surf|Walker|Leather'), ('Island Surf|Walker|Leatherette'), ('Island Surf|Walker|Polyurethane'), ('Island Surf|Walker|PVC'), ('Island Surf|Walker|Rubber'), ('Island Surf|Wingtip|Leather'), ('Island Surf|Wingtip|Leatherette'), ('Island Surf|Wingtip|Polyurethane'), ('Island Surf|Wingtip|PVC'), ('Island Surf|Wingtip|Rubber'), ('Island Surf|Work Boot|Leather'), ('Island Surf|Work Boot|Leatherette'), ('Island Surf|Work Boot|Polyurethane'), ('Island Surf|Work Boot|PVC'), ('Island Surf|Work Boot|Rubber'), ('J.M. Weston|Balmoral|Leather'), ('J.M. Weston|Balmoral|Leatherette'), ('J.M. Weston|Balmoral|Polyurethane'), ('J.M. Weston|Balmoral|PVC'), ('J.M. Weston|Balmoral|Rubber'), ('J.M. Weston|Boat Shoe|Leather'), ('J.M. Weston|Boat Shoe|Leatherette'), ('J.M. Weston|Boat Shoe|Polyurethane'), ('J.M. Weston|Boat Shoe|PVC'), ('J.M. Weston|Boat Shoe|Rubber'), ('J.M. Weston|Brouge|Leather'), ('J.M. Weston|Brouge|Leatherette'), ('J.M. Weston|Brouge|Polyurethane'), ('J.M. Weston|Brouge|PVC'), ('J.M. Weston|Brouge|Rubber'), ('J.M. Weston|Cross Trainer|Leather'), ('J.M. Weston|Cross Trainer|Leatherette'), ('J.M. Weston|Cross Trainer|Polyurethane'), ('J.M. Weston|Cross Trainer|PVC'), ('J.M. Weston|Cross Trainer|Rubber'), ('J.M. Weston|Derby|Leather'), ('J.M. Weston|Derby|Leatherette'), ('J.M. Weston|Derby|Polyurethane'), ('J.M. Weston|Derby|PVC'), ('J.M. Weston|Derby|Rubber'), ('J.M. Weston|Dress Boot|Leather'), ('J.M. Weston|Dress Boot|Leatherette'), ('J.M. Weston|Dress Boot|Polyurethane'), ('J.M. Weston|Dress Boot|PVC'), ('J.M. Weston|Dress Boot|Rubber'), ('J.M. Weston|Dress Shoe|Leather'), ('J.M. Weston|Dress Shoe|Leatherette'), ('J.M. Weston|Dress Shoe|Polyurethane'), ('J.M. Weston|Dress Shoe|PVC'), ('J.M. Weston|Dress Shoe|Rubber'), ('J.M. Weston|Driving Shoe|Leather'), ('J.M. Weston|Driving Shoe|Leatherette'), ('J.M. Weston|Driving Shoe|Polyurethane'), ('J.M. Weston|Driving Shoe|PVC'), ('J.M. Weston|Driving Shoe|Rubber'), ('J.M. Weston|Hiker|Leather'), ('J.M. Weston|Hiker|Leatherette'), ('J.M. Weston|Hiker|Polyurethane'), ('J.M. Weston|Hiker|PVC'), ('J.M. Weston|Hiker|Rubber'), ('J.M. Weston|Loafer (Slip-on)|Leather'), ('J.M. Weston|Loafer (Slip-on)|Leatherette'), ('J.M. Weston|Loafer (Slip-on)|Polyurethane'), ('J.M. Weston|Loafer (Slip-on)|PVC'), ('J.M. Weston|Loafer (Slip-on)|Rubber'), ('J.M. Weston|Oxford (Lace-up)|Leather'), ('J.M. Weston|Oxford (Lace-up)|Leatherette'), ('J.M. Weston|Oxford (Lace-up)|Polyurethane'), ('J.M. Weston|Oxford (Lace-up)|PVC'), ('J.M. Weston|Oxford (Lace-up)|Rubber'), ('J.M. Weston|Patent Leather|Leather'), ('J.M. Weston|Patent Leather|Leatherette'), ('J.M. Weston|Patent Leather|Polyurethane'), ('J.M. Weston|Patent Leather|PVC'), ('J.M. Weston|Patent Leather|Rubber'), ('J.M. Weston|Penny Loafer|Leather'), ('J.M. Weston|Penny Loafer|Leatherette'), ('J.M. Weston|Penny Loafer|Polyurethane'), ('J.M. Weston|Penny Loafer|PVC'), ('J.M. Weston|Penny Loafer|Rubber'), ('J.M. Weston|Runner|Leather'), ('J.M. Weston|Runner|Leatherette'), ('J.M. Weston|Runner|Polyurethane'), ('J.M. Weston|Runner|PVC'), ('J.M. Weston|Runner|Rubber'), ('J.M. Weston|Saddle Shoe|Leather'), ('J.M. Weston|Saddle Shoe|Leatherette'), ('J.M. Weston|Saddle Shoe|Polyurethane'), ('J.M. Weston|Saddle Shoe|PVC'), ('J.M. Weston|Saddle Shoe|Rubber'), ('J.M. Weston|Sandal|Leather'), ('J.M. Weston|Sandal|Leatherette'), ('J.M. Weston|Sandal|Polyurethane'), ('J.M. Weston|Sandal|PVC'), ('J.M. Weston|Sandal|Rubber'), ('J.M. Weston|Tennis|Leather'), ('J.M. Weston|Tennis|Leatherette'), ('J.M. Weston|Tennis|Polyurethane'), ('J.M. Weston|Tennis|PVC'), ('J.M. Weston|Tennis|Rubber'), ('J.M. Weston|Walker|Leather'), ('J.M. Weston|Walker|Leatherette'), ('J.M. Weston|Walker|Polyurethane'), ('J.M. Weston|Walker|PVC'), ('J.M. Weston|Walker|Rubber'), ('J.M. Weston|Wingtip|Leather'), ('J.M. Weston|Wingtip|Leatherette'), ('J.M. Weston|Wingtip|Polyurethane'), ('J.M. Weston|Wingtip|PVC'), ('J.M. Weston|Wingtip|Rubber'), ('J.M. Weston|Work Boot|Leather'), ('J.M. Weston|Work Boot|Leatherette'), ('J.M. Weston|Work Boot|Polyurethane'), ('J.M. Weston|Work Boot|PVC'), ('J.M. Weston|Work Boot|Rubber'), ('Jimmy Choo|Balmoral|Leather'), ('Jimmy Choo|Balmoral|Leatherette'), ('Jimmy Choo|Balmoral|Polyurethane'), ('Jimmy Choo|Balmoral|PVC'), ('Jimmy Choo|Balmoral|Rubber'), ('Jimmy Choo|Boat Shoe|Leather'), ('Jimmy Choo|Boat Shoe|Leatherette'), ('Jimmy Choo|Boat Shoe|Polyurethane'), ('Jimmy Choo|Boat Shoe|PVC'), ('Jimmy Choo|Boat Shoe|Rubber'), ('Jimmy Choo|Brouge|Leather'), ('Jimmy Choo|Brouge|Leatherette'), ('Jimmy Choo|Brouge|Polyurethane'), ('Jimmy Choo|Brouge|PVC'), ('Jimmy Choo|Brouge|Rubber'), ('Jimmy Choo|Cross Trainer|Leather'), ('Jimmy Choo|Cross Trainer|Leatherette'), ('Jimmy Choo|Cross Trainer|Polyurethane'), ('Jimmy Choo|Cross Trainer|PVC'), ('Jimmy Choo|Cross Trainer|Rubber'), ('Jimmy Choo|Derby|Leather'), ('Jimmy Choo|Derby|Leatherette'), ('Jimmy Choo|Derby|Polyurethane'), ('Jimmy Choo|Derby|PVC'), ('Jimmy Choo|Derby|Rubber'), ('Jimmy Choo|Dress Boot|Leather'), ('Jimmy Choo|Dress Boot|Leatherette'), ('Jimmy Choo|Dress Boot|Polyurethane'), ('Jimmy Choo|Dress Boot|PVC'), ('Jimmy Choo|Dress Boot|Rubber'), ('Jimmy Choo|Dress Shoe|Leather'), ('Jimmy Choo|Dress Shoe|Leatherette'), ('Jimmy Choo|Dress Shoe|Polyurethane'), ('Jimmy Choo|Dress Shoe|PVC'), ('Jimmy Choo|Dress Shoe|Rubber'), ('Jimmy Choo|Driving Shoe|Leather'), ('Jimmy Choo|Driving Shoe|Leatherette'), ('Jimmy Choo|Driving Shoe|Polyurethane'), ('Jimmy Choo|Driving Shoe|PVC'), ('Jimmy Choo|Driving Shoe|Rubber'), ('Jimmy Choo|Hiker|Leather'), ('Jimmy Choo|Hiker|Leatherette'), ('Jimmy Choo|Hiker|Polyurethane'), ('Jimmy Choo|Hiker|PVC'), ('Jimmy Choo|Hiker|Rubber'), ('Jimmy Choo|Loafer (Slip-on)|Leather'), ('Jimmy Choo|Loafer (Slip-on)|Leatherette'), ('Jimmy Choo|Loafer (Slip-on)|Polyurethane'), ('Jimmy Choo|Loafer (Slip-on)|PVC'), ('Jimmy Choo|Loafer (Slip-on)|Rubber'), ('Jimmy Choo|Oxford (Lace-up)|Leather'), ('Jimmy Choo|Oxford (Lace-up)|Leatherette'), ('Jimmy Choo|Oxford (Lace-up)|Polyurethane'), ('Jimmy Choo|Oxford (Lace-up)|PVC'), ('Jimmy Choo|Oxford (Lace-up)|Rubber'), ('Jimmy Choo|Patent Leather|Leather'), ('Jimmy Choo|Patent Leather|Leatherette'), ('Jimmy Choo|Patent Leather|Polyurethane'), ('Jimmy Choo|Patent Leather|PVC'), ('Jimmy Choo|Patent Leather|Rubber'), ('Jimmy Choo|Penny Loafer|Leather'), ('Jimmy Choo|Penny Loafer|Leatherette'), ('Jimmy Choo|Penny Loafer|Polyurethane'), ('Jimmy Choo|Penny Loafer|PVC'), ('Jimmy Choo|Penny Loafer|Rubber'), ('Jimmy Choo|Runner|Leather'), ('Jimmy Choo|Runner|Leatherette'), ('Jimmy Choo|Runner|Polyurethane'), ('Jimmy Choo|Runner|PVC'), ('Jimmy Choo|Runner|Rubber'), ('Jimmy Choo|Saddle Shoe|Leather'), ('Jimmy Choo|Saddle Shoe|Leatherette'), ('Jimmy Choo|Saddle Shoe|Polyurethane'), ('Jimmy Choo|Saddle Shoe|PVC'), ('Jimmy Choo|Saddle Shoe|Rubber'), ('Jimmy Choo|Sandal|Leather'), ('Jimmy Choo|Sandal|Leatherette'), ('Jimmy Choo|Sandal|Polyurethane'), ('Jimmy Choo|Sandal|PVC'), ('Jimmy Choo|Sandal|Rubber'), ('Jimmy Choo|Tennis|Leather'), ('Jimmy Choo|Tennis|Leatherette'), ('Jimmy Choo|Tennis|Polyurethane'), ('Jimmy Choo|Tennis|PVC'), ('Jimmy Choo|Tennis|Rubber'), ('Jimmy Choo|Walker|Leather'), ('Jimmy Choo|Walker|Leatherette'), ('Jimmy Choo|Walker|Polyurethane'), ('Jimmy Choo|Walker|PVC'), ('Jimmy Choo|Walker|Rubber'), ('Jimmy Choo|Wingtip|Leather'), ('Jimmy Choo|Wingtip|Leatherette'), ('Jimmy Choo|Wingtip|Polyurethane'), ('Jimmy Choo|Wingtip|PVC'), ('Jimmy Choo|Wingtip|Rubber'), ('Jimmy Choo|Work Boot|Leather'), ('Jimmy Choo|Work Boot|Leatherette'), ('Jimmy Choo|Work Boot|Polyurethane'), ('Jimmy Choo|Work Boot|PVC'), ('Jimmy Choo|Work Boot|Rubber'), ('John Deere|Balmoral|Leather'), ('John Deere|Balmoral|Leatherette'), ('John Deere|Balmoral|Polyurethane'), ('John Deere|Balmoral|PVC'), ('John Deere|Balmoral|Rubber'), ('John Deere|Boat Shoe|Leather'), ('John Deere|Boat Shoe|Leatherette'), ('John Deere|Boat Shoe|Polyurethane'), ('John Deere|Boat Shoe|PVC'), ('John Deere|Boat Shoe|Rubber'), ('John Deere|Brouge|Leather'), ('John Deere|Brouge|Leatherette'), ('John Deere|Brouge|Polyurethane'), ('John Deere|Brouge|PVC'), ('John Deere|Brouge|Rubber'), ('John Deere|Cross Trainer|Leather'), ('John Deere|Cross Trainer|Leatherette'), ('John Deere|Cross Trainer|Polyurethane'), ('John Deere|Cross Trainer|PVC'), ('John Deere|Cross Trainer|Rubber'), ('John Deere|Derby|Leather'), ('John Deere|Derby|Leatherette'), ('John Deere|Derby|Polyurethane'), ('John Deere|Derby|PVC'), ('John Deere|Derby|Rubber'), ('John Deere|Dress Boot|Leather'), ('John Deere|Dress Boot|Leatherette'), ('John Deere|Dress Boot|Polyurethane'), ('John Deere|Dress Boot|PVC'), ('John Deere|Dress Boot|Rubber'), ('John Deere|Dress Shoe|Leather'), ('John Deere|Dress Shoe|Leatherette'), ('John Deere|Dress Shoe|Polyurethane'), ('John Deere|Dress Shoe|PVC'), ('John Deere|Dress Shoe|Rubber'), ('John Deere|Driving Shoe|Leather'), ('John Deere|Driving Shoe|Leatherette'), ('John Deere|Driving Shoe|Polyurethane'), ('John Deere|Driving Shoe|PVC'), ('John Deere|Driving Shoe|Rubber'), ('John Deere|Hiker|Leather'), ('John Deere|Hiker|Leatherette'), ('John Deere|Hiker|Polyurethane'), ('John Deere|Hiker|PVC'), ('John Deere|Hiker|Rubber'), ('John Deere|Loafer (Slip-on)|Leather'), ('John Deere|Loafer (Slip-on)|Leatherette'), ('John Deere|Loafer (Slip-on)|Polyurethane'), ('John Deere|Loafer (Slip-on)|PVC'), ('John Deere|Loafer (Slip-on)|Rubber'), ('John Deere|Oxford (Lace-up)|Leather'), ('John Deere|Oxford (Lace-up)|Leatherette'), ('John Deere|Oxford (Lace-up)|Polyurethane'), ('John Deere|Oxford (Lace-up)|PVC'), ('John Deere|Oxford (Lace-up)|Rubber'), ('John Deere|Patent Leather|Leather'), ('John Deere|Patent Leather|Leatherette'), ('John Deere|Patent Leather|Polyurethane'), ('John Deere|Patent Leather|PVC'), ('John Deere|Patent Leather|Rubber'), ('John Deere|Penny Loafer|Leather'), ('John Deere|Penny Loafer|Leatherette'), ('John Deere|Penny Loafer|Polyurethane'), ('John Deere|Penny Loafer|PVC'), ('John Deere|Penny Loafer|Rubber'), ('John Deere|Runner|Leather'), ('John Deere|Runner|Leatherette'), ('John Deere|Runner|Polyurethane'), ('John Deere|Runner|PVC'), ('John Deere|Runner|Rubber'), ('John Deere|Saddle Shoe|Leather'), ('John Deere|Saddle Shoe|Leatherette'), ('John Deere|Saddle Shoe|Polyurethane'), ('John Deere|Saddle Shoe|PVC'), ('John Deere|Saddle Shoe|Rubber'), ('John Deere|Sandal|Leather'), ('John Deere|Sandal|Leatherette'), ('John Deere|Sandal|Polyurethane'), ('John Deere|Sandal|PVC'), ('John Deere|Sandal|Rubber'), ('John Deere|Tennis|Leather'), ('John Deere|Tennis|Leatherette'), ('John Deere|Tennis|Polyurethane'), ('John Deere|Tennis|PVC'), ('John Deere|Tennis|Rubber'), ('John Deere|Walker|Leather'), ('John Deere|Walker|Leatherette'), ('John Deere|Walker|Polyurethane'), ('John Deere|Walker|PVC'), ('John Deere|Walker|Rubber'), ('John Deere|Wingtip|Leather'), ('John Deere|Wingtip|Leatherette'), ('John Deere|Wingtip|Polyurethane'), ('John Deere|Wingtip|PVC'), ('John Deere|Wingtip|Rubber'), ('John Deere|Work Boot|Leather'), ('John Deere|Work Boot|Leatherette'), ('John Deere|Work Boot|Polyurethane'), ('John Deere|Work Boot|PVC'), ('John Deere|Work Boot|Rubber'), ('John Lobb Bootmaker|Balmoral|Leather'), ('John Lobb Bootmaker|Balmoral|Leatherette'), ('John Lobb Bootmaker|Balmoral|Polyurethane'), ('John Lobb Bootmaker|Balmoral|PVC'), ('John Lobb Bootmaker|Balmoral|Rubber'), ('John Lobb Bootmaker|Boat Shoe|Leather'), ('John Lobb Bootmaker|Boat Shoe|Leatherette'), ('John Lobb Bootmaker|Boat Shoe|Polyurethane'), ('John Lobb Bootmaker|Boat Shoe|PVC'), ('John Lobb Bootmaker|Boat Shoe|Rubber'), ('John Lobb Bootmaker|Brouge|Leather'), ('John Lobb Bootmaker|Brouge|Leatherette'), ('John Lobb Bootmaker|Brouge|Polyurethane'), ('John Lobb Bootmaker|Brouge|PVC'), ('John Lobb Bootmaker|Brouge|Rubber'), ('John Lobb Bootmaker|Cross Trainer|Leather'), ('John Lobb Bootmaker|Cross Trainer|Leatherette'), ('John Lobb Bootmaker|Cross Trainer|Polyurethane'), ('John Lobb Bootmaker|Cross Trainer|PVC'), ('John Lobb Bootmaker|Cross Trainer|Rubber'), ('John Lobb Bootmaker|Derby|Leather'), ('John Lobb Bootmaker|Derby|Leatherette'), ('John Lobb Bootmaker|Derby|Polyurethane'), ('John Lobb Bootmaker|Derby|PVC'), ('John Lobb Bootmaker|Derby|Rubber'), ('John Lobb Bootmaker|Dress Boot|Leather'), ('John Lobb Bootmaker|Dress Boot|Leatherette'), ('John Lobb Bootmaker|Dress Boot|Polyurethane'), ('John Lobb Bootmaker|Dress Boot|PVC'), ('John Lobb Bootmaker|Dress Boot|Rubber'), ('John Lobb Bootmaker|Dress Shoe|Leather'), ('John Lobb Bootmaker|Dress Shoe|Leatherette'), ('John Lobb Bootmaker|Dress Shoe|Polyurethane'), ('John Lobb Bootmaker|Dress Shoe|PVC'), ('John Lobb Bootmaker|Dress Shoe|Rubber'), ('John Lobb Bootmaker|Driving Shoe|Leather'), ('John Lobb Bootmaker|Driving Shoe|Leatherette'), ('John Lobb Bootmaker|Driving Shoe|Polyurethane'), ('John Lobb Bootmaker|Driving Shoe|PVC'), ('John Lobb Bootmaker|Driving Shoe|Rubber'), ('John Lobb Bootmaker|Hiker|Leather'), ('John Lobb Bootmaker|Hiker|Leatherette'), ('John Lobb Bootmaker|Hiker|Polyurethane'), ('John Lobb Bootmaker|Hiker|PVC'), ('John Lobb Bootmaker|Hiker|Rubber'), ('John Lobb Bootmaker|Loafer (Slip-on)|Leather'), ('John Lobb Bootmaker|Loafer (Slip-on)|Leatherette'), ('John Lobb Bootmaker|Loafer (Slip-on)|Polyurethane'), ('John Lobb Bootmaker|Loafer (Slip-on)|PVC'), ('John Lobb Bootmaker|Loafer (Slip-on)|Rubber'), ('John Lobb Bootmaker|Oxford (Lace-up)|Leather'), ('John Lobb Bootmaker|Oxford (Lace-up)|Leatherette'), ('John Lobb Bootmaker|Oxford (Lace-up)|Polyurethane'), ('John Lobb Bootmaker|Oxford (Lace-up)|PVC'), ('John Lobb Bootmaker|Oxford (Lace-up)|Rubber'), ('John Lobb Bootmaker|Patent Leather|Leather'), ('John Lobb Bootmaker|Patent Leather|Leatherette'), ('John Lobb Bootmaker|Patent Leather|Polyurethane'), ('John Lobb Bootmaker|Patent Leather|PVC'), ('John Lobb Bootmaker|Patent Leather|Rubber'), ('John Lobb Bootmaker|Penny Loafer|Leather'), ('John Lobb Bootmaker|Penny Loafer|Leatherette'), ('John Lobb Bootmaker|Penny Loafer|Polyurethane'), ('John Lobb Bootmaker|Penny Loafer|PVC'), ('John Lobb Bootmaker|Penny Loafer|Rubber'), ('John Lobb Bootmaker|Runner|Leather'), ('John Lobb Bootmaker|Runner|Leatherette'), ('John Lobb Bootmaker|Runner|Polyurethane'), ('John Lobb Bootmaker|Runner|PVC'), ('John Lobb Bootmaker|Runner|Rubber'), ('John Lobb Bootmaker|Saddle Shoe|Leather'), ('John Lobb Bootmaker|Saddle Shoe|Leatherette'), ('John Lobb Bootmaker|Saddle Shoe|Polyurethane'), ('John Lobb Bootmaker|Saddle Shoe|PVC'), ('John Lobb Bootmaker|Saddle Shoe|Rubber'), ('John Lobb Bootmaker|Sandal|Leather'), ('John Lobb Bootmaker|Sandal|Leatherette'), ('John Lobb Bootmaker|Sandal|Polyurethane'), ('John Lobb Bootmaker|Sandal|PVC'), ('John Lobb Bootmaker|Sandal|Rubber'), ('John Lobb Bootmaker|Tennis|Leather'), ('John Lobb Bootmaker|Tennis|Leatherette'), ('John Lobb Bootmaker|Tennis|Polyurethane'), ('John Lobb Bootmaker|Tennis|PVC'), ('John Lobb Bootmaker|Tennis|Rubber'), ('John Lobb Bootmaker|Walker|Leather'), ('John Lobb Bootmaker|Walker|Leatherette'), ('John Lobb Bootmaker|Walker|Polyurethane'), ('John Lobb Bootmaker|Walker|PVC'), ('John Lobb Bootmaker|Walker|Rubber'), ('John Lobb Bootmaker|Wingtip|Leather'), ('John Lobb Bootmaker|Wingtip|Leatherette'), ('John Lobb Bootmaker|Wingtip|Polyurethane'), ('John Lobb Bootmaker|Wingtip|PVC'), ('John Lobb Bootmaker|Wingtip|Rubber'), ('John Lobb Bootmaker|Work Boot|Leather'), ('John Lobb Bootmaker|Work Boot|Leatherette'), ('John Lobb Bootmaker|Work Boot|Polyurethane'), ('John Lobb Bootmaker|Work Boot|PVC'), ('John Lobb Bootmaker|Work Boot|Rubber'), ('John Varvatos|Balmoral|Leather'), ('John Varvatos|Balmoral|Leatherette'), ('John Varvatos|Balmoral|Polyurethane'), ('John Varvatos|Balmoral|PVC'), ('John Varvatos|Balmoral|Rubber'), ('John Varvatos|Boat Shoe|Leather'), ('John Varvatos|Boat Shoe|Leatherette'), ('John Varvatos|Boat Shoe|Polyurethane'), ('John Varvatos|Boat Shoe|PVC'), ('John Varvatos|Boat Shoe|Rubber'), ('John Varvatos|Brouge|Leather'), ('John Varvatos|Brouge|Leatherette'), ('John Varvatos|Brouge|Polyurethane'), ('John Varvatos|Brouge|PVC'), ('John Varvatos|Brouge|Rubber'), ('John Varvatos|Cross Trainer|Leather'), ('John Varvatos|Cross Trainer|Leatherette'), ('John Varvatos|Cross Trainer|Polyurethane'), ('John Varvatos|Cross Trainer|PVC'), ('John Varvatos|Cross Trainer|Rubber'), ('John Varvatos|Derby|Leather'), ('John Varvatos|Derby|Leatherette'), ('John Varvatos|Derby|Polyurethane'), ('John Varvatos|Derby|PVC'), ('John Varvatos|Derby|Rubber'), ('John Varvatos|Dress Boot|Leather'), ('John Varvatos|Dress Boot|Leatherette'), ('John Varvatos|Dress Boot|Polyurethane'), ('John Varvatos|Dress Boot|PVC'), ('John Varvatos|Dress Boot|Rubber'), ('John Varvatos|Dress Shoe|Leather'), ('John Varvatos|Dress Shoe|Leatherette'), ('John Varvatos|Dress Shoe|Polyurethane'), ('John Varvatos|Dress Shoe|PVC'), ('John Varvatos|Dress Shoe|Rubber'), ('John Varvatos|Driving Shoe|Leather'), ('John Varvatos|Driving Shoe|Leatherette'), ('John Varvatos|Driving Shoe|Polyurethane'), ('John Varvatos|Driving Shoe|PVC'), ('John Varvatos|Driving Shoe|Rubber'), ('John Varvatos|Hiker|Leather'), ('John Varvatos|Hiker|Leatherette'), ('John Varvatos|Hiker|Polyurethane'), ('John Varvatos|Hiker|PVC'), ('John Varvatos|Hiker|Rubber'), ('John Varvatos|Loafer (Slip-on)|Leather'), ('John Varvatos|Loafer (Slip-on)|Leatherette'), ('John Varvatos|Loafer (Slip-on)|Polyurethane'), ('John Varvatos|Loafer (Slip-on)|PVC'), ('John Varvatos|Loafer (Slip-on)|Rubber'), ('John Varvatos|Oxford (Lace-up)|Leather'), ('John Varvatos|Oxford (Lace-up)|Leatherette'), ('John Varvatos|Oxford (Lace-up)|Polyurethane'), ('John Varvatos|Oxford (Lace-up)|PVC'), ('John Varvatos|Oxford (Lace-up)|Rubber'), ('John Varvatos|Patent Leather|Leather'), ('John Varvatos|Patent Leather|Leatherette'), ('John Varvatos|Patent Leather|Polyurethane'), ('John Varvatos|Patent Leather|PVC'), ('John Varvatos|Patent Leather|Rubber'), ('John Varvatos|Penny Loafer|Leather'), ('John Varvatos|Penny Loafer|Leatherette'), ('John Varvatos|Penny Loafer|Polyurethane'), ('John Varvatos|Penny Loafer|PVC'), ('John Varvatos|Penny Loafer|Rubber'), ('John Varvatos|Runner|Leather'), ('John Varvatos|Runner|Leatherette'), ('John Varvatos|Runner|Polyurethane'), ('John Varvatos|Runner|PVC'), ('John Varvatos|Runner|Rubber'), ('John Varvatos|Saddle Shoe|Leather'), ('John Varvatos|Saddle Shoe|Leatherette'), ('John Varvatos|Saddle Shoe|Polyurethane'), ('John Varvatos|Saddle Shoe|PVC'), ('John Varvatos|Saddle Shoe|Rubber'), ('John Varvatos|Sandal|Leather'), ('John Varvatos|Sandal|Leatherette'), ('John Varvatos|Sandal|Polyurethane'), ('John Varvatos|Sandal|PVC'), ('John Varvatos|Sandal|Rubber'), ('John Varvatos|Tennis|Leather'), ('John Varvatos|Tennis|Leatherette'), ('John Varvatos|Tennis|Polyurethane'), ('John Varvatos|Tennis|PVC'), ('John Varvatos|Tennis|Rubber'), ('John Varvatos|Walker|Leather'), ('John Varvatos|Walker|Leatherette'), ('John Varvatos|Walker|Polyurethane'), ('John Varvatos|Walker|PVC'), ('John Varvatos|Walker|Rubber'), ('John Varvatos|Wingtip|Leather'), ('John Varvatos|Wingtip|Leatherette'), ('John Varvatos|Wingtip|Polyurethane'), ('John Varvatos|Wingtip|PVC'), ('John Varvatos|Wingtip|Rubber'), ('John Varvatos|Work Boot|Leather'), ('John Varvatos|Work Boot|Leatherette'), ('John Varvatos|Work Boot|Polyurethane'), ('John Varvatos|Work Boot|PVC'), ('John Varvatos|Work Boot|Rubber'), ('Johnston & Murphy|Balmoral|Leather'), ('Johnston & Murphy|Balmoral|Leatherette'), ('Johnston & Murphy|Balmoral|Polyurethane'), ('Johnston & Murphy|Balmoral|PVC'), ('Johnston & Murphy|Balmoral|Rubber'), ('Johnston & Murphy|Boat Shoe|Leather'), ('Johnston & Murphy|Boat Shoe|Leatherette'), ('Johnston & Murphy|Boat Shoe|Polyurethane'), ('Johnston & Murphy|Boat Shoe|PVC'), ('Johnston & Murphy|Boat Shoe|Rubber'), ('Johnston & Murphy|Brouge|Leather'), ('Johnston & Murphy|Brouge|Leatherette'), ('Johnston & Murphy|Brouge|Polyurethane'), ('Johnston & Murphy|Brouge|PVC'), ('Johnston & Murphy|Brouge|Rubber'), ('Johnston & Murphy|Cross Trainer|Leather'), ('Johnston & Murphy|Cross Trainer|Leatherette'), ('Johnston & Murphy|Cross Trainer|Polyurethane'), ('Johnston & Murphy|Cross Trainer|PVC'), ('Johnston & Murphy|Cross Trainer|Rubber'), ('Johnston & Murphy|Derby|Leather'), ('Johnston & Murphy|Derby|Leatherette'), ('Johnston & Murphy|Derby|Polyurethane'), ('Johnston & Murphy|Derby|PVC'), ('Johnston & Murphy|Derby|Rubber'), ('Johnston & Murphy|Dress Boot|Leather'), ('Johnston & Murphy|Dress Boot|Leatherette'), ('Johnston & Murphy|Dress Boot|Polyurethane'), ('Johnston & Murphy|Dress Boot|PVC'), ('Johnston & Murphy|Dress Boot|Rubber'), ('Johnston & Murphy|Dress Shoe|Leather'), ('Johnston & Murphy|Dress Shoe|Leatherette'), ('Johnston & Murphy|Dress Shoe|Polyurethane'), ('Johnston & Murphy|Dress Shoe|PVC'), ('Johnston & Murphy|Dress Shoe|Rubber'), ('Johnston & Murphy|Driving Shoe|Leather'), ('Johnston & Murphy|Driving Shoe|Leatherette'), ('Johnston & Murphy|Driving Shoe|Polyurethane'), ('Johnston & Murphy|Driving Shoe|PVC'), ('Johnston & Murphy|Driving Shoe|Rubber'), ('Johnston & Murphy|Hiker|Leather'), ('Johnston & Murphy|Hiker|Leatherette'), ('Johnston & Murphy|Hiker|Polyurethane'), ('Johnston & Murphy|Hiker|PVC'), ('Johnston & Murphy|Hiker|Rubber'), ('Johnston & Murphy|Loafer (Slip-on)|Leather'), ('Johnston & Murphy|Loafer (Slip-on)|Leatherette'), ('Johnston & Murphy|Loafer (Slip-on)|Polyurethane'), ('Johnston & Murphy|Loafer (Slip-on)|PVC'), ('Johnston & Murphy|Loafer (Slip-on)|Rubber'), ('Johnston & Murphy|Oxford (Lace-up)|Leather'), ('Johnston & Murphy|Oxford (Lace-up)|Leatherette'), ('Johnston & Murphy|Oxford (Lace-up)|Polyurethane'), ('Johnston & Murphy|Oxford (Lace-up)|PVC'), ('Johnston & Murphy|Oxford (Lace-up)|Rubber'), ('Johnston & Murphy|Patent Leather|Leather'), ('Johnston & Murphy|Patent Leather|Leatherette'), ('Johnston & Murphy|Patent Leather|Polyurethane'), ('Johnston & Murphy|Patent Leather|PVC'), ('Johnston & Murphy|Patent Leather|Rubber'), ('Johnston & Murphy|Penny Loafer|Leather'), ('Johnston & Murphy|Penny Loafer|Leatherette'), ('Johnston & Murphy|Penny Loafer|Polyurethane'), ('Johnston & Murphy|Penny Loafer|PVC'), ('Johnston & Murphy|Penny Loafer|Rubber'), ('Johnston & Murphy|Runner|Leather'), ('Johnston & Murphy|Runner|Leatherette'), ('Johnston & Murphy|Runner|Polyurethane'), ('Johnston & Murphy|Runner|PVC'), ('Johnston & Murphy|Runner|Rubber'), ('Johnston & Murphy|Saddle Shoe|Leather'), ('Johnston & Murphy|Saddle Shoe|Leatherette'), ('Johnston & Murphy|Saddle Shoe|Polyurethane'), ('Johnston & Murphy|Saddle Shoe|PVC'), ('Johnston & Murphy|Saddle Shoe|Rubber'), ('Johnston & Murphy|Sandal|Leather'), ('Johnston & Murphy|Sandal|Leatherette'), ('Johnston & Murphy|Sandal|Polyurethane'), ('Johnston & Murphy|Sandal|PVC'), ('Johnston & Murphy|Sandal|Rubber'), ('Johnston & Murphy|Tennis|Leather'), ('Johnston & Murphy|Tennis|Leatherette'), ('Johnston & Murphy|Tennis|Polyurethane'), ('Johnston & Murphy|Tennis|PVC'), ('Johnston & Murphy|Tennis|Rubber'), ('Johnston & Murphy|Walker|Leather'), ('Johnston & Murphy|Walker|Leatherette'), ('Johnston & Murphy|Walker|Polyurethane'), ('Johnston & Murphy|Walker|PVC'), ('Johnston & Murphy|Walker|Rubber'), ('Johnston & Murphy|Wingtip|Leather'), ('Johnston & Murphy|Wingtip|Leatherette'), ('Johnston & Murphy|Wingtip|Polyurethane'), ('Johnston & Murphy|Wingtip|PVC'), ('Johnston & Murphy|Wingtip|Rubber'), ('Johnston & Murphy|Work Boot|Leather'), ('Johnston & Murphy|Work Boot|Leatherette'), ('Johnston & Murphy|Work Boot|Polyurethane'), ('Johnston & Murphy|Work Boot|PVC'), ('Johnston & Murphy|Work Boot|Rubber'), ('K-Swiss|Balmoral|Leather'), ('K-Swiss|Balmoral|Leatherette'), ('K-Swiss|Balmoral|Polyurethane'), ('K-Swiss|Balmoral|PVC'), ('K-Swiss|Balmoral|Rubber'), ('K-Swiss|Boat Shoe|Leather'), ('K-Swiss|Boat Shoe|Leatherette'), ('K-Swiss|Boat Shoe|Polyurethane'), ('K-Swiss|Boat Shoe|PVC'), ('K-Swiss|Boat Shoe|Rubber'), ('K-Swiss|Brouge|Leather'), ('K-Swiss|Brouge|Leatherette'), ('K-Swiss|Brouge|Polyurethane'), ('K-Swiss|Brouge|PVC'), ('K-Swiss|Brouge|Rubber'), ('K-Swiss|Cross Trainer|Leather'), ('K-Swiss|Cross Trainer|Leatherette'), ('K-Swiss|Cross Trainer|Polyurethane'), ('K-Swiss|Cross Trainer|PVC'), ('K-Swiss|Cross Trainer|Rubber'), ('K-Swiss|Derby|Leather'), ('K-Swiss|Derby|Leatherette'), ('K-Swiss|Derby|Polyurethane'), ('K-Swiss|Derby|PVC'), ('K-Swiss|Derby|Rubber'), ('K-Swiss|Dress Boot|Leather'), ('K-Swiss|Dress Boot|Leatherette'), ('K-Swiss|Dress Boot|Polyurethane'), ('K-Swiss|Dress Boot|PVC'), ('K-Swiss|Dress Boot|Rubber'), ('K-Swiss|Dress Shoe|Leather'), ('K-Swiss|Dress Shoe|Leatherette'), ('K-Swiss|Dress Shoe|Polyurethane'), ('K-Swiss|Dress Shoe|PVC'), ('K-Swiss|Dress Shoe|Rubber'), ('K-Swiss|Driving Shoe|Leather'), ('K-Swiss|Driving Shoe|Leatherette'), ('K-Swiss|Driving Shoe|Polyurethane'), ('K-Swiss|Driving Shoe|PVC'), ('K-Swiss|Driving Shoe|Rubber'), ('K-Swiss|Hiker|Leather'), ('K-Swiss|Hiker|Leatherette'), ('K-Swiss|Hiker|Polyurethane'), ('K-Swiss|Hiker|PVC'), ('K-Swiss|Hiker|Rubber'), ('K-Swiss|Loafer (Slip-on)|Leather'), ('K-Swiss|Loafer (Slip-on)|Leatherette'), ('K-Swiss|Loafer (Slip-on)|Polyurethane'), ('K-Swiss|Loafer (Slip-on)|PVC'), ('K-Swiss|Loafer (Slip-on)|Rubber'), ('K-Swiss|Oxford (Lace-up)|Leather'), ('K-Swiss|Oxford (Lace-up)|Leatherette'), ('K-Swiss|Oxford (Lace-up)|Polyurethane'), ('K-Swiss|Oxford (Lace-up)|PVC'), ('K-Swiss|Oxford (Lace-up)|Rubber'), ('K-Swiss|Patent Leather|Leather'), ('K-Swiss|Patent Leather|Leatherette'), ('K-Swiss|Patent Leather|Polyurethane'), ('K-Swiss|Patent Leather|PVC'), ('K-Swiss|Patent Leather|Rubber'), ('K-Swiss|Penny Loafer|Leather'), ('K-Swiss|Penny Loafer|Leatherette'), ('K-Swiss|Penny Loafer|Polyurethane'), ('K-Swiss|Penny Loafer|PVC'), ('K-Swiss|Penny Loafer|Rubber'), ('K-Swiss|Runner|Leather'), ('K-Swiss|Runner|Leatherette'), ('K-Swiss|Runner|Polyurethane'), ('K-Swiss|Runner|PVC'), ('K-Swiss|Runner|Rubber'), ('K-Swiss|Saddle Shoe|Leather'), ('K-Swiss|Saddle Shoe|Leatherette'), ('K-Swiss|Saddle Shoe|Polyurethane'), ('K-Swiss|Saddle Shoe|PVC'), ('K-Swiss|Saddle Shoe|Rubber'), ('K-Swiss|Sandal|Leather'), ('K-Swiss|Sandal|Leatherette'), ('K-Swiss|Sandal|Polyurethane'), ('K-Swiss|Sandal|PVC'), ('K-Swiss|Sandal|Rubber'), ('K-Swiss|Tennis|Leather'), ('K-Swiss|Tennis|Leatherette'), ('K-Swiss|Tennis|Polyurethane'), ('K-Swiss|Tennis|PVC'), ('K-Swiss|Tennis|Rubber'), ('K-Swiss|Walker|Leather'), ('K-Swiss|Walker|Leatherette'), ('K-Swiss|Walker|Polyurethane'), ('K-Swiss|Walker|PVC'), ('K-Swiss|Walker|Rubber'), ('K-Swiss|Wingtip|Leather'), ('K-Swiss|Wingtip|Leatherette'), ('K-Swiss|Wingtip|Polyurethane'), ('K-Swiss|Wingtip|PVC'), ('K-Swiss|Wingtip|Rubber'), ('K-Swiss|Work Boot|Leather'), ('K-Swiss|Work Boot|Leatherette'), ('K-Swiss|Work Boot|Polyurethane'), ('K-Swiss|Work Boot|PVC'), ('K-Swiss|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Kenneth Cole Productions|Balmoral|Leather'), ('Kenneth Cole Productions|Balmoral|Leatherette'), ('Kenneth Cole Productions|Balmoral|Polyurethane'), ('Kenneth Cole Productions|Balmoral|PVC'), ('Kenneth Cole Productions|Balmoral|Rubber'), ('Kenneth Cole Productions|Boat Shoe|Leather'), ('Kenneth Cole Productions|Boat Shoe|Leatherette'), ('Kenneth Cole Productions|Boat Shoe|Polyurethane'), ('Kenneth Cole Productions|Boat Shoe|PVC'), ('Kenneth Cole Productions|Boat Shoe|Rubber'), ('Kenneth Cole Productions|Brouge|Leather'), ('Kenneth Cole Productions|Brouge|Leatherette'), ('Kenneth Cole Productions|Brouge|Polyurethane'), ('Kenneth Cole Productions|Brouge|PVC'), ('Kenneth Cole Productions|Brouge|Rubber'), ('Kenneth Cole Productions|Cross Trainer|Leather'), ('Kenneth Cole Productions|Cross Trainer|Leatherette'), ('Kenneth Cole Productions|Cross Trainer|Polyurethane'), ('Kenneth Cole Productions|Cross Trainer|PVC'), ('Kenneth Cole Productions|Cross Trainer|Rubber'), ('Kenneth Cole Productions|Derby|Leather'), ('Kenneth Cole Productions|Derby|Leatherette'), ('Kenneth Cole Productions|Derby|Polyurethane'), ('Kenneth Cole Productions|Derby|PVC'), ('Kenneth Cole Productions|Derby|Rubber'), ('Kenneth Cole Productions|Dress Boot|Leather'), ('Kenneth Cole Productions|Dress Boot|Leatherette'), ('Kenneth Cole Productions|Dress Boot|Polyurethane'), ('Kenneth Cole Productions|Dress Boot|PVC'), ('Kenneth Cole Productions|Dress Boot|Rubber'), ('Kenneth Cole Productions|Dress Shoe|Leather'), ('Kenneth Cole Productions|Dress Shoe|Leatherette'), ('Kenneth Cole Productions|Dress Shoe|Polyurethane'), ('Kenneth Cole Productions|Dress Shoe|PVC'), ('Kenneth Cole Productions|Dress Shoe|Rubber'), ('Kenneth Cole Productions|Driving Shoe|Leather'), ('Kenneth Cole Productions|Driving Shoe|Leatherette'), ('Kenneth Cole Productions|Driving Shoe|Polyurethane'), ('Kenneth Cole Productions|Driving Shoe|PVC'), ('Kenneth Cole Productions|Driving Shoe|Rubber'), ('Kenneth Cole Productions|Hiker|Leather'), ('Kenneth Cole Productions|Hiker|Leatherette'), ('Kenneth Cole Productions|Hiker|Polyurethane'), ('Kenneth Cole Productions|Hiker|PVC'), ('Kenneth Cole Productions|Hiker|Rubber'), ('Kenneth Cole Productions|Loafer (Slip-on)|Leather'), ('Kenneth Cole Productions|Loafer (Slip-on)|Leatherette'), ('Kenneth Cole Productions|Loafer (Slip-on)|Polyurethane'), ('Kenneth Cole Productions|Loafer (Slip-on)|PVC'), ('Kenneth Cole Productions|Loafer (Slip-on)|Rubber'), ('Kenneth Cole Productions|Oxford (Lace-up)|Leather'), ('Kenneth Cole Productions|Oxford (Lace-up)|Leatherette'), ('Kenneth Cole Productions|Oxford (Lace-up)|Polyurethane'), ('Kenneth Cole Productions|Oxford (Lace-up)|PVC'), ('Kenneth Cole Productions|Oxford (Lace-up)|Rubber'), ('Kenneth Cole Productions|Patent Leather|Leather'), ('Kenneth Cole Productions|Patent Leather|Leatherette'), ('Kenneth Cole Productions|Patent Leather|Polyurethane'), ('Kenneth Cole Productions|Patent Leather|PVC'), ('Kenneth Cole Productions|Patent Leather|Rubber'), ('Kenneth Cole Productions|Penny Loafer|Leather'), ('Kenneth Cole Productions|Penny Loafer|Leatherette'), ('Kenneth Cole Productions|Penny Loafer|Polyurethane'), ('Kenneth Cole Productions|Penny Loafer|PVC'), ('Kenneth Cole Productions|Penny Loafer|Rubber'), ('Kenneth Cole Productions|Runner|Leather'), ('Kenneth Cole Productions|Runner|Leatherette'), ('Kenneth Cole Productions|Runner|Polyurethane'), ('Kenneth Cole Productions|Runner|PVC'), ('Kenneth Cole Productions|Runner|Rubber'), ('Kenneth Cole Productions|Saddle Shoe|Leather'), ('Kenneth Cole Productions|Saddle Shoe|Leatherette'), ('Kenneth Cole Productions|Saddle Shoe|Polyurethane'), ('Kenneth Cole Productions|Saddle Shoe|PVC'), ('Kenneth Cole Productions|Saddle Shoe|Rubber'), ('Kenneth Cole Productions|Sandal|Leather'), ('Kenneth Cole Productions|Sandal|Leatherette'), ('Kenneth Cole Productions|Sandal|Polyurethane'), ('Kenneth Cole Productions|Sandal|PVC'), ('Kenneth Cole Productions|Sandal|Rubber'), ('Kenneth Cole Productions|Tennis|Leather'), ('Kenneth Cole Productions|Tennis|Leatherette'), ('Kenneth Cole Productions|Tennis|Polyurethane'), ('Kenneth Cole Productions|Tennis|PVC'), ('Kenneth Cole Productions|Tennis|Rubber'), ('Kenneth Cole Productions|Walker|Leather'), ('Kenneth Cole Productions|Walker|Leatherette'), ('Kenneth Cole Productions|Walker|Polyurethane'), ('Kenneth Cole Productions|Walker|PVC'), ('Kenneth Cole Productions|Walker|Rubber'), ('Kenneth Cole Productions|Wingtip|Leather'), ('Kenneth Cole Productions|Wingtip|Leatherette'), ('Kenneth Cole Productions|Wingtip|Polyurethane'), ('Kenneth Cole Productions|Wingtip|PVC'), ('Kenneth Cole Productions|Wingtip|Rubber'), ('Kenneth Cole Productions|Work Boot|Leather'), ('Kenneth Cole Productions|Work Boot|Leatherette'), ('Kenneth Cole Productions|Work Boot|Polyurethane'), ('Kenneth Cole Productions|Work Boot|PVC'), ('Kenneth Cole Productions|Work Boot|Rubber'), ('Khombu|Balmoral|Leather'), ('Khombu|Balmoral|Leatherette'), ('Khombu|Balmoral|Polyurethane'), ('Khombu|Balmoral|PVC'), ('Khombu|Balmoral|Rubber'), ('Khombu|Boat Shoe|Leather'), ('Khombu|Boat Shoe|Leatherette'), ('Khombu|Boat Shoe|Polyurethane'), ('Khombu|Boat Shoe|PVC'), ('Khombu|Boat Shoe|Rubber'), ('Khombu|Brouge|Leather'), ('Khombu|Brouge|Leatherette'), ('Khombu|Brouge|Polyurethane'), ('Khombu|Brouge|PVC'), ('Khombu|Brouge|Rubber'), ('Khombu|Cross Trainer|Leather'), ('Khombu|Cross Trainer|Leatherette'), ('Khombu|Cross Trainer|Polyurethane'), ('Khombu|Cross Trainer|PVC'), ('Khombu|Cross Trainer|Rubber'), ('Khombu|Derby|Leather'), ('Khombu|Derby|Leatherette'), ('Khombu|Derby|Polyurethane'), ('Khombu|Derby|PVC'), ('Khombu|Derby|Rubber'), ('Khombu|Dress Boot|Leather'), ('Khombu|Dress Boot|Leatherette'), ('Khombu|Dress Boot|Polyurethane'), ('Khombu|Dress Boot|PVC'), ('Khombu|Dress Boot|Rubber'), ('Khombu|Dress Shoe|Leather'), ('Khombu|Dress Shoe|Leatherette'), ('Khombu|Dress Shoe|Polyurethane'), ('Khombu|Dress Shoe|PVC'), ('Khombu|Dress Shoe|Rubber'), ('Khombu|Driving Shoe|Leather'), ('Khombu|Driving Shoe|Leatherette'), ('Khombu|Driving Shoe|Polyurethane'), ('Khombu|Driving Shoe|PVC'), ('Khombu|Driving Shoe|Rubber'), ('Khombu|Hiker|Leather'), ('Khombu|Hiker|Leatherette'), ('Khombu|Hiker|Polyurethane'), ('Khombu|Hiker|PVC'), ('Khombu|Hiker|Rubber'), ('Khombu|Loafer (Slip-on)|Leather'), ('Khombu|Loafer (Slip-on)|Leatherette'), ('Khombu|Loafer (Slip-on)|Polyurethane'), ('Khombu|Loafer (Slip-on)|PVC'), ('Khombu|Loafer (Slip-on)|Rubber'), ('Khombu|Oxford (Lace-up)|Leather'), ('Khombu|Oxford (Lace-up)|Leatherette'), ('Khombu|Oxford (Lace-up)|Polyurethane'), ('Khombu|Oxford (Lace-up)|PVC'), ('Khombu|Oxford (Lace-up)|Rubber'), ('Khombu|Patent Leather|Leather'), ('Khombu|Patent Leather|Leatherette'), ('Khombu|Patent Leather|Polyurethane'), ('Khombu|Patent Leather|PVC'), ('Khombu|Patent Leather|Rubber'), ('Khombu|Penny Loafer|Leather'), ('Khombu|Penny Loafer|Leatherette'), ('Khombu|Penny Loafer|Polyurethane'), ('Khombu|Penny Loafer|PVC'), ('Khombu|Penny Loafer|Rubber'), ('Khombu|Runner|Leather'), ('Khombu|Runner|Leatherette'), ('Khombu|Runner|Polyurethane'), ('Khombu|Runner|PVC'), ('Khombu|Runner|Rubber'), ('Khombu|Saddle Shoe|Leather'), ('Khombu|Saddle Shoe|Leatherette'), ('Khombu|Saddle Shoe|Polyurethane'), ('Khombu|Saddle Shoe|PVC'), ('Khombu|Saddle Shoe|Rubber'), ('Khombu|Sandal|Leather'), ('Khombu|Sandal|Leatherette'), ('Khombu|Sandal|Polyurethane'), ('Khombu|Sandal|PVC'), ('Khombu|Sandal|Rubber'), ('Khombu|Tennis|Leather'), ('Khombu|Tennis|Leatherette'), ('Khombu|Tennis|Polyurethane'), ('Khombu|Tennis|PVC'), ('Khombu|Tennis|Rubber'), ('Khombu|Walker|Leather'), ('Khombu|Walker|Leatherette'), ('Khombu|Walker|Polyurethane'), ('Khombu|Walker|PVC'), ('Khombu|Walker|Rubber'), ('Khombu|Wingtip|Leather'), ('Khombu|Wingtip|Leatherette'), ('Khombu|Wingtip|Polyurethane'), ('Khombu|Wingtip|PVC'), ('Khombu|Wingtip|Rubber'), ('Khombu|Work Boot|Leather'), ('Khombu|Work Boot|Leatherette'), ('Khombu|Work Boot|Polyurethane'), ('Khombu|Work Boot|PVC'), ('Khombu|Work Boot|Rubber'), ('L.B Evans|Balmoral|Leather'), ('L.B Evans|Balmoral|Leatherette'), ('L.B Evans|Balmoral|Polyurethane'), ('L.B Evans|Balmoral|PVC'), ('L.B Evans|Balmoral|Rubber'), ('L.B Evans|Boat Shoe|Leather'), ('L.B Evans|Boat Shoe|Leatherette'), ('L.B Evans|Boat Shoe|Polyurethane'), ('L.B Evans|Boat Shoe|PVC'), ('L.B Evans|Boat Shoe|Rubber'), ('L.B Evans|Brouge|Leather'), ('L.B Evans|Brouge|Leatherette'), ('L.B Evans|Brouge|Polyurethane'), ('L.B Evans|Brouge|PVC'), ('L.B Evans|Brouge|Rubber'), ('L.B Evans|Cross Trainer|Leather'), ('L.B Evans|Cross Trainer|Leatherette'), ('L.B Evans|Cross Trainer|Polyurethane'), ('L.B Evans|Cross Trainer|PVC'), ('L.B Evans|Cross Trainer|Rubber'), ('L.B Evans|Derby|Leather'), ('L.B Evans|Derby|Leatherette'), ('L.B Evans|Derby|Polyurethane'), ('L.B Evans|Derby|PVC'), ('L.B Evans|Derby|Rubber'), ('L.B Evans|Dress Boot|Leather'), ('L.B Evans|Dress Boot|Leatherette'), ('L.B Evans|Dress Boot|Polyurethane'), ('L.B Evans|Dress Boot|PVC'), ('L.B Evans|Dress Boot|Rubber'), ('L.B Evans|Dress Shoe|Leather'), ('L.B Evans|Dress Shoe|Leatherette'), ('L.B Evans|Dress Shoe|Polyurethane'), ('L.B Evans|Dress Shoe|PVC'), ('L.B Evans|Dress Shoe|Rubber'), ('L.B Evans|Driving Shoe|Leather'), ('L.B Evans|Driving Shoe|Leatherette'), ('L.B Evans|Driving Shoe|Polyurethane'), ('L.B Evans|Driving Shoe|PVC'), ('L.B Evans|Driving Shoe|Rubber'), ('L.B Evans|Hiker|Leather'), ('L.B Evans|Hiker|Leatherette'), ('L.B Evans|Hiker|Polyurethane'), ('L.B Evans|Hiker|PVC'), ('L.B Evans|Hiker|Rubber'), ('L.B Evans|Loafer (Slip-on)|Leather'), ('L.B Evans|Loafer (Slip-on)|Leatherette'), ('L.B Evans|Loafer (Slip-on)|Polyurethane'), ('L.B Evans|Loafer (Slip-on)|PVC'), ('L.B Evans|Loafer (Slip-on)|Rubber'), ('L.B Evans|Oxford (Lace-up)|Leather'), ('L.B Evans|Oxford (Lace-up)|Leatherette'), ('L.B Evans|Oxford (Lace-up)|Polyurethane'), ('L.B Evans|Oxford (Lace-up)|PVC'), ('L.B Evans|Oxford (Lace-up)|Rubber'), ('L.B Evans|Patent Leather|Leather'), ('L.B Evans|Patent Leather|Leatherette'), ('L.B Evans|Patent Leather|Polyurethane'), ('L.B Evans|Patent Leather|PVC'), ('L.B Evans|Patent Leather|Rubber'), ('L.B Evans|Penny Loafer|Leather'), ('L.B Evans|Penny Loafer|Leatherette'), ('L.B Evans|Penny Loafer|Polyurethane'), ('L.B Evans|Penny Loafer|PVC'), ('L.B Evans|Penny Loafer|Rubber'), ('L.B Evans|Runner|Leather'), ('L.B Evans|Runner|Leatherette'), ('L.B Evans|Runner|Polyurethane'), ('L.B Evans|Runner|PVC'), ('L.B Evans|Runner|Rubber'), ('L.B Evans|Saddle Shoe|Leather'), ('L.B Evans|Saddle Shoe|Leatherette'), ('L.B Evans|Saddle Shoe|Polyurethane'), ('L.B Evans|Saddle Shoe|PVC'), ('L.B Evans|Saddle Shoe|Rubber'), ('L.B Evans|Sandal|Leather'), ('L.B Evans|Sandal|Leatherette'), ('L.B Evans|Sandal|Polyurethane'), ('L.B Evans|Sandal|PVC'), ('L.B Evans|Sandal|Rubber'), ('L.B Evans|Tennis|Leather'), ('L.B Evans|Tennis|Leatherette'), ('L.B Evans|Tennis|Polyurethane'), ('L.B Evans|Tennis|PVC'), ('L.B Evans|Tennis|Rubber'), ('L.B Evans|Walker|Leather'), ('L.B Evans|Walker|Leatherette'), ('L.B Evans|Walker|Polyurethane'), ('L.B Evans|Walker|PVC'), ('L.B Evans|Walker|Rubber'), ('L.B Evans|Wingtip|Leather'), ('L.B Evans|Wingtip|Leatherette'), ('L.B Evans|Wingtip|Polyurethane'), ('L.B Evans|Wingtip|PVC'), ('L.B Evans|Wingtip|Rubber'), ('L.B Evans|Work Boot|Leather'), ('L.B Evans|Work Boot|Leatherette'), ('L.B Evans|Work Boot|Polyurethane'), ('L.B Evans|Work Boot|PVC'), ('L.B Evans|Work Boot|Rubber'), ('Laredo|Balmoral|Leather'), ('Laredo|Balmoral|Leatherette'), ('Laredo|Balmoral|Polyurethane'), ('Laredo|Balmoral|PVC'), ('Laredo|Balmoral|Rubber'), ('Laredo|Boat Shoe|Leather'), ('Laredo|Boat Shoe|Leatherette'), ('Laredo|Boat Shoe|Polyurethane'), ('Laredo|Boat Shoe|PVC'), ('Laredo|Boat Shoe|Rubber'), ('Laredo|Brouge|Leather'), ('Laredo|Brouge|Leatherette'), ('Laredo|Brouge|Polyurethane'), ('Laredo|Brouge|PVC'), ('Laredo|Brouge|Rubber'), ('Laredo|Cross Trainer|Leather'), ('Laredo|Cross Trainer|Leatherette'), ('Laredo|Cross Trainer|Polyurethane'), ('Laredo|Cross Trainer|PVC'), ('Laredo|Cross Trainer|Rubber'), ('Laredo|Derby|Leather'), ('Laredo|Derby|Leatherette'), ('Laredo|Derby|Polyurethane'), ('Laredo|Derby|PVC'), ('Laredo|Derby|Rubber'), ('Laredo|Dress Boot|Leather'), ('Laredo|Dress Boot|Leatherette'), ('Laredo|Dress Boot|Polyurethane'), ('Laredo|Dress Boot|PVC'), ('Laredo|Dress Boot|Rubber'), ('Laredo|Dress Shoe|Leather'), ('Laredo|Dress Shoe|Leatherette'), ('Laredo|Dress Shoe|Polyurethane'), ('Laredo|Dress Shoe|PVC'), ('Laredo|Dress Shoe|Rubber'), ('Laredo|Driving Shoe|Leather'), ('Laredo|Driving Shoe|Leatherette'), ('Laredo|Driving Shoe|Polyurethane'), ('Laredo|Driving Shoe|PVC'), ('Laredo|Driving Shoe|Rubber'), ('Laredo|Hiker|Leather'), ('Laredo|Hiker|Leatherette'), ('Laredo|Hiker|Polyurethane'), ('Laredo|Hiker|PVC'), ('Laredo|Hiker|Rubber'), ('Laredo|Loafer (Slip-on)|Leather'), ('Laredo|Loafer (Slip-on)|Leatherette'), ('Laredo|Loafer (Slip-on)|Polyurethane'), ('Laredo|Loafer (Slip-on)|PVC'), ('Laredo|Loafer (Slip-on)|Rubber'), ('Laredo|Oxford (Lace-up)|Leather'), ('Laredo|Oxford (Lace-up)|Leatherette'), ('Laredo|Oxford (Lace-up)|Polyurethane'), ('Laredo|Oxford (Lace-up)|PVC'), ('Laredo|Oxford (Lace-up)|Rubber'), ('Laredo|Patent Leather|Leather'), ('Laredo|Patent Leather|Leatherette'), ('Laredo|Patent Leather|Polyurethane'), ('Laredo|Patent Leather|PVC'), ('Laredo|Patent Leather|Rubber'), ('Laredo|Penny Loafer|Leather'), ('Laredo|Penny Loafer|Leatherette'), ('Laredo|Penny Loafer|Polyurethane'), ('Laredo|Penny Loafer|PVC'), ('Laredo|Penny Loafer|Rubber'), ('Laredo|Runner|Leather'), ('Laredo|Runner|Leatherette'), ('Laredo|Runner|Polyurethane'), ('Laredo|Runner|PVC'), ('Laredo|Runner|Rubber'), ('Laredo|Saddle Shoe|Leather'), ('Laredo|Saddle Shoe|Leatherette'), ('Laredo|Saddle Shoe|Polyurethane'), ('Laredo|Saddle Shoe|PVC'), ('Laredo|Saddle Shoe|Rubber'), ('Laredo|Sandal|Leather'), ('Laredo|Sandal|Leatherette'), ('Laredo|Sandal|Polyurethane'), ('Laredo|Sandal|PVC'), ('Laredo|Sandal|Rubber'), ('Laredo|Tennis|Leather'), ('Laredo|Tennis|Leatherette'), ('Laredo|Tennis|Polyurethane'), ('Laredo|Tennis|PVC'), ('Laredo|Tennis|Rubber'), ('Laredo|Walker|Leather'), ('Laredo|Walker|Leatherette'), ('Laredo|Walker|Polyurethane'), ('Laredo|Walker|PVC'), ('Laredo|Walker|Rubber'), ('Laredo|Wingtip|Leather'), ('Laredo|Wingtip|Leatherette'), ('Laredo|Wingtip|Polyurethane'), ('Laredo|Wingtip|PVC'), ('Laredo|Wingtip|Rubber'), ('Laredo|Work Boot|Leather'), ('Laredo|Work Boot|Leatherette'), ('Laredo|Work Boot|Polyurethane'), ('Laredo|Work Boot|PVC'), ('Laredo|Work Boot|Rubber'), ('Lugz|Balmoral|Leather'), ('Lugz|Balmoral|Leatherette'), ('Lugz|Balmoral|Polyurethane'), ('Lugz|Balmoral|PVC'), ('Lugz|Balmoral|Rubber'), ('Lugz|Boat Shoe|Leather'), ('Lugz|Boat Shoe|Leatherette'), ('Lugz|Boat Shoe|Polyurethane'), ('Lugz|Boat Shoe|PVC'), ('Lugz|Boat Shoe|Rubber'), ('Lugz|Brouge|Leather'), ('Lugz|Brouge|Leatherette'), ('Lugz|Brouge|Polyurethane'), ('Lugz|Brouge|PVC'), ('Lugz|Brouge|Rubber'), ('Lugz|Cross Trainer|Leather'), ('Lugz|Cross Trainer|Leatherette'), ('Lugz|Cross Trainer|Polyurethane'), ('Lugz|Cross Trainer|PVC'), ('Lugz|Cross Trainer|Rubber'), ('Lugz|Derby|Leather'), ('Lugz|Derby|Leatherette'), ('Lugz|Derby|Polyurethane'), ('Lugz|Derby|PVC'), ('Lugz|Derby|Rubber'), ('Lugz|Dress Boot|Leather'), ('Lugz|Dress Boot|Leatherette'), ('Lugz|Dress Boot|Polyurethane'), ('Lugz|Dress Boot|PVC'), ('Lugz|Dress Boot|Rubber'), ('Lugz|Dress Shoe|Leather'), ('Lugz|Dress Shoe|Leatherette'), ('Lugz|Dress Shoe|Polyurethane'), ('Lugz|Dress Shoe|PVC'), ('Lugz|Dress Shoe|Rubber'), ('Lugz|Driving Shoe|Leather'), ('Lugz|Driving Shoe|Leatherette'), ('Lugz|Driving Shoe|Polyurethane'), ('Lugz|Driving Shoe|PVC'), ('Lugz|Driving Shoe|Rubber'), ('Lugz|Hiker|Leather'), ('Lugz|Hiker|Leatherette'), ('Lugz|Hiker|Polyurethane'), ('Lugz|Hiker|PVC'), ('Lugz|Hiker|Rubber'), ('Lugz|Loafer (Slip-on)|Leather'), ('Lugz|Loafer (Slip-on)|Leatherette'), ('Lugz|Loafer (Slip-on)|Polyurethane'), ('Lugz|Loafer (Slip-on)|PVC'), ('Lugz|Loafer (Slip-on)|Rubber'), ('Lugz|Oxford (Lace-up)|Leather'), ('Lugz|Oxford (Lace-up)|Leatherette'), ('Lugz|Oxford (Lace-up)|Polyurethane'), ('Lugz|Oxford (Lace-up)|PVC'), ('Lugz|Oxford (Lace-up)|Rubber'), ('Lugz|Patent Leather|Leather'), ('Lugz|Patent Leather|Leatherette'), ('Lugz|Patent Leather|Polyurethane'), ('Lugz|Patent Leather|PVC'), ('Lugz|Patent Leather|Rubber'), ('Lugz|Penny Loafer|Leather'), ('Lugz|Penny Loafer|Leatherette'), ('Lugz|Penny Loafer|Polyurethane'), ('Lugz|Penny Loafer|PVC'), ('Lugz|Penny Loafer|Rubber'), ('Lugz|Runner|Leather'), ('Lugz|Runner|Leatherette'), ('Lugz|Runner|Polyurethane'), ('Lugz|Runner|PVC'), ('Lugz|Runner|Rubber'), ('Lugz|Saddle Shoe|Leather'), ('Lugz|Saddle Shoe|Leatherette'), ('Lugz|Saddle Shoe|Polyurethane'), ('Lugz|Saddle Shoe|PVC'), ('Lugz|Saddle Shoe|Rubber'), ('Lugz|Sandal|Leather'), ('Lugz|Sandal|Leatherette'), ('Lugz|Sandal|Polyurethane'), ('Lugz|Sandal|PVC'), ('Lugz|Sandal|Rubber'), ('Lugz|Tennis|Leather'), ('Lugz|Tennis|Leatherette'), ('Lugz|Tennis|Polyurethane'), ('Lugz|Tennis|PVC'), ('Lugz|Tennis|Rubber'), ('Lugz|Walker|Leather'), ('Lugz|Walker|Leatherette'), ('Lugz|Walker|Polyurethane'), ('Lugz|Walker|PVC'), ('Lugz|Walker|Rubber'), ('Lugz|Wingtip|Leather'), ('Lugz|Wingtip|Leatherette'), ('Lugz|Wingtip|Polyurethane'), ('Lugz|Wingtip|PVC'), ('Lugz|Wingtip|Rubber'), ('Lugz|Work Boot|Leather'), ('Lugz|Work Boot|Leatherette'), ('Lugz|Work Boot|Polyurethane'), ('Lugz|Work Boot|PVC'), ('Lugz|Work Boot|Rubber'), ('Madden|Balmoral|Leather'), ('Madden|Balmoral|Leatherette'), ('Madden|Balmoral|Polyurethane'), ('Madden|Balmoral|PVC'), ('Madden|Balmoral|Rubber'), ('Madden|Boat Shoe|Leather'), ('Madden|Boat Shoe|Leatherette'), ('Madden|Boat Shoe|Polyurethane'), ('Madden|Boat Shoe|PVC'), ('Madden|Boat Shoe|Rubber'), ('Madden|Brouge|Leather'), ('Madden|Brouge|Leatherette'), ('Madden|Brouge|Polyurethane'), ('Madden|Brouge|PVC'), ('Madden|Brouge|Rubber'), ('Madden|Cross Trainer|Leather'), ('Madden|Cross Trainer|Leatherette'), ('Madden|Cross Trainer|Polyurethane'), ('Madden|Cross Trainer|PVC'), ('Madden|Cross Trainer|Rubber'), ('Madden|Derby|Leather'), ('Madden|Derby|Leatherette'), ('Madden|Derby|Polyurethane'), ('Madden|Derby|PVC'), ('Madden|Derby|Rubber'), ('Madden|Dress Boot|Leather'), ('Madden|Dress Boot|Leatherette'), ('Madden|Dress Boot|Polyurethane'), ('Madden|Dress Boot|PVC'), ('Madden|Dress Boot|Rubber'), ('Madden|Dress Shoe|Leather'), ('Madden|Dress Shoe|Leatherette'), ('Madden|Dress Shoe|Polyurethane'), ('Madden|Dress Shoe|PVC'), ('Madden|Dress Shoe|Rubber'), ('Madden|Driving Shoe|Leather'), ('Madden|Driving Shoe|Leatherette'), ('Madden|Driving Shoe|Polyurethane'), ('Madden|Driving Shoe|PVC'), ('Madden|Driving Shoe|Rubber'), ('Madden|Hiker|Leather'), ('Madden|Hiker|Leatherette'), ('Madden|Hiker|Polyurethane'), ('Madden|Hiker|PVC'), ('Madden|Hiker|Rubber'), ('Madden|Loafer (Slip-on)|Leather'), ('Madden|Loafer (Slip-on)|Leatherette'), ('Madden|Loafer (Slip-on)|Polyurethane'), ('Madden|Loafer (Slip-on)|PVC'), ('Madden|Loafer (Slip-on)|Rubber'), ('Madden|Oxford (Lace-up)|Leather'), ('Madden|Oxford (Lace-up)|Leatherette'), ('Madden|Oxford (Lace-up)|Polyurethane'), ('Madden|Oxford (Lace-up)|PVC'), ('Madden|Oxford (Lace-up)|Rubber'), ('Madden|Patent Leather|Leather'), ('Madden|Patent Leather|Leatherette'), ('Madden|Patent Leather|Polyurethane'), ('Madden|Patent Leather|PVC'), ('Madden|Patent Leather|Rubber'), ('Madden|Penny Loafer|Leather'), ('Madden|Penny Loafer|Leatherette'), ('Madden|Penny Loafer|Polyurethane'), ('Madden|Penny Loafer|PVC'), ('Madden|Penny Loafer|Rubber'), ('Madden|Runner|Leather'), ('Madden|Runner|Leatherette'), ('Madden|Runner|Polyurethane'), ('Madden|Runner|PVC'), ('Madden|Runner|Rubber'), ('Madden|Saddle Shoe|Leather'), ('Madden|Saddle Shoe|Leatherette'), ('Madden|Saddle Shoe|Polyurethane'), ('Madden|Saddle Shoe|PVC'), ('Madden|Saddle Shoe|Rubber'), ('Madden|Sandal|Leather'), ('Madden|Sandal|Leatherette'), ('Madden|Sandal|Polyurethane'), ('Madden|Sandal|PVC'), ('Madden|Sandal|Rubber'), ('Madden|Tennis|Leather'), ('Madden|Tennis|Leatherette'), ('Madden|Tennis|Polyurethane'), ('Madden|Tennis|PVC'), ('Madden|Tennis|Rubber'), ('Madden|Walker|Leather'), ('Madden|Walker|Leatherette'), ('Madden|Walker|Polyurethane'), ('Madden|Walker|PVC'), ('Madden|Walker|Rubber'), ('Madden|Wingtip|Leather'), ('Madden|Wingtip|Leatherette'), ('Madden|Wingtip|Polyurethane'), ('Madden|Wingtip|PVC'), ('Madden|Wingtip|Rubber'), ('Madden|Work Boot|Leather'), ('Madden|Work Boot|Leatherette'), ('Madden|Work Boot|Polyurethane'), ('Madden|Work Boot|PVC'), ('Madden|Work Boot|Rubber'), ('Magnum|Balmoral|Leather'), ('Magnum|Balmoral|Leatherette'), ('Magnum|Balmoral|Polyurethane'), ('Magnum|Balmoral|PVC'), ('Magnum|Balmoral|Rubber'), ('Magnum|Boat Shoe|Leather'), ('Magnum|Boat Shoe|Leatherette'), ('Magnum|Boat Shoe|Polyurethane'), ('Magnum|Boat Shoe|PVC'), ('Magnum|Boat Shoe|Rubber'), ('Magnum|Brouge|Leather'), ('Magnum|Brouge|Leatherette'), ('Magnum|Brouge|Polyurethane'), ('Magnum|Brouge|PVC'), ('Magnum|Brouge|Rubber'), ('Magnum|Cross Trainer|Leather'), ('Magnum|Cross Trainer|Leatherette'), ('Magnum|Cross Trainer|Polyurethane'), ('Magnum|Cross Trainer|PVC'), ('Magnum|Cross Trainer|Rubber'), ('Magnum|Derby|Leather'), ('Magnum|Derby|Leatherette'), ('Magnum|Derby|Polyurethane'), ('Magnum|Derby|PVC'), ('Magnum|Derby|Rubber'), ('Magnum|Dress Boot|Leather'), ('Magnum|Dress Boot|Leatherette'), ('Magnum|Dress Boot|Polyurethane'), ('Magnum|Dress Boot|PVC'), ('Magnum|Dress Boot|Rubber'), ('Magnum|Dress Shoe|Leather'), ('Magnum|Dress Shoe|Leatherette'), ('Magnum|Dress Shoe|Polyurethane'), ('Magnum|Dress Shoe|PVC'), ('Magnum|Dress Shoe|Rubber'), ('Magnum|Driving Shoe|Leather'), ('Magnum|Driving Shoe|Leatherette'), ('Magnum|Driving Shoe|Polyurethane'), ('Magnum|Driving Shoe|PVC'), ('Magnum|Driving Shoe|Rubber'), ('Magnum|Hiker|Leather'), ('Magnum|Hiker|Leatherette'), ('Magnum|Hiker|Polyurethane'), ('Magnum|Hiker|PVC'), ('Magnum|Hiker|Rubber'), ('Magnum|Loafer (Slip-on)|Leather'), ('Magnum|Loafer (Slip-on)|Leatherette'), ('Magnum|Loafer (Slip-on)|Polyurethane'), ('Magnum|Loafer (Slip-on)|PVC'), ('Magnum|Loafer (Slip-on)|Rubber'), ('Magnum|Oxford (Lace-up)|Leather'), ('Magnum|Oxford (Lace-up)|Leatherette'), ('Magnum|Oxford (Lace-up)|Polyurethane'), ('Magnum|Oxford (Lace-up)|PVC'), ('Magnum|Oxford (Lace-up)|Rubber'), ('Magnum|Patent Leather|Leather'), ('Magnum|Patent Leather|Leatherette'), ('Magnum|Patent Leather|Polyurethane'), ('Magnum|Patent Leather|PVC'), ('Magnum|Patent Leather|Rubber'), ('Magnum|Penny Loafer|Leather'), ('Magnum|Penny Loafer|Leatherette'), ('Magnum|Penny Loafer|Polyurethane'), ('Magnum|Penny Loafer|PVC'), ('Magnum|Penny Loafer|Rubber'), ('Magnum|Runner|Leather'), ('Magnum|Runner|Leatherette'), ('Magnum|Runner|Polyurethane'), ('Magnum|Runner|PVC'), ('Magnum|Runner|Rubber'), ('Magnum|Saddle Shoe|Leather'), ('Magnum|Saddle Shoe|Leatherette'), ('Magnum|Saddle Shoe|Polyurethane'), ('Magnum|Saddle Shoe|PVC'), ('Magnum|Saddle Shoe|Rubber'), ('Magnum|Sandal|Leather'), ('Magnum|Sandal|Leatherette'), ('Magnum|Sandal|Polyurethane'), ('Magnum|Sandal|PVC'), ('Magnum|Sandal|Rubber'), ('Magnum|Tennis|Leather'), ('Magnum|Tennis|Leatherette'), ('Magnum|Tennis|Polyurethane'), ('Magnum|Tennis|PVC'), ('Magnum|Tennis|Rubber'), ('Magnum|Walker|Leather'), ('Magnum|Walker|Leatherette'), ('Magnum|Walker|Polyurethane'), ('Magnum|Walker|PVC'), ('Magnum|Walker|Rubber'), ('Magnum|Wingtip|Leather'), ('Magnum|Wingtip|Leatherette'), ('Magnum|Wingtip|Polyurethane'), ('Magnum|Wingtip|PVC'), ('Magnum|Wingtip|Rubber'), ('Magnum|Work Boot|Leather'), ('Magnum|Work Boot|Leatherette'), ('Magnum|Work Boot|Polyurethane'), ('Magnum|Work Boot|PVC'), ('Magnum|Work Boot|Rubber'), ('Margaritaville|Balmoral|Leather'), ('Margaritaville|Balmoral|Leatherette'), ('Margaritaville|Balmoral|Polyurethane'), ('Margaritaville|Balmoral|PVC'), ('Margaritaville|Balmoral|Rubber'), ('Margaritaville|Boat Shoe|Leather'), ('Margaritaville|Boat Shoe|Leatherette'), ('Margaritaville|Boat Shoe|Polyurethane'), ('Margaritaville|Boat Shoe|PVC'), ('Margaritaville|Boat Shoe|Rubber'), ('Margaritaville|Brouge|Leather'), ('Margaritaville|Brouge|Leatherette'), ('Margaritaville|Brouge|Polyurethane'), ('Margaritaville|Brouge|PVC'), ('Margaritaville|Brouge|Rubber'), ('Margaritaville|Cross Trainer|Leather'), ('Margaritaville|Cross Trainer|Leatherette'), ('Margaritaville|Cross Trainer|Polyurethane'), ('Margaritaville|Cross Trainer|PVC'), ('Margaritaville|Cross Trainer|Rubber'), ('Margaritaville|Derby|Leather'), ('Margaritaville|Derby|Leatherette'), ('Margaritaville|Derby|Polyurethane'), ('Margaritaville|Derby|PVC'), ('Margaritaville|Derby|Rubber'), ('Margaritaville|Dress Boot|Leather'), ('Margaritaville|Dress Boot|Leatherette'), ('Margaritaville|Dress Boot|Polyurethane'), ('Margaritaville|Dress Boot|PVC'), ('Margaritaville|Dress Boot|Rubber'), ('Margaritaville|Dress Shoe|Leather'), ('Margaritaville|Dress Shoe|Leatherette'), ('Margaritaville|Dress Shoe|Polyurethane'), ('Margaritaville|Dress Shoe|PVC'), ('Margaritaville|Dress Shoe|Rubber'), ('Margaritaville|Driving Shoe|Leather'), ('Margaritaville|Driving Shoe|Leatherette'), ('Margaritaville|Driving Shoe|Polyurethane'), ('Margaritaville|Driving Shoe|PVC'), ('Margaritaville|Driving Shoe|Rubber'), ('Margaritaville|Hiker|Leather'), ('Margaritaville|Hiker|Leatherette'), ('Margaritaville|Hiker|Polyurethane'), ('Margaritaville|Hiker|PVC'), ('Margaritaville|Hiker|Rubber'), ('Margaritaville|Loafer (Slip-on)|Leather'), ('Margaritaville|Loafer (Slip-on)|Leatherette'), ('Margaritaville|Loafer (Slip-on)|Polyurethane'), ('Margaritaville|Loafer (Slip-on)|PVC'), ('Margaritaville|Loafer (Slip-on)|Rubber'), ('Margaritaville|Oxford (Lace-up)|Leather'), ('Margaritaville|Oxford (Lace-up)|Leatherette'), ('Margaritaville|Oxford (Lace-up)|Polyurethane'), ('Margaritaville|Oxford (Lace-up)|PVC'), ('Margaritaville|Oxford (Lace-up)|Rubber'), ('Margaritaville|Patent Leather|Leather'), ('Margaritaville|Patent Leather|Leatherette'), ('Margaritaville|Patent Leather|Polyurethane'), ('Margaritaville|Patent Leather|PVC'), ('Margaritaville|Patent Leather|Rubber'), ('Margaritaville|Penny Loafer|Leather'), ('Margaritaville|Penny Loafer|Leatherette'), ('Margaritaville|Penny Loafer|Polyurethane'), ('Margaritaville|Penny Loafer|PVC'), ('Margaritaville|Penny Loafer|Rubber'), ('Margaritaville|Runner|Leather'), ('Margaritaville|Runner|Leatherette'), ('Margaritaville|Runner|Polyurethane'), ('Margaritaville|Runner|PVC'), ('Margaritaville|Runner|Rubber'), ('Margaritaville|Saddle Shoe|Leather'), ('Margaritaville|Saddle Shoe|Leatherette'), ('Margaritaville|Saddle Shoe|Polyurethane'), ('Margaritaville|Saddle Shoe|PVC'), ('Margaritaville|Saddle Shoe|Rubber'), ('Margaritaville|Sandal|Leather'), ('Margaritaville|Sandal|Leatherette'), ('Margaritaville|Sandal|Polyurethane'), ('Margaritaville|Sandal|PVC'), ('Margaritaville|Sandal|Rubber'), ('Margaritaville|Tennis|Leather'), ('Margaritaville|Tennis|Leatherette'), ('Margaritaville|Tennis|Polyurethane'), ('Margaritaville|Tennis|PVC'), ('Margaritaville|Tennis|Rubber'), ('Margaritaville|Walker|Leather'), ('Margaritaville|Walker|Leatherette'), ('Margaritaville|Walker|Polyurethane'), ('Margaritaville|Walker|PVC'), ('Margaritaville|Walker|Rubber'), ('Margaritaville|Wingtip|Leather'), ('Margaritaville|Wingtip|Leatherette'), ('Margaritaville|Wingtip|Polyurethane'), ('Margaritaville|Wingtip|PVC'), ('Margaritaville|Wingtip|Rubber'), ('Margaritaville|Work Boot|Leather'), ('Margaritaville|Work Boot|Leatherette'), ('Margaritaville|Work Boot|Polyurethane'), ('Margaritaville|Work Boot|PVC'), ('Margaritaville|Work Boot|Rubber'), ('Mark Nason Skechers|Balmoral|Leather'), ('Mark Nason Skechers|Balmoral|Leatherette'), ('Mark Nason Skechers|Balmoral|Polyurethane'), ('Mark Nason Skechers|Balmoral|PVC'), ('Mark Nason Skechers|Balmoral|Rubber'), ('Mark Nason Skechers|Boat Shoe|Leather'), ('Mark Nason Skechers|Boat Shoe|Leatherette'), ('Mark Nason Skechers|Boat Shoe|Polyurethane'), ('Mark Nason Skechers|Boat Shoe|PVC'), ('Mark Nason Skechers|Boat Shoe|Rubber'), ('Mark Nason Skechers|Brouge|Leather'), ('Mark Nason Skechers|Brouge|Leatherette'), ('Mark Nason Skechers|Brouge|Polyurethane'), ('Mark Nason Skechers|Brouge|PVC'), ('Mark Nason Skechers|Brouge|Rubber'), ('Mark Nason Skechers|Cross Trainer|Leather'), ('Mark Nason Skechers|Cross Trainer|Leatherette'), ('Mark Nason Skechers|Cross Trainer|Polyurethane'), ('Mark Nason Skechers|Cross Trainer|PVC'), ('Mark Nason Skechers|Cross Trainer|Rubber'), ('Mark Nason Skechers|Derby|Leather'), ('Mark Nason Skechers|Derby|Leatherette'), ('Mark Nason Skechers|Derby|Polyurethane'), ('Mark Nason Skechers|Derby|PVC'), ('Mark Nason Skechers|Derby|Rubber'), ('Mark Nason Skechers|Dress Boot|Leather'), ('Mark Nason Skechers|Dress Boot|Leatherette'), ('Mark Nason Skechers|Dress Boot|Polyurethane'), ('Mark Nason Skechers|Dress Boot|PVC'), ('Mark Nason Skechers|Dress Boot|Rubber'), ('Mark Nason Skechers|Dress Shoe|Leather'), ('Mark Nason Skechers|Dress Shoe|Leatherette'), ('Mark Nason Skechers|Dress Shoe|Polyurethane'), ('Mark Nason Skechers|Dress Shoe|PVC'), ('Mark Nason Skechers|Dress Shoe|Rubber'), ('Mark Nason Skechers|Driving Shoe|Leather'), ('Mark Nason Skechers|Driving Shoe|Leatherette'), ('Mark Nason Skechers|Driving Shoe|Polyurethane'), ('Mark Nason Skechers|Driving Shoe|PVC'), ('Mark Nason Skechers|Driving Shoe|Rubber'), ('Mark Nason Skechers|Hiker|Leather'), ('Mark Nason Skechers|Hiker|Leatherette'), ('Mark Nason Skechers|Hiker|Polyurethane'), ('Mark Nason Skechers|Hiker|PVC'), ('Mark Nason Skechers|Hiker|Rubber'), ('Mark Nason Skechers|Loafer (Slip-on)|Leather'), ('Mark Nason Skechers|Loafer (Slip-on)|Leatherette'), ('Mark Nason Skechers|Loafer (Slip-on)|Polyurethane'), ('Mark Nason Skechers|Loafer (Slip-on)|PVC'), ('Mark Nason Skechers|Loafer (Slip-on)|Rubber'), ('Mark Nason Skechers|Oxford (Lace-up)|Leather'), ('Mark Nason Skechers|Oxford (Lace-up)|Leatherette'), ('Mark Nason Skechers|Oxford (Lace-up)|Polyurethane'), ('Mark Nason Skechers|Oxford (Lace-up)|PVC'), ('Mark Nason Skechers|Oxford (Lace-up)|Rubber'), ('Mark Nason Skechers|Patent Leather|Leather'), ('Mark Nason Skechers|Patent Leather|Leatherette'), ('Mark Nason Skechers|Patent Leather|Polyurethane'), ('Mark Nason Skechers|Patent Leather|PVC'), ('Mark Nason Skechers|Patent Leather|Rubber'), ('Mark Nason Skechers|Penny Loafer|Leather'), ('Mark Nason Skechers|Penny Loafer|Leatherette'), ('Mark Nason Skechers|Penny Loafer|Polyurethane'), ('Mark Nason Skechers|Penny Loafer|PVC'), ('Mark Nason Skechers|Penny Loafer|Rubber'), ('Mark Nason Skechers|Runner|Leather'), ('Mark Nason Skechers|Runner|Leatherette'), ('Mark Nason Skechers|Runner|Polyurethane'), ('Mark Nason Skechers|Runner|PVC'), ('Mark Nason Skechers|Runner|Rubber'), ('Mark Nason Skechers|Saddle Shoe|Leather'), ('Mark Nason Skechers|Saddle Shoe|Leatherette'), ('Mark Nason Skechers|Saddle Shoe|Polyurethane'), ('Mark Nason Skechers|Saddle Shoe|PVC'), ('Mark Nason Skechers|Saddle Shoe|Rubber'), ('Mark Nason Skechers|Sandal|Leather'), ('Mark Nason Skechers|Sandal|Leatherette'), ('Mark Nason Skechers|Sandal|Polyurethane'), ('Mark Nason Skechers|Sandal|PVC'), ('Mark Nason Skechers|Sandal|Rubber'), ('Mark Nason Skechers|Tennis|Leather'), ('Mark Nason Skechers|Tennis|Leatherette'), ('Mark Nason Skechers|Tennis|Polyurethane'), ('Mark Nason Skechers|Tennis|PVC'), ('Mark Nason Skechers|Tennis|Rubber'), ('Mark Nason Skechers|Walker|Leather'), ('Mark Nason Skechers|Walker|Leatherette'), ('Mark Nason Skechers|Walker|Polyurethane'), ('Mark Nason Skechers|Walker|PVC'), ('Mark Nason Skechers|Walker|Rubber'), ('Mark Nason Skechers|Wingtip|Leather'), ('Mark Nason Skechers|Wingtip|Leatherette'), ('Mark Nason Skechers|Wingtip|Polyurethane'), ('Mark Nason Skechers|Wingtip|PVC'), ('Mark Nason Skechers|Wingtip|Rubber'), ('Mark Nason Skechers|Work Boot|Leather'), ('Mark Nason Skechers|Work Boot|Leatherette'), ('Mark Nason Skechers|Work Boot|Polyurethane'), ('Mark Nason Skechers|Work Boot|PVC'), ('Mark Nason Skechers|Work Boot|Rubber'), ('McRae|Balmoral|Leather'), ('McRae|Balmoral|Leatherette'), ('McRae|Balmoral|Polyurethane'), ('McRae|Balmoral|PVC'), ('McRae|Balmoral|Rubber'), ('McRae|Boat Shoe|Leather'), ('McRae|Boat Shoe|Leatherette'), ('McRae|Boat Shoe|Polyurethane'), ('McRae|Boat Shoe|PVC'), ('McRae|Boat Shoe|Rubber'), ('McRae|Brouge|Leather'), ('McRae|Brouge|Leatherette'), ('McRae|Brouge|Polyurethane'), ('McRae|Brouge|PVC'), ('McRae|Brouge|Rubber'), ('McRae|Cross Trainer|Leather'), ('McRae|Cross Trainer|Leatherette'), ('McRae|Cross Trainer|Polyurethane'), ('McRae|Cross Trainer|PVC'), ('McRae|Cross Trainer|Rubber'), ('McRae|Derby|Leather'), ('McRae|Derby|Leatherette'), ('McRae|Derby|Polyurethane'), ('McRae|Derby|PVC'), ('McRae|Derby|Rubber'), ('McRae|Dress Boot|Leather'), ('McRae|Dress Boot|Leatherette'), ('McRae|Dress Boot|Polyurethane'), ('McRae|Dress Boot|PVC'), ('McRae|Dress Boot|Rubber'), ('McRae|Dress Shoe|Leather'), ('McRae|Dress Shoe|Leatherette'), ('McRae|Dress Shoe|Polyurethane'), ('McRae|Dress Shoe|PVC'), ('McRae|Dress Shoe|Rubber'), ('McRae|Driving Shoe|Leather'), ('McRae|Driving Shoe|Leatherette'), ('McRae|Driving Shoe|Polyurethane'), ('McRae|Driving Shoe|PVC'), ('McRae|Driving Shoe|Rubber'), ('McRae|Hiker|Leather'), ('McRae|Hiker|Leatherette'), ('McRae|Hiker|Polyurethane'), ('McRae|Hiker|PVC'), ('McRae|Hiker|Rubber'), ('McRae|Loafer (Slip-on)|Leather'), ('McRae|Loafer (Slip-on)|Leatherette'), ('McRae|Loafer (Slip-on)|Polyurethane'), ('McRae|Loafer (Slip-on)|PVC'), ('McRae|Loafer (Slip-on)|Rubber'), ('McRae|Oxford (Lace-up)|Leather'), ('McRae|Oxford (Lace-up)|Leatherette'), ('McRae|Oxford (Lace-up)|Polyurethane'), ('McRae|Oxford (Lace-up)|PVC'), ('McRae|Oxford (Lace-up)|Rubber'), ('McRae|Patent Leather|Leather'), ('McRae|Patent Leather|Leatherette'), ('McRae|Patent Leather|Polyurethane'), ('McRae|Patent Leather|PVC'), ('McRae|Patent Leather|Rubber'), ('McRae|Penny Loafer|Leather'), ('McRae|Penny Loafer|Leatherette'), ('McRae|Penny Loafer|Polyurethane'), ('McRae|Penny Loafer|PVC'), ('McRae|Penny Loafer|Rubber'), ('McRae|Runner|Leather'), ('McRae|Runner|Leatherette'), ('McRae|Runner|Polyurethane'), ('McRae|Runner|PVC'), ('McRae|Runner|Rubber'), ('McRae|Saddle Shoe|Leather'), ('McRae|Saddle Shoe|Leatherette'), ('McRae|Saddle Shoe|Polyurethane'), ('McRae|Saddle Shoe|PVC'), ('McRae|Saddle Shoe|Rubber'), ('McRae|Sandal|Leather'), ('McRae|Sandal|Leatherette'), ('McRae|Sandal|Polyurethane'), ('McRae|Sandal|PVC'), ('McRae|Sandal|Rubber'), ('McRae|Tennis|Leather'), ('McRae|Tennis|Leatherette'), ('McRae|Tennis|Polyurethane'), ('McRae|Tennis|PVC'), ('McRae|Tennis|Rubber'), ('McRae|Walker|Leather'), ('McRae|Walker|Leatherette'), ('McRae|Walker|Polyurethane'), ('McRae|Walker|PVC'), ('McRae|Walker|Rubber'), ('McRae|Wingtip|Leather'), ('McRae|Wingtip|Leatherette'), ('McRae|Wingtip|Polyurethane'), ('McRae|Wingtip|PVC'), ('McRae|Wingtip|Rubber'), ('McRae|Work Boot|Leather'), ('McRae|Work Boot|Leatherette'), ('McRae|Work Boot|Polyurethane'), ('McRae|Work Boot|PVC'), ('McRae|Work Boot|Rubber'), ('Neil M Footwear|Balmoral|Leather'), ('Neil M Footwear|Balmoral|Leatherette'), ('Neil M Footwear|Balmoral|Polyurethane'), ('Neil M Footwear|Balmoral|PVC'), ('Neil M Footwear|Balmoral|Rubber'), ('Neil M Footwear|Boat Shoe|Leather'), ('Neil M Footwear|Boat Shoe|Leatherette'), ('Neil M Footwear|Boat Shoe|Polyurethane'), ('Neil M Footwear|Boat Shoe|PVC'), ('Neil M Footwear|Boat Shoe|Rubber'), ('Neil M Footwear|Brouge|Leather'), ('Neil M Footwear|Brouge|Leatherette'), ('Neil M Footwear|Brouge|Polyurethane'), ('Neil M Footwear|Brouge|PVC'), ('Neil M Footwear|Brouge|Rubber'), ('Neil M Footwear|Cross Trainer|Leather'), ('Neil M Footwear|Cross Trainer|Leatherette'), ('Neil M Footwear|Cross Trainer|Polyurethane'), ('Neil M Footwear|Cross Trainer|PVC'), ('Neil M Footwear|Cross Trainer|Rubber'), ('Neil M Footwear|Derby|Leather'), ('Neil M Footwear|Derby|Leatherette'), ('Neil M Footwear|Derby|Polyurethane'), ('Neil M Footwear|Derby|PVC'), ('Neil M Footwear|Derby|Rubber'), ('Neil M Footwear|Dress Boot|Leather'), ('Neil M Footwear|Dress Boot|Leatherette'), ('Neil M Footwear|Dress Boot|Polyurethane'), ('Neil M Footwear|Dress Boot|PVC'), ('Neil M Footwear|Dress Boot|Rubber'), ('Neil M Footwear|Dress Shoe|Leather'), ('Neil M Footwear|Dress Shoe|Leatherette'), ('Neil M Footwear|Dress Shoe|Polyurethane'), ('Neil M Footwear|Dress Shoe|PVC'), ('Neil M Footwear|Dress Shoe|Rubber'), ('Neil M Footwear|Driving Shoe|Leather'), ('Neil M Footwear|Driving Shoe|Leatherette'), ('Neil M Footwear|Driving Shoe|Polyurethane'), ('Neil M Footwear|Driving Shoe|PVC'), ('Neil M Footwear|Driving Shoe|Rubber'), ('Neil M Footwear|Hiker|Leather'), ('Neil M Footwear|Hiker|Leatherette'), ('Neil M Footwear|Hiker|Polyurethane'), ('Neil M Footwear|Hiker|PVC'), ('Neil M Footwear|Hiker|Rubber'), ('Neil M Footwear|Loafer (Slip-on)|Leather'), ('Neil M Footwear|Loafer (Slip-on)|Leatherette'), ('Neil M Footwear|Loafer (Slip-on)|Polyurethane'), ('Neil M Footwear|Loafer (Slip-on)|PVC'), ('Neil M Footwear|Loafer (Slip-on)|Rubber'), ('Neil M Footwear|Oxford (Lace-up)|Leather'), ('Neil M Footwear|Oxford (Lace-up)|Leatherette'), ('Neil M Footwear|Oxford (Lace-up)|Polyurethane'), ('Neil M Footwear|Oxford (Lace-up)|PVC'), ('Neil M Footwear|Oxford (Lace-up)|Rubber'), ('Neil M Footwear|Patent Leather|Leather'), ('Neil M Footwear|Patent Leather|Leatherette'), ('Neil M Footwear|Patent Leather|Polyurethane'), ('Neil M Footwear|Patent Leather|PVC'), ('Neil M Footwear|Patent Leather|Rubber'), ('Neil M Footwear|Penny Loafer|Leather'), ('Neil M Footwear|Penny Loafer|Leatherette'), ('Neil M Footwear|Penny Loafer|Polyurethane'), ('Neil M Footwear|Penny Loafer|PVC'), ('Neil M Footwear|Penny Loafer|Rubber'), ('Neil M Footwear|Runner|Leather'), ('Neil M Footwear|Runner|Leatherette'), ('Neil M Footwear|Runner|Polyurethane'), ('Neil M Footwear|Runner|PVC'), ('Neil M Footwear|Runner|Rubber'), ('Neil M Footwear|Saddle Shoe|Leather'), ('Neil M Footwear|Saddle Shoe|Leatherette'), ('Neil M Footwear|Saddle Shoe|Polyurethane'), ('Neil M Footwear|Saddle Shoe|PVC'), ('Neil M Footwear|Saddle Shoe|Rubber'), ('Neil M Footwear|Sandal|Leather'), ('Neil M Footwear|Sandal|Leatherette'), ('Neil M Footwear|Sandal|Polyurethane'), ('Neil M Footwear|Sandal|PVC'), ('Neil M Footwear|Sandal|Rubber'), ('Neil M Footwear|Tennis|Leather'), ('Neil M Footwear|Tennis|Leatherette'), ('Neil M Footwear|Tennis|Polyurethane'), ('Neil M Footwear|Tennis|PVC'), ('Neil M Footwear|Tennis|Rubber'), ('Neil M Footwear|Walker|Leather'), ('Neil M Footwear|Walker|Leatherette'), ('Neil M Footwear|Walker|Polyurethane'), ('Neil M Footwear|Walker|PVC'), ('Neil M Footwear|Walker|Rubber'), ('Neil M Footwear|Wingtip|Leather'), ('Neil M Footwear|Wingtip|Leatherette'), ('Neil M Footwear|Wingtip|Polyurethane'), ('Neil M Footwear|Wingtip|PVC'), ('Neil M Footwear|Wingtip|Rubber'), ('Neil M Footwear|Work Boot|Leather'), ('Neil M Footwear|Work Boot|Leatherette'), ('Neil M Footwear|Work Boot|Polyurethane'), ('Neil M Footwear|Work Boot|PVC'), ('Neil M Footwear|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Nunn Bush|Balmoral|Leather'), ('Nunn Bush|Balmoral|Leatherette'), ('Nunn Bush|Balmoral|Polyurethane'), ('Nunn Bush|Balmoral|PVC'), ('Nunn Bush|Balmoral|Rubber'), ('Nunn Bush|Boat Shoe|Leather'), ('Nunn Bush|Boat Shoe|Leatherette'), ('Nunn Bush|Boat Shoe|Polyurethane'), ('Nunn Bush|Boat Shoe|PVC'), ('Nunn Bush|Boat Shoe|Rubber'), ('Nunn Bush|Brouge|Leather'), ('Nunn Bush|Brouge|Leatherette'), ('Nunn Bush|Brouge|Polyurethane'), ('Nunn Bush|Brouge|PVC'), ('Nunn Bush|Brouge|Rubber'), ('Nunn Bush|Cross Trainer|Leather'), ('Nunn Bush|Cross Trainer|Leatherette'), ('Nunn Bush|Cross Trainer|Polyurethane'), ('Nunn Bush|Cross Trainer|PVC'), ('Nunn Bush|Cross Trainer|Rubber'), ('Nunn Bush|Derby|Leather'), ('Nunn Bush|Derby|Leatherette'), ('Nunn Bush|Derby|Polyurethane'), ('Nunn Bush|Derby|PVC'), ('Nunn Bush|Derby|Rubber'), ('Nunn Bush|Dress Boot|Leather'), ('Nunn Bush|Dress Boot|Leatherette'), ('Nunn Bush|Dress Boot|Polyurethane'), ('Nunn Bush|Dress Boot|PVC'), ('Nunn Bush|Dress Boot|Rubber'), ('Nunn Bush|Dress Shoe|Leather'), ('Nunn Bush|Dress Shoe|Leatherette'), ('Nunn Bush|Dress Shoe|Polyurethane'), ('Nunn Bush|Dress Shoe|PVC'), ('Nunn Bush|Dress Shoe|Rubber'), ('Nunn Bush|Driving Shoe|Leather'), ('Nunn Bush|Driving Shoe|Leatherette'), ('Nunn Bush|Driving Shoe|Polyurethane'), ('Nunn Bush|Driving Shoe|PVC'), ('Nunn Bush|Driving Shoe|Rubber'), ('Nunn Bush|Hiker|Leather'), ('Nunn Bush|Hiker|Leatherette'), ('Nunn Bush|Hiker|Polyurethane'), ('Nunn Bush|Hiker|PVC'), ('Nunn Bush|Hiker|Rubber'), ('Nunn Bush|Loafer (Slip-on)|Leather'), ('Nunn Bush|Loafer (Slip-on)|Leatherette'), ('Nunn Bush|Loafer (Slip-on)|Polyurethane'), ('Nunn Bush|Loafer (Slip-on)|PVC'), ('Nunn Bush|Loafer (Slip-on)|Rubber'), ('Nunn Bush|Oxford (Lace-up)|Leather'), ('Nunn Bush|Oxford (Lace-up)|Leatherette'), ('Nunn Bush|Oxford (Lace-up)|Polyurethane'), ('Nunn Bush|Oxford (Lace-up)|PVC'), ('Nunn Bush|Oxford (Lace-up)|Rubber'), ('Nunn Bush|Patent Leather|Leather'), ('Nunn Bush|Patent Leather|Leatherette'), ('Nunn Bush|Patent Leather|Polyurethane'), ('Nunn Bush|Patent Leather|PVC'), ('Nunn Bush|Patent Leather|Rubber'), ('Nunn Bush|Penny Loafer|Leather'), ('Nunn Bush|Penny Loafer|Leatherette'), ('Nunn Bush|Penny Loafer|Polyurethane'), ('Nunn Bush|Penny Loafer|PVC'), ('Nunn Bush|Penny Loafer|Rubber'), ('Nunn Bush|Runner|Leather'), ('Nunn Bush|Runner|Leatherette'), ('Nunn Bush|Runner|Polyurethane'), ('Nunn Bush|Runner|PVC'), ('Nunn Bush|Runner|Rubber'), ('Nunn Bush|Saddle Shoe|Leather'), ('Nunn Bush|Saddle Shoe|Leatherette'), ('Nunn Bush|Saddle Shoe|Polyurethane'), ('Nunn Bush|Saddle Shoe|PVC'), ('Nunn Bush|Saddle Shoe|Rubber'), ('Nunn Bush|Sandal|Leather'), ('Nunn Bush|Sandal|Leatherette'), ('Nunn Bush|Sandal|Polyurethane'), ('Nunn Bush|Sandal|PVC'), ('Nunn Bush|Sandal|Rubber'), ('Nunn Bush|Tennis|Leather'), ('Nunn Bush|Tennis|Leatherette'), ('Nunn Bush|Tennis|Polyurethane'), ('Nunn Bush|Tennis|PVC'), ('Nunn Bush|Tennis|Rubber'), ('Nunn Bush|Walker|Leather'), ('Nunn Bush|Walker|Leatherette'), ('Nunn Bush|Walker|Polyurethane'), ('Nunn Bush|Walker|PVC'), ('Nunn Bush|Walker|Rubber'), ('Nunn Bush|Wingtip|Leather'), ('Nunn Bush|Wingtip|Leatherette'), ('Nunn Bush|Wingtip|Polyurethane'), ('Nunn Bush|Wingtip|PVC'), ('Nunn Bush|Wingtip|Rubber'), ('Nunn Bush|Work Boot|Leather'), ('Nunn Bush|Work Boot|Leatherette'), ('Nunn Bush|Work Boot|Polyurethane'), ('Nunn Bush|Work Boot|PVC'), ('Nunn Bush|Work Boot|Rubber'), ('Prada|Balmoral|Leather'), ('Prada|Balmoral|Leatherette'), ('Prada|Balmoral|Polyurethane'), ('Prada|Balmoral|PVC'), ('Prada|Balmoral|Rubber'), ('Prada|Boat Shoe|Leather'), ('Prada|Boat Shoe|Leatherette'), ('Prada|Boat Shoe|Polyurethane'), ('Prada|Boat Shoe|PVC'), ('Prada|Boat Shoe|Rubber'), ('Prada|Brouge|Leather'), ('Prada|Brouge|Leatherette'), ('Prada|Brouge|Polyurethane'), ('Prada|Brouge|PVC'), ('Prada|Brouge|Rubber'), ('Prada|Cross Trainer|Leather'), ('Prada|Cross Trainer|Leatherette'), ('Prada|Cross Trainer|Polyurethane'), ('Prada|Cross Trainer|PVC'), ('Prada|Cross Trainer|Rubber'), ('Prada|Derby|Leather'), ('Prada|Derby|Leatherette'), ('Prada|Derby|Polyurethane'), ('Prada|Derby|PVC'), ('Prada|Derby|Rubber'), ('Prada|Dress Boot|Leather'), ('Prada|Dress Boot|Leatherette'), ('Prada|Dress Boot|Polyurethane'), ('Prada|Dress Boot|PVC'), ('Prada|Dress Boot|Rubber'), ('Prada|Dress Shoe|Leather'), ('Prada|Dress Shoe|Leatherette'), ('Prada|Dress Shoe|Polyurethane'), ('Prada|Dress Shoe|PVC'), ('Prada|Dress Shoe|Rubber'), ('Prada|Driving Shoe|Leather'), ('Prada|Driving Shoe|Leatherette'), ('Prada|Driving Shoe|Polyurethane'), ('Prada|Driving Shoe|PVC'), ('Prada|Driving Shoe|Rubber'), ('Prada|Hiker|Leather'), ('Prada|Hiker|Leatherette'), ('Prada|Hiker|Polyurethane'), ('Prada|Hiker|PVC'), ('Prada|Hiker|Rubber'), ('Prada|Loafer (Slip-on)|Leather'), ('Prada|Loafer (Slip-on)|Leatherette'), ('Prada|Loafer (Slip-on)|Polyurethane'), ('Prada|Loafer (Slip-on)|PVC'), ('Prada|Loafer (Slip-on)|Rubber'), ('Prada|Oxford (Lace-up)|Leather'), ('Prada|Oxford (Lace-up)|Leatherette'), ('Prada|Oxford (Lace-up)|Polyurethane'), ('Prada|Oxford (Lace-up)|PVC'), ('Prada|Oxford (Lace-up)|Rubber'), ('Prada|Patent Leather|Leather'), ('Prada|Patent Leather|Leatherette'), ('Prada|Patent Leather|Polyurethane'), ('Prada|Patent Leather|PVC'), ('Prada|Patent Leather|Rubber'), ('Prada|Penny Loafer|Leather'), ('Prada|Penny Loafer|Leatherette'), ('Prada|Penny Loafer|Polyurethane'), ('Prada|Penny Loafer|PVC'), ('Prada|Penny Loafer|Rubber'), ('Prada|Runner|Leather'), ('Prada|Runner|Leatherette'), ('Prada|Runner|Polyurethane'), ('Prada|Runner|PVC'), ('Prada|Runner|Rubber'), ('Prada|Saddle Shoe|Leather'), ('Prada|Saddle Shoe|Leatherette'), ('Prada|Saddle Shoe|Polyurethane'), ('Prada|Saddle Shoe|PVC'), ('Prada|Saddle Shoe|Rubber'), ('Prada|Sandal|Leather'), ('Prada|Sandal|Leatherette'), ('Prada|Sandal|Polyurethane'), ('Prada|Sandal|PVC'), ('Prada|Sandal|Rubber'), ('Prada|Tennis|Leather'), ('Prada|Tennis|Leatherette'), ('Prada|Tennis|Polyurethane'), ('Prada|Tennis|PVC'), ('Prada|Tennis|Rubber'), ('Prada|Walker|Leather'), ('Prada|Walker|Leatherette'), ('Prada|Walker|Polyurethane'), ('Prada|Walker|PVC'), ('Prada|Walker|Rubber'), ('Prada|Wingtip|Leather'), ('Prada|Wingtip|Leatherette'), ('Prada|Wingtip|Polyurethane'), ('Prada|Wingtip|PVC'), ('Prada|Wingtip|Rubber'), ('Prada|Work Boot|Leather'), ('Prada|Work Boot|Leatherette'), ('Prada|Work Boot|Polyurethane'), ('Prada|Work Boot|PVC'), ('Prada|Work Boot|Rubber'), ('Propet|Balmoral|Leather'), ('Propet|Balmoral|Leatherette'), ('Propet|Balmoral|Polyurethane'), ('Propet|Balmoral|PVC'), ('Propet|Balmoral|Rubber'), ('Propet|Boat Shoe|Leather'), ('Propet|Boat Shoe|Leatherette'), ('Propet|Boat Shoe|Polyurethane'), ('Propet|Boat Shoe|PVC'), ('Propet|Boat Shoe|Rubber'), ('Propet|Brouge|Leather'), ('Propet|Brouge|Leatherette'), ('Propet|Brouge|Polyurethane'), ('Propet|Brouge|PVC'), ('Propet|Brouge|Rubber'), ('Propet|Cross Trainer|Leather'), ('Propet|Cross Trainer|Leatherette'), ('Propet|Cross Trainer|Polyurethane'), ('Propet|Cross Trainer|PVC'), ('Propet|Cross Trainer|Rubber'), ('Propet|Derby|Leather'), ('Propet|Derby|Leatherette'), ('Propet|Derby|Polyurethane'), ('Propet|Derby|PVC'), ('Propet|Derby|Rubber'), ('Propet|Dress Boot|Leather'), ('Propet|Dress Boot|Leatherette'), ('Propet|Dress Boot|Polyurethane'), ('Propet|Dress Boot|PVC'), ('Propet|Dress Boot|Rubber'), ('Propet|Dress Shoe|Leather'), ('Propet|Dress Shoe|Leatherette'), ('Propet|Dress Shoe|Polyurethane'), ('Propet|Dress Shoe|PVC'), ('Propet|Dress Shoe|Rubber'), ('Propet|Driving Shoe|Leather'), ('Propet|Driving Shoe|Leatherette'), ('Propet|Driving Shoe|Polyurethane'), ('Propet|Driving Shoe|PVC'), ('Propet|Driving Shoe|Rubber'), ('Propet|Hiker|Leather'), ('Propet|Hiker|Leatherette'), ('Propet|Hiker|Polyurethane'), ('Propet|Hiker|PVC'), ('Propet|Hiker|Rubber'), ('Propet|Loafer (Slip-on)|Leather'), ('Propet|Loafer (Slip-on)|Leatherette'), ('Propet|Loafer (Slip-on)|Polyurethane'), ('Propet|Loafer (Slip-on)|PVC'), ('Propet|Loafer (Slip-on)|Rubber'), ('Propet|Oxford (Lace-up)|Leather'), ('Propet|Oxford (Lace-up)|Leatherette'), ('Propet|Oxford (Lace-up)|Polyurethane'), ('Propet|Oxford (Lace-up)|PVC'), ('Propet|Oxford (Lace-up)|Rubber'), ('Propet|Patent Leather|Leather'), ('Propet|Patent Leather|Leatherette'), ('Propet|Patent Leather|Polyurethane'), ('Propet|Patent Leather|PVC'), ('Propet|Patent Leather|Rubber'), ('Propet|Penny Loafer|Leather'), ('Propet|Penny Loafer|Leatherette'), ('Propet|Penny Loafer|Polyurethane'), ('Propet|Penny Loafer|PVC'), ('Propet|Penny Loafer|Rubber'), ('Propet|Runner|Leather'), ('Propet|Runner|Leatherette'), ('Propet|Runner|Polyurethane'), ('Propet|Runner|PVC'), ('Propet|Runner|Rubber'), ('Propet|Saddle Shoe|Leather'), ('Propet|Saddle Shoe|Leatherette'), ('Propet|Saddle Shoe|Polyurethane'), ('Propet|Saddle Shoe|PVC'), ('Propet|Saddle Shoe|Rubber'), ('Propet|Sandal|Leather'), ('Propet|Sandal|Leatherette'), ('Propet|Sandal|Polyurethane'), ('Propet|Sandal|PVC'), ('Propet|Sandal|Rubber'), ('Propet|Tennis|Leather'), ('Propet|Tennis|Leatherette'), ('Propet|Tennis|Polyurethane'), ('Propet|Tennis|PVC'), ('Propet|Tennis|Rubber'), ('Propet|Walker|Leather'), ('Propet|Walker|Leatherette'), ('Propet|Walker|Polyurethane'), ('Propet|Walker|PVC'), ('Propet|Walker|Rubber'), ('Propet|Wingtip|Leather'), ('Propet|Wingtip|Leatherette'), ('Propet|Wingtip|Polyurethane'), ('Propet|Wingtip|PVC'), ('Propet|Wingtip|Rubber'), ('Propet|Work Boot|Leather'), ('Propet|Work Boot|Leatherette'), ('Propet|Work Boot|Polyurethane'), ('Propet|Work Boot|PVC'), ('Propet|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reebok Duty|Balmoral|Leather'), ('Reebok Duty|Balmoral|Leatherette'), ('Reebok Duty|Balmoral|Polyurethane'), ('Reebok Duty|Balmoral|PVC'), ('Reebok Duty|Balmoral|Rubber'), ('Reebok Duty|Boat Shoe|Leather'), ('Reebok Duty|Boat Shoe|Leatherette'), ('Reebok Duty|Boat Shoe|Polyurethane'), ('Reebok Duty|Boat Shoe|PVC'), ('Reebok Duty|Boat Shoe|Rubber'), ('Reebok Duty|Brouge|Leather'), ('Reebok Duty|Brouge|Leatherette'), ('Reebok Duty|Brouge|Polyurethane'), ('Reebok Duty|Brouge|PVC'), ('Reebok Duty|Brouge|Rubber'), ('Reebok Duty|Cross Trainer|Leather'), ('Reebok Duty|Cross Trainer|Leatherette'), ('Reebok Duty|Cross Trainer|Polyurethane'), ('Reebok Duty|Cross Trainer|PVC'), ('Reebok Duty|Cross Trainer|Rubber'), ('Reebok Duty|Derby|Leather'), ('Reebok Duty|Derby|Leatherette'), ('Reebok Duty|Derby|Polyurethane'), ('Reebok Duty|Derby|PVC'), ('Reebok Duty|Derby|Rubber'), ('Reebok Duty|Dress Boot|Leather'), ('Reebok Duty|Dress Boot|Leatherette'), ('Reebok Duty|Dress Boot|Polyurethane'), ('Reebok Duty|Dress Boot|PVC'), ('Reebok Duty|Dress Boot|Rubber'), ('Reebok Duty|Dress Shoe|Leather'), ('Reebok Duty|Dress Shoe|Leatherette'), ('Reebok Duty|Dress Shoe|Polyurethane'), ('Reebok Duty|Dress Shoe|PVC'), ('Reebok Duty|Dress Shoe|Rubber'), ('Reebok Duty|Driving Shoe|Leather'), ('Reebok Duty|Driving Shoe|Leatherette'), ('Reebok Duty|Driving Shoe|Polyurethane'), ('Reebok Duty|Driving Shoe|PVC'), ('Reebok Duty|Driving Shoe|Rubber'), ('Reebok Duty|Hiker|Leather'), ('Reebok Duty|Hiker|Leatherette'), ('Reebok Duty|Hiker|Polyurethane'), ('Reebok Duty|Hiker|PVC'), ('Reebok Duty|Hiker|Rubber'), ('Reebok Duty|Loafer (Slip-on)|Leather'), ('Reebok Duty|Loafer (Slip-on)|Leatherette'), ('Reebok Duty|Loafer (Slip-on)|Polyurethane'), ('Reebok Duty|Loafer (Slip-on)|PVC'), ('Reebok Duty|Loafer (Slip-on)|Rubber'), ('Reebok Duty|Oxford (Lace-up)|Leather'), ('Reebok Duty|Oxford (Lace-up)|Leatherette'), ('Reebok Duty|Oxford (Lace-up)|Polyurethane'), ('Reebok Duty|Oxford (Lace-up)|PVC'), ('Reebok Duty|Oxford (Lace-up)|Rubber'), ('Reebok Duty|Patent Leather|Leather'), ('Reebok Duty|Patent Leather|Leatherette'), ('Reebok Duty|Patent Leather|Polyurethane'), ('Reebok Duty|Patent Leather|PVC'), ('Reebok Duty|Patent Leather|Rubber'), ('Reebok Duty|Penny Loafer|Leather'), ('Reebok Duty|Penny Loafer|Leatherette'), ('Reebok Duty|Penny Loafer|Polyurethane'), ('Reebok Duty|Penny Loafer|PVC'), ('Reebok Duty|Penny Loafer|Rubber'), ('Reebok Duty|Runner|Leather'), ('Reebok Duty|Runner|Leatherette'), ('Reebok Duty|Runner|Polyurethane'), ('Reebok Duty|Runner|PVC'), ('Reebok Duty|Runner|Rubber'), ('Reebok Duty|Saddle Shoe|Leather'), ('Reebok Duty|Saddle Shoe|Leatherette'), ('Reebok Duty|Saddle Shoe|Polyurethane'), ('Reebok Duty|Saddle Shoe|PVC'), ('Reebok Duty|Saddle Shoe|Rubber'), ('Reebok Duty|Sandal|Leather'), ('Reebok Duty|Sandal|Leatherette'), ('Reebok Duty|Sandal|Polyurethane'), ('Reebok Duty|Sandal|PVC'), ('Reebok Duty|Sandal|Rubber'), ('Reebok Duty|Tennis|Leather'), ('Reebok Duty|Tennis|Leatherette'), ('Reebok Duty|Tennis|Polyurethane'), ('Reebok Duty|Tennis|PVC'), ('Reebok Duty|Tennis|Rubber'), ('Reebok Duty|Walker|Leather'), ('Reebok Duty|Walker|Leatherette'), ('Reebok Duty|Walker|Polyurethane'), ('Reebok Duty|Walker|PVC'), ('Reebok Duty|Walker|Rubber'), ('Reebok Duty|Wingtip|Leather'), ('Reebok Duty|Wingtip|Leatherette'), ('Reebok Duty|Wingtip|Polyurethane'), ('Reebok Duty|Wingtip|PVC'), ('Reebok Duty|Wingtip|Rubber'), ('Reebok Duty|Work Boot|Leather'), ('Reebok Duty|Work Boot|Leatherette'), ('Reebok Duty|Work Boot|Polyurethane'), ('Reebok Duty|Work Boot|PVC'), ('Reebok Duty|Work Boot|Rubber'), ('Reebok Work|Balmoral|Leather'), ('Reebok Work|Balmoral|Leatherette'), ('Reebok Work|Balmoral|Polyurethane'), ('Reebok Work|Balmoral|PVC'), ('Reebok Work|Balmoral|Rubber'), ('Reebok Work|Boat Shoe|Leather'), ('Reebok Work|Boat Shoe|Leatherette'), ('Reebok Work|Boat Shoe|Polyurethane'), ('Reebok Work|Boat Shoe|PVC'), ('Reebok Work|Boat Shoe|Rubber'), ('Reebok Work|Brouge|Leather'), ('Reebok Work|Brouge|Leatherette'), ('Reebok Work|Brouge|Polyurethane'), ('Reebok Work|Brouge|PVC'), ('Reebok Work|Brouge|Rubber'), ('Reebok Work|Cross Trainer|Leather'), ('Reebok Work|Cross Trainer|Leatherette'), ('Reebok Work|Cross Trainer|Polyurethane'), ('Reebok Work|Cross Trainer|PVC'), ('Reebok Work|Cross Trainer|Rubber'), ('Reebok Work|Derby|Leather'), ('Reebok Work|Derby|Leatherette'), ('Reebok Work|Derby|Polyurethane'), ('Reebok Work|Derby|PVC'), ('Reebok Work|Derby|Rubber'), ('Reebok Work|Dress Boot|Leather'), ('Reebok Work|Dress Boot|Leatherette'), ('Reebok Work|Dress Boot|Polyurethane'), ('Reebok Work|Dress Boot|PVC'), ('Reebok Work|Dress Boot|Rubber'), ('Reebok Work|Dress Shoe|Leather'), ('Reebok Work|Dress Shoe|Leatherette'), ('Reebok Work|Dress Shoe|Polyurethane'), ('Reebok Work|Dress Shoe|PVC'), ('Reebok Work|Dress Shoe|Rubber'), ('Reebok Work|Driving Shoe|Leather'), ('Reebok Work|Driving Shoe|Leatherette'), ('Reebok Work|Driving Shoe|Polyurethane'), ('Reebok Work|Driving Shoe|PVC'), ('Reebok Work|Driving Shoe|Rubber'), ('Reebok Work|Hiker|Leather'), ('Reebok Work|Hiker|Leatherette'), ('Reebok Work|Hiker|Polyurethane'), ('Reebok Work|Hiker|PVC'), ('Reebok Work|Hiker|Rubber'), ('Reebok Work|Loafer (Slip-on)|Leather'), ('Reebok Work|Loafer (Slip-on)|Leatherette'), ('Reebok Work|Loafer (Slip-on)|Polyurethane'), ('Reebok Work|Loafer (Slip-on)|PVC'), ('Reebok Work|Loafer (Slip-on)|Rubber'), ('Reebok Work|Oxford (Lace-up)|Leather'), ('Reebok Work|Oxford (Lace-up)|Leatherette'), ('Reebok Work|Oxford (Lace-up)|Polyurethane'), ('Reebok Work|Oxford (Lace-up)|PVC'), ('Reebok Work|Oxford (Lace-up)|Rubber'), ('Reebok Work|Patent Leather|Leather'), ('Reebok Work|Patent Leather|Leatherette'), ('Reebok Work|Patent Leather|Polyurethane'), ('Reebok Work|Patent Leather|PVC'), ('Reebok Work|Patent Leather|Rubber'), ('Reebok Work|Penny Loafer|Leather'), ('Reebok Work|Penny Loafer|Leatherette'), ('Reebok Work|Penny Loafer|Polyurethane'), ('Reebok Work|Penny Loafer|PVC'), ('Reebok Work|Penny Loafer|Rubber'), ('Reebok Work|Runner|Leather'), ('Reebok Work|Runner|Leatherette'), ('Reebok Work|Runner|Polyurethane'), ('Reebok Work|Runner|PVC'), ('Reebok Work|Runner|Rubber'), ('Reebok Work|Saddle Shoe|Leather'), ('Reebok Work|Saddle Shoe|Leatherette'), ('Reebok Work|Saddle Shoe|Polyurethane'), ('Reebok Work|Saddle Shoe|PVC'), ('Reebok Work|Saddle Shoe|Rubber'), ('Reebok Work|Sandal|Leather'), ('Reebok Work|Sandal|Leatherette'), ('Reebok Work|Sandal|Polyurethane'), ('Reebok Work|Sandal|PVC'), ('Reebok Work|Sandal|Rubber'), ('Reebok Work|Tennis|Leather'), ('Reebok Work|Tennis|Leatherette'), ('Reebok Work|Tennis|Polyurethane'), ('Reebok Work|Tennis|PVC'), ('Reebok Work|Tennis|Rubber'), ('Reebok Work|Walker|Leather'), ('Reebok Work|Walker|Leatherette'), ('Reebok Work|Walker|Polyurethane'), ('Reebok Work|Walker|PVC'), ('Reebok Work|Walker|Rubber'), ('Reebok Work|Wingtip|Leather'), ('Reebok Work|Wingtip|Leatherette'), ('Reebok Work|Wingtip|Polyurethane'), ('Reebok Work|Wingtip|PVC'), ('Reebok Work|Wingtip|Rubber'), ('Reebok Work|Work Boot|Leather'), ('Reebok Work|Work Boot|Leatherette'), ('Reebok Work|Work Boot|Polyurethane'), ('Reebok Work|Work Boot|PVC'), ('Reebok Work|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Rockport Works|Balmoral|Leather'), ('Rockport Works|Balmoral|Leatherette'), ('Rockport Works|Balmoral|Polyurethane'), ('Rockport Works|Balmoral|PVC'), ('Rockport Works|Balmoral|Rubber'), ('Rockport Works|Boat Shoe|Leather'), ('Rockport Works|Boat Shoe|Leatherette'), ('Rockport Works|Boat Shoe|Polyurethane'), ('Rockport Works|Boat Shoe|PVC'), ('Rockport Works|Boat Shoe|Rubber'), ('Rockport Works|Brouge|Leather'), ('Rockport Works|Brouge|Leatherette'), ('Rockport Works|Brouge|Polyurethane'), ('Rockport Works|Brouge|PVC'), ('Rockport Works|Brouge|Rubber'), ('Rockport Works|Cross Trainer|Leather'), ('Rockport Works|Cross Trainer|Leatherette'), ('Rockport Works|Cross Trainer|Polyurethane'), ('Rockport Works|Cross Trainer|PVC'), ('Rockport Works|Cross Trainer|Rubber'), ('Rockport Works|Derby|Leather'), ('Rockport Works|Derby|Leatherette'), ('Rockport Works|Derby|Polyurethane'), ('Rockport Works|Derby|PVC'), ('Rockport Works|Derby|Rubber'), ('Rockport Works|Dress Boot|Leather'), ('Rockport Works|Dress Boot|Leatherette'), ('Rockport Works|Dress Boot|Polyurethane'), ('Rockport Works|Dress Boot|PVC'), ('Rockport Works|Dress Boot|Rubber'), ('Rockport Works|Dress Shoe|Leather'), ('Rockport Works|Dress Shoe|Leatherette'), ('Rockport Works|Dress Shoe|Polyurethane'), ('Rockport Works|Dress Shoe|PVC'), ('Rockport Works|Dress Shoe|Rubber'), ('Rockport Works|Driving Shoe|Leather'), ('Rockport Works|Driving Shoe|Leatherette'), ('Rockport Works|Driving Shoe|Polyurethane'), ('Rockport Works|Driving Shoe|PVC'), ('Rockport Works|Driving Shoe|Rubber'), ('Rockport Works|Hiker|Leather'), ('Rockport Works|Hiker|Leatherette'), ('Rockport Works|Hiker|Polyurethane'), ('Rockport Works|Hiker|PVC'), ('Rockport Works|Hiker|Rubber'), ('Rockport Works|Loafer (Slip-on)|Leather'), ('Rockport Works|Loafer (Slip-on)|Leatherette'), ('Rockport Works|Loafer (Slip-on)|Polyurethane'), ('Rockport Works|Loafer (Slip-on)|PVC'), ('Rockport Works|Loafer (Slip-on)|Rubber'), ('Rockport Works|Oxford (Lace-up)|Leather'), ('Rockport Works|Oxford (Lace-up)|Leatherette'), ('Rockport Works|Oxford (Lace-up)|Polyurethane'), ('Rockport Works|Oxford (Lace-up)|PVC'), ('Rockport Works|Oxford (Lace-up)|Rubber'), ('Rockport Works|Patent Leather|Leather'), ('Rockport Works|Patent Leather|Leatherette'), ('Rockport Works|Patent Leather|Polyurethane'), ('Rockport Works|Patent Leather|PVC'), ('Rockport Works|Patent Leather|Rubber'), ('Rockport Works|Penny Loafer|Leather'), ('Rockport Works|Penny Loafer|Leatherette'), ('Rockport Works|Penny Loafer|Polyurethane'), ('Rockport Works|Penny Loafer|PVC'), ('Rockport Works|Penny Loafer|Rubber'), ('Rockport Works|Runner|Leather'), ('Rockport Works|Runner|Leatherette'), ('Rockport Works|Runner|Polyurethane'), ('Rockport Works|Runner|PVC'), ('Rockport Works|Runner|Rubber'), ('Rockport Works|Saddle Shoe|Leather'), ('Rockport Works|Saddle Shoe|Leatherette'), ('Rockport Works|Saddle Shoe|Polyurethane'), ('Rockport Works|Saddle Shoe|PVC'), ('Rockport Works|Saddle Shoe|Rubber'), ('Rockport Works|Sandal|Leather'), ('Rockport Works|Sandal|Leatherette'), ('Rockport Works|Sandal|Polyurethane'), ('Rockport Works|Sandal|PVC'), ('Rockport Works|Sandal|Rubber'), ('Rockport Works|Tennis|Leather'), ('Rockport Works|Tennis|Leatherette'), ('Rockport Works|Tennis|Polyurethane'), ('Rockport Works|Tennis|PVC'), ('Rockport Works|Tennis|Rubber'), ('Rockport Works|Walker|Leather'), ('Rockport Works|Walker|Leatherette'), ('Rockport Works|Walker|Polyurethane'), ('Rockport Works|Walker|PVC'), ('Rockport Works|Walker|Rubber'), ('Rockport Works|Wingtip|Leather'), ('Rockport Works|Wingtip|Leatherette'), ('Rockport Works|Wingtip|Polyurethane'), ('Rockport Works|Wingtip|PVC'), ('Rockport Works|Wingtip|Rubber'), ('Rockport Works|Work Boot|Leather'), ('Rockport Works|Work Boot|Leatherette'), ('Rockport Works|Work Boot|Polyurethane'), ('Rockport Works|Work Boot|PVC'), ('Rockport Works|Work Boot|Rubber'), ('Rugged Shark|Balmoral|Leather'), ('Rugged Shark|Balmoral|Leatherette'), ('Rugged Shark|Balmoral|Polyurethane'), ('Rugged Shark|Balmoral|PVC'), ('Rugged Shark|Balmoral|Rubber'), ('Rugged Shark|Boat Shoe|Leather'), ('Rugged Shark|Boat Shoe|Leatherette'), ('Rugged Shark|Boat Shoe|Polyurethane'), ('Rugged Shark|Boat Shoe|PVC'), ('Rugged Shark|Boat Shoe|Rubber'), ('Rugged Shark|Brouge|Leather'), ('Rugged Shark|Brouge|Leatherette'), ('Rugged Shark|Brouge|Polyurethane'), ('Rugged Shark|Brouge|PVC'), ('Rugged Shark|Brouge|Rubber'), ('Rugged Shark|Cross Trainer|Leather'), ('Rugged Shark|Cross Trainer|Leatherette'), ('Rugged Shark|Cross Trainer|Polyurethane'), ('Rugged Shark|Cross Trainer|PVC'), ('Rugged Shark|Cross Trainer|Rubber'), ('Rugged Shark|Derby|Leather'), ('Rugged Shark|Derby|Leatherette'), ('Rugged Shark|Derby|Polyurethane'), ('Rugged Shark|Derby|PVC'), ('Rugged Shark|Derby|Rubber'), ('Rugged Shark|Dress Boot|Leather'), ('Rugged Shark|Dress Boot|Leatherette'), ('Rugged Shark|Dress Boot|Polyurethane'), ('Rugged Shark|Dress Boot|PVC'), ('Rugged Shark|Dress Boot|Rubber'), ('Rugged Shark|Dress Shoe|Leather'), ('Rugged Shark|Dress Shoe|Leatherette'), ('Rugged Shark|Dress Shoe|Polyurethane'), ('Rugged Shark|Dress Shoe|PVC'), ('Rugged Shark|Dress Shoe|Rubber'), ('Rugged Shark|Driving Shoe|Leather'), ('Rugged Shark|Driving Shoe|Leatherette'), ('Rugged Shark|Driving Shoe|Polyurethane'), ('Rugged Shark|Driving Shoe|PVC'), ('Rugged Shark|Driving Shoe|Rubber'), ('Rugged Shark|Hiker|Leather'), ('Rugged Shark|Hiker|Leatherette'), ('Rugged Shark|Hiker|Polyurethane'), ('Rugged Shark|Hiker|PVC'), ('Rugged Shark|Hiker|Rubber'), ('Rugged Shark|Loafer (Slip-on)|Leather'), ('Rugged Shark|Loafer (Slip-on)|Leatherette'), ('Rugged Shark|Loafer (Slip-on)|Polyurethane'), ('Rugged Shark|Loafer (Slip-on)|PVC'), ('Rugged Shark|Loafer (Slip-on)|Rubber'), ('Rugged Shark|Oxford (Lace-up)|Leather'), ('Rugged Shark|Oxford (Lace-up)|Leatherette'), ('Rugged Shark|Oxford (Lace-up)|Polyurethane'), ('Rugged Shark|Oxford (Lace-up)|PVC'), ('Rugged Shark|Oxford (Lace-up)|Rubber'), ('Rugged Shark|Patent Leather|Leather'), ('Rugged Shark|Patent Leather|Leatherette'), ('Rugged Shark|Patent Leather|Polyurethane'), ('Rugged Shark|Patent Leather|PVC'), ('Rugged Shark|Patent Leather|Rubber'), ('Rugged Shark|Penny Loafer|Leather'), ('Rugged Shark|Penny Loafer|Leatherette'), ('Rugged Shark|Penny Loafer|Polyurethane'), ('Rugged Shark|Penny Loafer|PVC'), ('Rugged Shark|Penny Loafer|Rubber'), ('Rugged Shark|Runner|Leather'), ('Rugged Shark|Runner|Leatherette'), ('Rugged Shark|Runner|Polyurethane'), ('Rugged Shark|Runner|PVC'), ('Rugged Shark|Runner|Rubber'), ('Rugged Shark|Saddle Shoe|Leather'), ('Rugged Shark|Saddle Shoe|Leatherette'), ('Rugged Shark|Saddle Shoe|Polyurethane'), ('Rugged Shark|Saddle Shoe|PVC'), ('Rugged Shark|Saddle Shoe|Rubber'), ('Rugged Shark|Sandal|Leather'), ('Rugged Shark|Sandal|Leatherette'), ('Rugged Shark|Sandal|Polyurethane'), ('Rugged Shark|Sandal|PVC'), ('Rugged Shark|Sandal|Rubber'), ('Rugged Shark|Tennis|Leather'), ('Rugged Shark|Tennis|Leatherette'), ('Rugged Shark|Tennis|Polyurethane'), ('Rugged Shark|Tennis|PVC'), ('Rugged Shark|Tennis|Rubber'), ('Rugged Shark|Walker|Leather'), ('Rugged Shark|Walker|Leatherette'), ('Rugged Shark|Walker|Polyurethane'), ('Rugged Shark|Walker|PVC'), ('Rugged Shark|Walker|Rubber'), ('Rugged Shark|Wingtip|Leather'), ('Rugged Shark|Wingtip|Leatherette'), ('Rugged Shark|Wingtip|Polyurethane'), ('Rugged Shark|Wingtip|PVC'), ('Rugged Shark|Wingtip|Rubber'), ('Rugged Shark|Work Boot|Leather'), ('Rugged Shark|Work Boot|Leatherette'), ('Rugged Shark|Work Boot|Polyurethane'), ('Rugged Shark|Work Boot|PVC'), ('Rugged Shark|Work Boot|Rubber'), ('RW by Robert Wayne|Balmoral|Leather'), ('RW by Robert Wayne|Balmoral|Leatherette'), ('RW by Robert Wayne|Balmoral|Polyurethane'), ('RW by Robert Wayne|Balmoral|PVC'), ('RW by Robert Wayne|Balmoral|Rubber'), ('RW by Robert Wayne|Boat Shoe|Leather'), ('RW by Robert Wayne|Boat Shoe|Leatherette'), ('RW by Robert Wayne|Boat Shoe|Polyurethane'), ('RW by Robert Wayne|Boat Shoe|PVC'), ('RW by Robert Wayne|Boat Shoe|Rubber'), ('RW by Robert Wayne|Brouge|Leather'), ('RW by Robert Wayne|Brouge|Leatherette'), ('RW by Robert Wayne|Brouge|Polyurethane'), ('RW by Robert Wayne|Brouge|PVC'), ('RW by Robert Wayne|Brouge|Rubber'), ('RW by Robert Wayne|Cross Trainer|Leather'), ('RW by Robert Wayne|Cross Trainer|Leatherette'), ('RW by Robert Wayne|Cross Trainer|Polyurethane'), ('RW by Robert Wayne|Cross Trainer|PVC'), ('RW by Robert Wayne|Cross Trainer|Rubber'), ('RW by Robert Wayne|Derby|Leather'), ('RW by Robert Wayne|Derby|Leatherette'), ('RW by Robert Wayne|Derby|Polyurethane'), ('RW by Robert Wayne|Derby|PVC'), ('RW by Robert Wayne|Derby|Rubber'), ('RW by Robert Wayne|Dress Boot|Leather'), ('RW by Robert Wayne|Dress Boot|Leatherette'), ('RW by Robert Wayne|Dress Boot|Polyurethane'), ('RW by Robert Wayne|Dress Boot|PVC'), ('RW by Robert Wayne|Dress Boot|Rubber'), ('RW by Robert Wayne|Dress Shoe|Leather'), ('RW by Robert Wayne|Dress Shoe|Leatherette'), ('RW by Robert Wayne|Dress Shoe|Polyurethane'), ('RW by Robert Wayne|Dress Shoe|PVC'), ('RW by Robert Wayne|Dress Shoe|Rubber'), ('RW by Robert Wayne|Driving Shoe|Leather'), ('RW by Robert Wayne|Driving Shoe|Leatherette'), ('RW by Robert Wayne|Driving Shoe|Polyurethane'), ('RW by Robert Wayne|Driving Shoe|PVC'), ('RW by Robert Wayne|Driving Shoe|Rubber'), ('RW by Robert Wayne|Hiker|Leather'), ('RW by Robert Wayne|Hiker|Leatherette'), ('RW by Robert Wayne|Hiker|Polyurethane'), ('RW by Robert Wayne|Hiker|PVC'), ('RW by Robert Wayne|Hiker|Rubber'), ('RW by Robert Wayne|Loafer (Slip-on)|Leather'), ('RW by Robert Wayne|Loafer (Slip-on)|Leatherette'), ('RW by Robert Wayne|Loafer (Slip-on)|Polyurethane'), ('RW by Robert Wayne|Loafer (Slip-on)|PVC'), ('RW by Robert Wayne|Loafer (Slip-on)|Rubber'), ('RW by Robert Wayne|Oxford (Lace-up)|Leather'), ('RW by Robert Wayne|Oxford (Lace-up)|Leatherette'), ('RW by Robert Wayne|Oxford (Lace-up)|Polyurethane'), ('RW by Robert Wayne|Oxford (Lace-up)|PVC'), ('RW by Robert Wayne|Oxford (Lace-up)|Rubber'), ('RW by Robert Wayne|Patent Leather|Leather'), ('RW by Robert Wayne|Patent Leather|Leatherette'), ('RW by Robert Wayne|Patent Leather|Polyurethane'), ('RW by Robert Wayne|Patent Leather|PVC'), ('RW by Robert Wayne|Patent Leather|Rubber'), ('RW by Robert Wayne|Penny Loafer|Leather'), ('RW by Robert Wayne|Penny Loafer|Leatherette'), ('RW by Robert Wayne|Penny Loafer|Polyurethane'), ('RW by Robert Wayne|Penny Loafer|PVC'), ('RW by Robert Wayne|Penny Loafer|Rubber'), ('RW by Robert Wayne|Runner|Leather'), ('RW by Robert Wayne|Runner|Leatherette'), ('RW by Robert Wayne|Runner|Polyurethane'), ('RW by Robert Wayne|Runner|PVC'), ('RW by Robert Wayne|Runner|Rubber'), ('RW by Robert Wayne|Saddle Shoe|Leather'), ('RW by Robert Wayne|Saddle Shoe|Leatherette'), ('RW by Robert Wayne|Saddle Shoe|Polyurethane'), ('RW by Robert Wayne|Saddle Shoe|PVC'), ('RW by Robert Wayne|Saddle Shoe|Rubber'), ('RW by Robert Wayne|Sandal|Leather'), ('RW by Robert Wayne|Sandal|Leatherette'), ('RW by Robert Wayne|Sandal|Polyurethane'), ('RW by Robert Wayne|Sandal|PVC'), ('RW by Robert Wayne|Sandal|Rubber'), ('RW by Robert Wayne|Tennis|Leather'), ('RW by Robert Wayne|Tennis|Leatherette'), ('RW by Robert Wayne|Tennis|Polyurethane'), ('RW by Robert Wayne|Tennis|PVC'), ('RW by Robert Wayne|Tennis|Rubber'), ('RW by Robert Wayne|Walker|Leather'), ('RW by Robert Wayne|Walker|Leatherette'), ('RW by Robert Wayne|Walker|Polyurethane'), ('RW by Robert Wayne|Walker|PVC'), ('RW by Robert Wayne|Walker|Rubber'), ('RW by Robert Wayne|Wingtip|Leather'), ('RW by Robert Wayne|Wingtip|Leatherette'), ('RW by Robert Wayne|Wingtip|Polyurethane'), ('RW by Robert Wayne|Wingtip|PVC'), ('RW by Robert Wayne|Wingtip|Rubber'), ('RW by Robert Wayne|Work Boot|Leather'), ('RW by Robert Wayne|Work Boot|Leatherette'), ('RW by Robert Wayne|Work Boot|Polyurethane'), ('RW by Robert Wayne|Work Boot|PVC'), ('RW by Robert Wayne|Work Boot|Rubber'), ('Salvatore Ferragamo|Balmoral|Leather'), ('Salvatore Ferragamo|Balmoral|Leatherette'), ('Salvatore Ferragamo|Balmoral|Polyurethane'), ('Salvatore Ferragamo|Balmoral|PVC'), ('Salvatore Ferragamo|Balmoral|Rubber'), ('Salvatore Ferragamo|Boat Shoe|Leather'), ('Salvatore Ferragamo|Boat Shoe|Leatherette'), ('Salvatore Ferragamo|Boat Shoe|Polyurethane'), ('Salvatore Ferragamo|Boat Shoe|PVC'), ('Salvatore Ferragamo|Boat Shoe|Rubber'), ('Salvatore Ferragamo|Brouge|Leather'), ('Salvatore Ferragamo|Brouge|Leatherette'), ('Salvatore Ferragamo|Brouge|Polyurethane'), ('Salvatore Ferragamo|Brouge|PVC'), ('Salvatore Ferragamo|Brouge|Rubber'), ('Salvatore Ferragamo|Cross Trainer|Leather'), ('Salvatore Ferragamo|Cross Trainer|Leatherette'), ('Salvatore Ferragamo|Cross Trainer|Polyurethane'), ('Salvatore Ferragamo|Cross Trainer|PVC'), ('Salvatore Ferragamo|Cross Trainer|Rubber'), ('Salvatore Ferragamo|Derby|Leather'), ('Salvatore Ferragamo|Derby|Leatherette'), ('Salvatore Ferragamo|Derby|Polyurethane'), ('Salvatore Ferragamo|Derby|PVC'), ('Salvatore Ferragamo|Derby|Rubber'), ('Salvatore Ferragamo|Dress Boot|Leather'), ('Salvatore Ferragamo|Dress Boot|Leatherette'), ('Salvatore Ferragamo|Dress Boot|Polyurethane'), ('Salvatore Ferragamo|Dress Boot|PVC'), ('Salvatore Ferragamo|Dress Boot|Rubber'), ('Salvatore Ferragamo|Dress Shoe|Leather'), ('Salvatore Ferragamo|Dress Shoe|Leatherette'), ('Salvatore Ferragamo|Dress Shoe|Polyurethane'), ('Salvatore Ferragamo|Dress Shoe|PVC'), ('Salvatore Ferragamo|Dress Shoe|Rubber'), ('Salvatore Ferragamo|Driving Shoe|Leather'), ('Salvatore Ferragamo|Driving Shoe|Leatherette'), ('Salvatore Ferragamo|Driving Shoe|Polyurethane'), ('Salvatore Ferragamo|Driving Shoe|PVC'), ('Salvatore Ferragamo|Driving Shoe|Rubber'), ('Salvatore Ferragamo|Hiker|Leather'), ('Salvatore Ferragamo|Hiker|Leatherette'), ('Salvatore Ferragamo|Hiker|Polyurethane'), ('Salvatore Ferragamo|Hiker|PVC'), ('Salvatore Ferragamo|Hiker|Rubber'), ('Salvatore Ferragamo|Loafer (Slip-on)|Leather'), ('Salvatore Ferragamo|Loafer (Slip-on)|Leatherette'), ('Salvatore Ferragamo|Loafer (Slip-on)|Polyurethane'), ('Salvatore Ferragamo|Loafer (Slip-on)|PVC'), ('Salvatore Ferragamo|Loafer (Slip-on)|Rubber'), ('Salvatore Ferragamo|Oxford (Lace-up)|Leather'), ('Salvatore Ferragamo|Oxford (Lace-up)|Leatherette'), ('Salvatore Ferragamo|Oxford (Lace-up)|Polyurethane'), ('Salvatore Ferragamo|Oxford (Lace-up)|PVC'), ('Salvatore Ferragamo|Oxford (Lace-up)|Rubber'), ('Salvatore Ferragamo|Patent Leather|Leather'), ('Salvatore Ferragamo|Patent Leather|Leatherette'), ('Salvatore Ferragamo|Patent Leather|Polyurethane'), ('Salvatore Ferragamo|Patent Leather|PVC'), ('Salvatore Ferragamo|Patent Leather|Rubber'), ('Salvatore Ferragamo|Penny Loafer|Leather'), ('Salvatore Ferragamo|Penny Loafer|Leatherette'), ('Salvatore Ferragamo|Penny Loafer|Polyurethane'), ('Salvatore Ferragamo|Penny Loafer|PVC'), ('Salvatore Ferragamo|Penny Loafer|Rubber'), ('Salvatore Ferragamo|Runner|Leather'), ('Salvatore Ferragamo|Runner|Leatherette'), ('Salvatore Ferragamo|Runner|Polyurethane'), ('Salvatore Ferragamo|Runner|PVC'), ('Salvatore Ferragamo|Runner|Rubber'), ('Salvatore Ferragamo|Saddle Shoe|Leather'), ('Salvatore Ferragamo|Saddle Shoe|Leatherette'), ('Salvatore Ferragamo|Saddle Shoe|Polyurethane'), ('Salvatore Ferragamo|Saddle Shoe|PVC'), ('Salvatore Ferragamo|Saddle Shoe|Rubber'), ('Salvatore Ferragamo|Sandal|Leather'), ('Salvatore Ferragamo|Sandal|Leatherette'), ('Salvatore Ferragamo|Sandal|Polyurethane'), ('Salvatore Ferragamo|Sandal|PVC'), ('Salvatore Ferragamo|Sandal|Rubber'), ('Salvatore Ferragamo|Tennis|Leather'), ('Salvatore Ferragamo|Tennis|Leatherette'), ('Salvatore Ferragamo|Tennis|Polyurethane'), ('Salvatore Ferragamo|Tennis|PVC'), ('Salvatore Ferragamo|Tennis|Rubber'), ('Salvatore Ferragamo|Walker|Leather'), ('Salvatore Ferragamo|Walker|Leatherette'), ('Salvatore Ferragamo|Walker|Polyurethane'), ('Salvatore Ferragamo|Walker|PVC'), ('Salvatore Ferragamo|Walker|Rubber'), ('Salvatore Ferragamo|Wingtip|Leather'), ('Salvatore Ferragamo|Wingtip|Leatherette'), ('Salvatore Ferragamo|Wingtip|Polyurethane'), ('Salvatore Ferragamo|Wingtip|PVC'), ('Salvatore Ferragamo|Wingtip|Rubber'), ('Salvatore Ferragamo|Work Boot|Leather'), ('Salvatore Ferragamo|Work Boot|Leatherette'), ('Salvatore Ferragamo|Work Boot|Polyurethane'), ('Salvatore Ferragamo|Work Boot|PVC'), ('Salvatore Ferragamo|Work Boot|Rubber'), ('Santoni|Balmoral|Leather'), ('Santoni|Balmoral|Leatherette'), ('Santoni|Balmoral|Polyurethane'), ('Santoni|Balmoral|PVC'), ('Santoni|Balmoral|Rubber'), ('Santoni|Boat Shoe|Leather'), ('Santoni|Boat Shoe|Leatherette'), ('Santoni|Boat Shoe|Polyurethane'), ('Santoni|Boat Shoe|PVC'), ('Santoni|Boat Shoe|Rubber'), ('Santoni|Brouge|Leather'), ('Santoni|Brouge|Leatherette'), ('Santoni|Brouge|Polyurethane'), ('Santoni|Brouge|PVC'), ('Santoni|Brouge|Rubber'), ('Santoni|Cross Trainer|Leather'), ('Santoni|Cross Trainer|Leatherette'), ('Santoni|Cross Trainer|Polyurethane'), ('Santoni|Cross Trainer|PVC'), ('Santoni|Cross Trainer|Rubber'), ('Santoni|Derby|Leather'), ('Santoni|Derby|Leatherette'), ('Santoni|Derby|Polyurethane'), ('Santoni|Derby|PVC'), ('Santoni|Derby|Rubber'), ('Santoni|Dress Boot|Leather'), ('Santoni|Dress Boot|Leatherette'), ('Santoni|Dress Boot|Polyurethane'), ('Santoni|Dress Boot|PVC'), ('Santoni|Dress Boot|Rubber'), ('Santoni|Dress Shoe|Leather'), ('Santoni|Dress Shoe|Leatherette'), ('Santoni|Dress Shoe|Polyurethane'), ('Santoni|Dress Shoe|PVC'), ('Santoni|Dress Shoe|Rubber'), ('Santoni|Driving Shoe|Leather'), ('Santoni|Driving Shoe|Leatherette'), ('Santoni|Driving Shoe|Polyurethane'), ('Santoni|Driving Shoe|PVC'), ('Santoni|Driving Shoe|Rubber'), ('Santoni|Hiker|Leather'), ('Santoni|Hiker|Leatherette'), ('Santoni|Hiker|Polyurethane'), ('Santoni|Hiker|PVC'), ('Santoni|Hiker|Rubber'), ('Santoni|Loafer (Slip-on)|Leather'), ('Santoni|Loafer (Slip-on)|Leatherette'), ('Santoni|Loafer (Slip-on)|Polyurethane'), ('Santoni|Loafer (Slip-on)|PVC'), ('Santoni|Loafer (Slip-on)|Rubber'), ('Santoni|Oxford (Lace-up)|Leather'), ('Santoni|Oxford (Lace-up)|Leatherette'), ('Santoni|Oxford (Lace-up)|Polyurethane'), ('Santoni|Oxford (Lace-up)|PVC'), ('Santoni|Oxford (Lace-up)|Rubber'), ('Santoni|Patent Leather|Leather'), ('Santoni|Patent Leather|Leatherette'), ('Santoni|Patent Leather|Polyurethane'), ('Santoni|Patent Leather|PVC'), ('Santoni|Patent Leather|Rubber'), ('Santoni|Penny Loafer|Leather'), ('Santoni|Penny Loafer|Leatherette'), ('Santoni|Penny Loafer|Polyurethane'), ('Santoni|Penny Loafer|PVC'), ('Santoni|Penny Loafer|Rubber'), ('Santoni|Runner|Leather'), ('Santoni|Runner|Leatherette'), ('Santoni|Runner|Polyurethane'), ('Santoni|Runner|PVC'), ('Santoni|Runner|Rubber'), ('Santoni|Saddle Shoe|Leather'), ('Santoni|Saddle Shoe|Leatherette'), ('Santoni|Saddle Shoe|Polyurethane'), ('Santoni|Saddle Shoe|PVC'), ('Santoni|Saddle Shoe|Rubber'), ('Santoni|Sandal|Leather'), ('Santoni|Sandal|Leatherette'), ('Santoni|Sandal|Polyurethane'), ('Santoni|Sandal|PVC'), ('Santoni|Sandal|Rubber'), ('Santoni|Tennis|Leather'), ('Santoni|Tennis|Leatherette'), ('Santoni|Tennis|Polyurethane'), ('Santoni|Tennis|PVC'), ('Santoni|Tennis|Rubber'), ('Santoni|Walker|Leather'), ('Santoni|Walker|Leatherette'), ('Santoni|Walker|Polyurethane'), ('Santoni|Walker|PVC'), ('Santoni|Walker|Rubber'), ('Santoni|Wingtip|Leather'), ('Santoni|Wingtip|Leatherette'), ('Santoni|Wingtip|Polyurethane'), ('Santoni|Wingtip|PVC'), ('Santoni|Wingtip|Rubber'), ('Santoni|Work Boot|Leather'), ('Santoni|Work Boot|Leatherette'), ('Santoni|Work Boot|Polyurethane'), ('Santoni|Work Boot|PVC'), ('Santoni|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sorel|Balmoral|Leather'), ('Sorel|Balmoral|Leatherette'), ('Sorel|Balmoral|Polyurethane'), ('Sorel|Balmoral|PVC'), ('Sorel|Balmoral|Rubber'), ('Sorel|Boat Shoe|Leather'), ('Sorel|Boat Shoe|Leatherette'), ('Sorel|Boat Shoe|Polyurethane'), ('Sorel|Boat Shoe|PVC'), ('Sorel|Boat Shoe|Rubber'), ('Sorel|Brouge|Leather'), ('Sorel|Brouge|Leatherette'), ('Sorel|Brouge|Polyurethane'), ('Sorel|Brouge|PVC'), ('Sorel|Brouge|Rubber'), ('Sorel|Cross Trainer|Leather'), ('Sorel|Cross Trainer|Leatherette'), ('Sorel|Cross Trainer|Polyurethane'), ('Sorel|Cross Trainer|PVC'), ('Sorel|Cross Trainer|Rubber'), ('Sorel|Derby|Leather'), ('Sorel|Derby|Leatherette'), ('Sorel|Derby|Polyurethane'), ('Sorel|Derby|PVC'), ('Sorel|Derby|Rubber'), ('Sorel|Dress Boot|Leather'), ('Sorel|Dress Boot|Leatherette'), ('Sorel|Dress Boot|Polyurethane'), ('Sorel|Dress Boot|PVC'), ('Sorel|Dress Boot|Rubber'), ('Sorel|Dress Shoe|Leather'), ('Sorel|Dress Shoe|Leatherette'), ('Sorel|Dress Shoe|Polyurethane'), ('Sorel|Dress Shoe|PVC'), ('Sorel|Dress Shoe|Rubber'), ('Sorel|Driving Shoe|Leather'), ('Sorel|Driving Shoe|Leatherette'), ('Sorel|Driving Shoe|Polyurethane'), ('Sorel|Driving Shoe|PVC'), ('Sorel|Driving Shoe|Rubber'), ('Sorel|Hiker|Leather'), ('Sorel|Hiker|Leatherette'), ('Sorel|Hiker|Polyurethane'), ('Sorel|Hiker|PVC'), ('Sorel|Hiker|Rubber'), ('Sorel|Loafer (Slip-on)|Leather'), ('Sorel|Loafer (Slip-on)|Leatherette'), ('Sorel|Loafer (Slip-on)|Polyurethane'), ('Sorel|Loafer (Slip-on)|PVC'), ('Sorel|Loafer (Slip-on)|Rubber'), ('Sorel|Oxford (Lace-up)|Leather'), ('Sorel|Oxford (Lace-up)|Leatherette'), ('Sorel|Oxford (Lace-up)|Polyurethane'), ('Sorel|Oxford (Lace-up)|PVC'), ('Sorel|Oxford (Lace-up)|Rubber'), ('Sorel|Patent Leather|Leather'), ('Sorel|Patent Leather|Leatherette'), ('Sorel|Patent Leather|Polyurethane'), ('Sorel|Patent Leather|PVC'), ('Sorel|Patent Leather|Rubber'), ('Sorel|Penny Loafer|Leather'), ('Sorel|Penny Loafer|Leatherette'), ('Sorel|Penny Loafer|Polyurethane'), ('Sorel|Penny Loafer|PVC'), ('Sorel|Penny Loafer|Rubber'), ('Sorel|Runner|Leather'), ('Sorel|Runner|Leatherette'), ('Sorel|Runner|Polyurethane'), ('Sorel|Runner|PVC'), ('Sorel|Runner|Rubber'), ('Sorel|Saddle Shoe|Leather'), ('Sorel|Saddle Shoe|Leatherette'), ('Sorel|Saddle Shoe|Polyurethane'), ('Sorel|Saddle Shoe|PVC'), ('Sorel|Saddle Shoe|Rubber'), ('Sorel|Sandal|Leather'), ('Sorel|Sandal|Leatherette'), ('Sorel|Sandal|Polyurethane'), ('Sorel|Sandal|PVC'), ('Sorel|Sandal|Rubber'), ('Sorel|Tennis|Leather'), ('Sorel|Tennis|Leatherette'), ('Sorel|Tennis|Polyurethane'), ('Sorel|Tennis|PVC'), ('Sorel|Tennis|Rubber'), ('Sorel|Walker|Leather'), ('Sorel|Walker|Leatherette'), ('Sorel|Walker|Polyurethane'), ('Sorel|Walker|PVC'), ('Sorel|Walker|Rubber'), ('Sorel|Wingtip|Leather'), ('Sorel|Wingtip|Leatherette'), ('Sorel|Wingtip|Polyurethane'), ('Sorel|Wingtip|PVC'), ('Sorel|Wingtip|Rubber'), ('Sorel|Work Boot|Leather'), ('Sorel|Work Boot|Leatherette'), ('Sorel|Work Boot|Polyurethane'), ('Sorel|Work Boot|PVC'), ('Sorel|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Stacy Adams|Balmoral|Leather'), ('Stacy Adams|Balmoral|Leatherette'), ('Stacy Adams|Balmoral|Polyurethane'), ('Stacy Adams|Balmoral|PVC'), ('Stacy Adams|Balmoral|Rubber'), ('Stacy Adams|Boat Shoe|Leather'), ('Stacy Adams|Boat Shoe|Leatherette'), ('Stacy Adams|Boat Shoe|Polyurethane'), ('Stacy Adams|Boat Shoe|PVC'), ('Stacy Adams|Boat Shoe|Rubber'), ('Stacy Adams|Brouge|Leather'), ('Stacy Adams|Brouge|Leatherette'), ('Stacy Adams|Brouge|Polyurethane'), ('Stacy Adams|Brouge|PVC'), ('Stacy Adams|Brouge|Rubber'), ('Stacy Adams|Cross Trainer|Leather'), ('Stacy Adams|Cross Trainer|Leatherette'), ('Stacy Adams|Cross Trainer|Polyurethane'), ('Stacy Adams|Cross Trainer|PVC'), ('Stacy Adams|Cross Trainer|Rubber'), ('Stacy Adams|Derby|Leather'), ('Stacy Adams|Derby|Leatherette'), ('Stacy Adams|Derby|Polyurethane'), ('Stacy Adams|Derby|PVC'), ('Stacy Adams|Derby|Rubber'), ('Stacy Adams|Dress Boot|Leather'), ('Stacy Adams|Dress Boot|Leatherette'), ('Stacy Adams|Dress Boot|Polyurethane'), ('Stacy Adams|Dress Boot|PVC'), ('Stacy Adams|Dress Boot|Rubber'), ('Stacy Adams|Dress Shoe|Leather'), ('Stacy Adams|Dress Shoe|Leatherette'), ('Stacy Adams|Dress Shoe|Polyurethane'), ('Stacy Adams|Dress Shoe|PVC'), ('Stacy Adams|Dress Shoe|Rubber'), ('Stacy Adams|Driving Shoe|Leather'), ('Stacy Adams|Driving Shoe|Leatherette'), ('Stacy Adams|Driving Shoe|Polyurethane'), ('Stacy Adams|Driving Shoe|PVC'), ('Stacy Adams|Driving Shoe|Rubber'), ('Stacy Adams|Hiker|Leather'), ('Stacy Adams|Hiker|Leatherette'), ('Stacy Adams|Hiker|Polyurethane'), ('Stacy Adams|Hiker|PVC'), ('Stacy Adams|Hiker|Rubber'), ('Stacy Adams|Loafer (Slip-on)|Leather'), ('Stacy Adams|Loafer (Slip-on)|Leatherette'), ('Stacy Adams|Loafer (Slip-on)|Polyurethane'), ('Stacy Adams|Loafer (Slip-on)|PVC'), ('Stacy Adams|Loafer (Slip-on)|Rubber'), ('Stacy Adams|Oxford (Lace-up)|Leather'), ('Stacy Adams|Oxford (Lace-up)|Leatherette'), ('Stacy Adams|Oxford (Lace-up)|Polyurethane'), ('Stacy Adams|Oxford (Lace-up)|PVC'), ('Stacy Adams|Oxford (Lace-up)|Rubber'), ('Stacy Adams|Patent Leather|Leather'), ('Stacy Adams|Patent Leather|Leatherette'), ('Stacy Adams|Patent Leather|Polyurethane'), ('Stacy Adams|Patent Leather|PVC'), ('Stacy Adams|Patent Leather|Rubber'), ('Stacy Adams|Penny Loafer|Leather'), ('Stacy Adams|Penny Loafer|Leatherette'), ('Stacy Adams|Penny Loafer|Polyurethane'), ('Stacy Adams|Penny Loafer|PVC'), ('Stacy Adams|Penny Loafer|Rubber'), ('Stacy Adams|Runner|Leather'), ('Stacy Adams|Runner|Leatherette'), ('Stacy Adams|Runner|Polyurethane'), ('Stacy Adams|Runner|PVC'), ('Stacy Adams|Runner|Rubber'), ('Stacy Adams|Saddle Shoe|Leather'), ('Stacy Adams|Saddle Shoe|Leatherette'), ('Stacy Adams|Saddle Shoe|Polyurethane'), ('Stacy Adams|Saddle Shoe|PVC'), ('Stacy Adams|Saddle Shoe|Rubber'), ('Stacy Adams|Sandal|Leather'), ('Stacy Adams|Sandal|Leatherette'), ('Stacy Adams|Sandal|Polyurethane'), ('Stacy Adams|Sandal|PVC'), ('Stacy Adams|Sandal|Rubber'), ('Stacy Adams|Tennis|Leather'), ('Stacy Adams|Tennis|Leatherette'), ('Stacy Adams|Tennis|Polyurethane'), ('Stacy Adams|Tennis|PVC'), ('Stacy Adams|Tennis|Rubber'), ('Stacy Adams|Walker|Leather'), ('Stacy Adams|Walker|Leatherette'), ('Stacy Adams|Walker|Polyurethane'), ('Stacy Adams|Walker|PVC'), ('Stacy Adams|Walker|Rubber'), ('Stacy Adams|Wingtip|Leather'), ('Stacy Adams|Wingtip|Leatherette'), ('Stacy Adams|Wingtip|Polyurethane'), ('Stacy Adams|Wingtip|PVC'), ('Stacy Adams|Wingtip|Rubber'), ('Stacy Adams|Work Boot|Leather'), ('Stacy Adams|Work Boot|Leatherette'), ('Stacy Adams|Work Boot|Polyurethane'), ('Stacy Adams|Work Boot|PVC'), ('Stacy Adams|Work Boot|Rubber'), ('Streetcars|Balmoral|Leather'), ('Streetcars|Balmoral|Leatherette'), ('Streetcars|Balmoral|Polyurethane'), ('Streetcars|Balmoral|PVC'), ('Streetcars|Balmoral|Rubber'), ('Streetcars|Boat Shoe|Leather'), ('Streetcars|Boat Shoe|Leatherette'), ('Streetcars|Boat Shoe|Polyurethane'), ('Streetcars|Boat Shoe|PVC'), ('Streetcars|Boat Shoe|Rubber'), ('Streetcars|Brouge|Leather'), ('Streetcars|Brouge|Leatherette'), ('Streetcars|Brouge|Polyurethane'), ('Streetcars|Brouge|PVC'), ('Streetcars|Brouge|Rubber'), ('Streetcars|Cross Trainer|Leather'), ('Streetcars|Cross Trainer|Leatherette'), ('Streetcars|Cross Trainer|Polyurethane'), ('Streetcars|Cross Trainer|PVC'), ('Streetcars|Cross Trainer|Rubber'), ('Streetcars|Derby|Leather'), ('Streetcars|Derby|Leatherette'), ('Streetcars|Derby|Polyurethane'), ('Streetcars|Derby|PVC'), ('Streetcars|Derby|Rubber'), ('Streetcars|Dress Boot|Leather'), ('Streetcars|Dress Boot|Leatherette'), ('Streetcars|Dress Boot|Polyurethane'), ('Streetcars|Dress Boot|PVC'), ('Streetcars|Dress Boot|Rubber'), ('Streetcars|Dress Shoe|Leather'), ('Streetcars|Dress Shoe|Leatherette'), ('Streetcars|Dress Shoe|Polyurethane'), ('Streetcars|Dress Shoe|PVC'), ('Streetcars|Dress Shoe|Rubber'), ('Streetcars|Driving Shoe|Leather'), ('Streetcars|Driving Shoe|Leatherette'), ('Streetcars|Driving Shoe|Polyurethane'), ('Streetcars|Driving Shoe|PVC'), ('Streetcars|Driving Shoe|Rubber'), ('Streetcars|Hiker|Leather'), ('Streetcars|Hiker|Leatherette'), ('Streetcars|Hiker|Polyurethane'), ('Streetcars|Hiker|PVC'), ('Streetcars|Hiker|Rubber'), ('Streetcars|Loafer (Slip-on)|Leather'), ('Streetcars|Loafer (Slip-on)|Leatherette'), ('Streetcars|Loafer (Slip-on)|Polyurethane'), ('Streetcars|Loafer (Slip-on)|PVC'), ('Streetcars|Loafer (Slip-on)|Rubber'), ('Streetcars|Oxford (Lace-up)|Leather'), ('Streetcars|Oxford (Lace-up)|Leatherette'), ('Streetcars|Oxford (Lace-up)|Polyurethane'), ('Streetcars|Oxford (Lace-up)|PVC'), ('Streetcars|Oxford (Lace-up)|Rubber'), ('Streetcars|Patent Leather|Leather'), ('Streetcars|Patent Leather|Leatherette'), ('Streetcars|Patent Leather|Polyurethane'), ('Streetcars|Patent Leather|PVC'), ('Streetcars|Patent Leather|Rubber'), ('Streetcars|Penny Loafer|Leather'), ('Streetcars|Penny Loafer|Leatherette'), ('Streetcars|Penny Loafer|Polyurethane'), ('Streetcars|Penny Loafer|PVC'), ('Streetcars|Penny Loafer|Rubber'), ('Streetcars|Runner|Leather'), ('Streetcars|Runner|Leatherette'), ('Streetcars|Runner|Polyurethane'), ('Streetcars|Runner|PVC'), ('Streetcars|Runner|Rubber'), ('Streetcars|Saddle Shoe|Leather'), ('Streetcars|Saddle Shoe|Leatherette'), ('Streetcars|Saddle Shoe|Polyurethane'), ('Streetcars|Saddle Shoe|PVC'), ('Streetcars|Saddle Shoe|Rubber'), ('Streetcars|Sandal|Leather'), ('Streetcars|Sandal|Leatherette'), ('Streetcars|Sandal|Polyurethane'), ('Streetcars|Sandal|PVC'), ('Streetcars|Sandal|Rubber'), ('Streetcars|Tennis|Leather'), ('Streetcars|Tennis|Leatherette'), ('Streetcars|Tennis|Polyurethane'), ('Streetcars|Tennis|PVC'), ('Streetcars|Tennis|Rubber'), ('Streetcars|Walker|Leather'), ('Streetcars|Walker|Leatherette'), ('Streetcars|Walker|Polyurethane'), ('Streetcars|Walker|PVC'), ('Streetcars|Walker|Rubber'), ('Streetcars|Wingtip|Leather'), ('Streetcars|Wingtip|Leatherette'), ('Streetcars|Wingtip|Polyurethane'), ('Streetcars|Wingtip|PVC'), ('Streetcars|Wingtip|Rubber'), ('Streetcars|Work Boot|Leather'), ('Streetcars|Work Boot|Leatherette'), ('Streetcars|Work Boot|Polyurethane'), ('Streetcars|Work Boot|PVC'), ('Streetcars|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('Tod's|Balmoral|Leather'), ('Tod's|Balmoral|Leatherette'), ('Tod's|Balmoral|Polyurethane'), ('Tod's|Balmoral|PVC'), ('Tod's|Balmoral|Rubber'), ('Tod's|Boat Shoe|Leather'), ('Tod's|Boat Shoe|Leatherette'), ('Tod's|Boat Shoe|Polyurethane'), ('Tod's|Boat Shoe|PVC'), ('Tod's|Boat Shoe|Rubber'), ('Tod's|Brouge|Leather'), ('Tod's|Brouge|Leatherette'), ('Tod's|Brouge|Polyurethane'), ('Tod's|Brouge|PVC'), ('Tod's|Brouge|Rubber'), ('Tod's|Cross Trainer|Leather'), ('Tod's|Cross Trainer|Leatherette'), ('Tod's|Cross Trainer|Polyurethane'), ('Tod's|Cross Trainer|PVC'), ('Tod's|Cross Trainer|Rubber'), ('Tod's|Derby|Leather'), ('Tod's|Derby|Leatherette'), ('Tod's|Derby|Polyurethane'), ('Tod's|Derby|PVC'), ('Tod's|Derby|Rubber'), ('Tod's|Dress Boot|Leather'), ('Tod's|Dress Boot|Leatherette'), ('Tod's|Dress Boot|Polyurethane'), ('Tod's|Dress Boot|PVC'), ('Tod's|Dress Boot|Rubber'), ('Tod's|Dress Shoe|Leather'), ('Tod's|Dress Shoe|Leatherette'), ('Tod's|Dress Shoe|Polyurethane'), ('Tod's|Dress Shoe|PVC'), ('Tod's|Dress Shoe|Rubber'), ('Tod's|Driving Shoe|Leather'), ('Tod's|Driving Shoe|Leatherette'), ('Tod's|Driving Shoe|Polyurethane'), ('Tod's|Driving Shoe|PVC'), ('Tod's|Driving Shoe|Rubber'), ('Tod's|Hiker|Leather'), ('Tod's|Hiker|Leatherette'), ('Tod's|Hiker|Polyurethane'), ('Tod's|Hiker|PVC'), ('Tod's|Hiker|Rubber'), ('Tod's|Loafer (Slip-on)|Leather'), ('Tod's|Loafer (Slip-on)|Leatherette'), ('Tod's|Loafer (Slip-on)|Polyurethane'), ('Tod's|Loafer (Slip-on)|PVC'), ('Tod's|Loafer (Slip-on)|Rubber'), ('Tod's|Oxford (Lace-up)|Leather'), ('Tod's|Oxford (Lace-up)|Leatherette'), ('Tod's|Oxford (Lace-up)|Polyurethane'), ('Tod's|Oxford (Lace-up)|PVC'), ('Tod's|Oxford (Lace-up)|Rubber'), ('Tod's|Patent Leather|Leather'), ('Tod's|Patent Leather|Leatherette'), ('Tod's|Patent Leather|Polyurethane'), ('Tod's|Patent Leather|PVC'), ('Tod's|Patent Leather|Rubber'), ('Tod's|Penny Loafer|Leather'), ('Tod's|Penny Loafer|Leatherette'), ('Tod's|Penny Loafer|Polyurethane'), ('Tod's|Penny Loafer|PVC'), ('Tod's|Penny Loafer|Rubber'), ('Tod's|Runner|Leather'), ('Tod's|Runner|Leatherette'), ('Tod's|Runner|Polyurethane'), ('Tod's|Runner|PVC'), ('Tod's|Runner|Rubber'), ('Tod's|Saddle Shoe|Leather'), ('Tod's|Saddle Shoe|Leatherette'), ('Tod's|Saddle Shoe|Polyurethane'), ('Tod's|Saddle Shoe|PVC'), ('Tod's|Saddle Shoe|Rubber'), ('Tod's|Sandal|Leather'), ('Tod's|Sandal|Leatherette'), ('Tod's|Sandal|Polyurethane'), ('Tod's|Sandal|PVC'), ('Tod's|Sandal|Rubber'), ('Tod's|Tennis|Leather'), ('Tod's|Tennis|Leatherette'), ('Tod's|Tennis|Polyurethane'), ('Tod's|Tennis|PVC'), ('Tod's|Tennis|Rubber'), ('Tod's|Walker|Leather'), ('Tod's|Walker|Leatherette'), ('Tod's|Walker|Polyurethane'), ('Tod's|Walker|PVC'), ('Tod's|Walker|Rubber'), ('Tod's|Wingtip|Leather'), ('Tod's|Wingtip|Leatherette'), ('Tod's|Wingtip|Polyurethane'), ('Tod's|Wingtip|PVC'), ('Tod's|Wingtip|Rubber'), ('Tod's|Work Boot|Leather'), ('Tod's|Work Boot|Leatherette'), ('Tod's|Work Boot|Polyurethane'), ('Tod's|Work Boot|PVC'), ('Tod's|Work Boot|Rubber'), ('Vans|Balmoral|Leather'), ('Vans|Balmoral|Leatherette'), ('Vans|Balmoral|Polyurethane'), ('Vans|Balmoral|PVC'), ('Vans|Balmoral|Rubber'), ('Vans|Boat Shoe|Leather'), ('Vans|Boat Shoe|Leatherette'), ('Vans|Boat Shoe|Polyurethane'), ('Vans|Boat Shoe|PVC'), ('Vans|Boat Shoe|Rubber'), ('Vans|Brouge|Leather'), ('Vans|Brouge|Leatherette'), ('Vans|Brouge|Polyurethane'), ('Vans|Brouge|PVC'), ('Vans|Brouge|Rubber'), ('Vans|Cross Trainer|Leather'), ('Vans|Cross Trainer|Leatherette'), ('Vans|Cross Trainer|Polyurethane'), ('Vans|Cross Trainer|PVC'), ('Vans|Cross Trainer|Rubber'), ('Vans|Derby|Leather'), ('Vans|Derby|Leatherette'), ('Vans|Derby|Polyurethane'), ('Vans|Derby|PVC'), ('Vans|Derby|Rubber'), ('Vans|Dress Boot|Leather'), ('Vans|Dress Boot|Leatherette'), ('Vans|Dress Boot|Polyurethane'), ('Vans|Dress Boot|PVC'), ('Vans|Dress Boot|Rubber'), ('Vans|Dress Shoe|Leather'), ('Vans|Dress Shoe|Leatherette'), ('Vans|Dress Shoe|Polyurethane'), ('Vans|Dress Shoe|PVC'), ('Vans|Dress Shoe|Rubber'), ('Vans|Driving Shoe|Leather'), ('Vans|Driving Shoe|Leatherette'), ('Vans|Driving Shoe|Polyurethane'), ('Vans|Driving Shoe|PVC'), ('Vans|Driving Shoe|Rubber'), ('Vans|Hiker|Leather'), ('Vans|Hiker|Leatherette'), ('Vans|Hiker|Polyurethane'), ('Vans|Hiker|PVC'), ('Vans|Hiker|Rubber'), ('Vans|Loafer (Slip-on)|Leather'), ('Vans|Loafer (Slip-on)|Leatherette'), ('Vans|Loafer (Slip-on)|Polyurethane'), ('Vans|Loafer (Slip-on)|PVC'), ('Vans|Loafer (Slip-on)|Rubber'), ('Vans|Oxford (Lace-up)|Leather'), ('Vans|Oxford (Lace-up)|Leatherette'), ('Vans|Oxford (Lace-up)|Polyurethane'), ('Vans|Oxford (Lace-up)|PVC'), ('Vans|Oxford (Lace-up)|Rubber'), ('Vans|Patent Leather|Leather'), ('Vans|Patent Leather|Leatherette'), ('Vans|Patent Leather|Polyurethane'), ('Vans|Patent Leather|PVC'), ('Vans|Patent Leather|Rubber'), ('Vans|Penny Loafer|Leather'), ('Vans|Penny Loafer|Leatherette'), ('Vans|Penny Loafer|Polyurethane'), ('Vans|Penny Loafer|PVC'), ('Vans|Penny Loafer|Rubber'), ('Vans|Runner|Leather'), ('Vans|Runner|Leatherette'), ('Vans|Runner|Polyurethane'), ('Vans|Runner|PVC'), ('Vans|Runner|Rubber'), ('Vans|Saddle Shoe|Leather'), ('Vans|Saddle Shoe|Leatherette'), ('Vans|Saddle Shoe|Polyurethane'), ('Vans|Saddle Shoe|PVC'), ('Vans|Saddle Shoe|Rubber'), ('Vans|Sandal|Leather'), ('Vans|Sandal|Leatherette'), ('Vans|Sandal|Polyurethane'), ('Vans|Sandal|PVC'), ('Vans|Sandal|Rubber'), ('Vans|Tennis|Leather'), ('Vans|Tennis|Leatherette'), ('Vans|Tennis|Polyurethane'), ('Vans|Tennis|PVC'), ('Vans|Tennis|Rubber'), ('Vans|Walker|Leather'), ('Vans|Walker|Leatherette'), ('Vans|Walker|Polyurethane'), ('Vans|Walker|PVC'), ('Vans|Walker|Rubber'), ('Vans|Wingtip|Leather'), ('Vans|Wingtip|Leatherette'), ('Vans|Wingtip|Polyurethane'), ('Vans|Wingtip|PVC'), ('Vans|Wingtip|Rubber'), ('Vans|Work Boot|Leather'), ('Vans|Work Boot|Leatherette'), ('Vans|Work Boot|Polyurethane'), ('Vans|Work Boot|PVC'), ('Vans|Work Boot|Rubber'), ('Wenger Swiss Army|Balmoral|Leather'), ('Wenger Swiss Army|Balmoral|Leatherette'), ('Wenger Swiss Army|Balmoral|Polyurethane'), ('Wenger Swiss Army|Balmoral|PVC'), ('Wenger Swiss Army|Balmoral|Rubber'), ('Wenger Swiss Army|Boat Shoe|Leather'), ('Wenger Swiss Army|Boat Shoe|Leatherette'), ('Wenger Swiss Army|Boat Shoe|Polyurethane'), ('Wenger Swiss Army|Boat Shoe|PVC'), ('Wenger Swiss Army|Boat Shoe|Rubber'), ('Wenger Swiss Army|Brouge|Leather'), ('Wenger Swiss Army|Brouge|Leatherette'), ('Wenger Swiss Army|Brouge|Polyurethane'), ('Wenger Swiss Army|Brouge|PVC'), ('Wenger Swiss Army|Brouge|Rubber'), ('Wenger Swiss Army|Cross Trainer|Leather'), ('Wenger Swiss Army|Cross Trainer|Leatherette'), ('Wenger Swiss Army|Cross Trainer|Polyurethane'), ('Wenger Swiss Army|Cross Trainer|PVC'), ('Wenger Swiss Army|Cross Trainer|Rubber'), ('Wenger Swiss Army|Derby|Leather'), ('Wenger Swiss Army|Derby|Leatherette'), ('Wenger Swiss Army|Derby|Polyurethane'), ('Wenger Swiss Army|Derby|PVC'), ('Wenger Swiss Army|Derby|Rubber'), ('Wenger Swiss Army|Dress Boot|Leather'), ('Wenger Swiss Army|Dress Boot|Leatherette'), ('Wenger Swiss Army|Dress Boot|Polyurethane'), ('Wenger Swiss Army|Dress Boot|PVC'), ('Wenger Swiss Army|Dress Boot|Rubber'), ('Wenger Swiss Army|Dress Shoe|Leather'), ('Wenger Swiss Army|Dress Shoe|Leatherette'), ('Wenger Swiss Army|Dress Shoe|Polyurethane'), ('Wenger Swiss Army|Dress Shoe|PVC'), ('Wenger Swiss Army|Dress Shoe|Rubber'), ('Wenger Swiss Army|Driving Shoe|Leather'), ('Wenger Swiss Army|Driving Shoe|Leatherette'), ('Wenger Swiss Army|Driving Shoe|Polyurethane'), ('Wenger Swiss Army|Driving Shoe|PVC'), ('Wenger Swiss Army|Driving Shoe|Rubber'), ('Wenger Swiss Army|Hiker|Leather'), ('Wenger Swiss Army|Hiker|Leatherette'), ('Wenger Swiss Army|Hiker|Polyurethane'), ('Wenger Swiss Army|Hiker|PVC'), ('Wenger Swiss Army|Hiker|Rubber'), ('Wenger Swiss Army|Loafer (Slip-on)|Leather'), ('Wenger Swiss Army|Loafer (Slip-on)|Leatherette'), ('Wenger Swiss Army|Loafer (Slip-on)|Polyurethane'), ('Wenger Swiss Army|Loafer (Slip-on)|PVC'), ('Wenger Swiss Army|Loafer (Slip-on)|Rubber'), ('Wenger Swiss Army|Oxford (Lace-up)|Leather'), ('Wenger Swiss Army|Oxford (Lace-up)|Leatherette'), ('Wenger Swiss Army|Oxford (Lace-up)|Polyurethane'), ('Wenger Swiss Army|Oxford (Lace-up)|PVC'), ('Wenger Swiss Army|Oxford (Lace-up)|Rubber'), ('Wenger Swiss Army|Patent Leather|Leather'), ('Wenger Swiss Army|Patent Leather|Leatherette'), ('Wenger Swiss Army|Patent Leather|Polyurethane'), ('Wenger Swiss Army|Patent Leather|PVC'), ('Wenger Swiss Army|Patent Leather|Rubber'), ('Wenger Swiss Army|Penny Loafer|Leather'), ('Wenger Swiss Army|Penny Loafer|Leatherette'), ('Wenger Swiss Army|Penny Loafer|Polyurethane'), ('Wenger Swiss Army|Penny Loafer|PVC'), ('Wenger Swiss Army|Penny Loafer|Rubber'), ('Wenger Swiss Army|Runner|Leather'), ('Wenger Swiss Army|Runner|Leatherette'), ('Wenger Swiss Army|Runner|Polyurethane'), ('Wenger Swiss Army|Runner|PVC'), ('Wenger Swiss Army|Runner|Rubber'), ('Wenger Swiss Army|Saddle Shoe|Leather'), ('Wenger Swiss Army|Saddle Shoe|Leatherette'), ('Wenger Swiss Army|Saddle Shoe|Polyurethane'), ('Wenger Swiss Army|Saddle Shoe|PVC'), ('Wenger Swiss Army|Saddle Shoe|Rubber'), ('Wenger Swiss Army|Sandal|Leather'), ('Wenger Swiss Army|Sandal|Leatherette'), ('Wenger Swiss Army|Sandal|Polyurethane'), ('Wenger Swiss Army|Sandal|PVC'), ('Wenger Swiss Army|Sandal|Rubber'), ('Wenger Swiss Army|Tennis|Leather'), ('Wenger Swiss Army|Tennis|Leatherette'), ('Wenger Swiss Army|Tennis|Polyurethane'), ('Wenger Swiss Army|Tennis|PVC'), ('Wenger Swiss Army|Tennis|Rubber'), ('Wenger Swiss Army|Walker|Leather'), ('Wenger Swiss Army|Walker|Leatherette'), ('Wenger Swiss Army|Walker|Polyurethane'), ('Wenger Swiss Army|Walker|PVC'), ('Wenger Swiss Army|Walker|Rubber'), ('Wenger Swiss Army|Wingtip|Leather'), ('Wenger Swiss Army|Wingtip|Leatherette'), ('Wenger Swiss Army|Wingtip|Polyurethane'), ('Wenger Swiss Army|Wingtip|PVC'), ('Wenger Swiss Army|Wingtip|Rubber'), ('Wenger Swiss Army|Work Boot|Leather'), ('Wenger Swiss Army|Work Boot|Leatherette'), ('Wenger Swiss Army|Work Boot|Polyurethane'), ('Wenger Swiss Army|Work Boot|PVC'), ('Wenger Swiss Army|Work Boot|Rubber'), ('Wolverine|Balmoral|Leather'), ('Wolverine|Balmoral|Leatherette'), ('Wolverine|Balmoral|Polyurethane'), ('Wolverine|Balmoral|PVC'), ('Wolverine|Balmoral|Rubber'), ('Wolverine|Boat Shoe|Leather'), ('Wolverine|Boat Shoe|Leatherette'), ('Wolverine|Boat Shoe|Polyurethane'), ('Wolverine|Boat Shoe|PVC'), ('Wolverine|Boat Shoe|Rubber'), ('Wolverine|Brouge|Leather'), ('Wolverine|Brouge|Leatherette'), ('Wolverine|Brouge|Polyurethane'), ('Wolverine|Brouge|PVC'), ('Wolverine|Brouge|Rubber'), ('Wolverine|Cross Trainer|Leather'), ('Wolverine|Cross Trainer|Leatherette'), ('Wolverine|Cross Trainer|Polyurethane'), ('Wolverine|Cross Trainer|PVC'), ('Wolverine|Cross Trainer|Rubber'), ('Wolverine|Derby|Leather'), ('Wolverine|Derby|Leatherette'), ('Wolverine|Derby|Polyurethane'), ('Wolverine|Derby|PVC'), ('Wolverine|Derby|Rubber'), ('Wolverine|Dress Boot|Leather'), ('Wolverine|Dress Boot|Leatherette'), ('Wolverine|Dress Boot|Polyurethane'), ('Wolverine|Dress Boot|PVC'), ('Wolverine|Dress Boot|Rubber'), ('Wolverine|Dress Shoe|Leather'), ('Wolverine|Dress Shoe|Leatherette'), ('Wolverine|Dress Shoe|Polyurethane'), ('Wolverine|Dress Shoe|PVC'), ('Wolverine|Dress Shoe|Rubber'), ('Wolverine|Driving Shoe|Leather'), ('Wolverine|Driving Shoe|Leatherette'), ('Wolverine|Driving Shoe|Polyurethane'), ('Wolverine|Driving Shoe|PVC'), ('Wolverine|Driving Shoe|Rubber'), ('Wolverine|Hiker|Leather'), ('Wolverine|Hiker|Leatherette'), ('Wolverine|Hiker|Polyurethane'), ('Wolverine|Hiker|PVC'), ('Wolverine|Hiker|Rubber'), ('Wolverine|Loafer (Slip-on)|Leather'), ('Wolverine|Loafer (Slip-on)|Leatherette'), ('Wolverine|Loafer (Slip-on)|Polyurethane'), ('Wolverine|Loafer (Slip-on)|PVC'), ('Wolverine|Loafer (Slip-on)|Rubber'), ('Wolverine|Oxford (Lace-up)|Leather'), ('Wolverine|Oxford (Lace-up)|Leatherette'), ('Wolverine|Oxford (Lace-up)|Polyurethane'), ('Wolverine|Oxford (Lace-up)|PVC'), ('Wolverine|Oxford (Lace-up)|Rubber'), ('Wolverine|Patent Leather|Leather'), ('Wolverine|Patent Leather|Leatherette'), ('Wolverine|Patent Leather|Polyurethane'), ('Wolverine|Patent Leather|PVC'), ('Wolverine|Patent Leather|Rubber'), ('Wolverine|Penny Loafer|Leather'), ('Wolverine|Penny Loafer|Leatherette'), ('Wolverine|Penny Loafer|Polyurethane'), ('Wolverine|Penny Loafer|PVC'), ('Wolverine|Penny Loafer|Rubber'), ('Wolverine|Runner|Leather'), ('Wolverine|Runner|Leatherette'), ('Wolverine|Runner|Polyurethane'), ('Wolverine|Runner|PVC'), ('Wolverine|Runner|Rubber'), ('Wolverine|Saddle Shoe|Leather'), ('Wolverine|Saddle Shoe|Leatherette'), ('Wolverine|Saddle Shoe|Polyurethane'), ('Wolverine|Saddle Shoe|PVC'), ('Wolverine|Saddle Shoe|Rubber'), ('Wolverine|Sandal|Leather'), ('Wolverine|Sandal|Leatherette'), ('Wolverine|Sandal|Polyurethane'), ('Wolverine|Sandal|PVC'), ('Wolverine|Sandal|Rubber'), ('Wolverine|Tennis|Leather'), ('Wolverine|Tennis|Leatherette'), ('Wolverine|Tennis|Polyurethane'), ('Wolverine|Tennis|PVC'), ('Wolverine|Tennis|Rubber'), ('Wolverine|Walker|Leather'), ('Wolverine|Walker|Leatherette'), ('Wolverine|Walker|Polyurethane'), ('Wolverine|Walker|PVC'), ('Wolverine|Walker|Rubber'), ('Wolverine|Wingtip|Leather'), ('Wolverine|Wingtip|Leatherette'), ('Wolverine|Wingtip|Polyurethane'), ('Wolverine|Wingtip|PVC'), ('Wolverine|Wingtip|Rubber'), ('Wolverine|Work Boot|Leather'), ('Wolverine|Work Boot|Leatherette'), ('Wolverine|Work Boot|Polyurethane'), ('Wolverine|Work Boot|PVC'), ('Wolverine|Work Boot|Rubber'), ('Woolrich|Balmoral|Leather'), ('Woolrich|Balmoral|Leatherette'), ('Woolrich|Balmoral|Polyurethane'), ('Woolrich|Balmoral|PVC'), ('Woolrich|Balmoral|Rubber'), ('Woolrich|Boat Shoe|Leather'), ('Woolrich|Boat Shoe|Leatherette'), ('Woolrich|Boat Shoe|Polyurethane'), ('Woolrich|Boat Shoe|PVC'), ('Woolrich|Boat Shoe|Rubber'), ('Woolrich|Brouge|Leather'), ('Woolrich|Brouge|Leatherette'), ('Woolrich|Brouge|Polyurethane'), ('Woolrich|Brouge|PVC'), ('Woolrich|Brouge|Rubber'), ('Woolrich|Cross Trainer|Leather'), ('Woolrich|Cross Trainer|Leatherette'), ('Woolrich|Cross Trainer|Polyurethane'), ('Woolrich|Cross Trainer|PVC'), ('Woolrich|Cross Trainer|Rubber'), ('Woolrich|Derby|Leather'), ('Woolrich|Derby|Leatherette'), ('Woolrich|Derby|Polyurethane'), ('Woolrich|Derby|PVC'), ('Woolrich|Derby|Rubber'), ('Woolrich|Dress Boot|Leather'), ('Woolrich|Dress Boot|Leatherette'), ('Woolrich|Dress Boot|Polyurethane'), ('Woolrich|Dress Boot|PVC'), ('Woolrich|Dress Boot|Rubber'), ('Woolrich|Dress Shoe|Leather'), ('Woolrich|Dress Shoe|Leatherette'), ('Woolrich|Dress Shoe|Polyurethane'), ('Woolrich|Dress Shoe|PVC'), ('Woolrich|Dress Shoe|Rubber'), ('Woolrich|Driving Shoe|Leather'), ('Woolrich|Driving Shoe|Leatherette'), ('Woolrich|Driving Shoe|Polyurethane'), ('Woolrich|Driving Shoe|PVC'), ('Woolrich|Driving Shoe|Rubber'), ('Woolrich|Hiker|Leather'), ('Woolrich|Hiker|Leatherette'), ('Woolrich|Hiker|Polyurethane'), ('Woolrich|Hiker|PVC'), ('Woolrich|Hiker|Rubber'), ('Woolrich|Loafer (Slip-on)|Leather'), ('Woolrich|Loafer (Slip-on)|Leatherette'), ('Woolrich|Loafer (Slip-on)|Polyurethane'), ('Woolrich|Loafer (Slip-on)|PVC'), ('Woolrich|Loafer (Slip-on)|Rubber'), ('Woolrich|Oxford (Lace-up)|Leather'), ('Woolrich|Oxford (Lace-up)|Leatherette'), ('Woolrich|Oxford (Lace-up)|Polyurethane'), ('Woolrich|Oxford (Lace-up)|PVC'), ('Woolrich|Oxford (Lace-up)|Rubber'), ('Woolrich|Patent Leather|Leather'), ('Woolrich|Patent Leather|Leatherette'), ('Woolrich|Patent Leather|Polyurethane'), ('Woolrich|Patent Leather|PVC'), ('Woolrich|Patent Leather|Rubber'), ('Woolrich|Penny Loafer|Leather'), ('Woolrich|Penny Loafer|Leatherette'), ('Woolrich|Penny Loafer|Polyurethane'), ('Woolrich|Penny Loafer|PVC'), ('Woolrich|Penny Loafer|Rubber'), ('Woolrich|Runner|Leather'), ('Woolrich|Runner|Leatherette'), ('Woolrich|Runner|Polyurethane'), ('Woolrich|Runner|PVC'), ('Woolrich|Runner|Rubber'), ('Woolrich|Saddle Shoe|Leather'), ('Woolrich|Saddle Shoe|Leatherette'), ('Woolrich|Saddle Shoe|Polyurethane'), ('Woolrich|Saddle Shoe|PVC'), ('Woolrich|Saddle Shoe|Rubber'), ('Woolrich|Sandal|Leather'), ('Woolrich|Sandal|Leatherette'), ('Woolrich|Sandal|Polyurethane'), ('Woolrich|Sandal|PVC'), ('Woolrich|Sandal|Rubber'), ('Woolrich|Tennis|Leather'), ('Woolrich|Tennis|Leatherette'), ('Woolrich|Tennis|Polyurethane'), ('Woolrich|Tennis|PVC'), ('Woolrich|Tennis|Rubber'), ('Woolrich|Walker|Leather'), ('Woolrich|Walker|Leatherette'), ('Woolrich|Walker|Polyurethane'), ('Woolrich|Walker|PVC'), ('Woolrich|Walker|Rubber'), ('Woolrich|Wingtip|Leather'), ('Woolrich|Wingtip|Leatherette'), ('Woolrich|Wingtip|Polyurethane'), ('Woolrich|Wingtip|PVC'), ('Woolrich|Wingtip|Rubber'), ('Woolrich|Work Boot|Leather'), ('Woolrich|Work Boot|Leatherette'), ('Woolrich|Work Boot|Polyurethane'), ('Woolrich|Work Boot|PVC'), ('Woolrich|Work Boot|Rubber'), ('Yves Saint-Laurent|Balmoral|Leather'), ('Yves Saint-Laurent|Balmoral|Leatherette'), ('Yves Saint-Laurent|Balmoral|Polyurethane'), ('Yves Saint-Laurent|Balmoral|PVC'), ('Yves Saint-Laurent|Balmoral|Rubber'), ('Yves Saint-Laurent|Boat Shoe|Leather'), ('Yves Saint-Laurent|Boat Shoe|Leatherette'), ('Yves Saint-Laurent|Boat Shoe|Polyurethane'), ('Yves Saint-Laurent|Boat Shoe|PVC'), ('Yves Saint-Laurent|Boat Shoe|Rubber'), ('Yves Saint-Laurent|Brouge|Leather'), ('Yves Saint-Laurent|Brouge|Leatherette'), ('Yves Saint-Laurent|Brouge|Polyurethane'), ('Yves Saint-Laurent|Brouge|PVC'), ('Yves Saint-Laurent|Brouge|Rubber'), ('Yves Saint-Laurent|Cross Trainer|Leather'), ('Yves Saint-Laurent|Cross Trainer|Leatherette'), ('Yves Saint-Laurent|Cross Trainer|Polyurethane'), ('Yves Saint-Laurent|Cross Trainer|PVC'), ('Yves Saint-Laurent|Cross Trainer|Rubber'), ('Yves Saint-Laurent|Derby|Leather'), ('Yves Saint-Laurent|Derby|Leatherette'), ('Yves Saint-Laurent|Derby|Polyurethane'), ('Yves Saint-Laurent|Derby|PVC'), ('Yves Saint-Laurent|Derby|Rubber'), ('Yves Saint-Laurent|Dress Boot|Leather'), ('Yves Saint-Laurent|Dress Boot|Leatherette'), ('Yves Saint-Laurent|Dress Boot|Polyurethane'), ('Yves Saint-Laurent|Dress Boot|PVC'), ('Yves Saint-Laurent|Dress Boot|Rubber'), ('Yves Saint-Laurent|Dress Shoe|Leather'), ('Yves Saint-Laurent|Dress Shoe|Leatherette'), ('Yves Saint-Laurent|Dress Shoe|Polyurethane'), ('Yves Saint-Laurent|Dress Shoe|PVC'), ('Yves Saint-Laurent|Dress Shoe|Rubber'), ('Yves Saint-Laurent|Driving Shoe|Leather'), ('Yves Saint-Laurent|Driving Shoe|Leatherette'), ('Yves Saint-Laurent|Driving Shoe|Polyurethane'), ('Yves Saint-Laurent|Driving Shoe|PVC'), ('Yves Saint-Laurent|Driving Shoe|Rubber'), ('Yves Saint-Laurent|Hiker|Leather'), ('Yves Saint-Laurent|Hiker|Leatherette'), ('Yves Saint-Laurent|Hiker|Polyurethane'), ('Yves Saint-Laurent|Hiker|PVC'), ('Yves Saint-Laurent|Hiker|Rubber'), ('Yves Saint-Laurent|Loafer (Slip-on)|Leather'), ('Yves Saint-Laurent|Loafer (Slip-on)|Leatherette'), ('Yves Saint-Laurent|Loafer (Slip-on)|Polyurethane'), ('Yves Saint-Laurent|Loafer (Slip-on)|PVC'), ('Yves Saint-Laurent|Loafer (Slip-on)|Rubber'), ('Yves Saint-Laurent|Oxford (Lace-up)|Leather'), ('Yves Saint-Laurent|Oxford (Lace-up)|Leatherette'), ('Yves Saint-Laurent|Oxford (Lace-up)|Polyurethane'), ('Yves Saint-Laurent|Oxford (Lace-up)|PVC'), ('Yves Saint-Laurent|Oxford (Lace-up)|Rubber'), ('Yves Saint-Laurent|Patent Leather|Leather'), ('Yves Saint-Laurent|Patent Leather|Leatherette'), ('Yves Saint-Laurent|Patent Leather|Polyurethane'), ('Yves Saint-Laurent|Patent Leather|PVC'), ('Yves Saint-Laurent|Patent Leather|Rubber'), ('Yves Saint-Laurent|Penny Loafer|Leather'), ('Yves Saint-Laurent|Penny Loafer|Leatherette'), ('Yves Saint-Laurent|Penny Loafer|Polyurethane'), ('Yves Saint-Laurent|Penny Loafer|PVC'), ('Yves Saint-Laurent|Penny Loafer|Rubber'), ('Yves Saint-Laurent|Runner|Leather'), ('Yves Saint-Laurent|Runner|Leatherette'), ('Yves Saint-Laurent|Runner|Polyurethane'), ('Yves Saint-Laurent|Runner|PVC'), ('Yves Saint-Laurent|Runner|Rubber'), ('Yves Saint-Laurent|Saddle Shoe|Leather'), ('Yves Saint-Laurent|Saddle Shoe|Leatherette'), ('Yves Saint-Laurent|Saddle Shoe|Polyurethane'), ('Yves Saint-Laurent|Saddle Shoe|PVC'), ('Yves Saint-Laurent|Saddle Shoe|Rubber'), ('Yves Saint-Laurent|Sandal|Leather'), ('Yves Saint-Laurent|Sandal|Leatherette'), ('Yves Saint-Laurent|Sandal|Polyurethane'), ('Yves Saint-Laurent|Sandal|PVC'), ('Yves Saint-Laurent|Sandal|Rubber'), ('Yves Saint-Laurent|Tennis|Leather'), ('Yves Saint-Laurent|Tennis|Leatherette'), ('Yves Saint-Laurent|Tennis|Polyurethane'), ('Yves Saint-Laurent|Tennis|PVC'), ('Yves Saint-Laurent|Tennis|Rubber'), ('Yves Saint-Laurent|Walker|Leather'), ('Yves Saint-Laurent|Walker|Leatherette'), ('Yves Saint-Laurent|Walker|Polyurethane'), ('Yves Saint-Laurent|Walker|PVC'), ('Yves Saint-Laurent|Walker|Rubber'), ('Yves Saint-Laurent|Wingtip|Leather'), ('Yves Saint-Laurent|Wingtip|Leatherette'), ('Yves Saint-Laurent|Wingtip|Polyurethane'), ('Yves Saint-Laurent|Wingtip|PVC'), ('Yves Saint-Laurent|Wingtip|Rubber'), ('Yves Saint-Laurent|Work Boot|Leather'), ('Yves Saint-Laurent|Work Boot|Leatherette'), ('Yves Saint-Laurent|Work Boot|Polyurethane'), ('Yves Saint-Laurent|Work Boot|PVC'), ('Yves Saint-Laurent|Work Boot|Rubber')

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's|Balmoral|Leather'), ('Dr. Scholl's|Balmoral|Leatherette'), ('Dr. Scholl's|Balm' at line 1: INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES ('A. Testoni|Balmoral|Leather'), ('A. Testoni|Balmoral|Leatherette'), ('A. Testoni|Balmoral|Polyurethane'), ('A. Testoni|Balmoral|PVC'), ('A. Testoni|Balmoral|Rubber'), ('A. Testoni|Boat Shoe|Leather'), ('A. Testoni|Boat Shoe|Leatherette'), ('A. Testoni|Boat Shoe|Polyurethane'), ('A. Testoni|Boat Shoe|PVC'), ('A. Testoni|Boat Shoe|Rubber'), ('A. Testoni|Brouge|Leather'), ('A. Testoni|Brouge|Leatherette'), ('A. Testoni|Brouge|Polyurethane'), ('A. Testoni|Brouge|PVC'), ('A. Testoni|Brouge|Rubber'), ('A. Testoni|Cross Trainer|Leather'), ('A. Testoni|Cross Trainer|Leatherette'), ('A. Testoni|Cross Trainer|Polyurethane'), ('A. Testoni|Cross Trainer|PVC'), ('A. Testoni|Cross Trainer|Rubber'), ('A. Testoni|Derby|Leather'), ('A. Testoni|Derby|Leatherette'), ('A. Testoni|Derby|Polyurethane'), ('A. Testoni|Derby|PVC'), ('A. Testoni|Derby|Rubber'), ('A. Testoni|Dress Boot|Leather'), ('A. Testoni|Dress Boot|Leatherette'), ('A. Testoni|Dress Boot|Polyurethane'), ('A. Testoni|Dress Boot|PVC'), ('A. Testoni|Dress Boot|Rubber'), ('A. Testoni|Dress Shoe|Leather'), ('A. Testoni|Dress Shoe|Leatherette'), ('A. Testoni|Dress Shoe|Polyurethane'), ('A. Testoni|Dress Shoe|PVC'), ('A. Testoni|Dress Shoe|Rubber'), ('A. Testoni|Driving Shoe|Leather'), ('A. Testoni|Driving Shoe|Leatherette'), ('A. Testoni|Driving Shoe|Polyurethane'), ('A. Testoni|Driving Shoe|PVC'), ('A. Testoni|Driving Shoe|Rubber'), ('A. Testoni|Hiker|Leather'), ('A. Testoni|Hiker|Leatherette'), ('A. Testoni|Hiker|Polyurethane'), ('A. Testoni|Hiker|PVC'), ('A. Testoni|Hiker|Rubber'), ('A. Testoni|Loafer (Slip-on)|Leather'), ('A. Testoni|Loafer (Slip-on)|Leatherette'), ('A. Testoni|Loafer (Slip-on)|Polyurethane'), ('A. Testoni|Loafer (Slip-on)|PVC'), ('A. Testoni|Loafer (Slip-on)|Rubber'), ('A. Testoni|Oxford (Lace-up)|Leather'), ('A. Testoni|Oxford (Lace-up)|Leatherette'), ('A. Testoni|Oxford (Lace-up)|Polyurethane'), ('A. Testoni|Oxford (Lace-up)|PVC'), ('A. Testoni|Oxford (Lace-up)|Rubber'), ('A. Testoni|Patent Leather|Leather'), ('A. Testoni|Patent Leather|Leatherette'), ('A. Testoni|Patent Leather|Polyurethane'), ('A. Testoni|Patent Leather|PVC'), ('A. Testoni|Patent Leather|Rubber'), ('A. Testoni|Penny Loafer|Leather'), ('A. Testoni|Penny Loafer|Leatherette'), ('A. Testoni|Penny Loafer|Polyurethane'), ('A. Testoni|Penny Loafer|PVC'), ('A. Testoni|Penny Loafer|Rubber'), ('A. Testoni|Runner|Leather'), ('A. Testoni|Runner|Leatherette'), ('A. Testoni|Runner|Polyurethane'), ('A. Testoni|Runner|PVC'), ('A. Testoni|Runner|Rubber'), ('A. Testoni|Saddle Shoe|Leather'), ('A. Testoni|Saddle Shoe|Leatherette'), ('A. Testoni|Saddle Shoe|Polyurethane'), ('A. Testoni|Saddle Shoe|PVC'), ('A. Testoni|Saddle Shoe|Rubber'), ('A. Testoni|Sandal|Leather'), ('A. Testoni|Sandal|Leatherette'), ('A. Testoni|Sandal|Polyurethane'), ('A. Testoni|Sandal|PVC'), ('A. Testoni|Sandal|Rubber'), ('A. Testoni|Tennis|Leather'), ('A. Testoni|Tennis|Leatherette'), ('A. Testoni|Tennis|Polyurethane'), ('A. Testoni|Tennis|PVC'), ('A. Testoni|Tennis|Rubber'), ('A. Testoni|Walker|Leather'), ('A. Testoni|Walker|Leatherette'), ('A. Testoni|Walker|Polyurethane'), ('A. Testoni|Walker|PVC'), ('A. Testoni|Walker|Rubber'), ('A. Testoni|Wingtip|Leather'), ('A. Testoni|Wingtip|Leatherette'), ('A. Testoni|Wingtip|Polyurethane'), ('A. Testoni|Wingtip|PVC'), ('A. Testoni|Wingtip|Rubber'), ('A. Testoni|Work Boot|Leather'), ('A. Testoni|Work Boot|Leatherette'), ('A. Testoni|Work Boot|Polyurethane'), ('A. Testoni|Work Boot|PVC'), ('A. Testoni|Work Boot|Rubber'), ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Alden|Balmoral|Leather'), ('Alden|Balmoral|Leatherette'), ('Alden|Balmoral|Polyurethane'), ('Alden|Balmoral|PVC'), ('Alden|Balmoral|Rubber'), ('Alden|Boat Shoe|Leather'), ('Alden|Boat Shoe|Leatherette'), ('Alden|Boat Shoe|Polyurethane'), ('Alden|Boat Shoe|PVC'), ('Alden|Boat Shoe|Rubber'), ('Alden|Brouge|Leather'), ('Alden|Brouge|Leatherette'), ('Alden|Brouge|Polyurethane'), ('Alden|Brouge|PVC'), ('Alden|Brouge|Rubber'), ('Alden|Cross Trainer|Leather'), ('Alden|Cross Trainer|Leatherette'), ('Alden|Cross Trainer|Polyurethane'), ('Alden|Cross Trainer|PVC'), ('Alden|Cross Trainer|Rubber'), ('Alden|Derby|Leather'), ('Alden|Derby|Leatherette'), ('Alden|Derby|Polyurethane'), ('Alden|Derby|PVC'), ('Alden|Derby|Rubber'), ('Alden|Dress Boot|Leather'), ('Alden|Dress Boot|Leatherette'), ('Alden|Dress Boot|Polyurethane'), ('Alden|Dress Boot|PVC'), ('Alden|Dress Boot|Rubber'), ('Alden|Dress Shoe|Leather'), ('Alden|Dress Shoe|Leatherette'), ('Alden|Dress Shoe|Polyurethane'), ('Alden|Dress Shoe|PVC'), ('Alden|Dress Shoe|Rubber'), ('Alden|Driving Shoe|Leather'), ('Alden|Driving Shoe|Leatherette'), ('Alden|Driving Shoe|Polyurethane'), ('Alden|Driving Shoe|PVC'), ('Alden|Driving Shoe|Rubber'), ('Alden|Hiker|Leather'), ('Alden|Hiker|Leatherette'), ('Alden|Hiker|Polyurethane'), ('Alden|Hiker|PVC'), ('Alden|Hiker|Rubber'), ('Alden|Loafer (Slip-on)|Leather'), ('Alden|Loafer (Slip-on)|Leatherette'), ('Alden|Loafer (Slip-on)|Polyurethane'), ('Alden|Loafer (Slip-on)|PVC'), ('Alden|Loafer (Slip-on)|Rubber'), ('Alden|Oxford (Lace-up)|Leather'), ('Alden|Oxford (Lace-up)|Leatherette'), ('Alden|Oxford (Lace-up)|Polyurethane'), ('Alden|Oxford (Lace-up)|PVC'), ('Alden|Oxford (Lace-up)|Rubber'), ('Alden|Patent Leather|Leather'), ('Alden|Patent Leather|Leatherette'), ('Alden|Patent Leather|Polyurethane'), ('Alden|Patent Leather|PVC'), ('Alden|Patent Leather|Rubber'), ('Alden|Penny Loafer|Leather'), ('Alden|Penny Loafer|Leatherette'), ('Alden|Penny Loafer|Polyurethane'), ('Alden|Penny Loafer|PVC'), ('Alden|Penny Loafer|Rubber'), ('Alden|Runner|Leather'), ('Alden|Runner|Leatherette'), ('Alden|Runner|Polyurethane'), ('Alden|Runner|PVC'), ('Alden|Runner|Rubber'), ('Alden|Saddle Shoe|Leather'), ('Alden|Saddle Shoe|Leatherette'), ('Alden|Saddle Shoe|Polyurethane'), ('Alden|Saddle Shoe|PVC'), ('Alden|Saddle Shoe|Rubber'), ('Alden|Sandal|Leather'), ('Alden|Sandal|Leatherette'), ('Alden|Sandal|Polyurethane'), ('Alden|Sandal|PVC'), ('Alden|Sandal|Rubber'), ('Alden|Tennis|Leather'), ('Alden|Tennis|Leatherette'), ('Alden|Tennis|Polyurethane'), ('Alden|Tennis|PVC'), ('Alden|Tennis|Rubber'), ('Alden|Walker|Leather'), ('Alden|Walker|Leatherette'), ('Alden|Walker|Polyurethane'), ('Alden|Walker|PVC'), ('Alden|Walker|Rubber'), ('Alden|Wingtip|Leather'), ('Alden|Wingtip|Leatherette'), ('Alden|Wingtip|Polyurethane'), ('Alden|Wingtip|PVC'), ('Alden|Wingtip|Rubber'), ('Alden|Work Boot|Leather'), ('Alden|Work Boot|Leatherette'), ('Alden|Work Boot|Polyurethane'), ('Alden|Work Boot|PVC'), ('Alden|Work Boot|Rubber'), ('Allen Edmonds|Balmoral|Leather'), ('Allen Edmonds|Balmoral|Leatherette'), ('Allen Edmonds|Balmoral|Polyurethane'), ('Allen Edmonds|Balmoral|PVC'), ('Allen Edmonds|Balmoral|Rubber'), ('Allen Edmonds|Boat Shoe|Leather'), ('Allen Edmonds|Boat Shoe|Leatherette'), ('Allen Edmonds|Boat Shoe|Polyurethane'), ('Allen Edmonds|Boat Shoe|PVC'), ('Allen Edmonds|Boat Shoe|Rubber'), ('Allen Edmonds|Brouge|Leather'), ('Allen Edmonds|Brouge|Leatherette'), ('Allen Edmonds|Brouge|Polyurethane'), ('Allen Edmonds|Brouge|PVC'), ('Allen Edmonds|Brouge|Rubber'), ('Allen Edmonds|Cross Trainer|Leather'), ('Allen Edmonds|Cross Trainer|Leatherette'), ('Allen Edmonds|Cross Trainer|Polyurethane'), ('Allen Edmonds|Cross Trainer|PVC'), ('Allen Edmonds|Cross Trainer|Rubber'), ('Allen Edmonds|Derby|Leather'), ('Allen Edmonds|Derby|Leatherette'), ('Allen Edmonds|Derby|Polyurethane'), ('Allen Edmonds|Derby|PVC'), ('Allen Edmonds|Derby|Rubber'), ('Allen Edmonds|Dress Boot|Leather'), ('Allen Edmonds|Dress Boot|Leatherette'), ('Allen Edmonds|Dress Boot|Polyurethane'), ('Allen Edmonds|Dress Boot|PVC'), ('Allen Edmonds|Dress Boot|Rubber'), ('Allen Edmonds|Dress Shoe|Leather'), ('Allen Edmonds|Dress Shoe|Leatherette'), ('Allen Edmonds|Dress Shoe|Polyurethane'), ('Allen Edmonds|Dress Shoe|PVC'), ('Allen Edmonds|Dress Shoe|Rubber'), ('Allen Edmonds|Driving Shoe|Leather'), ('Allen Edmonds|Driving Shoe|Leatherette'), ('Allen Edmonds|Driving Shoe|Polyurethane'), ('Allen Edmonds|Driving Shoe|PVC'), ('Allen Edmonds|Driving Shoe|Rubber'), ('Allen Edmonds|Hiker|Leather'), ('Allen Edmonds|Hiker|Leatherette'), ('Allen Edmonds|Hiker|Polyurethane'), ('Allen Edmonds|Hiker|PVC'), ('Allen Edmonds|Hiker|Rubber'), ('Allen Edmonds|Loafer (Slip-on)|Leather'), ('Allen Edmonds|Loafer (Slip-on)|Leatherette'), ('Allen Edmonds|Loafer (Slip-on)|Polyurethane'), ('Allen Edmonds|Loafer (Slip-on)|PVC'), ('Allen Edmonds|Loafer (Slip-on)|Rubber'), ('Allen Edmonds|Oxford (Lace-up)|Leather'), ('Allen Edmonds|Oxford (Lace-up)|Leatherette'), ('Allen Edmonds|Oxford (Lace-up)|Polyurethane'), ('Allen Edmonds|Oxford (Lace-up)|PVC'), ('Allen Edmonds|Oxford (Lace-up)|Rubber'), ('Allen Edmonds|Patent Leather|Leather'), ('Allen Edmonds|Patent Leather|Leatherette'), ('Allen Edmonds|Patent Leather|Polyurethane'), ('Allen Edmonds|Patent Leather|PVC'), ('Allen Edmonds|Patent Leather|Rubber'), ('Allen Edmonds|Penny Loafer|Leather'), ('Allen Edmonds|Penny Loafer|Leatherette'), ('Allen Edmonds|Penny Loafer|Polyurethane'), ('Allen Edmonds|Penny Loafer|PVC'), ('Allen Edmonds|Penny Loafer|Rubber'), ('Allen Edmonds|Runner|Leather'), ('Allen Edmonds|Runner|Leatherette'), ('Allen Edmonds|Runner|Polyurethane'), ('Allen Edmonds|Runner|PVC'), ('Allen Edmonds|Runner|Rubber'), ('Allen Edmonds|Saddle Shoe|Leather'), ('Allen Edmonds|Saddle Shoe|Leatherette'), ('Allen Edmonds|Saddle Shoe|Polyurethane'), ('Allen Edmonds|Saddle Shoe|PVC'), ('Allen Edmonds|Saddle Shoe|Rubber'), ('Allen Edmonds|Sandal|Leather'), ('Allen Edmonds|Sandal|Leatherette'), ('Allen Edmonds|Sandal|Polyurethane'), ('Allen Edmonds|Sandal|PVC'), ('Allen Edmonds|Sandal|Rubber'), ('Allen Edmonds|Tennis|Leather'), ('Allen Edmonds|Tennis|Leatherette'), ('Allen Edmonds|Tennis|Polyurethane'), ('Allen Edmonds|Tennis|PVC'), ('Allen Edmonds|Tennis|Rubber'), ('Allen Edmonds|Walker|Leather'), ('Allen Edmonds|Walker|Leatherette'), ('Allen Edmonds|Walker|Polyurethane'), ('Allen Edmonds|Walker|PVC'), ('Allen Edmonds|Walker|Rubber'), ('Allen Edmonds|Wingtip|Leather'), ('Allen Edmonds|Wingtip|Leatherette'), ('Allen Edmonds|Wingtip|Polyurethane'), ('Allen Edmonds|Wingtip|PVC'), ('Allen Edmonds|Wingtip|Rubber'), ('Allen Edmonds|Work Boot|Leather'), ('Allen Edmonds|Work Boot|Leatherette'), ('Allen Edmonds|Work Boot|Polyurethane'), ('Allen Edmonds|Work Boot|PVC'), ('Allen Edmonds|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Bass|Balmoral|Leather'), ('Bass|Balmoral|Leatherette'), ('Bass|Balmoral|Polyurethane'), ('Bass|Balmoral|PVC'), ('Bass|Balmoral|Rubber'), ('Bass|Boat Shoe|Leather'), ('Bass|Boat Shoe|Leatherette'), ('Bass|Boat Shoe|Polyurethane'), ('Bass|Boat Shoe|PVC'), ('Bass|Boat Shoe|Rubber'), ('Bass|Brouge|Leather'), ('Bass|Brouge|Leatherette'), ('Bass|Brouge|Polyurethane'), ('Bass|Brouge|PVC'), ('Bass|Brouge|Rubber'), ('Bass|Cross Trainer|Leather'), ('Bass|Cross Trainer|Leatherette'), ('Bass|Cross Trainer|Polyurethane'), ('Bass|Cross Trainer|PVC'), ('Bass|Cross Trainer|Rubber'), ('Bass|Derby|Leather'), ('Bass|Derby|Leatherette'), ('Bass|Derby|Polyurethane'), ('Bass|Derby|PVC'), ('Bass|Derby|Rubber'), ('Bass|Dress Boot|Leather'), ('Bass|Dress Boot|Leatherette'), ('Bass|Dress Boot|Polyurethane'), ('Bass|Dress Boot|PVC'), ('Bass|Dress Boot|Rubber'), ('Bass|Dress Shoe|Leather'), ('Bass|Dress Shoe|Leatherette'), ('Bass|Dress Shoe|Polyurethane'), ('Bass|Dress Shoe|PVC'), ('Bass|Dress Shoe|Rubber'), ('Bass|Driving Shoe|Leather'), ('Bass|Driving Shoe|Leatherette'), ('Bass|Driving Shoe|Polyurethane'), ('Bass|Driving Shoe|PVC'), ('Bass|Driving Shoe|Rubber'), ('Bass|Hiker|Leather'), ('Bass|Hiker|Leatherette'), ('Bass|Hiker|Polyurethane'), ('Bass|Hiker|PVC'), ('Bass|Hiker|Rubber'), ('Bass|Loafer (Slip-on)|Leather'), ('Bass|Loafer (Slip-on)|Leatherette'), ('Bass|Loafer (Slip-on)|Polyurethane'), ('Bass|Loafer (Slip-on)|PVC'), ('Bass|Loafer (Slip-on)|Rubber'), ('Bass|Oxford (Lace-up)|Leather'), ('Bass|Oxford (Lace-up)|Leatherette'), ('Bass|Oxford (Lace-up)|Polyurethane'), ('Bass|Oxford (Lace-up)|PVC'), ('Bass|Oxford (Lace-up)|Rubber'), ('Bass|Patent Leather|Leather'), ('Bass|Patent Leather|Leatherette'), ('Bass|Patent Leather|Polyurethane'), ('Bass|Patent Leather|PVC'), ('Bass|Patent Leather|Rubber'), ('Bass|Penny Loafer|Leather'), ('Bass|Penny Loafer|Leatherette'), ('Bass|Penny Loafer|Polyurethane'), ('Bass|Penny Loafer|PVC'), ('Bass|Penny Loafer|Rubber'), ('Bass|Runner|Leather'), ('Bass|Runner|Leatherette'), ('Bass|Runner|Polyurethane'), ('Bass|Runner|PVC'), ('Bass|Runner|Rubber'), ('Bass|Saddle Shoe|Leather'), ('Bass|Saddle Shoe|Leatherette'), ('Bass|Saddle Shoe|Polyurethane'), ('Bass|Saddle Shoe|PVC'), ('Bass|Saddle Shoe|Rubber'), ('Bass|Sandal|Leather'), ('Bass|Sandal|Leatherette'), ('Bass|Sandal|Polyurethane'), ('Bass|Sandal|PVC'), ('Bass|Sandal|Rubber'), ('Bass|Tennis|Leather'), ('Bass|Tennis|Leatherette'), ('Bass|Tennis|Polyurethane'), ('Bass|Tennis|PVC'), ('Bass|Tennis|Rubber'), ('Bass|Walker|Leather'), ('Bass|Walker|Leatherette'), ('Bass|Walker|Polyurethane'), ('Bass|Walker|PVC'), ('Bass|Walker|Rubber'), ('Bass|Wingtip|Leather'), ('Bass|Wingtip|Leatherette'), ('Bass|Wingtip|Polyurethane'), ('Bass|Wingtip|PVC'), ('Bass|Wingtip|Rubber'), ('Bass|Work Boot|Leather'), ('Bass|Work Boot|Leatherette'), ('Bass|Work Boot|Polyurethane'), ('Bass|Work Boot|PVC'), ('Bass|Work Boot|Rubber'), ('Bates|Balmoral|Leather'), ('Bates|Balmoral|Leatherette'), ('Bates|Balmoral|Polyurethane'), ('Bates|Balmoral|PVC'), ('Bates|Balmoral|Rubber'), ('Bates|Boat Shoe|Leather'), ('Bates|Boat Shoe|Leatherette'), ('Bates|Boat Shoe|Polyurethane'), ('Bates|Boat Shoe|PVC'), ('Bates|Boat Shoe|Rubber'), ('Bates|Brouge|Leather'), ('Bates|Brouge|Leatherette'), ('Bates|Brouge|Polyurethane'), ('Bates|Brouge|PVC'), ('Bates|Brouge|Rubber'), ('Bates|Cross Trainer|Leather'), ('Bates|Cross Trainer|Leatherette'), ('Bates|Cross Trainer|Polyurethane'), ('Bates|Cross Trainer|PVC'), ('Bates|Cross Trainer|Rubber'), ('Bates|Derby|Leather'), ('Bates|Derby|Leatherette'), ('Bates|Derby|Polyurethane'), ('Bates|Derby|PVC'), ('Bates|Derby|Rubber'), ('Bates|Dress Boot|Leather'), ('Bates|Dress Boot|Leatherette'), ('Bates|Dress Boot|Polyurethane'), ('Bates|Dress Boot|PVC'), ('Bates|Dress Boot|Rubber'), ('Bates|Dress Shoe|Leather'), ('Bates|Dress Shoe|Leatherette'), ('Bates|Dress Shoe|Polyurethane'), ('Bates|Dress Shoe|PVC'), ('Bates|Dress Shoe|Rubber'), ('Bates|Driving Shoe|Leather'), ('Bates|Driving Shoe|Leatherette'), ('Bates|Driving Shoe|Polyurethane'), ('Bates|Driving Shoe|PVC'), ('Bates|Driving Shoe|Rubber'), ('Bates|Hiker|Leather'), ('Bates|Hiker|Leatherette'), ('Bates|Hiker|Polyurethane'), ('Bates|Hiker|PVC'), ('Bates|Hiker|Rubber'), ('Bates|Loafer (Slip-on)|Leather'), ('Bates|Loafer (Slip-on)|Leatherette'), ('Bates|Loafer (Slip-on)|Polyurethane'), ('Bates|Loafer (Slip-on)|PVC'), ('Bates|Loafer (Slip-on)|Rubber'), ('Bates|Oxford (Lace-up)|Leather'), ('Bates|Oxford (Lace-up)|Leatherette'), ('Bates|Oxford (Lace-up)|Polyurethane'), ('Bates|Oxford (Lace-up)|PVC'), ('Bates|Oxford (Lace-up)|Rubber'), ('Bates|Patent Leather|Leather'), ('Bates|Patent Leather|Leatherette'), ('Bates|Patent Leather|Polyurethane'), ('Bates|Patent Leather|PVC'), ('Bates|Patent Leather|Rubber'), ('Bates|Penny Loafer|Leather'), ('Bates|Penny Loafer|Leatherette'), ('Bates|Penny Loafer|Polyurethane'), ('Bates|Penny Loafer|PVC'), ('Bates|Penny Loafer|Rubber'), ('Bates|Runner|Leather'), ('Bates|Runner|Leatherette'), ('Bates|Runner|Polyurethane'), ('Bates|Runner|PVC'), ('Bates|Runner|Rubber'), ('Bates|Saddle Shoe|Leather'), ('Bates|Saddle Shoe|Leatherette'), ('Bates|Saddle Shoe|Polyurethane'), ('Bates|Saddle Shoe|PVC'), ('Bates|Saddle Shoe|Rubber'), ('Bates|Sandal|Leather'), ('Bates|Sandal|Leatherette'), ('Bates|Sandal|Polyurethane'), ('Bates|Sandal|PVC'), ('Bates|Sandal|Rubber'), ('Bates|Tennis|Leather'), ('Bates|Tennis|Leatherette'), ('Bates|Tennis|Polyurethane'), ('Bates|Tennis|PVC'), ('Bates|Tennis|Rubber'), ('Bates|Walker|Leather'), ('Bates|Walker|Leatherette'), ('Bates|Walker|Polyurethane'), ('Bates|Walker|PVC'), ('Bates|Walker|Rubber'), ('Bates|Wingtip|Leather'), ('Bates|Wingtip|Leatherette'), ('Bates|Wingtip|Polyurethane'), ('Bates|Wingtip|PVC'), ('Bates|Wingtip|Rubber'), ('Bates|Work Boot|Leather'), ('Bates|Work Boot|Leatherette'), ('Bates|Work Boot|Polyurethane'), ('Bates|Work Boot|PVC'), ('Bates|Work Boot|Rubber'), ('Berluti|Balmoral|Leather'), ('Berluti|Balmoral|Leatherette'), ('Berluti|Balmoral|Polyurethane'), ('Berluti|Balmoral|PVC'), ('Berluti|Balmoral|Rubber'), ('Berluti|Boat Shoe|Leather'), ('Berluti|Boat Shoe|Leatherette'), ('Berluti|Boat Shoe|Polyurethane'), ('Berluti|Boat Shoe|PVC'), ('Berluti|Boat Shoe|Rubber'), ('Berluti|Brouge|Leather'), ('Berluti|Brouge|Leatherette'), ('Berluti|Brouge|Polyurethane'), ('Berluti|Brouge|PVC'), ('Berluti|Brouge|Rubber'), ('Berluti|Cross Trainer|Leather'), ('Berluti|Cross Trainer|Leatherette'), ('Berluti|Cross Trainer|Polyurethane'), ('Berluti|Cross Trainer|PVC'), ('Berluti|Cross Trainer|Rubber'), ('Berluti|Derby|Leather'), ('Berluti|Derby|Leatherette'), ('Berluti|Derby|Polyurethane'), ('Berluti|Derby|PVC'), ('Berluti|Derby|Rubber'), ('Berluti|Dress Boot|Leather'), ('Berluti|Dress Boot|Leatherette'), ('Berluti|Dress Boot|Polyurethane'), ('Berluti|Dress Boot|PVC'), ('Berluti|Dress Boot|Rubber'), ('Berluti|Dress Shoe|Leather'), ('Berluti|Dress Shoe|Leatherette'), ('Berluti|Dress Shoe|Polyurethane'), ('Berluti|Dress Shoe|PVC'), ('Berluti|Dress Shoe|Rubber'), ('Berluti|Driving Shoe|Leather'), ('Berluti|Driving Shoe|Leatherette'), ('Berluti|Driving Shoe|Polyurethane'), ('Berluti|Driving Shoe|PVC'), ('Berluti|Driving Shoe|Rubber'), ('Berluti|Hiker|Leather'), ('Berluti|Hiker|Leatherette'), ('Berluti|Hiker|Polyurethane'), ('Berluti|Hiker|PVC'), ('Berluti|Hiker|Rubber'), ('Berluti|Loafer (Slip-on)|Leather'), ('Berluti|Loafer (Slip-on)|Leatherette'), ('Berluti|Loafer (Slip-on)|Polyurethane'), ('Berluti|Loafer (Slip-on)|PVC'), ('Berluti|Loafer (Slip-on)|Rubber'), ('Berluti|Oxford (Lace-up)|Leather'), ('Berluti|Oxford (Lace-up)|Leatherette'), ('Berluti|Oxford (Lace-up)|Polyurethane'), ('Berluti|Oxford (Lace-up)|PVC'), ('Berluti|Oxford (Lace-up)|Rubber'), ('Berluti|Patent Leather|Leather'), ('Berluti|Patent Leather|Leatherette'), ('Berluti|Patent Leather|Polyurethane'), ('Berluti|Patent Leather|PVC'), ('Berluti|Patent Leather|Rubber'), ('Berluti|Penny Loafer|Leather'), ('Berluti|Penny Loafer|Leatherette'), ('Berluti|Penny Loafer|Polyurethane'), ('Berluti|Penny Loafer|PVC'), ('Berluti|Penny Loafer|Rubber'), ('Berluti|Runner|Leather'), ('Berluti|Runner|Leatherette'), ('Berluti|Runner|Polyurethane'), ('Berluti|Runner|PVC'), ('Berluti|Runner|Rubber'), ('Berluti|Saddle Shoe|Leather'), ('Berluti|Saddle Shoe|Leatherette'), ('Berluti|Saddle Shoe|Polyurethane'), ('Berluti|Saddle Shoe|PVC'), ('Berluti|Saddle Shoe|Rubber'), ('Berluti|Sandal|Leather'), ('Berluti|Sandal|Leatherette'), ('Berluti|Sandal|Polyurethane'), ('Berluti|Sandal|PVC'), ('Berluti|Sandal|Rubber'), ('Berluti|Tennis|Leather'), ('Berluti|Tennis|Leatherette'), ('Berluti|Tennis|Polyurethane'), ('Berluti|Tennis|PVC'), ('Berluti|Tennis|Rubber'), ('Berluti|Walker|Leather'), ('Berluti|Walker|Leatherette'), ('Berluti|Walker|Polyurethane'), ('Berluti|Walker|PVC'), ('Berluti|Walker|Rubber'), ('Berluti|Wingtip|Leather'), ('Berluti|Wingtip|Leatherette'), ('Berluti|Wingtip|Polyurethane'), ('Berluti|Wingtip|PVC'), ('Berluti|Wingtip|Rubber'), ('Berluti|Work Boot|Leather'), ('Berluti|Work Boot|Leatherette'), ('Berluti|Work Boot|Polyurethane'), ('Berluti|Work Boot|PVC'), ('Berluti|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Brass Boot|Balmoral|Leather'), ('Brass Boot|Balmoral|Leatherette'), ('Brass Boot|Balmoral|Polyurethane'), ('Brass Boot|Balmoral|PVC'), ('Brass Boot|Balmoral|Rubber'), ('Brass Boot|Boat Shoe|Leather'), ('Brass Boot|Boat Shoe|Leatherette'), ('Brass Boot|Boat Shoe|Polyurethane'), ('Brass Boot|Boat Shoe|PVC'), ('Brass Boot|Boat Shoe|Rubber'), ('Brass Boot|Brouge|Leather'), ('Brass Boot|Brouge|Leatherette'), ('Brass Boot|Brouge|Polyurethane'), ('Brass Boot|Brouge|PVC'), ('Brass Boot|Brouge|Rubber'), ('Brass Boot|Cross Trainer|Leather'), ('Brass Boot|Cross Trainer|Leatherette'), ('Brass Boot|Cross Trainer|Polyurethane'), ('Brass Boot|Cross Trainer|PVC'), ('Brass Boot|Cross Trainer|Rubber'), ('Brass Boot|Derby|Leather'), ('Brass Boot|Derby|Leatherette'), ('Brass Boot|Derby|Polyurethane'), ('Brass Boot|Derby|PVC'), ('Brass Boot|Derby|Rubber'), ('Brass Boot|Dress Boot|Leather'), ('Brass Boot|Dress Boot|Leatherette'), ('Brass Boot|Dress Boot|Polyurethane'), ('Brass Boot|Dress Boot|PVC'), ('Brass Boot|Dress Boot|Rubber'), ('Brass Boot|Dress Shoe|Leather'), ('Brass Boot|Dress Shoe|Leatherette'), ('Brass Boot|Dress Shoe|Polyurethane'), ('Brass Boot|Dress Shoe|PVC'), ('Brass Boot|Dress Shoe|Rubber'), ('Brass Boot|Driving Shoe|Leather'), ('Brass Boot|Driving Shoe|Leatherette'), ('Brass Boot|Driving Shoe|Polyurethane'), ('Brass Boot|Driving Shoe|PVC'), ('Brass Boot|Driving Shoe|Rubber'), ('Brass Boot|Hiker|Leather'), ('Brass Boot|Hiker|Leatherette'), ('Brass Boot|Hiker|Polyurethane'), ('Brass Boot|Hiker|PVC'), ('Brass Boot|Hiker|Rubber'), ('Brass Boot|Loafer (Slip-on)|Leather'), ('Brass Boot|Loafer (Slip-on)|Leatherette'), ('Brass Boot|Loafer (Slip-on)|Polyurethane'), ('Brass Boot|Loafer (Slip-on)|PVC'), ('Brass Boot|Loafer (Slip-on)|Rubber'), ('Brass Boot|Oxford (Lace-up)|Leather'), ('Brass Boot|Oxford (Lace-up)|Leatherette'), ('Brass Boot|Oxford (Lace-up)|Polyurethane'), ('Brass Boot|Oxford (Lace-up)|PVC'), ('Brass Boot|Oxford (Lace-up)|Rubber'), ('Brass Boot|Patent Leather|Leather'), ('Brass Boot|Patent Leather|Leatherette'), ('Brass Boot|Patent Leather|Polyurethane'), ('Brass Boot|Patent Leather|PVC'), ('Brass Boot|Patent Leather|Rubber'), ('Brass Boot|Penny Loafer|Leather'), ('Brass Boot|Penny Loafer|Leatherette'), ('Brass Boot|Penny Loafer|Polyurethane'), ('Brass Boot|Penny Loafer|PVC'), ('Brass Boot|Penny Loafer|Rubber'), ('Brass Boot|Runner|Leather'), ('Brass Boot|Runner|Leatherette'), ('Brass Boot|Runner|Polyurethane'), ('Brass Boot|Runner|PVC'), ('Brass Boot|Runner|Rubber'), ('Brass Boot|Saddle Shoe|Leather'), ('Brass Boot|Saddle Shoe|Leatherette'), ('Brass Boot|Saddle Shoe|Polyurethane'), ('Brass Boot|Saddle Shoe|PVC'), ('Brass Boot|Saddle Shoe|Rubber'), ('Brass Boot|Sandal|Leather'), ('Brass Boot|Sandal|Leatherette'), ('Brass Boot|Sandal|Polyurethane'), ('Brass Boot|Sandal|PVC'), ('Brass Boot|Sandal|Rubber'), ('Brass Boot|Tennis|Leather'), ('Brass Boot|Tennis|Leatherette'), ('Brass Boot|Tennis|Polyurethane'), ('Brass Boot|Tennis|PVC'), ('Brass Boot|Tennis|Rubber'), ('Brass Boot|Walker|Leather'), ('Brass Boot|Walker|Leatherette'), ('Brass Boot|Walker|Polyurethane'), ('Brass Boot|Walker|PVC'), ('Brass Boot|Walker|Rubber'), ('Brass Boot|Wingtip|Leather'), ('Brass Boot|Wingtip|Leatherette'), ('Brass Boot|Wingtip|Polyurethane'), ('Brass Boot|Wingtip|PVC'), ('Brass Boot|Wingtip|Rubber'), ('Brass Boot|Work Boot|Leather'), ('Brass Boot|Work Boot|Leatherette'), ('Brass Boot|Work Boot|Polyurethane'), ('Brass Boot|Work Boot|PVC'), ('Brass Boot|Work Boot|Rubber'), ('Bruno Magli|Balmoral|Leather'), ('Bruno Magli|Balmoral|Leatherette'), ('Bruno Magli|Balmoral|Polyurethane'), ('Bruno Magli|Balmoral|PVC'), ('Bruno Magli|Balmoral|Rubber'), ('Bruno Magli|Boat Shoe|Leather'), ('Bruno Magli|Boat Shoe|Leatherette'), ('Bruno Magli|Boat Shoe|Polyurethane'), ('Bruno Magli|Boat Shoe|PVC'), ('Bruno Magli|Boat Shoe|Rubber'), ('Bruno Magli|Brouge|Leather'), ('Bruno Magli|Brouge|Leatherette'), ('Bruno Magli|Brouge|Polyurethane'), ('Bruno Magli|Brouge|PVC'), ('Bruno Magli|Brouge|Rubber'), ('Bruno Magli|Cross Trainer|Leather'), ('Bruno Magli|Cross Trainer|Leatherette'), ('Bruno Magli|Cross Trainer|Polyurethane'), ('Bruno Magli|Cross Trainer|PVC'), ('Bruno Magli|Cross Trainer|Rubber'), ('Bruno Magli|Derby|Leather'), ('Bruno Magli|Derby|Leatherette'), ('Bruno Magli|Derby|Polyurethane'), ('Bruno Magli|Derby|PVC'), ('Bruno Magli|Derby|Rubber'), ('Bruno Magli|Dress Boot|Leather'), ('Bruno Magli|Dress Boot|Leatherette'), ('Bruno Magli|Dress Boot|Polyurethane'), ('Bruno Magli|Dress Boot|PVC'), ('Bruno Magli|Dress Boot|Rubber'), ('Bruno Magli|Dress Shoe|Leather'), ('Bruno Magli|Dress Shoe|Leatherette'), ('Bruno Magli|Dress Shoe|Polyurethane'), ('Bruno Magli|Dress Shoe|PVC'), ('Bruno Magli|Dress Shoe|Rubber'), ('Bruno Magli|Driving Shoe|Leather'), ('Bruno Magli|Driving Shoe|Leatherette'), ('Bruno Magli|Driving Shoe|Polyurethane'), ('Bruno Magli|Driving Shoe|PVC'), ('Bruno Magli|Driving Shoe|Rubber'), ('Bruno Magli|Hiker|Leather'), ('Bruno Magli|Hiker|Leatherette'), ('Bruno Magli|Hiker|Polyurethane'), ('Bruno Magli|Hiker|PVC'), ('Bruno Magli|Hiker|Rubber'), ('Bruno Magli|Loafer (Slip-on)|Leather'), ('Bruno Magli|Loafer (Slip-on)|Leatherette'), ('Bruno Magli|Loafer (Slip-on)|Polyurethane'), ('Bruno Magli|Loafer (Slip-on)|PVC'), ('Bruno Magli|Loafer (Slip-on)|Rubber'), ('Bruno Magli|Oxford (Lace-up)|Leather'), ('Bruno Magli|Oxford (Lace-up)|Leatherette'), ('Bruno Magli|Oxford (Lace-up)|Polyurethane'), ('Bruno Magli|Oxford (Lace-up)|PVC'), ('Bruno Magli|Oxford (Lace-up)|Rubber'), ('Bruno Magli|Patent Leather|Leather'), ('Bruno Magli|Patent Leather|Leatherette'), ('Bruno Magli|Patent Leather|Polyurethane'), ('Bruno Magli|Patent Leather|PVC'), ('Bruno Magli|Patent Leather|Rubber'), ('Bruno Magli|Penny Loafer|Leather'), ('Bruno Magli|Penny Loafer|Leatherette'), ('Bruno Magli|Penny Loafer|Polyurethane'), ('Bruno Magli|Penny Loafer|PVC'), ('Bruno Magli|Penny Loafer|Rubber'), ('Bruno Magli|Runner|Leather'), ('Bruno Magli|Runner|Leatherette'), ('Bruno Magli|Runner|Polyurethane'), ('Bruno Magli|Runner|PVC'), ('Bruno Magli|Runner|Rubber'), ('Bruno Magli|Saddle Shoe|Leather'), ('Bruno Magli|Saddle Shoe|Leatherette'), ('Bruno Magli|Saddle Shoe|Polyurethane'), ('Bruno Magli|Saddle Shoe|PVC'), ('Bruno Magli|Saddle Shoe|Rubber'), ('Bruno Magli|Sandal|Leather'), ('Bruno Magli|Sandal|Leatherette'), ('Bruno Magli|Sandal|Polyurethane'), ('Bruno Magli|Sandal|PVC'), ('Bruno Magli|Sandal|Rubber'), ('Bruno Magli|Tennis|Leather'), ('Bruno Magli|Tennis|Leatherette'), ('Bruno Magli|Tennis|Polyurethane'), ('Bruno Magli|Tennis|PVC'), ('Bruno Magli|Tennis|Rubber'), ('Bruno Magli|Walker|Leather'), ('Bruno Magli|Walker|Leatherette'), ('Bruno Magli|Walker|Polyurethane'), ('Bruno Magli|Walker|PVC'), ('Bruno Magli|Walker|Rubber'), ('Bruno Magli|Wingtip|Leather'), ('Bruno Magli|Wingtip|Leatherette'), ('Bruno Magli|Wingtip|Polyurethane'), ('Bruno Magli|Wingtip|PVC'), ('Bruno Magli|Wingtip|Rubber'), ('Bruno Magli|Work Boot|Leather'), ('Bruno Magli|Work Boot|Leatherette'), ('Bruno Magli|Work Boot|Polyurethane'), ('Bruno Magli|Work Boot|PVC'), ('Bruno Magli|Work Boot|Rubber'), ('Calvin Klein|Balmoral|Leather'), ('Calvin Klein|Balmoral|Leatherette'), ('Calvin Klein|Balmoral|Polyurethane'), ('Calvin Klein|Balmoral|PVC'), ('Calvin Klein|Balmoral|Rubber'), ('Calvin Klein|Boat Shoe|Leather'), ('Calvin Klein|Boat Shoe|Leatherette'), ('Calvin Klein|Boat Shoe|Polyurethane'), ('Calvin Klein|Boat Shoe|PVC'), ('Calvin Klein|Boat Shoe|Rubber'), ('Calvin Klein|Brouge|Leather'), ('Calvin Klein|Brouge|Leatherette'), ('Calvin Klein|Brouge|Polyurethane'), ('Calvin Klein|Brouge|PVC'), ('Calvin Klein|Brouge|Rubber'), ('Calvin Klein|Cross Trainer|Leather'), ('Calvin Klein|Cross Trainer|Leatherette'), ('Calvin Klein|Cross Trainer|Polyurethane'), ('Calvin Klein|Cross Trainer|PVC'), ('Calvin Klein|Cross Trainer|Rubber'), ('Calvin Klein|Derby|Leather'), ('Calvin Klein|Derby|Leatherette'), ('Calvin Klein|Derby|Polyurethane'), ('Calvin Klein|Derby|PVC'), ('Calvin Klein|Derby|Rubber'), ('Calvin Klein|Dress Boot|Leather'), ('Calvin Klein|Dress Boot|Leatherette'), ('Calvin Klein|Dress Boot|Polyurethane'), ('Calvin Klein|Dress Boot|PVC'), ('Calvin Klein|Dress Boot|Rubber'), ('Calvin Klein|Dress Shoe|Leather'), ('Calvin Klein|Dress Shoe|Leatherette'), ('Calvin Klein|Dress Shoe|Polyurethane'), ('Calvin Klein|Dress Shoe|PVC'), ('Calvin Klein|Dress Shoe|Rubber'), ('Calvin Klein|Driving Shoe|Leather'), ('Calvin Klein|Driving Shoe|Leatherette'), ('Calvin Klein|Driving Shoe|Polyurethane'), ('Calvin Klein|Driving Shoe|PVC'), ('Calvin Klein|Driving Shoe|Rubber'), ('Calvin Klein|Hiker|Leather'), ('Calvin Klein|Hiker|Leatherette'), ('Calvin Klein|Hiker|Polyurethane'), ('Calvin Klein|Hiker|PVC'), ('Calvin Klein|Hiker|Rubber'), ('Calvin Klein|Loafer (Slip-on)|Leather'), ('Calvin Klein|Loafer (Slip-on)|Leatherette'), ('Calvin Klein|Loafer (Slip-on)|Polyurethane'), ('Calvin Klein|Loafer (Slip-on)|PVC'), ('Calvin Klein|Loafer (Slip-on)|Rubber'), ('Calvin Klein|Oxford (Lace-up)|Leather'), ('Calvin Klein|Oxford (Lace-up)|Leatherette'), ('Calvin Klein|Oxford (Lace-up)|Polyurethane'), ('Calvin Klein|Oxford (Lace-up)|PVC'), ('Calvin Klein|Oxford (Lace-up)|Rubber'), ('Calvin Klein|Patent Leather|Leather'), ('Calvin Klein|Patent Leather|Leatherette'), ('Calvin Klein|Patent Leather|Polyurethane'), ('Calvin Klein|Patent Leather|PVC'), ('Calvin Klein|Patent Leather|Rubber'), ('Calvin Klein|Penny Loafer|Leather'), ('Calvin Klein|Penny Loafer|Leatherette'), ('Calvin Klein|Penny Loafer|Polyurethane'), ('Calvin Klein|Penny Loafer|PVC'), ('Calvin Klein|Penny Loafer|Rubber'), ('Calvin Klein|Runner|Leather'), ('Calvin Klein|Runner|Leatherette'), ('Calvin Klein|Runner|Polyurethane'), ('Calvin Klein|Runner|PVC'), ('Calvin Klein|Runner|Rubber'), ('Calvin Klein|Saddle Shoe|Leather'), ('Calvin Klein|Saddle Shoe|Leatherette'), ('Calvin Klein|Saddle Shoe|Polyurethane'), ('Calvin Klein|Saddle Shoe|PVC'), ('Calvin Klein|Saddle Shoe|Rubber'), ('Calvin Klein|Sandal|Leather'), ('Calvin Klein|Sandal|Leatherette'), ('Calvin Klein|Sandal|Polyurethane'), ('Calvin Klein|Sandal|PVC'), ('Calvin Klein|Sandal|Rubber'), ('Calvin Klein|Tennis|Leather'), ('Calvin Klein|Tennis|Leatherette'), ('Calvin Klein|Tennis|Polyurethane'), ('Calvin Klein|Tennis|PVC'), ('Calvin Klein|Tennis|Rubber'), ('Calvin Klein|Walker|Leather'), ('Calvin Klein|Walker|Leatherette'), ('Calvin Klein|Walker|Polyurethane'), ('Calvin Klein|Walker|PVC'), ('Calvin Klein|Walker|Rubber'), ('Calvin Klein|Wingtip|Leather'), ('Calvin Klein|Wingtip|Leatherette'), ('Calvin Klein|Wingtip|Polyurethane'), ('Calvin Klein|Wingtip|PVC'), ('Calvin Klein|Wingtip|Rubber'), ('Calvin Klein|Work Boot|Leather'), ('Calvin Klein|Work Boot|Leatherette'), ('Calvin Klein|Work Boot|Polyurethane'), ('Calvin Klein|Work Boot|PVC'), ('Calvin Klein|Work Boot|Rubber'), ('Caterpillar|Balmoral|Leather'), ('Caterpillar|Balmoral|Leatherette'), ('Caterpillar|Balmoral|Polyurethane'), ('Caterpillar|Balmoral|PVC'), ('Caterpillar|Balmoral|Rubber'), ('Caterpillar|Boat Shoe|Leather'), ('Caterpillar|Boat Shoe|Leatherette'), ('Caterpillar|Boat Shoe|Polyurethane'), ('Caterpillar|Boat Shoe|PVC'), ('Caterpillar|Boat Shoe|Rubber'), ('Caterpillar|Brouge|Leather'), ('Caterpillar|Brouge|Leatherette'), ('Caterpillar|Brouge|Polyurethane'), ('Caterpillar|Brouge|PVC'), ('Caterpillar|Brouge|Rubber'), ('Caterpillar|Cross Trainer|Leather'), ('Caterpillar|Cross Trainer|Leatherette'), ('Caterpillar|Cross Trainer|Polyurethane'), ('Caterpillar|Cross Trainer|PVC'), ('Caterpillar|Cross Trainer|Rubber'), ('Caterpillar|Derby|Leather'), ('Caterpillar|Derby|Leatherette'), ('Caterpillar|Derby|Polyurethane'), ('Caterpillar|Derby|PVC'), ('Caterpillar|Derby|Rubber'), ('Caterpillar|Dress Boot|Leather'), ('Caterpillar|Dress Boot|Leatherette'), ('Caterpillar|Dress Boot|Polyurethane'), ('Caterpillar|Dress Boot|PVC'), ('Caterpillar|Dress Boot|Rubber'), ('Caterpillar|Dress Shoe|Leather'), ('Caterpillar|Dress Shoe|Leatherette'), ('Caterpillar|Dress Shoe|Polyurethane'), ('Caterpillar|Dress Shoe|PVC'), ('Caterpillar|Dress Shoe|Rubber'), ('Caterpillar|Driving Shoe|Leather'), ('Caterpillar|Driving Shoe|Leatherette'), ('Caterpillar|Driving Shoe|Polyurethane'), ('Caterpillar|Driving Shoe|PVC'), ('Caterpillar|Driving Shoe|Rubber'), ('Caterpillar|Hiker|Leather'), ('Caterpillar|Hiker|Leatherette'), ('Caterpillar|Hiker|Polyurethane'), ('Caterpillar|Hiker|PVC'), ('Caterpillar|Hiker|Rubber'), ('Caterpillar|Loafer (Slip-on)|Leather'), ('Caterpillar|Loafer (Slip-on)|Leatherette'), ('Caterpillar|Loafer (Slip-on)|Polyurethane'), ('Caterpillar|Loafer (Slip-on)|PVC'), ('Caterpillar|Loafer (Slip-on)|Rubber'), ('Caterpillar|Oxford (Lace-up)|Leather'), ('Caterpillar|Oxford (Lace-up)|Leatherette'), ('Caterpillar|Oxford (Lace-up)|Polyurethane'), ('Caterpillar|Oxford (Lace-up)|PVC'), ('Caterpillar|Oxford (Lace-up)|Rubber'), ('Caterpillar|Patent Leather|Leather'), ('Caterpillar|Patent Leather|Leatherette'), ('Caterpillar|Patent Leather|Polyurethane'), ('Caterpillar|Patent Leather|PVC'), ('Caterpillar|Patent Leather|Rubber'), ('Caterpillar|Penny Loafer|Leather'), ('Caterpillar|Penny Loafer|Leatherette'), ('Caterpillar|Penny Loafer|Polyurethane'), ('Caterpillar|Penny Loafer|PVC'), ('Caterpillar|Penny Loafer|Rubber'), ('Caterpillar|Runner|Leather'), ('Caterpillar|Runner|Leatherette'), ('Caterpillar|Runner|Polyurethane'), ('Caterpillar|Runner|PVC'), ('Caterpillar|Runner|Rubber'), ('Caterpillar|Saddle Shoe|Leather'), ('Caterpillar|Saddle Shoe|Leatherette'), ('Caterpillar|Saddle Shoe|Polyurethane'), ('Caterpillar|Saddle Shoe|PVC'), ('Caterpillar|Saddle Shoe|Rubber'), ('Caterpillar|Sandal|Leather'), ('Caterpillar|Sandal|Leatherette'), ('Caterpillar|Sandal|Polyurethane'), ('Caterpillar|Sandal|PVC'), ('Caterpillar|Sandal|Rubber'), ('Caterpillar|Tennis|Leather'), ('Caterpillar|Tennis|Leatherette'), ('Caterpillar|Tennis|Polyurethane'), ('Caterpillar|Tennis|PVC'), ('Caterpillar|Tennis|Rubber'), ('Caterpillar|Walker|Leather'), ('Caterpillar|Walker|Leatherette'), ('Caterpillar|Walker|Polyurethane'), ('Caterpillar|Walker|PVC'), ('Caterpillar|Walker|Rubber'), ('Caterpillar|Wingtip|Leather'), ('Caterpillar|Wingtip|Leatherette'), ('Caterpillar|Wingtip|Polyurethane'), ('Caterpillar|Wingtip|PVC'), ('Caterpillar|Wingtip|Rubber'), ('Caterpillar|Work Boot|Leather'), ('Caterpillar|Work Boot|Leatherette'), ('Caterpillar|Work Boot|Polyurethane'), ('Caterpillar|Work Boot|PVC'), ('Caterpillar|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cola Haan|Balmoral|Leather'), ('Cola Haan|Balmoral|Leatherette'), ('Cola Haan|Balmoral|Polyurethane'), ('Cola Haan|Balmoral|PVC'), ('Cola Haan|Balmoral|Rubber'), ('Cola Haan|Boat Shoe|Leather'), ('Cola Haan|Boat Shoe|Leatherette'), ('Cola Haan|Boat Shoe|Polyurethane'), ('Cola Haan|Boat Shoe|PVC'), ('Cola Haan|Boat Shoe|Rubber'), ('Cola Haan|Brouge|Leather'), ('Cola Haan|Brouge|Leatherette'), ('Cola Haan|Brouge|Polyurethane'), ('Cola Haan|Brouge|PVC'), ('Cola Haan|Brouge|Rubber'), ('Cola Haan|Cross Trainer|Leather'), ('Cola Haan|Cross Trainer|Leatherette'), ('Cola Haan|Cross Trainer|Polyurethane'), ('Cola Haan|Cross Trainer|PVC'), ('Cola Haan|Cross Trainer|Rubber'), ('Cola Haan|Derby|Leather'), ('Cola Haan|Derby|Leatherette'), ('Cola Haan|Derby|Polyurethane'), ('Cola Haan|Derby|PVC'), ('Cola Haan|Derby|Rubber'), ('Cola Haan|Dress Boot|Leather'), ('Cola Haan|Dress Boot|Leatherette'), ('Cola Haan|Dress Boot|Polyurethane'), ('Cola Haan|Dress Boot|PVC'), ('Cola Haan|Dress Boot|Rubber'), ('Cola Haan|Dress Shoe|Leather'), ('Cola Haan|Dress Shoe|Leatherette'), ('Cola Haan|Dress Shoe|Polyurethane'), ('Cola Haan|Dress Shoe|PVC'), ('Cola Haan|Dress Shoe|Rubber'), ('Cola Haan|Driving Shoe|Leather'), ('Cola Haan|Driving Shoe|Leatherette'), ('Cola Haan|Driving Shoe|Polyurethane'), ('Cola Haan|Driving Shoe|PVC'), ('Cola Haan|Driving Shoe|Rubber'), ('Cola Haan|Hiker|Leather'), ('Cola Haan|Hiker|Leatherette'), ('Cola Haan|Hiker|Polyurethane'), ('Cola Haan|Hiker|PVC'), ('Cola Haan|Hiker|Rubber'), ('Cola Haan|Loafer (Slip-on)|Leather'), ('Cola Haan|Loafer (Slip-on)|Leatherette'), ('Cola Haan|Loafer (Slip-on)|Polyurethane'), ('Cola Haan|Loafer (Slip-on)|PVC'), ('Cola Haan|Loafer (Slip-on)|Rubber'), ('Cola Haan|Oxford (Lace-up)|Leather'), ('Cola Haan|Oxford (Lace-up)|Leatherette'), ('Cola Haan|Oxford (Lace-up)|Polyurethane'), ('Cola Haan|Oxford (Lace-up)|PVC'), ('Cola Haan|Oxford (Lace-up)|Rubber'), ('Cola Haan|Patent Leather|Leather'), ('Cola Haan|Patent Leather|Leatherette'), ('Cola Haan|Patent Leather|Polyurethane'), ('Cola Haan|Patent Leather|PVC'), ('Cola Haan|Patent Leather|Rubber'), ('Cola Haan|Penny Loafer|Leather'), ('Cola Haan|Penny Loafer|Leatherette'), ('Cola Haan|Penny Loafer|Polyurethane'), ('Cola Haan|Penny Loafer|PVC'), ('Cola Haan|Penny Loafer|Rubber'), ('Cola Haan|Runner|Leather'), ('Cola Haan|Runner|Leatherette'), ('Cola Haan|Runner|Polyurethane'), ('Cola Haan|Runner|PVC'), ('Cola Haan|Runner|Rubber'), ('Cola Haan|Saddle Shoe|Leather'), ('Cola Haan|Saddle Shoe|Leatherette'), ('Cola Haan|Saddle Shoe|Polyurethane'), ('Cola Haan|Saddle Shoe|PVC'), ('Cola Haan|Saddle Shoe|Rubber'), ('Cola Haan|Sandal|Leather'), ('Cola Haan|Sandal|Leatherette'), ('Cola Haan|Sandal|Polyurethane'), ('Cola Haan|Sandal|PVC'), ('Cola Haan|Sandal|Rubber'), ('Cola Haan|Tennis|Leather'), ('Cola Haan|Tennis|Leatherette'), ('Cola Haan|Tennis|Polyurethane'), ('Cola Haan|Tennis|PVC'), ('Cola Haan|Tennis|Rubber'), ('Cola Haan|Walker|Leather'), ('Cola Haan|Walker|Leatherette'), ('Cola Haan|Walker|Polyurethane'), ('Cola Haan|Walker|PVC'), ('Cola Haan|Walker|Rubber'), ('Cola Haan|Wingtip|Leather'), ('Cola Haan|Wingtip|Leatherette'), ('Cola Haan|Wingtip|Polyurethane'), ('Cola Haan|Wingtip|PVC'), ('Cola Haan|Wingtip|Rubber'), ('Cola Haan|Work Boot|Leather'), ('Cola Haan|Work Boot|Leatherette'), ('Cola Haan|Work Boot|Polyurethane'), ('Cola Haan|Work Boot|PVC'), ('Cola Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crevo|Balmoral|Leather'), ('Crevo|Balmoral|Leatherette'), ('Crevo|Balmoral|Polyurethane'), ('Crevo|Balmoral|PVC'), ('Crevo|Balmoral|Rubber'), ('Crevo|Boat Shoe|Leather'), ('Crevo|Boat Shoe|Leatherette'), ('Crevo|Boat Shoe|Polyurethane'), ('Crevo|Boat Shoe|PVC'), ('Crevo|Boat Shoe|Rubber'), ('Crevo|Brouge|Leather'), ('Crevo|Brouge|Leatherette'), ('Crevo|Brouge|Polyurethane'), ('Crevo|Brouge|PVC'), ('Crevo|Brouge|Rubber'), ('Crevo|Cross Trainer|Leather'), ('Crevo|Cross Trainer|Leatherette'), ('Crevo|Cross Trainer|Polyurethane'), ('Crevo|Cross Trainer|PVC'), ('Crevo|Cross Trainer|Rubber'), ('Crevo|Derby|Leather'), ('Crevo|Derby|Leatherette'), ('Crevo|Derby|Polyurethane'), ('Crevo|Derby|PVC'), ('Crevo|Derby|Rubber'), ('Crevo|Dress Boot|Leather'), ('Crevo|Dress Boot|Leatherette'), ('Crevo|Dress Boot|Polyurethane'), ('Crevo|Dress Boot|PVC'), ('Crevo|Dress Boot|Rubber'), ('Crevo|Dress Shoe|Leather'), ('Crevo|Dress Shoe|Leatherette'), ('Crevo|Dress Shoe|Polyurethane'), ('Crevo|Dress Shoe|PVC'), ('Crevo|Dress Shoe|Rubber'), ('Crevo|Driving Shoe|Leather'), ('Crevo|Driving Shoe|Leatherette'), ('Crevo|Driving Shoe|Polyurethane'), ('Crevo|Driving Shoe|PVC'), ('Crevo|Driving Shoe|Rubber'), ('Crevo|Hiker|Leather'), ('Crevo|Hiker|Leatherette'), ('Crevo|Hiker|Polyurethane'), ('Crevo|Hiker|PVC'), ('Crevo|Hiker|Rubber'), ('Crevo|Loafer (Slip-on)|Leather'), ('Crevo|Loafer (Slip-on)|Leatherette'), ('Crevo|Loafer (Slip-on)|Polyurethane'), ('Crevo|Loafer (Slip-on)|PVC'), ('Crevo|Loafer (Slip-on)|Rubber'), ('Crevo|Oxford (Lace-up)|Leather'), ('Crevo|Oxford (Lace-up)|Leatherette'), ('Crevo|Oxford (Lace-up)|Polyurethane'), ('Crevo|Oxford (Lace-up)|PVC'), ('Crevo|Oxford (Lace-up)|Rubber'), ('Crevo|Patent Leather|Leather'), ('Crevo|Patent Leather|Leatherette'), ('Crevo|Patent Leather|Polyurethane'), ('Crevo|Patent Leather|PVC'), ('Crevo|Patent Leather|Rubber'), ('Crevo|Penny Loafer|Leather'), ('Crevo|Penny Loafer|Leatherette'), ('Crevo|Penny Loafer|Polyurethane'), ('Crevo|Penny Loafer|PVC'), ('Crevo|Penny Loafer|Rubber'), ('Crevo|Runner|Leather'), ('Crevo|Runner|Leatherette'), ('Crevo|Runner|Polyurethane'), ('Crevo|Runner|PVC'), ('Crevo|Runner|Rubber'), ('Crevo|Saddle Shoe|Leather'), ('Crevo|Saddle Shoe|Leatherette'), ('Crevo|Saddle Shoe|Polyurethane'), ('Crevo|Saddle Shoe|PVC'), ('Crevo|Saddle Shoe|Rubber'), ('Crevo|Sandal|Leather'), ('Crevo|Sandal|Leatherette'), ('Crevo|Sandal|Polyurethane'), ('Crevo|Sandal|PVC'), ('Crevo|Sandal|Rubber'), ('Crevo|Tennis|Leather'), ('Crevo|Tennis|Leatherette'), ('Crevo|Tennis|Polyurethane'), ('Crevo|Tennis|PVC'), ('Crevo|Tennis|Rubber'), ('Crevo|Walker|Leather'), ('Crevo|Walker|Leatherette'), ('Crevo|Walker|Polyurethane'), ('Crevo|Walker|PVC'), ('Crevo|Walker|Rubber'), ('Crevo|Wingtip|Leather'), ('Crevo|Wingtip|Leatherette'), ('Crevo|Wingtip|Polyurethane'), ('Crevo|Wingtip|PVC'), ('Crevo|Wingtip|Rubber'), ('Crevo|Work Boot|Leather'), ('Crevo|Work Boot|Leatherette'), ('Crevo|Work Boot|Polyurethane'), ('Crevo|Work Boot|PVC'), ('Crevo|Work Boot|Rubber'), ('Crockett & Jones|Balmoral|Leather'), ('Crockett & Jones|Balmoral|Leatherette'), ('Crockett & Jones|Balmoral|Polyurethane'), ('Crockett & Jones|Balmoral|PVC'), ('Crockett & Jones|Balmoral|Rubber'), ('Crockett & Jones|Boat Shoe|Leather'), ('Crockett & Jones|Boat Shoe|Leatherette'), ('Crockett & Jones|Boat Shoe|Polyurethane'), ('Crockett & Jones|Boat Shoe|PVC'), ('Crockett & Jones|Boat Shoe|Rubber'), ('Crockett & Jones|Brouge|Leather'), ('Crockett & Jones|Brouge|Leatherette'), ('Crockett & Jones|Brouge|Polyurethane'), ('Crockett & Jones|Brouge|PVC'), ('Crockett & Jones|Brouge|Rubber'), ('Crockett & Jones|Cross Trainer|Leather'), ('Crockett & Jones|Cross Trainer|Leatherette'), ('Crockett & Jones|Cross Trainer|Polyurethane'), ('Crockett & Jones|Cross Trainer|PVC'), ('Crockett & Jones|Cross Trainer|Rubber'), ('Crockett & Jones|Derby|Leather'), ('Crockett & Jones|Derby|Leatherette'), ('Crockett & Jones|Derby|Polyurethane'), ('Crockett & Jones|Derby|PVC'), ('Crockett & Jones|Derby|Rubber'), ('Crockett & Jones|Dress Boot|Leather'), ('Crockett & Jones|Dress Boot|Leatherette'), ('Crockett & Jones|Dress Boot|Polyurethane'), ('Crockett & Jones|Dress Boot|PVC'), ('Crockett & Jones|Dress Boot|Rubber'), ('Crockett & Jones|Dress Shoe|Leather'), ('Crockett & Jones|Dress Shoe|Leatherette'), ('Crockett & Jones|Dress Shoe|Polyurethane'), ('Crockett & Jones|Dress Shoe|PVC'), ('Crockett & Jones|Dress Shoe|Rubber'), ('Crockett & Jones|Driving Shoe|Leather'), ('Crockett & Jones|Driving Shoe|Leatherette'), ('Crockett & Jones|Driving Shoe|Polyurethane'), ('Crockett & Jones|Driving Shoe|PVC'), ('Crockett & Jones|Driving Shoe|Rubber'), ('Crockett & Jones|Hiker|Leather'), ('Crockett & Jones|Hiker|Leatherette'), ('Crockett & Jones|Hiker|Polyurethane'), ('Crockett & Jones|Hiker|PVC'), ('Crockett & Jones|Hiker|Rubber'), ('Crockett & Jones|Loafer (Slip-on)|Leather'), ('Crockett & Jones|Loafer (Slip-on)|Leatherette'), ('Crockett & Jones|Loafer (Slip-on)|Polyurethane'), ('Crockett & Jones|Loafer (Slip-on)|PVC'), ('Crockett & Jones|Loafer (Slip-on)|Rubber'), ('Crockett & Jones|Oxford (Lace-up)|Leather'), ('Crockett & Jones|Oxford (Lace-up)|Leatherette'), ('Crockett & Jones|Oxford (Lace-up)|Polyurethane'), ('Crockett & Jones|Oxford (Lace-up)|PVC'), ('Crockett & Jones|Oxford (Lace-up)|Rubber'), ('Crockett & Jones|Patent Leather|Leather'), ('Crockett & Jones|Patent Leather|Leatherette'), ('Crockett & Jones|Patent Leather|Polyurethane'), ('Crockett & Jones|Patent Leather|PVC'), ('Crockett & Jones|Patent Leather|Rubber'), ('Crockett & Jones|Penny Loafer|Leather'), ('Crockett & Jones|Penny Loafer|Leatherette'), ('Crockett & Jones|Penny Loafer|Polyurethane'), ('Crockett & Jones|Penny Loafer|PVC'), ('Crockett & Jones|Penny Loafer|Rubber'), ('Crockett & Jones|Runner|Leather'), ('Crockett & Jones|Runner|Leatherette'), ('Crockett & Jones|Runner|Polyurethane'), ('Crockett & Jones|Runner|PVC'), ('Crockett & Jones|Runner|Rubber'), ('Crockett & Jones|Saddle Shoe|Leather'), ('Crockett & Jones|Saddle Shoe|Leatherette'), ('Crockett & Jones|Saddle Shoe|Polyurethane'), ('Crockett & Jones|Saddle Shoe|PVC'), ('Crockett & Jones|Saddle Shoe|Rubber'), ('Crockett & Jones|Sandal|Leather'), ('Crockett & Jones|Sandal|Leatherette'), ('Crockett & Jones|Sandal|Polyurethane'), ('Crockett & Jones|Sandal|PVC'), ('Crockett & Jones|Sandal|Rubber'), ('Crockett & Jones|Tennis|Leather'), ('Crockett & Jones|Tennis|Leatherette'), ('Crockett & Jones|Tennis|Polyurethane'), ('Crockett & Jones|Tennis|PVC'), ('Crockett & Jones|Tennis|Rubber'), ('Crockett & Jones|Walker|Leather'), ('Crockett & Jones|Walker|Leatherette'), ('Crockett & Jones|Walker|Polyurethane'), ('Crockett & Jones|Walker|PVC'), ('Crockett & Jones|Walker|Rubber'), ('Crockett & Jones|Wingtip|Leather'), ('Crockett & Jones|Wingtip|Leatherette'), ('Crockett & Jones|Wingtip|Polyurethane'), ('Crockett & Jones|Wingtip|PVC'), ('Crockett & Jones|Wingtip|Rubber'), ('Crockett & Jones|Work Boot|Leather'), ('Crockett & Jones|Work Boot|Leatherette'), ('Crockett & Jones|Work Boot|Polyurethane'), ('Crockett & Jones|Work Boot|PVC'), ('Crockett & Jones|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dan Post|Balmoral|Leather'), ('Dan Post|Balmoral|Leatherette'), ('Dan Post|Balmoral|Polyurethane'), ('Dan Post|Balmoral|PVC'), ('Dan Post|Balmoral|Rubber'), ('Dan Post|Boat Shoe|Leather'), ('Dan Post|Boat Shoe|Leatherette'), ('Dan Post|Boat Shoe|Polyurethane'), ('Dan Post|Boat Shoe|PVC'), ('Dan Post|Boat Shoe|Rubber'), ('Dan Post|Brouge|Leather'), ('Dan Post|Brouge|Leatherette'), ('Dan Post|Brouge|Polyurethane'), ('Dan Post|Brouge|PVC'), ('Dan Post|Brouge|Rubber'), ('Dan Post|Cross Trainer|Leather'), ('Dan Post|Cross Trainer|Leatherette'), ('Dan Post|Cross Trainer|Polyurethane'), ('Dan Post|Cross Trainer|PVC'), ('Dan Post|Cross Trainer|Rubber'), ('Dan Post|Derby|Leather'), ('Dan Post|Derby|Leatherette'), ('Dan Post|Derby|Polyurethane'), ('Dan Post|Derby|PVC'), ('Dan Post|Derby|Rubber'), ('Dan Post|Dress Boot|Leather'), ('Dan Post|Dress Boot|Leatherette'), ('Dan Post|Dress Boot|Polyurethane'), ('Dan Post|Dress Boot|PVC'), ('Dan Post|Dress Boot|Rubber'), ('Dan Post|Dress Shoe|Leather'), ('Dan Post|Dress Shoe|Leatherette'), ('Dan Post|Dress Shoe|Polyurethane'), ('Dan Post|Dress Shoe|PVC'), ('Dan Post|Dress Shoe|Rubber'), ('Dan Post|Driving Shoe|Leather'), ('Dan Post|Driving Shoe|Leatherette'), ('Dan Post|Driving Shoe|Polyurethane'), ('Dan Post|Driving Shoe|PVC'), ('Dan Post|Driving Shoe|Rubber'), ('Dan Post|Hiker|Leather'), ('Dan Post|Hiker|Leatherette'), ('Dan Post|Hiker|Polyurethane'), ('Dan Post|Hiker|PVC'), ('Dan Post|Hiker|Rubber'), ('Dan Post|Loafer (Slip-on)|Leather'), ('Dan Post|Loafer (Slip-on)|Leatherette'), ('Dan Post|Loafer (Slip-on)|Polyurethane'), ('Dan Post|Loafer (Slip-on)|PVC'), ('Dan Post|Loafer (Slip-on)|Rubber'), ('Dan Post|Oxford (Lace-up)|Leather'), ('Dan Post|Oxford (Lace-up)|Leatherette'), ('Dan Post|Oxford (Lace-up)|Polyurethane'), ('Dan Post|Oxford (Lace-up)|PVC'), ('Dan Post|Oxford (Lace-up)|Rubber'), ('Dan Post|Patent Leather|Leather'), ('Dan Post|Patent Leather|Leatherette'), ('Dan Post|Patent Leather|Polyurethane'), ('Dan Post|Patent Leather|PVC'), ('Dan Post|Patent Leather|Rubber'), ('Dan Post|Penny Loafer|Leather'), ('Dan Post|Penny Loafer|Leatherette'), ('Dan Post|Penny Loafer|Polyurethane'), ('Dan Post|Penny Loafer|PVC'), ('Dan Post|Penny Loafer|Rubber'), ('Dan Post|Runner|Leather'), ('Dan Post|Runner|Leatherette'), ('Dan Post|Runner|Polyurethane'), ('Dan Post|Runner|PVC'), ('Dan Post|Runner|Rubber'), ('Dan Post|Saddle Shoe|Leather'), ('Dan Post|Saddle Shoe|Leatherette'), ('Dan Post|Saddle Shoe|Polyurethane'), ('Dan Post|Saddle Shoe|PVC'), ('Dan Post|Saddle Shoe|Rubber'), ('Dan Post|Sandal|Leather'), ('Dan Post|Sandal|Leatherette'), ('Dan Post|Sandal|Polyurethane'), ('Dan Post|Sandal|PVC'), ('Dan Post|Sandal|Rubber'), ('Dan Post|Tennis|Leather'), ('Dan Post|Tennis|Leatherette'), ('Dan Post|Tennis|Polyurethane'), ('Dan Post|Tennis|PVC'), ('Dan Post|Tennis|Rubber'), ('Dan Post|Walker|Leather'), ('Dan Post|Walker|Leatherette'), ('Dan Post|Walker|Polyurethane'), ('Dan Post|Walker|PVC'), ('Dan Post|Walker|Rubber'), ('Dan Post|Wingtip|Leather'), ('Dan Post|Wingtip|Leatherette'), ('Dan Post|Wingtip|Polyurethane'), ('Dan Post|Wingtip|PVC'), ('Dan Post|Wingtip|Rubber'), ('Dan Post|Work Boot|Leather'), ('Dan Post|Work Boot|Leatherette'), ('Dan Post|Work Boot|Polyurethane'), ('Dan Post|Work Boot|PVC'), ('Dan Post|Work Boot|Rubber'), ('DC Shoes|Balmoral|Leather'), ('DC Shoes|Balmoral|Leatherette'), ('DC Shoes|Balmoral|Polyurethane'), ('DC Shoes|Balmoral|PVC'), ('DC Shoes|Balmoral|Rubber'), ('DC Shoes|Boat Shoe|Leather'), ('DC Shoes|Boat Shoe|Leatherette'), ('DC Shoes|Boat Shoe|Polyurethane'), ('DC Shoes|Boat Shoe|PVC'), ('DC Shoes|Boat Shoe|Rubber'), ('DC Shoes|Brouge|Leather'), ('DC Shoes|Brouge|Leatherette'), ('DC Shoes|Brouge|Polyurethane'), ('DC Shoes|Brouge|PVC'), ('DC Shoes|Brouge|Rubber'), ('DC Shoes|Cross Trainer|Leather'), ('DC Shoes|Cross Trainer|Leatherette'), ('DC Shoes|Cross Trainer|Polyurethane'), ('DC Shoes|Cross Trainer|PVC'), ('DC Shoes|Cross Trainer|Rubber'), ('DC Shoes|Derby|Leather'), ('DC Shoes|Derby|Leatherette'), ('DC Shoes|Derby|Polyurethane'), ('DC Shoes|Derby|PVC'), ('DC Shoes|Derby|Rubber'), ('DC Shoes|Dress Boot|Leather'), ('DC Shoes|Dress Boot|Leatherette'), ('DC Shoes|Dress Boot|Polyurethane'), ('DC Shoes|Dress Boot|PVC'), ('DC Shoes|Dress Boot|Rubber'), ('DC Shoes|Dress Shoe|Leather'), ('DC Shoes|Dress Shoe|Leatherette'), ('DC Shoes|Dress Shoe|Polyurethane'), ('DC Shoes|Dress Shoe|PVC'), ('DC Shoes|Dress Shoe|Rubber'), ('DC Shoes|Driving Shoe|Leather'), ('DC Shoes|Driving Shoe|Leatherette'), ('DC Shoes|Driving Shoe|Polyurethane'), ('DC Shoes|Driving Shoe|PVC'), ('DC Shoes|Driving Shoe|Rubber'), ('DC Shoes|Hiker|Leather'), ('DC Shoes|Hiker|Leatherette'), ('DC Shoes|Hiker|Polyurethane'), ('DC Shoes|Hiker|PVC'), ('DC Shoes|Hiker|Rubber'), ('DC Shoes|Loafer (Slip-on)|Leather'), ('DC Shoes|Loafer (Slip-on)|Leatherette'), ('DC Shoes|Loafer (Slip-on)|Polyurethane'), ('DC Shoes|Loafer (Slip-on)|PVC'), ('DC Shoes|Loafer (Slip-on)|Rubber'), ('DC Shoes|Oxford (Lace-up)|Leather'), ('DC Shoes|Oxford (Lace-up)|Leatherette'), ('DC Shoes|Oxford (Lace-up)|Polyurethane'), ('DC Shoes|Oxford (Lace-up)|PVC'), ('DC Shoes|Oxford (Lace-up)|Rubber'), ('DC Shoes|Patent Leather|Leather'), ('DC Shoes|Patent Leather|Leatherette'), ('DC Shoes|Patent Leather|Polyurethane'), ('DC Shoes|Patent Leather|PVC'), ('DC Shoes|Patent Leather|Rubber'), ('DC Shoes|Penny Loafer|Leather'), ('DC Shoes|Penny Loafer|Leatherette'), ('DC Shoes|Penny Loafer|Polyurethane'), ('DC Shoes|Penny Loafer|PVC'), ('DC Shoes|Penny Loafer|Rubber'), ('DC Shoes|Runner|Leather'), ('DC Shoes|Runner|Leatherette'), ('DC Shoes|Runner|Polyurethane'), ('DC Shoes|Runner|PVC'), ('DC Shoes|Runner|Rubber'), ('DC Shoes|Saddle Shoe|Leather'), ('DC Shoes|Saddle Shoe|Leatherette'), ('DC Shoes|Saddle Shoe|Polyurethane'), ('DC Shoes|Saddle Shoe|PVC'), ('DC Shoes|Saddle Shoe|Rubber'), ('DC Shoes|Sandal|Leather'), ('DC Shoes|Sandal|Leatherette'), ('DC Shoes|Sandal|Polyurethane'), ('DC Shoes|Sandal|PVC'), ('DC Shoes|Sandal|Rubber'), ('DC Shoes|Tennis|Leather'), ('DC Shoes|Tennis|Leatherette'), ('DC Shoes|Tennis|Polyurethane'), ('DC Shoes|Tennis|PVC'), ('DC Shoes|Tennis|Rubber'), ('DC Shoes|Walker|Leather'), ('DC Shoes|Walker|Leatherette'), ('DC Shoes|Walker|Polyurethane'), ('DC Shoes|Walker|PVC'), ('DC Shoes|Walker|Rubber'), ('DC Shoes|Wingtip|Leather'), ('DC Shoes|Wingtip|Leatherette'), ('DC Shoes|Wingtip|Polyurethane'), ('DC Shoes|Wingtip|PVC'), ('DC Shoes|Wingtip|Rubber'), ('DC Shoes|Work Boot|Leather'), ('DC Shoes|Work Boot|Leatherette'), ('DC Shoes|Work Boot|Polyurethane'), ('DC Shoes|Work Boot|PVC'), ('DC Shoes|Work Boot|Rubber'), ('Deer Stags|Balmoral|Leather'), ('Deer Stags|Balmoral|Leatherette'), ('Deer Stags|Balmoral|Polyurethane'), ('Deer Stags|Balmoral|PVC'), ('Deer Stags|Balmoral|Rubber'), ('Deer Stags|Boat Shoe|Leather'), ('Deer Stags|Boat Shoe|Leatherette'), ('Deer Stags|Boat Shoe|Polyurethane'), ('Deer Stags|Boat Shoe|PVC'), ('Deer Stags|Boat Shoe|Rubber'), ('Deer Stags|Brouge|Leather'), ('Deer Stags|Brouge|Leatherette'), ('Deer Stags|Brouge|Polyurethane'), ('Deer Stags|Brouge|PVC'), ('Deer Stags|Brouge|Rubber'), ('Deer Stags|Cross Trainer|Leather'), ('Deer Stags|Cross Trainer|Leatherette'), ('Deer Stags|Cross Trainer|Polyurethane'), ('Deer Stags|Cross Trainer|PVC'), ('Deer Stags|Cross Trainer|Rubber'), ('Deer Stags|Derby|Leather'), ('Deer Stags|Derby|Leatherette'), ('Deer Stags|Derby|Polyurethane'), ('Deer Stags|Derby|PVC'), ('Deer Stags|Derby|Rubber'), ('Deer Stags|Dress Boot|Leather'), ('Deer Stags|Dress Boot|Leatherette'), ('Deer Stags|Dress Boot|Polyurethane'), ('Deer Stags|Dress Boot|PVC'), ('Deer Stags|Dress Boot|Rubber'), ('Deer Stags|Dress Shoe|Leather'), ('Deer Stags|Dress Shoe|Leatherette'), ('Deer Stags|Dress Shoe|Polyurethane'), ('Deer Stags|Dress Shoe|PVC'), ('Deer Stags|Dress Shoe|Rubber'), ('Deer Stags|Driving Shoe|Leather'), ('Deer Stags|Driving Shoe|Leatherette'), ('Deer Stags|Driving Shoe|Polyurethane'), ('Deer Stags|Driving Shoe|PVC'), ('Deer Stags|Driving Shoe|Rubber'), ('Deer Stags|Hiker|Leather'), ('Deer Stags|Hiker|Leatherette'), ('Deer Stags|Hiker|Polyurethane'), ('Deer Stags|Hiker|PVC'), ('Deer Stags|Hiker|Rubber'), ('Deer Stags|Loafer (Slip-on)|Leather'), ('Deer Stags|Loafer (Slip-on)|Leatherette'), ('Deer Stags|Loafer (Slip-on)|Polyurethane'), ('Deer Stags|Loafer (Slip-on)|PVC'), ('Deer Stags|Loafer (Slip-on)|Rubber'), ('Deer Stags|Oxford (Lace-up)|Leather'), ('Deer Stags|Oxford (Lace-up)|Leatherette'), ('Deer Stags|Oxford (Lace-up)|Polyurethane'), ('Deer Stags|Oxford (Lace-up)|PVC'), ('Deer Stags|Oxford (Lace-up)|Rubber'), ('Deer Stags|Patent Leather|Leather'), ('Deer Stags|Patent Leather|Leatherette'), ('Deer Stags|Patent Leather|Polyurethane'), ('Deer Stags|Patent Leather|PVC'), ('Deer Stags|Patent Leather|Rubber'), ('Deer Stags|Penny Loafer|Leather'), ('Deer Stags|Penny Loafer|Leatherette'), ('Deer Stags|Penny Loafer|Polyurethane'), ('Deer Stags|Penny Loafer|PVC'), ('Deer Stags|Penny Loafer|Rubber'), ('Deer Stags|Runner|Leather'), ('Deer Stags|Runner|Leatherette'), ('Deer Stags|Runner|Polyurethane'), ('Deer Stags|Runner|PVC'), ('Deer Stags|Runner|Rubber'), ('Deer Stags|Saddle Shoe|Leather'), ('Deer Stags|Saddle Shoe|Leatherette'), ('Deer Stags|Saddle Shoe|Polyurethane'), ('Deer Stags|Saddle Shoe|PVC'), ('Deer Stags|Saddle Shoe|Rubber'), ('Deer Stags|Sandal|Leather'), ('Deer Stags|Sandal|Leatherette'), ('Deer Stags|Sandal|Polyurethane'), ('Deer Stags|Sandal|PVC'), ('Deer Stags|Sandal|Rubber'), ('Deer Stags|Tennis|Leather'), ('Deer Stags|Tennis|Leatherette'), ('Deer Stags|Tennis|Polyurethane'), ('Deer Stags|Tennis|PVC'), ('Deer Stags|Tennis|Rubber'), ('Deer Stags|Walker|Leather'), ('Deer Stags|Walker|Leatherette'), ('Deer Stags|Walker|Polyurethane'), ('Deer Stags|Walker|PVC'), ('Deer Stags|Walker|Rubber'), ('Deer Stags|Wingtip|Leather'), ('Deer Stags|Wingtip|Leatherette'), ('Deer Stags|Wingtip|Polyurethane'), ('Deer Stags|Wingtip|PVC'), ('Deer Stags|Wingtip|Rubber'), ('Deer Stags|Work Boot|Leather'), ('Deer Stags|Work Boot|Leatherette'), ('Deer Stags|Work Boot|Polyurethane'), ('Deer Stags|Work Boot|PVC'), ('Deer Stags|Work Boot|Rubber'), ('Dingo|Balmoral|Leather'), ('Dingo|Balmoral|Leatherette'), ('Dingo|Balmoral|Polyurethane'), ('Dingo|Balmoral|PVC'), ('Dingo|Balmoral|Rubber'), ('Dingo|Boat Shoe|Leather'), ('Dingo|Boat Shoe|Leatherette'), ('Dingo|Boat Shoe|Polyurethane'), ('Dingo|Boat Shoe|PVC'), ('Dingo|Boat Shoe|Rubber'), ('Dingo|Brouge|Leather'), ('Dingo|Brouge|Leatherette'), ('Dingo|Brouge|Polyurethane'), ('Dingo|Brouge|PVC'), ('Dingo|Brouge|Rubber'), ('Dingo|Cross Trainer|Leather'), ('Dingo|Cross Trainer|Leatherette'), ('Dingo|Cross Trainer|Polyurethane'), ('Dingo|Cross Trainer|PVC'), ('Dingo|Cross Trainer|Rubber'), ('Dingo|Derby|Leather'), ('Dingo|Derby|Leatherette'), ('Dingo|Derby|Polyurethane'), ('Dingo|Derby|PVC'), ('Dingo|Derby|Rubber'), ('Dingo|Dress Boot|Leather'), ('Dingo|Dress Boot|Leatherette'), ('Dingo|Dress Boot|Polyurethane'), ('Dingo|Dress Boot|PVC'), ('Dingo|Dress Boot|Rubber'), ('Dingo|Dress Shoe|Leather'), ('Dingo|Dress Shoe|Leatherette'), ('Dingo|Dress Shoe|Polyurethane'), ('Dingo|Dress Shoe|PVC'), ('Dingo|Dress Shoe|Rubber'), ('Dingo|Driving Shoe|Leather'), ('Dingo|Driving Shoe|Leatherette'), ('Dingo|Driving Shoe|Polyurethane'), ('Dingo|Driving Shoe|PVC'), ('Dingo|Driving Shoe|Rubber'), ('Dingo|Hiker|Leather'), ('Dingo|Hiker|Leatherette'), ('Dingo|Hiker|Polyurethane'), ('Dingo|Hiker|PVC'), ('Dingo|Hiker|Rubber'), ('Dingo|Loafer (Slip-on)|Leather'), ('Dingo|Loafer (Slip-on)|Leatherette'), ('Dingo|Loafer (Slip-on)|Polyurethane'), ('Dingo|Loafer (Slip-on)|PVC'), ('Dingo|Loafer (Slip-on)|Rubber'), ('Dingo|Oxford (Lace-up)|Leather'), ('Dingo|Oxford (Lace-up)|Leatherette'), ('Dingo|Oxford (Lace-up)|Polyurethane'), ('Dingo|Oxford (Lace-up)|PVC'), ('Dingo|Oxford (Lace-up)|Rubber'), ('Dingo|Patent Leather|Leather'), ('Dingo|Patent Leather|Leatherette'), ('Dingo|Patent Leather|Polyurethane'), ('Dingo|Patent Leather|PVC'), ('Dingo|Patent Leather|Rubber'), ('Dingo|Penny Loafer|Leather'), ('Dingo|Penny Loafer|Leatherette'), ('Dingo|Penny Loafer|Polyurethane'), ('Dingo|Penny Loafer|PVC'), ('Dingo|Penny Loafer|Rubber'), ('Dingo|Runner|Leather'), ('Dingo|Runner|Leatherette'), ('Dingo|Runner|Polyurethane'), ('Dingo|Runner|PVC'), ('Dingo|Runner|Rubber'), ('Dingo|Saddle Shoe|Leather'), ('Dingo|Saddle Shoe|Leatherette'), ('Dingo|Saddle Shoe|Polyurethane'), ('Dingo|Saddle Shoe|PVC'), ('Dingo|Saddle Shoe|Rubber'), ('Dingo|Sandal|Leather'), ('Dingo|Sandal|Leatherette'), ('Dingo|Sandal|Polyurethane'), ('Dingo|Sandal|PVC'), ('Dingo|Sandal|Rubber'), ('Dingo|Tennis|Leather'), ('Dingo|Tennis|Leatherette'), ('Dingo|Tennis|Polyurethane'), ('Dingo|Tennis|PVC'), ('Dingo|Tennis|Rubber'), ('Dingo|Walker|Leather'), ('Dingo|Walker|Leatherette'), ('Dingo|Walker|Polyurethane'), ('Dingo|Walker|PVC'), ('Dingo|Walker|Rubber'), ('Dingo|Wingtip|Leather'), ('Dingo|Wingtip|Leatherette'), ('Dingo|Wingtip|Polyurethane'), ('Dingo|Wingtip|PVC'), ('Dingo|Wingtip|Rubber'), ('Dingo|Work Boot|Leather'), ('Dingo|Work Boot|Leatherette'), ('Dingo|Work Boot|Polyurethane'), ('Dingo|Work Boot|PVC'), ('Dingo|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dolce & Gabbana|Balmoral|Leather'), ('Dolce & Gabbana|Balmoral|Leatherette'), ('Dolce & Gabbana|Balmoral|Polyurethane'), ('Dolce & Gabbana|Balmoral|PVC'), ('Dolce & Gabbana|Balmoral|Rubber'), ('Dolce & Gabbana|Boat Shoe|Leather'), ('Dolce & Gabbana|Boat Shoe|Leatherette'), ('Dolce & Gabbana|Boat Shoe|Polyurethane'), ('Dolce & Gabbana|Boat Shoe|PVC'), ('Dolce & Gabbana|Boat Shoe|Rubber'), ('Dolce & Gabbana|Brouge|Leather'), ('Dolce & Gabbana|Brouge|Leatherette'), ('Dolce & Gabbana|Brouge|Polyurethane'), ('Dolce & Gabbana|Brouge|PVC'), ('Dolce & Gabbana|Brouge|Rubber'), ('Dolce & Gabbana|Cross Trainer|Leather'), ('Dolce & Gabbana|Cross Trainer|Leatherette'), ('Dolce & Gabbana|Cross Trainer|Polyurethane'), ('Dolce & Gabbana|Cross Trainer|PVC'), ('Dolce & Gabbana|Cross Trainer|Rubber'), ('Dolce & Gabbana|Derby|Leather'), ('Dolce & Gabbana|Derby|Leatherette'), ('Dolce & Gabbana|Derby|Polyurethane'), ('Dolce & Gabbana|Derby|PVC'), ('Dolce & Gabbana|Derby|Rubber'), ('Dolce & Gabbana|Dress Boot|Leather'), ('Dolce & Gabbana|Dress Boot|Leatherette'), ('Dolce & Gabbana|Dress Boot|Polyurethane'), ('Dolce & Gabbana|Dress Boot|PVC'), ('Dolce & Gabbana|Dress Boot|Rubber'), ('Dolce & Gabbana|Dress Shoe|Leather'), ('Dolce & Gabbana|Dress Shoe|Leatherette'), ('Dolce & Gabbana|Dress Shoe|Polyurethane'), ('Dolce & Gabbana|Dress Shoe|PVC'), ('Dolce & Gabbana|Dress Shoe|Rubber'), ('Dolce & Gabbana|Driving Shoe|Leather'), ('Dolce & Gabbana|Driving Shoe|Leatherette'), ('Dolce & Gabbana|Driving Shoe|Polyurethane'), ('Dolce & Gabbana|Driving Shoe|PVC'), ('Dolce & Gabbana|Driving Shoe|Rubber'), ('Dolce & Gabbana|Hiker|Leather'), ('Dolce & Gabbana|Hiker|Leatherette'), ('Dolce & Gabbana|Hiker|Polyurethane'), ('Dolce & Gabbana|Hiker|PVC'), ('Dolce & Gabbana|Hiker|Rubber'), ('Dolce & Gabbana|Loafer (Slip-on)|Leather'), ('Dolce & Gabbana|Loafer (Slip-on)|Leatherette'), ('Dolce & Gabbana|Loafer (Slip-on)|Polyurethane'), ('Dolce & Gabbana|Loafer (Slip-on)|PVC'), ('Dolce & Gabbana|Loafer (Slip-on)|Rubber'), ('Dolce & Gabbana|Oxford (Lace-up)|Leather'), ('Dolce & Gabbana|Oxford (Lace-up)|Leatherette'), ('Dolce & Gabbana|Oxford (Lace-up)|Polyurethane'), ('Dolce & Gabbana|Oxford (Lace-up)|PVC'), ('Dolce & Gabbana|Oxford (Lace-up)|Rubber'), ('Dolce & Gabbana|Patent Leather|Leather'), ('Dolce & Gabbana|Patent Leather|Leatherette'), ('Dolce & Gabbana|Patent Leather|Polyurethane'), ('Dolce & Gabbana|Patent Leather|PVC'), ('Dolce & Gabbana|Patent Leather|Rubber'), ('Dolce & Gabbana|Penny Loafer|Leather'), ('Dolce & Gabbana|Penny Loafer|Leatherette'), ('Dolce & Gabbana|Penny Loafer|Polyurethane'), ('Dolce & Gabbana|Penny Loafer|PVC'), ('Dolce & Gabbana|Penny Loafer|Rubber'), ('Dolce & Gabbana|Runner|Leather'), ('Dolce & Gabbana|Runner|Leatherette'), ('Dolce & Gabbana|Runner|Polyurethane'), ('Dolce & Gabbana|Runner|PVC'), ('Dolce & Gabbana|Runner|Rubber'), ('Dolce & Gabbana|Saddle Shoe|Leather'), ('Dolce & Gabbana|Saddle Shoe|Leatherette'), ('Dolce & Gabbana|Saddle Shoe|Polyurethane'), ('Dolce & Gabbana|Saddle Shoe|PVC'), ('Dolce & Gabbana|Saddle Shoe|Rubber'), ('Dolce & Gabbana|Sandal|Leather'), ('Dolce & Gabbana|Sandal|Leatherette'), ('Dolce & Gabbana|Sandal|Polyurethane'), ('Dolce & Gabbana|Sandal|PVC'), ('Dolce & Gabbana|Sandal|Rubber'), ('Dolce & Gabbana|Tennis|Leather'), ('Dolce & Gabbana|Tennis|Leatherette'), ('Dolce & Gabbana|Tennis|Polyurethane'), ('Dolce & Gabbana|Tennis|PVC'), ('Dolce & Gabbana|Tennis|Rubber'), ('Dolce & Gabbana|Walker|Leather'), ('Dolce & Gabbana|Walker|Leatherette'), ('Dolce & Gabbana|Walker|Polyurethane'), ('Dolce & Gabbana|Walker|PVC'), ('Dolce & Gabbana|Walker|Rubber'), ('Dolce & Gabbana|Wingtip|Leather'), ('Dolce & Gabbana|Wingtip|Leatherette'), ('Dolce & Gabbana|Wingtip|Polyurethane'), ('Dolce & Gabbana|Wingtip|PVC'), ('Dolce & Gabbana|Wingtip|Rubber'), ('Dolce & Gabbana|Work Boot|Leather'), ('Dolce & Gabbana|Work Boot|Leatherette'), ('Dolce & Gabbana|Work Boot|Polyurethane'), ('Dolce & Gabbana|Work Boot|PVC'), ('Dolce & Gabbana|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dr. Martens Industrial|Balmoral|Leather'), ('Dr. Martens Industrial|Balmoral|Leatherette'), ('Dr. Martens Industrial|Balmoral|Polyurethane'), ('Dr. Martens Industrial|Balmoral|PVC'), ('Dr. Martens Industrial|Balmoral|Rubber'), ('Dr. Martens Industrial|Boat Shoe|Leather'), ('Dr. Martens Industrial|Boat Shoe|Leatherette'), ('Dr. Martens Industrial|Boat Shoe|Polyurethane'), ('Dr. Martens Industrial|Boat Shoe|PVC'), ('Dr. Martens Industrial|Boat Shoe|Rubber'), ('Dr. Martens Industrial|Brouge|Leather'), ('Dr. Martens Industrial|Brouge|Leatherette'), ('Dr. Martens Industrial|Brouge|Polyurethane'), ('Dr. Martens Industrial|Brouge|PVC'), ('Dr. Martens Industrial|Brouge|Rubber'), ('Dr. Martens Industrial|Cross Trainer|Leather'), ('Dr. Martens Industrial|Cross Trainer|Leatherette'), ('Dr. Martens Industrial|Cross Trainer|Polyurethane'), ('Dr. Martens Industrial|Cross Trainer|PVC'), ('Dr. Martens Industrial|Cross Trainer|Rubber'), ('Dr. Martens Industrial|Derby|Leather'), ('Dr. Martens Industrial|Derby|Leatherette'), ('Dr. Martens Industrial|Derby|Polyurethane'), ('Dr. Martens Industrial|Derby|PVC'), ('Dr. Martens Industrial|Derby|Rubber'), ('Dr. Martens Industrial|Dress Boot|Leather'), ('Dr. Martens Industrial|Dress Boot|Leatherette'), ('Dr. Martens Industrial|Dress Boot|Polyurethane'), ('Dr. Martens Industrial|Dress Boot|PVC'), ('Dr. Martens Industrial|Dress Boot|Rubber'), ('Dr. Martens Industrial|Dress Shoe|Leather'), ('Dr. Martens Industrial|Dress Shoe|Leatherette'), ('Dr. Martens Industrial|Dress Shoe|Polyurethane'), ('Dr. Martens Industrial|Dress Shoe|PVC'), ('Dr. Martens Industrial|Dress Shoe|Rubber'), ('Dr. Martens Industrial|Driving Shoe|Leather'), ('Dr. Martens Industrial|Driving Shoe|Leatherette'), ('Dr. Martens Industrial|Driving Shoe|Polyurethane'), ('Dr. Martens Industrial|Driving Shoe|PVC'), ('Dr. Martens Industrial|Driving Shoe|Rubber'), ('Dr. Martens Industrial|Hiker|Leather'), ('Dr. Martens Industrial|Hiker|Leatherette'), ('Dr. Martens Industrial|Hiker|Polyurethane'), ('Dr. Martens Industrial|Hiker|PVC'), ('Dr. Martens Industrial|Hiker|Rubber'), ('Dr. Martens Industrial|Loafer (Slip-on)|Leather'), ('Dr. Martens Industrial|Loafer (Slip-on)|Leatherette'), ('Dr. Martens Industrial|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens Industrial|Loafer (Slip-on)|PVC'), ('Dr. Martens Industrial|Loafer (Slip-on)|Rubber'), ('Dr. Martens Industrial|Oxford (Lace-up)|Leather'), ('Dr. Martens Industrial|Oxford (Lace-up)|Leatherette'), ('Dr. Martens Industrial|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens Industrial|Oxford (Lace-up)|PVC'), ('Dr. Martens Industrial|Oxford (Lace-up)|Rubber'), ('Dr. Martens Industrial|Patent Leather|Leather'), ('Dr. Martens Industrial|Patent Leather|Leatherette'), ('Dr. Martens Industrial|Patent Leather|Polyurethane'), ('Dr. Martens Industrial|Patent Leather|PVC'), ('Dr. Martens Industrial|Patent Leather|Rubber'), ('Dr. Martens Industrial|Penny Loafer|Leather'), ('Dr. Martens Industrial|Penny Loafer|Leatherette'), ('Dr. Martens Industrial|Penny Loafer|Polyurethane'), ('Dr. Martens Industrial|Penny Loafer|PVC'), ('Dr. Martens Industrial|Penny Loafer|Rubber'), ('Dr. Martens Industrial|Runner|Leather'), ('Dr. Martens Industrial|Runner|Leatherette'), ('Dr. Martens Industrial|Runner|Polyurethane'), ('Dr. Martens Industrial|Runner|PVC'), ('Dr. Martens Industrial|Runner|Rubber'), ('Dr. Martens Industrial|Saddle Shoe|Leather'), ('Dr. Martens Industrial|Saddle Shoe|Leatherette'), ('Dr. Martens Industrial|Saddle Shoe|Polyurethane'), ('Dr. Martens Industrial|Saddle Shoe|PVC'), ('Dr. Martens Industrial|Saddle Shoe|Rubber'), ('Dr. Martens Industrial|Sandal|Leather'), ('Dr. Martens Industrial|Sandal|Leatherette'), ('Dr. Martens Industrial|Sandal|Polyurethane'), ('Dr. Martens Industrial|Sandal|PVC'), ('Dr. Martens Industrial|Sandal|Rubber'), ('Dr. Martens Industrial|Tennis|Leather'), ('Dr. Martens Industrial|Tennis|Leatherette'), ('Dr. Martens Industrial|Tennis|Polyurethane'), ('Dr. Martens Industrial|Tennis|PVC'), ('Dr. Martens Industrial|Tennis|Rubber'), ('Dr. Martens Industrial|Walker|Leather'), ('Dr. Martens Industrial|Walker|Leatherette'), ('Dr. Martens Industrial|Walker|Polyurethane'), ('Dr. Martens Industrial|Walker|PVC'), ('Dr. Martens Industrial|Walker|Rubber'), ('Dr. Martens Industrial|Wingtip|Leather'), ('Dr. Martens Industrial|Wingtip|Leatherette'), ('Dr. Martens Industrial|Wingtip|Polyurethane'), ('Dr. Martens Industrial|Wingtip|PVC'), ('Dr. Martens Industrial|Wingtip|Rubber'), ('Dr. Martens Industrial|Work Boot|Leather'), ('Dr. Martens Industrial|Work Boot|Leatherette'), ('Dr. Martens Industrial|Work Boot|Polyurethane'), ('Dr. Martens Industrial|Work Boot|PVC'), ('Dr. Martens Industrial|Work Boot|Rubber'), ('Dr. Scholl's|Balmoral|Leather'), ('Dr. Scholl's|Balmoral|Leatherette'), ('Dr. Scholl's|Balmoral|Polyurethane'), ('Dr. Scholl's|Balmoral|PVC'), ('Dr. Scholl's|Balmoral|Rubber'), ('Dr. Scholl's|Boat Shoe|Leather'), ('Dr. Scholl's|Boat Shoe|Leatherette'), ('Dr. Scholl's|Boat Shoe|Polyurethane'), ('Dr. Scholl's|Boat Shoe|PVC'), ('Dr. Scholl's|Boat Shoe|Rubber'), ('Dr. Scholl's|Brouge|Leather'), ('Dr. Scholl's|Brouge|Leatherette'), ('Dr. Scholl's|Brouge|Polyurethane'), ('Dr. Scholl's|Brouge|PVC'), ('Dr. Scholl's|Brouge|Rubber'), ('Dr. Scholl's|Cross Trainer|Leather'), ('Dr. Scholl's|Cross Trainer|Leatherette'), ('Dr. Scholl's|Cross Trainer|Polyurethane'), ('Dr. Scholl's|Cross Trainer|PVC'), ('Dr. Scholl's|Cross Trainer|Rubber'), ('Dr. Scholl's|Derby|Leather'), ('Dr. Scholl's|Derby|Leatherette'), ('Dr. Scholl's|Derby|Polyurethane'), ('Dr. Scholl's|Derby|PVC'), ('Dr. Scholl's|Derby|Rubber'), ('Dr. Scholl's|Dress Boot|Leather'), ('Dr. Scholl's|Dress Boot|Leatherette'), ('Dr. Scholl's|Dress Boot|Polyurethane'), ('Dr. Scholl's|Dress Boot|PVC'), ('Dr. Scholl's|Dress Boot|Rubber'), ('Dr. Scholl's|Dress Shoe|Leather'), ('Dr. Scholl's|Dress Shoe|Leatherette'), ('Dr. Scholl's|Dress Shoe|Polyurethane'), ('Dr. Scholl's|Dress Shoe|PVC'), ('Dr. Scholl's|Dress Shoe|Rubber'), ('Dr. Scholl's|Driving Shoe|Leather'), ('Dr. Scholl's|Driving Shoe|Leatherette'), ('Dr. Scholl's|Driving Shoe|Polyurethane'), ('Dr. Scholl's|Driving Shoe|PVC'), ('Dr. Scholl's|Driving Shoe|Rubber'), ('Dr. Scholl's|Hiker|Leather'), ('Dr. Scholl's|Hiker|Leatherette'), ('Dr. Scholl's|Hiker|Polyurethane'), ('Dr. Scholl's|Hiker|PVC'), ('Dr. Scholl's|Hiker|Rubber'), ('Dr. Scholl's|Loafer (Slip-on)|Leather'), ('Dr. Scholl's|Loafer (Slip-on)|Leatherette'), ('Dr. Scholl's|Loafer (Slip-on)|Polyurethane'), ('Dr. Scholl's|Loafer (Slip-on)|PVC'), ('Dr. Scholl's|Loafer (Slip-on)|Rubber'), ('Dr. Scholl's|Oxford (Lace-up)|Leather'), ('Dr. Scholl's|Oxford (Lace-up)|Leatherette'), ('Dr. Scholl's|Oxford (Lace-up)|Polyurethane'), ('Dr. Scholl's|Oxford (Lace-up)|PVC'), ('Dr. Scholl's|Oxford (Lace-up)|Rubber'), ('Dr. Scholl's|Patent Leather|Leather'), ('Dr. Scholl's|Patent Leather|Leatherette'), ('Dr. Scholl's|Patent Leather|Polyurethane'), ('Dr. Scholl's|Patent Leather|PVC'), ('Dr. Scholl's|Patent Leather|Rubber'), ('Dr. Scholl's|Penny Loafer|Leather'), ('Dr. Scholl's|Penny Loafer|Leatherette'), ('Dr. Scholl's|Penny Loafer|Polyurethane'), ('Dr. Scholl's|Penny Loafer|PVC'), ('Dr. Scholl's|Penny Loafer|Rubber'), ('Dr. Scholl's|Runner|Leather'), ('Dr. Scholl's|Runner|Leatherette'), ('Dr. Scholl's|Runner|Polyurethane'), ('Dr. Scholl's|Runner|PVC'), ('Dr. Scholl's|Runner|Rubber'), ('Dr. Scholl's|Saddle Shoe|Leather'), ('Dr. Scholl's|Saddle Shoe|Leatherette'), ('Dr. Scholl's|Saddle Shoe|Polyurethane'), ('Dr. Scholl's|Saddle Shoe|PVC'), ('Dr. Scholl's|Saddle Shoe|Rubber'), ('Dr. Scholl's|Sandal|Leather'), ('Dr. Scholl's|Sandal|Leatherette'), ('Dr. Scholl's|Sandal|Polyurethane'), ('Dr. Scholl's|Sandal|PVC'), ('Dr. Scholl's|Sandal|Rubber'), ('Dr. Scholl's|Tennis|Leather'), ('Dr. Scholl's|Tennis|Leatherette'), ('Dr. Scholl's|Tennis|Polyurethane'), ('Dr. Scholl's|Tennis|PVC'), ('Dr. Scholl's|Tennis|Rubber'), ('Dr. Scholl's|Walker|Leather'), ('Dr. Scholl's|Walker|Leatherette'), ('Dr. Scholl's|Walker|Polyurethane'), ('Dr. Scholl's|Walker|PVC'), ('Dr. Scholl's|Walker|Rubber'), ('Dr. Scholl's|Wingtip|Leather'), ('Dr. Scholl's|Wingtip|Leatherette'), ('Dr. Scholl's|Wingtip|Polyurethane'), ('Dr. Scholl's|Wingtip|PVC'), ('Dr. Scholl's|Wingtip|Rubber'), ('Dr. Scholl's|Work Boot|Leather'), ('Dr. Scholl's|Work Boot|Leatherette'), ('Dr. Scholl's|Work Boot|Polyurethane'), ('Dr. Scholl's|Work Boot|PVC'), ('Dr. Scholl's|Work Boot|Rubber'), ('Dr. Scholl's Work|Balmoral|Leather'), ('Dr. Scholl's Work|Balmoral|Leatherette'), ('Dr. Scholl's Work|Balmoral|Polyurethane'), ('Dr. Scholl's Work|Balmoral|PVC'), ('Dr. Scholl's Work|Balmoral|Rubber'), ('Dr. Scholl's Work|Boat Shoe|Leather'), ('Dr. Scholl's Work|Boat Shoe|Leatherette'), ('Dr. Scholl's Work|Boat Shoe|Polyurethane'), ('Dr. Scholl's Work|Boat Shoe|PVC'), ('Dr. Scholl's Work|Boat Shoe|Rubber'), ('Dr. Scholl's Work|Brouge|Leather'), ('Dr. Scholl's Work|Brouge|Leatherette'), ('Dr. Scholl's Work|Brouge|Polyurethane'), ('Dr. Scholl's Work|Brouge|PVC'), ('Dr. Scholl's Work|Brouge|Rubber'), ('Dr. Scholl's Work|Cross Trainer|Leather'), ('Dr. Scholl's Work|Cross Trainer|Leatherette'), ('Dr. Scholl's Work|Cross Trainer|Polyurethane'), ('Dr. Scholl's Work|Cross Trainer|PVC'), ('Dr. Scholl's Work|Cross Trainer|Rubber'), ('Dr. Scholl's Work|Derby|Leather'), ('Dr. Scholl's Work|Derby|Leatherette'), ('Dr. Scholl's Work|Derby|Polyurethane'), ('Dr. Scholl's Work|Derby|PVC'), ('Dr. Scholl's Work|Derby|Rubber'), ('Dr. Scholl's Work|Dress Boot|Leather'), ('Dr. Scholl's Work|Dress Boot|Leatherette'), ('Dr. Scholl's Work|Dress Boot|Polyurethane'), ('Dr. Scholl's Work|Dress Boot|PVC'), ('Dr. Scholl's Work|Dress Boot|Rubber'), ('Dr. Scholl's Work|Dress Shoe|Leather'), ('Dr. Scholl's Work|Dress Shoe|Leatherette'), ('Dr. Scholl's Work|Dress Shoe|Polyurethane'), ('Dr. Scholl's Work|Dress Shoe|PVC'), ('Dr. Scholl's Work|Dress Shoe|Rubber'), ('Dr. Scholl's Work|Driving Shoe|Leather'), ('Dr. Scholl's Work|Driving Shoe|Leatherette'), ('Dr. Scholl's Work|Driving Shoe|Polyurethane'), ('Dr. Scholl's Work|Driving Shoe|PVC'), ('Dr. Scholl's Work|Driving Shoe|Rubber'), ('Dr. Scholl's Work|Hiker|Leather'), ('Dr. Scholl's Work|Hiker|Leatherette'), ('Dr. Scholl's Work|Hiker|Polyurethane'), ('Dr. Scholl's Work|Hiker|PVC'), ('Dr. Scholl's Work|Hiker|Rubber'), ('Dr. Scholl's Work|Loafer (Slip-on)|Leather'), ('Dr. Scholl's Work|Loafer (Slip-on)|Leatherette'), ('Dr. Scholl's Work|Loafer (Slip-on)|Polyurethane'), ('Dr. Scholl's Work|Loafer (Slip-on)|PVC'), ('Dr. Scholl's Work|Loafer (Slip-on)|Rubber'), ('Dr. Scholl's Work|Oxford (Lace-up)|Leather'), ('Dr. Scholl's Work|Oxford (Lace-up)|Leatherette'), ('Dr. Scholl's Work|Oxford (Lace-up)|Polyurethane'), ('Dr. Scholl's Work|Oxford (Lace-up)|PVC'), ('Dr. Scholl's Work|Oxford (Lace-up)|Rubber'), ('Dr. Scholl's Work|Patent Leather|Leather'), ('Dr. Scholl's Work|Patent Leather|Leatherette'), ('Dr. Scholl's Work|Patent Leather|Polyurethane'), ('Dr. Scholl's Work|Patent Leather|PVC'), ('Dr. Scholl's Work|Patent Leather|Rubber'), ('Dr. Scholl's Work|Penny Loafer|Leather'), ('Dr. Scholl's Work|Penny Loafer|Leatherette'), ('Dr. Scholl's Work|Penny Loafer|Polyurethane'), ('Dr. Scholl's Work|Penny Loafer|PVC'), ('Dr. Scholl's Work|Penny Loafer|Rubber'), ('Dr. Scholl's Work|Runner|Leather'), ('Dr. Scholl's Work|Runner|Leatherette'), ('Dr. Scholl's Work|Runner|Polyurethane'), ('Dr. Scholl's Work|Runner|PVC'), ('Dr. Scholl's Work|Runner|Rubber'), ('Dr. Scholl's Work|Saddle Shoe|Leather'), ('Dr. Scholl's Work|Saddle Shoe|Leatherette'), ('Dr. Scholl's Work|Saddle Shoe|Polyurethane'), ('Dr. Scholl's Work|Saddle Shoe|PVC'), ('Dr. Scholl's Work|Saddle Shoe|Rubber'), ('Dr. Scholl's Work|Sandal|Leather'), ('Dr. Scholl's Work|Sandal|Leatherette'), ('Dr. Scholl's Work|Sandal|Polyurethane'), ('Dr. Scholl's Work|Sandal|PVC'), ('Dr. Scholl's Work|Sandal|Rubber'), ('Dr. Scholl's Work|Tennis|Leather'), ('Dr. Scholl's Work|Tennis|Leatherette'), ('Dr. Scholl's Work|Tennis|Polyurethane'), ('Dr. Scholl's Work|Tennis|PVC'), ('Dr. Scholl's Work|Tennis|Rubber'), ('Dr. Scholl's Work|Walker|Leather'), ('Dr. Scholl's Work|Walker|Leatherette'), ('Dr. Scholl's Work|Walker|Polyurethane'), ('Dr. Scholl's Work|Walker|PVC'), ('Dr. Scholl's Work|Walker|Rubber'), ('Dr. Scholl's Work|Wingtip|Leather'), ('Dr. Scholl's Work|Wingtip|Leatherette'), ('Dr. Scholl's Work|Wingtip|Polyurethane'), ('Dr. Scholl's Work|Wingtip|PVC'), ('Dr. Scholl's Work|Wingtip|Rubber'), ('Dr. Scholl's Work|Work Boot|Leather'), ('Dr. Scholl's Work|Work Boot|Leatherette'), ('Dr. Scholl's Work|Work Boot|Polyurethane'), ('Dr. Scholl's Work|Work Boot|PVC'), ('Dr. Scholl's Work|Work Boot|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|Leather'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|PVC'), ('Dr. Tuxedo by Benjamin Walk|Balmoral|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Leather'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|PVC'), ('Dr. Tuxedo by Benjamin Walk|Boat Shoe|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Brouge|Leather'), ('Dr. Tuxedo by Benjamin Walk|Brouge|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Brouge|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Brouge|PVC'), ('Dr. Tuxedo by Benjamin Walk|Brouge|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Leather'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|PVC'), ('Dr. Tuxedo by Benjamin Walk|Cross Trainer|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Derby|Leather'), ('Dr. Tuxedo by Benjamin Walk|Derby|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Derby|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Derby|PVC'), ('Dr. Tuxedo by Benjamin Walk|Derby|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Leather'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|PVC'), ('Dr. Tuxedo by Benjamin Walk|Dress Boot|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Leather'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|PVC'), ('Dr. Tuxedo by Benjamin Walk|Dress Shoe|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Leather'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|PVC'), ('Dr. Tuxedo by Benjamin Walk|Driving Shoe|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Hiker|Leather'), ('Dr. Tuxedo by Benjamin Walk|Hiker|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Hiker|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Hiker|PVC'), ('Dr. Tuxedo by Benjamin Walk|Hiker|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Leather'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|PVC'), ('Dr. Tuxedo by Benjamin Walk|Loafer (Slip-on)|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Leather'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|PVC'), ('Dr. Tuxedo by Benjamin Walk|Oxford (Lace-up)|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Leather'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|PVC'), ('Dr. Tuxedo by Benjamin Walk|Patent Leather|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Leather'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|PVC'), ('Dr. Tuxedo by Benjamin Walk|Penny Loafer|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Runner|Leather'), ('Dr. Tuxedo by Benjamin Walk|Runner|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Runner|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Runner|PVC'), ('Dr. Tuxedo by Benjamin Walk|Runner|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Leather'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|PVC'), ('Dr. Tuxedo by Benjamin Walk|Saddle Shoe|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Sandal|Leather'), ('Dr. Tuxedo by Benjamin Walk|Sandal|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Sandal|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Sandal|PVC'), ('Dr. Tuxedo by Benjamin Walk|Sandal|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Tennis|Leather'), ('Dr. Tuxedo by Benjamin Walk|Tennis|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Tennis|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Tennis|PVC'), ('Dr. Tuxedo by Benjamin Walk|Tennis|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Walker|Leather'), ('Dr. Tuxedo by Benjamin Walk|Walker|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Walker|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Walker|PVC'), ('Dr. Tuxedo by Benjamin Walk|Walker|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|Leather'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|PVC'), ('Dr. Tuxedo by Benjamin Walk|Wingtip|Rubber'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|Leather'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|Leatherette'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|Polyurethane'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|PVC'), ('Dr. Tuxedo by Benjamin Walk|Work Boot|Rubber'), ('Florsheim Shoe|Balmoral|Leather'), ('Florsheim Shoe|Balmoral|Leatherette'), ('Florsheim Shoe|Balmoral|Polyurethane'), ('Florsheim Shoe|Balmoral|PVC'), ('Florsheim Shoe|Balmoral|Rubber'), ('Florsheim Shoe|Boat Shoe|Leather'), ('Florsheim Shoe|Boat Shoe|Leatherette'), ('Florsheim Shoe|Boat Shoe|Polyurethane'), ('Florsheim Shoe|Boat Shoe|PVC'), ('Florsheim Shoe|Boat Shoe|Rubber'), ('Florsheim Shoe|Brouge|Leather'), ('Florsheim Shoe|Brouge|Leatherette'), ('Florsheim Shoe|Brouge|Polyurethane'), ('Florsheim Shoe|Brouge|PVC'), ('Florsheim Shoe|Brouge|Rubber'), ('Florsheim Shoe|Cross Trainer|Leather'), ('Florsheim Shoe|Cross Trainer|Leatherette'), ('Florsheim Shoe|Cross Trainer|Polyurethane'), ('Florsheim Shoe|Cross Trainer|PVC'), ('Florsheim Shoe|Cross Trainer|Rubber'), ('Florsheim Shoe|Derby|Leather'), ('Florsheim Shoe|Derby|Leatherette'), ('Florsheim Shoe|Derby|Polyurethane'), ('Florsheim Shoe|Derby|PVC'), ('Florsheim Shoe|Derby|Rubber'), ('Florsheim Shoe|Dress Boot|Leather'), ('Florsheim Shoe|Dress Boot|Leatherette'), ('Florsheim Shoe|Dress Boot|Polyurethane'), ('Florsheim Shoe|Dress Boot|PVC'), ('Florsheim Shoe|Dress Boot|Rubber'), ('Florsheim Shoe|Dress Shoe|Leather'), ('Florsheim Shoe|Dress Shoe|Leatherette'), ('Florsheim Shoe|Dress Shoe|Polyurethane'), ('Florsheim Shoe|Dress Shoe|PVC'), ('Florsheim Shoe|Dress Shoe|Rubber'), ('Florsheim Shoe|Driving Shoe|Leather'), ('Florsheim Shoe|Driving Shoe|Leatherette'), ('Florsheim Shoe|Driving Shoe|Polyurethane'), ('Florsheim Shoe|Driving Shoe|PVC'), ('Florsheim Shoe|Driving Shoe|Rubber'), ('Florsheim Shoe|Hiker|Leather'), ('Florsheim Shoe|Hiker|Leatherette'), ('Florsheim Shoe|Hiker|Polyurethane'), ('Florsheim Shoe|Hiker|PVC'), ('Florsheim Shoe|Hiker|Rubber'), ('Florsheim Shoe|Loafer (Slip-on)|Leather'), ('Florsheim Shoe|Loafer (Slip-on)|Leatherette'), ('Florsheim Shoe|Loafer (Slip-on)|Polyurethane'), ('Florsheim Shoe|Loafer (Slip-on)|PVC'), ('Florsheim Shoe|Loafer (Slip-on)|Rubber'), ('Florsheim Shoe|Oxford (Lace-up)|Leather'), ('Florsheim Shoe|Oxford (Lace-up)|Leatherette'), ('Florsheim Shoe|Oxford (Lace-up)|Polyurethane'), ('Florsheim Shoe|Oxford (Lace-up)|PVC'), ('Florsheim Shoe|Oxford (Lace-up)|Rubber'), ('Florsheim Shoe|Patent Leather|Leather'), ('Florsheim Shoe|Patent Leather|Leatherette'), ('Florsheim Shoe|Patent Leather|Polyurethane'), ('Florsheim Shoe|Patent Leather|PVC'), ('Florsheim Shoe|Patent Leather|Rubber'), ('Florsheim Shoe|Penny Loafer|Leather'), ('Florsheim Shoe|Penny Loafer|Leatherette'), ('Florsheim Shoe|Penny Loafer|Polyurethane'), ('Florsheim Shoe|Penny Loafer|PVC'), ('Florsheim Shoe|Penny Loafer|Rubber'), ('Florsheim Shoe|Runner|Leather'), ('Florsheim Shoe|Runner|Leatherette'), ('Florsheim Shoe|Runner|Polyurethane'), ('Florsheim Shoe|Runner|PVC'), ('Florsheim Shoe|Runner|Rubber'), ('Florsheim Shoe|Saddle Shoe|Leather'), ('Florsheim Shoe|Saddle Shoe|Leatherette'), ('Florsheim Shoe|Saddle Shoe|Polyurethane'), ('Florsheim Shoe|Saddle Shoe|PVC'), ('Florsheim Shoe|Saddle Shoe|Rubber'), ('Florsheim Shoe|Sandal|Leather'), ('Florsheim Shoe|Sandal|Leatherette'), ('Florsheim Shoe|Sandal|Polyurethane'), ('Florsheim Shoe|Sandal|PVC'), ('Florsheim Shoe|Sandal|Rubber'), ('Florsheim Shoe|Tennis|Leather'), ('Florsheim Shoe|Tennis|Leatherette'), ('Florsheim Shoe|Tennis|Polyurethane'), ('Florsheim Shoe|Tennis|PVC'), ('Florsheim Shoe|Tennis|Rubber'), ('Florsheim Shoe|Walker|Leather'), ('Florsheim Shoe|Walker|Leatherette'), ('Florsheim Shoe|Walker|Polyurethane'), ('Florsheim Shoe|Walker|PVC'), ('Florsheim Shoe|Walker|Rubber'), ('Florsheim Shoe|Wingtip|Leather'), ('Florsheim Shoe|Wingtip|Leatherette'), ('Florsheim Shoe|Wingtip|Polyurethane'), ('Florsheim Shoe|Wingtip|PVC'), ('Florsheim Shoe|Wingtip|Rubber'), ('Florsheim Shoe|Work Boot|Leather'), ('Florsheim Shoe|Work Boot|Leatherette'), ('Florsheim Shoe|Work Boot|Polyurethane'), ('Florsheim Shoe|Work Boot|PVC'), ('Florsheim Shoe|Work Boot|Rubber'), ('Florsheim Work|Balmoral|Leather'), ('Florsheim Work|Balmoral|Leatherette'), ('Florsheim Work|Balmoral|Polyurethane'), ('Florsheim Work|Balmoral|PVC'), ('Florsheim Work|Balmoral|Rubber'), ('Florsheim Work|Boat Shoe|Leather'), ('Florsheim Work|Boat Shoe|Leatherette'), ('Florsheim Work|Boat Shoe|Polyurethane'), ('Florsheim Work|Boat Shoe|PVC'), ('Florsheim Work|Boat Shoe|Rubber'), ('Florsheim Work|Brouge|Leather'), ('Florsheim Work|Brouge|Leatherette'), ('Florsheim Work|Brouge|Polyurethane'), ('Florsheim Work|Brouge|PVC'), ('Florsheim Work|Brouge|Rubber'), ('Florsheim Work|Cross Trainer|Leather'), ('Florsheim Work|Cross Trainer|Leatherette'), ('Florsheim Work|Cross Trainer|Polyurethane'), ('Florsheim Work|Cross Trainer|PVC'), ('Florsheim Work|Cross Trainer|Rubber'), ('Florsheim Work|Derby|Leather'), ('Florsheim Work|Derby|Leatherette'), ('Florsheim Work|Derby|Polyurethane'), ('Florsheim Work|Derby|PVC'), ('Florsheim Work|Derby|Rubber'), ('Florsheim Work|Dress Boot|Leather'), ('Florsheim Work|Dress Boot|Leatherette'), ('Florsheim Work|Dress Boot|Polyurethane'), ('Florsheim Work|Dress Boot|PVC'), ('Florsheim Work|Dress Boot|Rubber'), ('Florsheim Work|Dress Shoe|Leather'), ('Florsheim Work|Dress Shoe|Leatherette'), ('Florsheim Work|Dress Shoe|Polyurethane'), ('Florsheim Work|Dress Shoe|PVC'), ('Florsheim Work|Dress Shoe|Rubber'), ('Florsheim Work|Driving Shoe|Leather'), ('Florsheim Work|Driving Shoe|Leatherette'), ('Florsheim Work|Driving Shoe|Polyurethane'), ('Florsheim Work|Driving Shoe|PVC'), ('Florsheim Work|Driving Shoe|Rubber'), ('Florsheim Work|Hiker|Leather'), ('Florsheim Work|Hiker|Leatherette'), ('Florsheim Work|Hiker|Polyurethane'), ('Florsheim Work|Hiker|PVC'), ('Florsheim Work|Hiker|Rubber'), ('Florsheim Work|Loafer (Slip-on)|Leather'), ('Florsheim Work|Loafer (Slip-on)|Leatherette'), ('Florsheim Work|Loafer (Slip-on)|Polyurethane'), ('Florsheim Work|Loafer (Slip-on)|PVC'), ('Florsheim Work|Loafer (Slip-on)|Rubber'), ('Florsheim Work|Oxford (Lace-up)|Leather'), ('Florsheim Work|Oxford (Lace-up)|Leatherette'), ('Florsheim Work|Oxford (Lace-up)|Polyurethane'), ('Florsheim Work|Oxford (Lace-up)|PVC'), ('Florsheim Work|Oxford (Lace-up)|Rubber'), ('Florsheim Work|Patent Leather|Leather'), ('Florsheim Work|Patent Leather|Leatherette'), ('Florsheim Work|Patent Leather|Polyurethane'), ('Florsheim Work|Patent Leather|PVC'), ('Florsheim Work|Patent Leather|Rubber'), ('Florsheim Work|Penny Loafer|Leather'), ('Florsheim Work|Penny Loafer|Leatherette'), ('Florsheim Work|Penny Loafer|Polyurethane'), ('Florsheim Work|Penny Loafer|PVC'), ('Florsheim Work|Penny Loafer|Rubber'), ('Florsheim Work|Runner|Leather'), ('Florsheim Work|Runner|Leatherette'), ('Florsheim Work|Runner|Polyurethane'), ('Florsheim Work|Runner|PVC'), ('Florsheim Work|Runner|Rubber'), ('Florsheim Work|Saddle Shoe|Leather'), ('Florsheim Work|Saddle Shoe|Leatherette'), ('Florsheim Work|Saddle Shoe|Polyurethane'), ('Florsheim Work|Saddle Shoe|PVC'), ('Florsheim Work|Saddle Shoe|Rubber'), ('Florsheim Work|Sandal|Leather'), ('Florsheim Work|Sandal|Leatherette'), ('Florsheim Work|Sandal|Polyurethane'), ('Florsheim Work|Sandal|PVC'), ('Florsheim Work|Sandal|Rubber'), ('Florsheim Work|Tennis|Leather'), ('Florsheim Work|Tennis|Leatherette'), ('Florsheim Work|Tennis|Polyurethane'), ('Florsheim Work|Tennis|PVC'), ('Florsheim Work|Tennis|Rubber'), ('Florsheim Work|Walker|Leather'), ('Florsheim Work|Walker|Leatherette'), ('Florsheim Work|Walker|Polyurethane'), ('Florsheim Work|Walker|PVC'), ('Florsheim Work|Walker|Rubber'), ('Florsheim Work|Wingtip|Leather'), ('Florsheim Work|Wingtip|Leatherette'), ('Florsheim Work|Wingtip|Polyurethane'), ('Florsheim Work|Wingtip|PVC'), ('Florsheim Work|Wingtip|Rubber'), ('Florsheim Work|Work Boot|Leather'), ('Florsheim Work|Work Boot|Leatherette'), ('Florsheim Work|Work Boot|Polyurethane'), ('Florsheim Work|Work Boot|PVC'), ('Florsheim Work|Work Boot|Rubber'), ('GBX|Balmoral|Leather'), ('GBX|Balmoral|Leatherette'), ('GBX|Balmoral|Polyurethane'), ('GBX|Balmoral|PVC'), ('GBX|Balmoral|Rubber'), ('GBX|Boat Shoe|Leather'), ('GBX|Boat Shoe|Leatherette'), ('GBX|Boat Shoe|Polyurethane'), ('GBX|Boat Shoe|PVC'), ('GBX|Boat Shoe|Rubber'), ('GBX|Brouge|Leather'), ('GBX|Brouge|Leatherette'), ('GBX|Brouge|Polyurethane'), ('GBX|Brouge|PVC'), ('GBX|Brouge|Rubber'), ('GBX|Cross Trainer|Leather'), ('GBX|Cross Trainer|Leatherette'), ('GBX|Cross Trainer|Polyurethane'), ('GBX|Cross Trainer|PVC'), ('GBX|Cross Trainer|Rubber'), ('GBX|Derby|Leather'), ('GBX|Derby|Leatherette'), ('GBX|Derby|Polyurethane'), ('GBX|Derby|PVC'), ('GBX|Derby|Rubber'), ('GBX|Dress Boot|Leather'), ('GBX|Dress Boot|Leatherette'), ('GBX|Dress Boot|Polyurethane'), ('GBX|Dress Boot|PVC'), ('GBX|Dress Boot|Rubber'), ('GBX|Dress Shoe|Leather'), ('GBX|Dress Shoe|Leatherette'), ('GBX|Dress Shoe|Polyurethane'), ('GBX|Dress Shoe|PVC'), ('GBX|Dress Shoe|Rubber'), ('GBX|Driving Shoe|Leather'), ('GBX|Driving Shoe|Leatherette'), ('GBX|Driving Shoe|Polyurethane'), ('GBX|Driving Shoe|PVC'), ('GBX|Driving Shoe|Rubber'), ('GBX|Hiker|Leather'), ('GBX|Hiker|Leatherette'), ('GBX|Hiker|Polyurethane'), ('GBX|Hiker|PVC'), ('GBX|Hiker|Rubber'), ('GBX|Loafer (Slip-on)|Leather'), ('GBX|Loafer (Slip-on)|Leatherette'), ('GBX|Loafer (Slip-on)|Polyurethane'), ('GBX|Loafer (Slip-on)|PVC'), ('GBX|Loafer (Slip-on)|Rubber'), ('GBX|Oxford (Lace-up)|Leather'), ('GBX|Oxford (Lace-up)|Leatherette'), ('GBX|Oxford (Lace-up)|Polyurethane'), ('GBX|Oxford (Lace-up)|PVC'), ('GBX|Oxford (Lace-up)|Rubber'), ('GBX|Patent Leather|Leather'), ('GBX|Patent Leather|Leatherette'), ('GBX|Patent Leather|Polyurethane'), ('GBX|Patent Leather|PVC'), ('GBX|Patent Leather|Rubber'), ('GBX|Penny Loafer|Leather'), ('GBX|Penny Loafer|Leatherette'), ('GBX|Penny Loafer|Polyurethane'), ('GBX|Penny Loafer|PVC'), ('GBX|Penny Loafer|Rubber'), ('GBX|Runner|Leather'), ('GBX|Runner|Leatherette'), ('GBX|Runner|Polyurethane'), ('GBX|Runner|PVC'), ('GBX|Runner|Rubber'), ('GBX|Saddle Shoe|Leather'), ('GBX|Saddle Shoe|Leatherette'), ('GBX|Saddle Shoe|Polyurethane'), ('GBX|Saddle Shoe|PVC'), ('GBX|Saddle Shoe|Rubber'), ('GBX|Sandal|Leather'), ('GBX|Sandal|Leatherette'), ('GBX|Sandal|Polyurethane'), ('GBX|Sandal|PVC'), ('GBX|Sandal|Rubber'), ('GBX|Tennis|Leather'), ('GBX|Tennis|Leatherette'), ('GBX|Tennis|Polyurethane'), ('GBX|Tennis|PVC'), ('GBX|Tennis|Rubber'), ('GBX|Walker|Leather'), ('GBX|Walker|Leatherette'), ('GBX|Walker|Polyurethane'), ('GBX|Walker|PVC'), ('GBX|Walker|Rubber'), ('GBX|Wingtip|Leather'), ('GBX|Wingtip|Leatherette'), ('GBX|Wingtip|Polyurethane'), ('GBX|Wingtip|PVC'), ('GBX|Wingtip|Rubber'), ('GBX|Work Boot|Leather'), ('GBX|Work Boot|Leatherette'), ('GBX|Work Boot|Polyurethane'), ('GBX|Work Boot|PVC'), ('GBX|Work Boot|Rubber'), ('Giorgio Brutini|Balmoral|Leather'), ('Giorgio Brutini|Balmoral|Leatherette'), ('Giorgio Brutini|Balmoral|Polyurethane'), ('Giorgio Brutini|Balmoral|PVC'), ('Giorgio Brutini|Balmoral|Rubber'), ('Giorgio Brutini|Boat Shoe|Leather'), ('Giorgio Brutini|Boat Shoe|Leatherette'), ('Giorgio Brutini|Boat Shoe|Polyurethane'), ('Giorgio Brutini|Boat Shoe|PVC'), ('Giorgio Brutini|Boat Shoe|Rubber'), ('Giorgio Brutini|Brouge|Leather'), ('Giorgio Brutini|Brouge|Leatherette'), ('Giorgio Brutini|Brouge|Polyurethane'), ('Giorgio Brutini|Brouge|PVC'), ('Giorgio Brutini|Brouge|Rubber'), ('Giorgio Brutini|Cross Trainer|Leather'), ('Giorgio Brutini|Cross Trainer|Leatherette'), ('Giorgio Brutini|Cross Trainer|Polyurethane'), ('Giorgio Brutini|Cross Trainer|PVC'), ('Giorgio Brutini|Cross Trainer|Rubber'), ('Giorgio Brutini|Derby|Leather'), ('Giorgio Brutini|Derby|Leatherette'), ('Giorgio Brutini|Derby|Polyurethane'), ('Giorgio Brutini|Derby|PVC'), ('Giorgio Brutini|Derby|Rubber'), ('Giorgio Brutini|Dress Boot|Leather'), ('Giorgio Brutini|Dress Boot|Leatherette'), ('Giorgio Brutini|Dress Boot|Polyurethane'), ('Giorgio Brutini|Dress Boot|PVC'), ('Giorgio Brutini|Dress Boot|Rubber'), ('Giorgio Brutini|Dress Shoe|Leather'), ('Giorgio Brutini|Dress Shoe|Leatherette'), ('Giorgio Brutini|Dress Shoe|Polyurethane'), ('Giorgio Brutini|Dress Shoe|PVC'), ('Giorgio Brutini|Dress Shoe|Rubber'), ('Giorgio Brutini|Driving Shoe|Leather'), ('Giorgio Brutini|Driving Shoe|Leatherette'), ('Giorgio Brutini|Driving Shoe|Polyurethane'), ('Giorgio Brutini|Driving Shoe|PVC'), ('Giorgio Brutini|Driving Shoe|Rubber'), ('Giorgio Brutini|Hiker|Leather'), ('Giorgio Brutini|Hiker|Leatherette'), ('Giorgio Brutini|Hiker|Polyurethane'), ('Giorgio Brutini|Hiker|PVC'), ('Giorgio Brutini|Hiker|Rubber'), ('Giorgio Brutini|Loafer (Slip-on)|Leather'), ('Giorgio Brutini|Loafer (Slip-on)|Leatherette'), ('Giorgio Brutini|Loafer (Slip-on)|Polyurethane'), ('Giorgio Brutini|Loafer (Slip-on)|PVC'), ('Giorgio Brutini|Loafer (Slip-on)|Rubber'), ('Giorgio Brutini|Oxford (Lace-up)|Leather'), ('Giorgio Brutini|Oxford (Lace-up)|Leatherette'), ('Giorgio Brutini|Oxford (Lace-up)|Polyurethane'), ('Giorgio Brutini|Oxford (Lace-up)|PVC'), ('Giorgio Brutini|Oxford (Lace-up)|Rubber'), ('Giorgio Brutini|Patent Leather|Leather'), ('Giorgio Brutini|Patent Leather|Leatherette'), ('Giorgio Brutini|Patent Leather|Polyurethane'), ('Giorgio Brutini|Patent Leather|PVC'), ('Giorgio Brutini|Patent Leather|Rubber'), ('Giorgio Brutini|Penny Loafer|Leather'), ('Giorgio Brutini|Penny Loafer|Leatherette'), ('Giorgio Brutini|Penny Loafer|Polyurethane'), ('Giorgio Brutini|Penny Loafer|PVC'), ('Giorgio Brutini|Penny Loafer|Rubber'), ('Giorgio Brutini|Runner|Leather'), ('Giorgio Brutini|Runner|Leatherette'), ('Giorgio Brutini|Runner|Polyurethane'), ('Giorgio Brutini|Runner|PVC'), ('Giorgio Brutini|Runner|Rubber'), ('Giorgio Brutini|Saddle Shoe|Leather'), ('Giorgio Brutini|Saddle Shoe|Leatherette'), ('Giorgio Brutini|Saddle Shoe|Polyurethane'), ('Giorgio Brutini|Saddle Shoe|PVC'), ('Giorgio Brutini|Saddle Shoe|Rubber'), ('Giorgio Brutini|Sandal|Leather'), ('Giorgio Brutini|Sandal|Leatherette'), ('Giorgio Brutini|Sandal|Polyurethane'), ('Giorgio Brutini|Sandal|PVC'), ('Giorgio Brutini|Sandal|Rubber'), ('Giorgio Brutini|Tennis|Leather'), ('Giorgio Brutini|Tennis|Leatherette'), ('Giorgio Brutini|Tennis|Polyurethane'), ('Giorgio Brutini|Tennis|PVC'), ('Giorgio Brutini|Tennis|Rubber'), ('Giorgio Brutini|Walker|Leather'), ('Giorgio Brutini|Walker|Leatherette'), ('Giorgio Brutini|Walker|Polyurethane'), ('Giorgio Brutini|Walker|PVC'), ('Giorgio Brutini|Walker|Rubber'), ('Giorgio Brutini|Wingtip|Leather'), ('Giorgio Brutini|Wingtip|Leatherette'), ('Giorgio Brutini|Wingtip|Polyurethane'), ('Giorgio Brutini|Wingtip|PVC'), ('Giorgio Brutini|Wingtip|Rubber'), ('Giorgio Brutini|Work Boot|Leather'), ('Giorgio Brutini|Work Boot|Leatherette'), ('Giorgio Brutini|Work Boot|Polyurethane'), ('Giorgio Brutini|Work Boot|PVC'), ('Giorgio Brutini|Work Boot|Rubber'), ('Gucci|Balmoral|Leather'), ('Gucci|Balmoral|Leatherette'), ('Gucci|Balmoral|Polyurethane'), ('Gucci|Balmoral|PVC'), ('Gucci|Balmoral|Rubber'), ('Gucci|Boat Shoe|Leather'), ('Gucci|Boat Shoe|Leatherette'), ('Gucci|Boat Shoe|Polyurethane'), ('Gucci|Boat Shoe|PVC'), ('Gucci|Boat Shoe|Rubber'), ('Gucci|Brouge|Leather'), ('Gucci|Brouge|Leatherette'), ('Gucci|Brouge|Polyurethane'), ('Gucci|Brouge|PVC'), ('Gucci|Brouge|Rubber'), ('Gucci|Cross Trainer|Leather'), ('Gucci|Cross Trainer|Leatherette'), ('Gucci|Cross Trainer|Polyurethane'), ('Gucci|Cross Trainer|PVC'), ('Gucci|Cross Trainer|Rubber'), ('Gucci|Derby|Leather'), ('Gucci|Derby|Leatherette'), ('Gucci|Derby|Polyurethane'), ('Gucci|Derby|PVC'), ('Gucci|Derby|Rubber'), ('Gucci|Dress Boot|Leather'), ('Gucci|Dress Boot|Leatherette'), ('Gucci|Dress Boot|Polyurethane'), ('Gucci|Dress Boot|PVC'), ('Gucci|Dress Boot|Rubber'), ('Gucci|Dress Shoe|Leather'), ('Gucci|Dress Shoe|Leatherette'), ('Gucci|Dress Shoe|Polyurethane'), ('Gucci|Dress Shoe|PVC'), ('Gucci|Dress Shoe|Rubber'), ('Gucci|Driving Shoe|Leather'), ('Gucci|Driving Shoe|Leatherette'), ('Gucci|Driving Shoe|Polyurethane'), ('Gucci|Driving Shoe|PVC'), ('Gucci|Driving Shoe|Rubber'), ('Gucci|Hiker|Leather'), ('Gucci|Hiker|Leatherette'), ('Gucci|Hiker|Polyurethane'), ('Gucci|Hiker|PVC'), ('Gucci|Hiker|Rubber'), ('Gucci|Loafer (Slip-on)|Leather'), ('Gucci|Loafer (Slip-on)|Leatherette'), ('Gucci|Loafer (Slip-on)|Polyurethane'), ('Gucci|Loafer (Slip-on)|PVC'), ('Gucci|Loafer (Slip-on)|Rubber'), ('Gucci|Oxford (Lace-up)|Leather'), ('Gucci|Oxford (Lace-up)|Leatherette'), ('Gucci|Oxford (Lace-up)|Polyurethane'), ('Gucci|Oxford (Lace-up)|PVC'), ('Gucci|Oxford (Lace-up)|Rubber'), ('Gucci|Patent Leather|Leather'), ('Gucci|Patent Leather|Leatherette'), ('Gucci|Patent Leather|Polyurethane'), ('Gucci|Patent Leather|PVC'), ('Gucci|Patent Leather|Rubber'), ('Gucci|Penny Loafer|Leather'), ('Gucci|Penny Loafer|Leatherette'), ('Gucci|Penny Loafer|Polyurethane'), ('Gucci|Penny Loafer|PVC'), ('Gucci|Penny Loafer|Rubber'), ('Gucci|Runner|Leather'), ('Gucci|Runner|Leatherette'), ('Gucci|Runner|Polyurethane'), ('Gucci|Runner|PVC'), ('Gucci|Runner|Rubber'), ('Gucci|Saddle Shoe|Leather'), ('Gucci|Saddle Shoe|Leatherette'), ('Gucci|Saddle Shoe|Polyurethane'), ('Gucci|Saddle Shoe|PVC'), ('Gucci|Saddle Shoe|Rubber'), ('Gucci|Sandal|Leather'), ('Gucci|Sandal|Leatherette'), ('Gucci|Sandal|Polyurethane'), ('Gucci|Sandal|PVC'), ('Gucci|Sandal|Rubber'), ('Gucci|Tennis|Leather'), ('Gucci|Tennis|Leatherette'), ('Gucci|Tennis|Polyurethane'), ('Gucci|Tennis|PVC'), ('Gucci|Tennis|Rubber'), ('Gucci|Walker|Leather'), ('Gucci|Walker|Leatherette'), ('Gucci|Walker|Polyurethane'), ('Gucci|Walker|PVC'), ('Gucci|Walker|Rubber'), ('Gucci|Wingtip|Leather'), ('Gucci|Wingtip|Leatherette'), ('Gucci|Wingtip|Polyurethane'), ('Gucci|Wingtip|PVC'), ('Gucci|Wingtip|Rubber'), ('Gucci|Work Boot|Leather'), ('Gucci|Work Boot|Leatherette'), ('Gucci|Work Boot|Polyurethane'), ('Gucci|Work Boot|PVC'), ('Gucci|Work Boot|Rubber'), ('Harley Davidson|Balmoral|Leather'), ('Harley Davidson|Balmoral|Leatherette'), ('Harley Davidson|Balmoral|Polyurethane'), ('Harley Davidson|Balmoral|PVC'), ('Harley Davidson|Balmoral|Rubber'), ('Harley Davidson|Boat Shoe|Leather'), ('Harley Davidson|Boat Shoe|Leatherette'), ('Harley Davidson|Boat Shoe|Polyurethane'), ('Harley Davidson|Boat Shoe|PVC'), ('Harley Davidson|Boat Shoe|Rubber'), ('Harley Davidson|Brouge|Leather'), ('Harley Davidson|Brouge|Leatherette'), ('Harley Davidson|Brouge|Polyurethane'), ('Harley Davidson|Brouge|PVC'), ('Harley Davidson|Brouge|Rubber'), ('Harley Davidson|Cross Trainer|Leather'), ('Harley Davidson|Cross Trainer|Leatherette'), ('Harley Davidson|Cross Trainer|Polyurethane'), ('Harley Davidson|Cross Trainer|PVC'), ('Harley Davidson|Cross Trainer|Rubber'), ('Harley Davidson|Derby|Leather'), ('Harley Davidson|Derby|Leatherette'), ('Harley Davidson|Derby|Polyurethane'), ('Harley Davidson|Derby|PVC'), ('Harley Davidson|Derby|Rubber'), ('Harley Davidson|Dress Boot|Leather'), ('Harley Davidson|Dress Boot|Leatherette'), ('Harley Davidson|Dress Boot|Polyurethane'), ('Harley Davidson|Dress Boot|PVC'), ('Harley Davidson|Dress Boot|Rubber'), ('Harley Davidson|Dress Shoe|Leather'), ('Harley Davidson|Dress Shoe|Leatherette'), ('Harley Davidson|Dress Shoe|Polyurethane'), ('Harley Davidson|Dress Shoe|PVC'), ('Harley Davidson|Dress Shoe|Rubber'), ('Harley Davidson|Driving Shoe|Leather'), ('Harley Davidson|Driving Shoe|Leatherette'), ('Harley Davidson|Driving Shoe|Polyurethane'), ('Harley Davidson|Driving Shoe|PVC'), ('Harley Davidson|Driving Shoe|Rubber'), ('Harley Davidson|Hiker|Leather'), ('Harley Davidson|Hiker|Leatherette'), ('Harley Davidson|Hiker|Polyurethane'), ('Harley Davidson|Hiker|PVC'), ('Harley Davidson|Hiker|Rubber'), ('Harley Davidson|Loafer (Slip-on)|Leather'), ('Harley Davidson|Loafer (Slip-on)|Leatherette'), ('Harley Davidson|Loafer (Slip-on)|Polyurethane'), ('Harley Davidson|Loafer (Slip-on)|PVC'), ('Harley Davidson|Loafer (Slip-on)|Rubber'), ('Harley Davidson|Oxford (Lace-up)|Leather'), ('Harley Davidson|Oxford (Lace-up)|Leatherette'), ('Harley Davidson|Oxford (Lace-up)|Polyurethane'), ('Harley Davidson|Oxford (Lace-up)|PVC'), ('Harley Davidson|Oxford (Lace-up)|Rubber'), ('Harley Davidson|Patent Leather|Leather'), ('Harley Davidson|Patent Leather|Leatherette'), ('Harley Davidson|Patent Leather|Polyurethane'), ('Harley Davidson|Patent Leather|PVC'), ('Harley Davidson|Patent Leather|Rubber'), ('Harley Davidson|Penny Loafer|Leather'), ('Harley Davidson|Penny Loafer|Leatherette'), ('Harley Davidson|Penny Loafer|Polyurethane'), ('Harley Davidson|Penny Loafer|PVC'), ('Harley Davidson|Penny Loafer|Rubber'), ('Harley Davidson|Runner|Leather'), ('Harley Davidson|Runner|Leatherette'), ('Harley Davidson|Runner|Polyurethane'), ('Harley Davidson|Runner|PVC'), ('Harley Davidson|Runner|Rubber'), ('Harley Davidson|Saddle Shoe|Leather'), ('Harley Davidson|Saddle Shoe|Leatherette'), ('Harley Davidson|Saddle Shoe|Polyurethane'), ('Harley Davidson|Saddle Shoe|PVC'), ('Harley Davidson|Saddle Shoe|Rubber'), ('Harley Davidson|Sandal|Leather'), ('Harley Davidson|Sandal|Leatherette'), ('Harley Davidson|Sandal|Polyurethane'), ('Harley Davidson|Sandal|PVC'), ('Harley Davidson|Sandal|Rubber'), ('Harley Davidson|Tennis|Leather'), ('Harley Davidson|Tennis|Leatherette'), ('Harley Davidson|Tennis|Polyurethane'), ('Harley Davidson|Tennis|PVC'), ('Harley Davidson|Tennis|Rubber'), ('Harley Davidson|Walker|Leather'), ('Harley Davidson|Walker|Leatherette'), ('Harley Davidson|Walker|Polyurethane'), ('Harley Davidson|Walker|PVC'), ('Harley Davidson|Walker|Rubber'), ('Harley Davidson|Wingtip|Leather'), ('Harley Davidson|Wingtip|Leatherette'), ('Harley Davidson|Wingtip|Polyurethane'), ('Harley Davidson|Wingtip|PVC'), ('Harley Davidson|Wingtip|Rubber'), ('Harley Davidson|Work Boot|Leather'), ('Harley Davidson|Work Boot|Leatherette'), ('Harley Davidson|Work Boot|Polyurethane'), ('Harley Davidson|Work Boot|PVC'), ('Harley Davidson|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('Iron Age|Balmoral|Leather'), ('Iron Age|Balmoral|Leatherette'), ('Iron Age|Balmoral|Polyurethane'), ('Iron Age|Balmoral|PVC'), ('Iron Age|Balmoral|Rubber'), ('Iron Age|Boat Shoe|Leather'), ('Iron Age|Boat Shoe|Leatherette'), ('Iron Age|Boat Shoe|Polyurethane'), ('Iron Age|Boat Shoe|PVC'), ('Iron Age|Boat Shoe|Rubber'), ('Iron Age|Brouge|Leather'), ('Iron Age|Brouge|Leatherette'), ('Iron Age|Brouge|Polyurethane'), ('Iron Age|Brouge|PVC'), ('Iron Age|Brouge|Rubber'), ('Iron Age|Cross Trainer|Leather'), ('Iron Age|Cross Trainer|Leatherette'), ('Iron Age|Cross Trainer|Polyurethane'), ('Iron Age|Cross Trainer|PVC'), ('Iron Age|Cross Trainer|Rubber'), ('Iron Age|Derby|Leather'), ('Iron Age|Derby|Leatherette'), ('Iron Age|Derby|Polyurethane'), ('Iron Age|Derby|PVC'), ('Iron Age|Derby|Rubber'), ('Iron Age|Dress Boot|Leather'), ('Iron Age|Dress Boot|Leatherette'), ('Iron Age|Dress Boot|Polyurethane'), ('Iron Age|Dress Boot|PVC'), ('Iron Age|Dress Boot|Rubber'), ('Iron Age|Dress Shoe|Leather'), ('Iron Age|Dress Shoe|Leatherette'), ('Iron Age|Dress Shoe|Polyurethane'), ('Iron Age|Dress Shoe|PVC'), ('Iron Age|Dress Shoe|Rubber'), ('Iron Age|Driving Shoe|Leather'), ('Iron Age|Driving Shoe|Leatherette'), ('Iron Age|Driving Shoe|Polyurethane'), ('Iron Age|Driving Shoe|PVC'), ('Iron Age|Driving Shoe|Rubber'), ('Iron Age|Hiker|Leather'), ('Iron Age|Hiker|Leatherette'), ('Iron Age|Hiker|Polyurethane'), ('Iron Age|Hiker|PVC'), ('Iron Age|Hiker|Rubber'), ('Iron Age|Loafer (Slip-on)|Leather'), ('Iron Age|Loafer (Slip-on)|Leatherette'), ('Iron Age|Loafer (Slip-on)|Polyurethane'), ('Iron Age|Loafer (Slip-on)|PVC'), ('Iron Age|Loafer (Slip-on)|Rubber'), ('Iron Age|Oxford (Lace-up)|Leather'), ('Iron Age|Oxford (Lace-up)|Leatherette'), ('Iron Age|Oxford (Lace-up)|Polyurethane'), ('Iron Age|Oxford (Lace-up)|PVC'), ('Iron Age|Oxford (Lace-up)|Rubber'), ('Iron Age|Patent Leather|Leather'), ('Iron Age|Patent Leather|Leatherette'), ('Iron Age|Patent Leather|Polyurethane'), ('Iron Age|Patent Leather|PVC'), ('Iron Age|Patent Leather|Rubber'), ('Iron Age|Penny Loafer|Leather'), ('Iron Age|Penny Loafer|Leatherette'), ('Iron Age|Penny Loafer|Polyurethane'), ('Iron Age|Penny Loafer|PVC'), ('Iron Age|Penny Loafer|Rubber'), ('Iron Age|Runner|Leather'), ('Iron Age|Runner|Leatherette'), ('Iron Age|Runner|Polyurethane'), ('Iron Age|Runner|PVC'), ('Iron Age|Runner|Rubber'), ('Iron Age|Saddle Shoe|Leather'), ('Iron Age|Saddle Shoe|Leatherette'), ('Iron Age|Saddle Shoe|Polyurethane'), ('Iron Age|Saddle Shoe|PVC'), ('Iron Age|Saddle Shoe|Rubber'), ('Iron Age|Sandal|Leather'), ('Iron Age|Sandal|Leatherette'), ('Iron Age|Sandal|Polyurethane'), ('Iron Age|Sandal|PVC'), ('Iron Age|Sandal|Rubber'), ('Iron Age|Tennis|Leather'), ('Iron Age|Tennis|Leatherette'), ('Iron Age|Tennis|Polyurethane'), ('Iron Age|Tennis|PVC'), ('Iron Age|Tennis|Rubber'), ('Iron Age|Walker|Leather'), ('Iron Age|Walker|Leatherette'), ('Iron Age|Walker|Polyurethane'), ('Iron Age|Walker|PVC'), ('Iron Age|Walker|Rubber'), ('Iron Age|Wingtip|Leather'), ('Iron Age|Wingtip|Leatherette'), ('Iron Age|Wingtip|Polyurethane'), ('Iron Age|Wingtip|PVC'), ('Iron Age|Wingtip|Rubber'), ('Iron Age|Work Boot|Leather'), ('Iron Age|Work Boot|Leatherette'), ('Iron Age|Work Boot|Polyurethane'), ('Iron Age|Work Boot|PVC'), ('Iron Age|Work Boot|Rubber'), ('Island Surf|Balmoral|Leather'), ('Island Surf|Balmoral|Leatherette'), ('Island Surf|Balmoral|Polyurethane'), ('Island Surf|Balmoral|PVC'), ('Island Surf|Balmoral|Rubber'), ('Island Surf|Boat Shoe|Leather'), ('Island Surf|Boat Shoe|Leatherette'), ('Island Surf|Boat Shoe|Polyurethane'), ('Island Surf|Boat Shoe|PVC'), ('Island Surf|Boat Shoe|Rubber'), ('Island Surf|Brouge|Leather'), ('Island Surf|Brouge|Leatherette'), ('Island Surf|Brouge|Polyurethane'), ('Island Surf|Brouge|PVC'), ('Island Surf|Brouge|Rubber'), ('Island Surf|Cross Trainer|Leather'), ('Island Surf|Cross Trainer|Leatherette'), ('Island Surf|Cross Trainer|Polyurethane'), ('Island Surf|Cross Trainer|PVC'), ('Island Surf|Cross Trainer|Rubber'), ('Island Surf|Derby|Leather'), ('Island Surf|Derby|Leatherette'), ('Island Surf|Derby|Polyurethane'), ('Island Surf|Derby|PVC'), ('Island Surf|Derby|Rubber'), ('Island Surf|Dress Boot|Leather'), ('Island Surf|Dress Boot|Leatherette'), ('Island Surf|Dress Boot|Polyurethane'), ('Island Surf|Dress Boot|PVC'), ('Island Surf|Dress Boot|Rubber'), ('Island Surf|Dress Shoe|Leather'), ('Island Surf|Dress Shoe|Leatherette'), ('Island Surf|Dress Shoe|Polyurethane'), ('Island Surf|Dress Shoe|PVC'), ('Island Surf|Dress Shoe|Rubber'), ('Island Surf|Driving Shoe|Leather'), ('Island Surf|Driving Shoe|Leatherette'), ('Island Surf|Driving Shoe|Polyurethane'), ('Island Surf|Driving Shoe|PVC'), ('Island Surf|Driving Shoe|Rubber'), ('Island Surf|Hiker|Leather'), ('Island Surf|Hiker|Leatherette'), ('Island Surf|Hiker|Polyurethane'), ('Island Surf|Hiker|PVC'), ('Island Surf|Hiker|Rubber'), ('Island Surf|Loafer (Slip-on)|Leather'), ('Island Surf|Loafer (Slip-on)|Leatherette'), ('Island Surf|Loafer (Slip-on)|Polyurethane'), ('Island Surf|Loafer (Slip-on)|PVC'), ('Island Surf|Loafer (Slip-on)|Rubber'), ('Island Surf|Oxford (Lace-up)|Leather'), ('Island Surf|Oxford (Lace-up)|Leatherette'), ('Island Surf|Oxford (Lace-up)|Polyurethane'), ('Island Surf|Oxford (Lace-up)|PVC'), ('Island Surf|Oxford (Lace-up)|Rubber'), ('Island Surf|Patent Leather|Leather'), ('Island Surf|Patent Leather|Leatherette'), ('Island Surf|Patent Leather|Polyurethane'), ('Island Surf|Patent Leather|PVC'), ('Island Surf|Patent Leather|Rubber'), ('Island Surf|Penny Loafer|Leather'), ('Island Surf|Penny Loafer|Leatherette'), ('Island Surf|Penny Loafer|Polyurethane'), ('Island Surf|Penny Loafer|PVC'), ('Island Surf|Penny Loafer|Rubber'), ('Island Surf|Runner|Leather'), ('Island Surf|Runner|Leatherette'), ('Island Surf|Runner|Polyurethane'), ('Island Surf|Runner|PVC'), ('Island Surf|Runner|Rubber'), ('Island Surf|Saddle Shoe|Leather'), ('Island Surf|Saddle Shoe|Leatherette'), ('Island Surf|Saddle Shoe|Polyurethane'), ('Island Surf|Saddle Shoe|PVC'), ('Island Surf|Saddle Shoe|Rubber'), ('Island Surf|Sandal|Leather'), ('Island Surf|Sandal|Leatherette'), ('Island Surf|Sandal|Polyurethane'), ('Island Surf|Sandal|PVC'), ('Island Surf|Sandal|Rubber'), ('Island Surf|Tennis|Leather'), ('Island Surf|Tennis|Leatherette'), ('Island Surf|Tennis|Polyurethane'), ('Island Surf|Tennis|PVC'), ('Island Surf|Tennis|Rubber'), ('Island Surf|Walker|Leather'), ('Island Surf|Walker|Leatherette'), ('Island Surf|Walker|Polyurethane'), ('Island Surf|Walker|PVC'), ('Island Surf|Walker|Rubber'), ('Island Surf|Wingtip|Leather'), ('Island Surf|Wingtip|Leatherette'), ('Island Surf|Wingtip|Polyurethane'), ('Island Surf|Wingtip|PVC'), ('Island Surf|Wingtip|Rubber'), ('Island Surf|Work Boot|Leather'), ('Island Surf|Work Boot|Leatherette'), ('Island Surf|Work Boot|Polyurethane'), ('Island Surf|Work Boot|PVC'), ('Island Surf|Work Boot|Rubber'), ('J.M. Weston|Balmoral|Leather'), ('J.M. Weston|Balmoral|Leatherette'), ('J.M. Weston|Balmoral|Polyurethane'), ('J.M. Weston|Balmoral|PVC'), ('J.M. Weston|Balmoral|Rubber'), ('J.M. Weston|Boat Shoe|Leather'), ('J.M. Weston|Boat Shoe|Leatherette'), ('J.M. Weston|Boat Shoe|Polyurethane'), ('J.M. Weston|Boat Shoe|PVC'), ('J.M. Weston|Boat Shoe|Rubber'), ('J.M. Weston|Brouge|Leather'), ('J.M. Weston|Brouge|Leatherette'), ('J.M. Weston|Brouge|Polyurethane'), ('J.M. Weston|Brouge|PVC'), ('J.M. Weston|Brouge|Rubber'), ('J.M. Weston|Cross Trainer|Leather'), ('J.M. Weston|Cross Trainer|Leatherette'), ('J.M. Weston|Cross Trainer|Polyurethane'), ('J.M. Weston|Cross Trainer|PVC'), ('J.M. Weston|Cross Trainer|Rubber'), ('J.M. Weston|Derby|Leather'), ('J.M. Weston|Derby|Leatherette'), ('J.M. Weston|Derby|Polyurethane'), ('J.M. Weston|Derby|PVC'), ('J.M. Weston|Derby|Rubber'), ('J.M. Weston|Dress Boot|Leather'), ('J.M. Weston|Dress Boot|Leatherette'), ('J.M. Weston|Dress Boot|Polyurethane'), ('J.M. Weston|Dress Boot|PVC'), ('J.M. Weston|Dress Boot|Rubber'), ('J.M. Weston|Dress Shoe|Leather'), ('J.M. Weston|Dress Shoe|Leatherette'), ('J.M. Weston|Dress Shoe|Polyurethane'), ('J.M. Weston|Dress Shoe|PVC'), ('J.M. Weston|Dress Shoe|Rubber'), ('J.M. Weston|Driving Shoe|Leather'), ('J.M. Weston|Driving Shoe|Leatherette'), ('J.M. Weston|Driving Shoe|Polyurethane'), ('J.M. Weston|Driving Shoe|PVC'), ('J.M. Weston|Driving Shoe|Rubber'), ('J.M. Weston|Hiker|Leather'), ('J.M. Weston|Hiker|Leatherette'), ('J.M. Weston|Hiker|Polyurethane'), ('J.M. Weston|Hiker|PVC'), ('J.M. Weston|Hiker|Rubber'), ('J.M. Weston|Loafer (Slip-on)|Leather'), ('J.M. Weston|Loafer (Slip-on)|Leatherette'), ('J.M. Weston|Loafer (Slip-on)|Polyurethane'), ('J.M. Weston|Loafer (Slip-on)|PVC'), ('J.M. Weston|Loafer (Slip-on)|Rubber'), ('J.M. Weston|Oxford (Lace-up)|Leather'), ('J.M. Weston|Oxford (Lace-up)|Leatherette'), ('J.M. Weston|Oxford (Lace-up)|Polyurethane'), ('J.M. Weston|Oxford (Lace-up)|PVC'), ('J.M. Weston|Oxford (Lace-up)|Rubber'), ('J.M. Weston|Patent Leather|Leather'), ('J.M. Weston|Patent Leather|Leatherette'), ('J.M. Weston|Patent Leather|Polyurethane'), ('J.M. Weston|Patent Leather|PVC'), ('J.M. Weston|Patent Leather|Rubber'), ('J.M. Weston|Penny Loafer|Leather'), ('J.M. Weston|Penny Loafer|Leatherette'), ('J.M. Weston|Penny Loafer|Polyurethane'), ('J.M. Weston|Penny Loafer|PVC'), ('J.M. Weston|Penny Loafer|Rubber'), ('J.M. Weston|Runner|Leather'), ('J.M. Weston|Runner|Leatherette'), ('J.M. Weston|Runner|Polyurethane'), ('J.M. Weston|Runner|PVC'), ('J.M. Weston|Runner|Rubber'), ('J.M. Weston|Saddle Shoe|Leather'), ('J.M. Weston|Saddle Shoe|Leatherette'), ('J.M. Weston|Saddle Shoe|Polyurethane'), ('J.M. Weston|Saddle Shoe|PVC'), ('J.M. Weston|Saddle Shoe|Rubber'), ('J.M. Weston|Sandal|Leather'), ('J.M. Weston|Sandal|Leatherette'), ('J.M. Weston|Sandal|Polyurethane'), ('J.M. Weston|Sandal|PVC'), ('J.M. Weston|Sandal|Rubber'), ('J.M. Weston|Tennis|Leather'), ('J.M. Weston|Tennis|Leatherette'), ('J.M. Weston|Tennis|Polyurethane'), ('J.M. Weston|Tennis|PVC'), ('J.M. Weston|Tennis|Rubber'), ('J.M. Weston|Walker|Leather'), ('J.M. Weston|Walker|Leatherette'), ('J.M. Weston|Walker|Polyurethane'), ('J.M. Weston|Walker|PVC'), ('J.M. Weston|Walker|Rubber'), ('J.M. Weston|Wingtip|Leather'), ('J.M. Weston|Wingtip|Leatherette'), ('J.M. Weston|Wingtip|Polyurethane'), ('J.M. Weston|Wingtip|PVC'), ('J.M. Weston|Wingtip|Rubber'), ('J.M. Weston|Work Boot|Leather'), ('J.M. Weston|Work Boot|Leatherette'), ('J.M. Weston|Work Boot|Polyurethane'), ('J.M. Weston|Work Boot|PVC'), ('J.M. Weston|Work Boot|Rubber'), ('Jimmy Choo|Balmoral|Leather'), ('Jimmy Choo|Balmoral|Leatherette'), ('Jimmy Choo|Balmoral|Polyurethane'), ('Jimmy Choo|Balmoral|PVC'), ('Jimmy Choo|Balmoral|Rubber'), ('Jimmy Choo|Boat Shoe|Leather'), ('Jimmy Choo|Boat Shoe|Leatherette'), ('Jimmy Choo|Boat Shoe|Polyurethane'), ('Jimmy Choo|Boat Shoe|PVC'), ('Jimmy Choo|Boat Shoe|Rubber'), ('Jimmy Choo|Brouge|Leather'), ('Jimmy Choo|Brouge|Leatherette'), ('Jimmy Choo|Brouge|Polyurethane'), ('Jimmy Choo|Brouge|PVC'), ('Jimmy Choo|Brouge|Rubber'), ('Jimmy Choo|Cross Trainer|Leather'), ('Jimmy Choo|Cross Trainer|Leatherette'), ('Jimmy Choo|Cross Trainer|Polyurethane'), ('Jimmy Choo|Cross Trainer|PVC'), ('Jimmy Choo|Cross Trainer|Rubber'), ('Jimmy Choo|Derby|Leather'), ('Jimmy Choo|Derby|Leatherette'), ('Jimmy Choo|Derby|Polyurethane'), ('Jimmy Choo|Derby|PVC'), ('Jimmy Choo|Derby|Rubber'), ('Jimmy Choo|Dress Boot|Leather'), ('Jimmy Choo|Dress Boot|Leatherette'), ('Jimmy Choo|Dress Boot|Polyurethane'), ('Jimmy Choo|Dress Boot|PVC'), ('Jimmy Choo|Dress Boot|Rubber'), ('Jimmy Choo|Dress Shoe|Leather'), ('Jimmy Choo|Dress Shoe|Leatherette'), ('Jimmy Choo|Dress Shoe|Polyurethane'), ('Jimmy Choo|Dress Shoe|PVC'), ('Jimmy Choo|Dress Shoe|Rubber'), ('Jimmy Choo|Driving Shoe|Leather'), ('Jimmy Choo|Driving Shoe|Leatherette'), ('Jimmy Choo|Driving Shoe|Polyurethane'), ('Jimmy Choo|Driving Shoe|PVC'), ('Jimmy Choo|Driving Shoe|Rubber'), ('Jimmy Choo|Hiker|Leather'), ('Jimmy Choo|Hiker|Leatherette'), ('Jimmy Choo|Hiker|Polyurethane'), ('Jimmy Choo|Hiker|PVC'), ('Jimmy Choo|Hiker|Rubber'), ('Jimmy Choo|Loafer (Slip-on)|Leather'), ('Jimmy Choo|Loafer (Slip-on)|Leatherette'), ('Jimmy Choo|Loafer (Slip-on)|Polyurethane'), ('Jimmy Choo|Loafer (Slip-on)|PVC'), ('Jimmy Choo|Loafer (Slip-on)|Rubber'), ('Jimmy Choo|Oxford (Lace-up)|Leather'), ('Jimmy Choo|Oxford (Lace-up)|Leatherette'), ('Jimmy Choo|Oxford (Lace-up)|Polyurethane'), ('Jimmy Choo|Oxford (Lace-up)|PVC'), ('Jimmy Choo|Oxford (Lace-up)|Rubber'), ('Jimmy Choo|Patent Leather|Leather'), ('Jimmy Choo|Patent Leather|Leatherette'), ('Jimmy Choo|Patent Leather|Polyurethane'), ('Jimmy Choo|Patent Leather|PVC'), ('Jimmy Choo|Patent Leather|Rubber'), ('Jimmy Choo|Penny Loafer|Leather'), ('Jimmy Choo|Penny Loafer|Leatherette'), ('Jimmy Choo|Penny Loafer|Polyurethane'), ('Jimmy Choo|Penny Loafer|PVC'), ('Jimmy Choo|Penny Loafer|Rubber'), ('Jimmy Choo|Runner|Leather'), ('Jimmy Choo|Runner|Leatherette'), ('Jimmy Choo|Runner|Polyurethane'), ('Jimmy Choo|Runner|PVC'), ('Jimmy Choo|Runner|Rubber'), ('Jimmy Choo|Saddle Shoe|Leather'), ('Jimmy Choo|Saddle Shoe|Leatherette'), ('Jimmy Choo|Saddle Shoe|Polyurethane'), ('Jimmy Choo|Saddle Shoe|PVC'), ('Jimmy Choo|Saddle Shoe|Rubber'), ('Jimmy Choo|Sandal|Leather'), ('Jimmy Choo|Sandal|Leatherette'), ('Jimmy Choo|Sandal|Polyurethane'), ('Jimmy Choo|Sandal|PVC'), ('Jimmy Choo|Sandal|Rubber'), ('Jimmy Choo|Tennis|Leather'), ('Jimmy Choo|Tennis|Leatherette'), ('Jimmy Choo|Tennis|Polyurethane'), ('Jimmy Choo|Tennis|PVC'), ('Jimmy Choo|Tennis|Rubber'), ('Jimmy Choo|Walker|Leather'), ('Jimmy Choo|Walker|Leatherette'), ('Jimmy Choo|Walker|Polyurethane'), ('Jimmy Choo|Walker|PVC'), ('Jimmy Choo|Walker|Rubber'), ('Jimmy Choo|Wingtip|Leather'), ('Jimmy Choo|Wingtip|Leatherette'), ('Jimmy Choo|Wingtip|Polyurethane'), ('Jimmy Choo|Wingtip|PVC'), ('Jimmy Choo|Wingtip|Rubber'), ('Jimmy Choo|Work Boot|Leather'), ('Jimmy Choo|Work Boot|Leatherette'), ('Jimmy Choo|Work Boot|Polyurethane'), ('Jimmy Choo|Work Boot|PVC'), ('Jimmy Choo|Work Boot|Rubber'), ('John Deere|Balmoral|Leather'), ('John Deere|Balmoral|Leatherette'), ('John Deere|Balmoral|Polyurethane'), ('John Deere|Balmoral|PVC'), ('John Deere|Balmoral|Rubber'), ('John Deere|Boat Shoe|Leather'), ('John Deere|Boat Shoe|Leatherette'), ('John Deere|Boat Shoe|Polyurethane'), ('John Deere|Boat Shoe|PVC'), ('John Deere|Boat Shoe|Rubber'), ('John Deere|Brouge|Leather'), ('John Deere|Brouge|Leatherette'), ('John Deere|Brouge|Polyurethane'), ('John Deere|Brouge|PVC'), ('John Deere|Brouge|Rubber'), ('John Deere|Cross Trainer|Leather'), ('John Deere|Cross Trainer|Leatherette'), ('John Deere|Cross Trainer|Polyurethane'), ('John Deere|Cross Trainer|PVC'), ('John Deere|Cross Trainer|Rubber'), ('John Deere|Derby|Leather'), ('John Deere|Derby|Leatherette'), ('John Deere|Derby|Polyurethane'), ('John Deere|Derby|PVC'), ('John Deere|Derby|Rubber'), ('John Deere|Dress Boot|Leather'), ('John Deere|Dress Boot|Leatherette'), ('John Deere|Dress Boot|Polyurethane'), ('John Deere|Dress Boot|PVC'), ('John Deere|Dress Boot|Rubber'), ('John Deere|Dress Shoe|Leather'), ('John Deere|Dress Shoe|Leatherette'), ('John Deere|Dress Shoe|Polyurethane'), ('John Deere|Dress Shoe|PVC'), ('John Deere|Dress Shoe|Rubber'), ('John Deere|Driving Shoe|Leather'), ('John Deere|Driving Shoe|Leatherette'), ('John Deere|Driving Shoe|Polyurethane'), ('John Deere|Driving Shoe|PVC'), ('John Deere|Driving Shoe|Rubber'), ('John Deere|Hiker|Leather'), ('John Deere|Hiker|Leatherette'), ('John Deere|Hiker|Polyurethane'), ('John Deere|Hiker|PVC'), ('John Deere|Hiker|Rubber'), ('John Deere|Loafer (Slip-on)|Leather'), ('John Deere|Loafer (Slip-on)|Leatherette'), ('John Deere|Loafer (Slip-on)|Polyurethane'), ('John Deere|Loafer (Slip-on)|PVC'), ('John Deere|Loafer (Slip-on)|Rubber'), ('John Deere|Oxford (Lace-up)|Leather'), ('John Deere|Oxford (Lace-up)|Leatherette'), ('John Deere|Oxford (Lace-up)|Polyurethane'), ('John Deere|Oxford (Lace-up)|PVC'), ('John Deere|Oxford (Lace-up)|Rubber'), ('John Deere|Patent Leather|Leather'), ('John Deere|Patent Leather|Leatherette'), ('John Deere|Patent Leather|Polyurethane'), ('John Deere|Patent Leather|PVC'), ('John Deere|Patent Leather|Rubber'), ('John Deere|Penny Loafer|Leather'), ('John Deere|Penny Loafer|Leatherette'), ('John Deere|Penny Loafer|Polyurethane'), ('John Deere|Penny Loafer|PVC'), ('John Deere|Penny Loafer|Rubber'), ('John Deere|Runner|Leather'), ('John Deere|Runner|Leatherette'), ('John Deere|Runner|Polyurethane'), ('John Deere|Runner|PVC'), ('John Deere|Runner|Rubber'), ('John Deere|Saddle Shoe|Leather'), ('John Deere|Saddle Shoe|Leatherette'), ('John Deere|Saddle Shoe|Polyurethane'), ('John Deere|Saddle Shoe|PVC'), ('John Deere|Saddle Shoe|Rubber'), ('John Deere|Sandal|Leather'), ('John Deere|Sandal|Leatherette'), ('John Deere|Sandal|Polyurethane'), ('John Deere|Sandal|PVC'), ('John Deere|Sandal|Rubber'), ('John Deere|Tennis|Leather'), ('John Deere|Tennis|Leatherette'), ('John Deere|Tennis|Polyurethane'), ('John Deere|Tennis|PVC'), ('John Deere|Tennis|Rubber'), ('John Deere|Walker|Leather'), ('John Deere|Walker|Leatherette'), ('John Deere|Walker|Polyurethane'), ('John Deere|Walker|PVC'), ('John Deere|Walker|Rubber'), ('John Deere|Wingtip|Leather'), ('John Deere|Wingtip|Leatherette'), ('John Deere|Wingtip|Polyurethane'), ('John Deere|Wingtip|PVC'), ('John Deere|Wingtip|Rubber'), ('John Deere|Work Boot|Leather'), ('John Deere|Work Boot|Leatherette'), ('John Deere|Work Boot|Polyurethane'), ('John Deere|Work Boot|PVC'), ('John Deere|Work Boot|Rubber'), ('John Lobb Bootmaker|Balmoral|Leather'), ('John Lobb Bootmaker|Balmoral|Leatherette'), ('John Lobb Bootmaker|Balmoral|Polyurethane'), ('John Lobb Bootmaker|Balmoral|PVC'), ('John Lobb Bootmaker|Balmoral|Rubber'), ('John Lobb Bootmaker|Boat Shoe|Leather'), ('John Lobb Bootmaker|Boat Shoe|Leatherette'), ('John Lobb Bootmaker|Boat Shoe|Polyurethane'), ('John Lobb Bootmaker|Boat Shoe|PVC'), ('John Lobb Bootmaker|Boat Shoe|Rubber'), ('John Lobb Bootmaker|Brouge|Leather'), ('John Lobb Bootmaker|Brouge|Leatherette'), ('John Lobb Bootmaker|Brouge|Polyurethane'), ('John Lobb Bootmaker|Brouge|PVC'), ('John Lobb Bootmaker|Brouge|Rubber'), ('John Lobb Bootmaker|Cross Trainer|Leather'), ('John Lobb Bootmaker|Cross Trainer|Leatherette'), ('John Lobb Bootmaker|Cross Trainer|Polyurethane'), ('John Lobb Bootmaker|Cross Trainer|PVC'), ('John Lobb Bootmaker|Cross Trainer|Rubber'), ('John Lobb Bootmaker|Derby|Leather'), ('John Lobb Bootmaker|Derby|Leatherette'), ('John Lobb Bootmaker|Derby|Polyurethane'), ('John Lobb Bootmaker|Derby|PVC'), ('John Lobb Bootmaker|Derby|Rubber'), ('John Lobb Bootmaker|Dress Boot|Leather'), ('John Lobb Bootmaker|Dress Boot|Leatherette'), ('John Lobb Bootmaker|Dress Boot|Polyurethane'), ('John Lobb Bootmaker|Dress Boot|PVC'), ('John Lobb Bootmaker|Dress Boot|Rubber'), ('John Lobb Bootmaker|Dress Shoe|Leather'), ('John Lobb Bootmaker|Dress Shoe|Leatherette'), ('John Lobb Bootmaker|Dress Shoe|Polyurethane'), ('John Lobb Bootmaker|Dress Shoe|PVC'), ('John Lobb Bootmaker|Dress Shoe|Rubber'), ('John Lobb Bootmaker|Driving Shoe|Leather'), ('John Lobb Bootmaker|Driving Shoe|Leatherette'), ('John Lobb Bootmaker|Driving Shoe|Polyurethane'), ('John Lobb Bootmaker|Driving Shoe|PVC'), ('John Lobb Bootmaker|Driving Shoe|Rubber'), ('John Lobb Bootmaker|Hiker|Leather'), ('John Lobb Bootmaker|Hiker|Leatherette'), ('John Lobb Bootmaker|Hiker|Polyurethane'), ('John Lobb Bootmaker|Hiker|PVC'), ('John Lobb Bootmaker|Hiker|Rubber'), ('John Lobb Bootmaker|Loafer (Slip-on)|Leather'), ('John Lobb Bootmaker|Loafer (Slip-on)|Leatherette'), ('John Lobb Bootmaker|Loafer (Slip-on)|Polyurethane'), ('John Lobb Bootmaker|Loafer (Slip-on)|PVC'), ('John Lobb Bootmaker|Loafer (Slip-on)|Rubber'), ('John Lobb Bootmaker|Oxford (Lace-up)|Leather'), ('John Lobb Bootmaker|Oxford (Lace-up)|Leatherette'), ('John Lobb Bootmaker|Oxford (Lace-up)|Polyurethane'), ('John Lobb Bootmaker|Oxford (Lace-up)|PVC'), ('John Lobb Bootmaker|Oxford (Lace-up)|Rubber'), ('John Lobb Bootmaker|Patent Leather|Leather'), ('John Lobb Bootmaker|Patent Leather|Leatherette'), ('John Lobb Bootmaker|Patent Leather|Polyurethane'), ('John Lobb Bootmaker|Patent Leather|PVC'), ('John Lobb Bootmaker|Patent Leather|Rubber'), ('John Lobb Bootmaker|Penny Loafer|Leather'), ('John Lobb Bootmaker|Penny Loafer|Leatherette'), ('John Lobb Bootmaker|Penny Loafer|Polyurethane'), ('John Lobb Bootmaker|Penny Loafer|PVC'), ('John Lobb Bootmaker|Penny Loafer|Rubber'), ('John Lobb Bootmaker|Runner|Leather'), ('John Lobb Bootmaker|Runner|Leatherette'), ('John Lobb Bootmaker|Runner|Polyurethane'), ('John Lobb Bootmaker|Runner|PVC'), ('John Lobb Bootmaker|Runner|Rubber'), ('John Lobb Bootmaker|Saddle Shoe|Leather'), ('John Lobb Bootmaker|Saddle Shoe|Leatherette'), ('John Lobb Bootmaker|Saddle Shoe|Polyurethane'), ('John Lobb Bootmaker|Saddle Shoe|PVC'), ('John Lobb Bootmaker|Saddle Shoe|Rubber'), ('John Lobb Bootmaker|Sandal|Leather'), ('John Lobb Bootmaker|Sandal|Leatherette'), ('John Lobb Bootmaker|Sandal|Polyurethane'), ('John Lobb Bootmaker|Sandal|PVC'), ('John Lobb Bootmaker|Sandal|Rubber'), ('John Lobb Bootmaker|Tennis|Leather'), ('John Lobb Bootmaker|Tennis|Leatherette'), ('John Lobb Bootmaker|Tennis|Polyurethane'), ('John Lobb Bootmaker|Tennis|PVC'), ('John Lobb Bootmaker|Tennis|Rubber'), ('John Lobb Bootmaker|Walker|Leather'), ('John Lobb Bootmaker|Walker|Leatherette'), ('John Lobb Bootmaker|Walker|Polyurethane'), ('John Lobb Bootmaker|Walker|PVC'), ('John Lobb Bootmaker|Walker|Rubber'), ('John Lobb Bootmaker|Wingtip|Leather'), ('John Lobb Bootmaker|Wingtip|Leatherette'), ('John Lobb Bootmaker|Wingtip|Polyurethane'), ('John Lobb Bootmaker|Wingtip|PVC'), ('John Lobb Bootmaker|Wingtip|Rubber'), ('John Lobb Bootmaker|Work Boot|Leather'), ('John Lobb Bootmaker|Work Boot|Leatherette'), ('John Lobb Bootmaker|Work Boot|Polyurethane'), ('John Lobb Bootmaker|Work Boot|PVC'), ('John Lobb Bootmaker|Work Boot|Rubber'), ('John Varvatos|Balmoral|Leather'), ('John Varvatos|Balmoral|Leatherette'), ('John Varvatos|Balmoral|Polyurethane'), ('John Varvatos|Balmoral|PVC'), ('John Varvatos|Balmoral|Rubber'), ('John Varvatos|Boat Shoe|Leather'), ('John Varvatos|Boat Shoe|Leatherette'), ('John Varvatos|Boat Shoe|Polyurethane'), ('John Varvatos|Boat Shoe|PVC'), ('John Varvatos|Boat Shoe|Rubber'), ('John Varvatos|Brouge|Leather'), ('John Varvatos|Brouge|Leatherette'), ('John Varvatos|Brouge|Polyurethane'), ('John Varvatos|Brouge|PVC'), ('John Varvatos|Brouge|Rubber'), ('John Varvatos|Cross Trainer|Leather'), ('John Varvatos|Cross Trainer|Leatherette'), ('John Varvatos|Cross Trainer|Polyurethane'), ('John Varvatos|Cross Trainer|PVC'), ('John Varvatos|Cross Trainer|Rubber'), ('John Varvatos|Derby|Leather'), ('John Varvatos|Derby|Leatherette'), ('John Varvatos|Derby|Polyurethane'), ('John Varvatos|Derby|PVC'), ('John Varvatos|Derby|Rubber'), ('John Varvatos|Dress Boot|Leather'), ('John Varvatos|Dress Boot|Leatherette'), ('John Varvatos|Dress Boot|Polyurethane'), ('John Varvatos|Dress Boot|PVC'), ('John Varvatos|Dress Boot|Rubber'), ('John Varvatos|Dress Shoe|Leather'), ('John Varvatos|Dress Shoe|Leatherette'), ('John Varvatos|Dress Shoe|Polyurethane'), ('John Varvatos|Dress Shoe|PVC'), ('John Varvatos|Dress Shoe|Rubber'), ('John Varvatos|Driving Shoe|Leather'), ('John Varvatos|Driving Shoe|Leatherette'), ('John Varvatos|Driving Shoe|Polyurethane'), ('John Varvatos|Driving Shoe|PVC'), ('John Varvatos|Driving Shoe|Rubber'), ('John Varvatos|Hiker|Leather'), ('John Varvatos|Hiker|Leatherette'), ('John Varvatos|Hiker|Polyurethane'), ('John Varvatos|Hiker|PVC'), ('John Varvatos|Hiker|Rubber'), ('John Varvatos|Loafer (Slip-on)|Leather'), ('John Varvatos|Loafer (Slip-on)|Leatherette'), ('John Varvatos|Loafer (Slip-on)|Polyurethane'), ('John Varvatos|Loafer (Slip-on)|PVC'), ('John Varvatos|Loafer (Slip-on)|Rubber'), ('John Varvatos|Oxford (Lace-up)|Leather'), ('John Varvatos|Oxford (Lace-up)|Leatherette'), ('John Varvatos|Oxford (Lace-up)|Polyurethane'), ('John Varvatos|Oxford (Lace-up)|PVC'), ('John Varvatos|Oxford (Lace-up)|Rubber'), ('John Varvatos|Patent Leather|Leather'), ('John Varvatos|Patent Leather|Leatherette'), ('John Varvatos|Patent Leather|Polyurethane'), ('John Varvatos|Patent Leather|PVC'), ('John Varvatos|Patent Leather|Rubber'), ('John Varvatos|Penny Loafer|Leather'), ('John Varvatos|Penny Loafer|Leatherette'), ('John Varvatos|Penny Loafer|Polyurethane'), ('John Varvatos|Penny Loafer|PVC'), ('John Varvatos|Penny Loafer|Rubber'), ('John Varvatos|Runner|Leather'), ('John Varvatos|Runner|Leatherette'), ('John Varvatos|Runner|Polyurethane'), ('John Varvatos|Runner|PVC'), ('John Varvatos|Runner|Rubber'), ('John Varvatos|Saddle Shoe|Leather'), ('John Varvatos|Saddle Shoe|Leatherette'), ('John Varvatos|Saddle Shoe|Polyurethane'), ('John Varvatos|Saddle Shoe|PVC'), ('John Varvatos|Saddle Shoe|Rubber'), ('John Varvatos|Sandal|Leather'), ('John Varvatos|Sandal|Leatherette'), ('John Varvatos|Sandal|Polyurethane'), ('John Varvatos|Sandal|PVC'), ('John Varvatos|Sandal|Rubber'), ('John Varvatos|Tennis|Leather'), ('John Varvatos|Tennis|Leatherette'), ('John Varvatos|Tennis|Polyurethane'), ('John Varvatos|Tennis|PVC'), ('John Varvatos|Tennis|Rubber'), ('John Varvatos|Walker|Leather'), ('John Varvatos|Walker|Leatherette'), ('John Varvatos|Walker|Polyurethane'), ('John Varvatos|Walker|PVC'), ('John Varvatos|Walker|Rubber'), ('John Varvatos|Wingtip|Leather'), ('John Varvatos|Wingtip|Leatherette'), ('John Varvatos|Wingtip|Polyurethane'), ('John Varvatos|Wingtip|PVC'), ('John Varvatos|Wingtip|Rubber'), ('John Varvatos|Work Boot|Leather'), ('John Varvatos|Work Boot|Leatherette'), ('John Varvatos|Work Boot|Polyurethane'), ('John Varvatos|Work Boot|PVC'), ('John Varvatos|Work Boot|Rubber'), ('Johnston & Murphy|Balmoral|Leather'), ('Johnston & Murphy|Balmoral|Leatherette'), ('Johnston & Murphy|Balmoral|Polyurethane'), ('Johnston & Murphy|Balmoral|PVC'), ('Johnston & Murphy|Balmoral|Rubber'), ('Johnston & Murphy|Boat Shoe|Leather'), ('Johnston & Murphy|Boat Shoe|Leatherette'), ('Johnston & Murphy|Boat Shoe|Polyurethane'), ('Johnston & Murphy|Boat Shoe|PVC'), ('Johnston & Murphy|Boat Shoe|Rubber'), ('Johnston & Murphy|Brouge|Leather'), ('Johnston & Murphy|Brouge|Leatherette'), ('Johnston & Murphy|Brouge|Polyurethane'), ('Johnston & Murphy|Brouge|PVC'), ('Johnston & Murphy|Brouge|Rubber'), ('Johnston & Murphy|Cross Trainer|Leather'), ('Johnston & Murphy|Cross Trainer|Leatherette'), ('Johnston & Murphy|Cross Trainer|Polyurethane'), ('Johnston & Murphy|Cross Trainer|PVC'), ('Johnston & Murphy|Cross Trainer|Rubber'), ('Johnston & Murphy|Derby|Leather'), ('Johnston & Murphy|Derby|Leatherette'), ('Johnston & Murphy|Derby|Polyurethane'), ('Johnston & Murphy|Derby|PVC'), ('Johnston & Murphy|Derby|Rubber'), ('Johnston & Murphy|Dress Boot|Leather'), ('Johnston & Murphy|Dress Boot|Leatherette'), ('Johnston & Murphy|Dress Boot|Polyurethane'), ('Johnston & Murphy|Dress Boot|PVC'), ('Johnston & Murphy|Dress Boot|Rubber'), ('Johnston & Murphy|Dress Shoe|Leather'), ('Johnston & Murphy|Dress Shoe|Leatherette'), ('Johnston & Murphy|Dress Shoe|Polyurethane'), ('Johnston & Murphy|Dress Shoe|PVC'), ('Johnston & Murphy|Dress Shoe|Rubber'), ('Johnston & Murphy|Driving Shoe|Leather'), ('Johnston & Murphy|Driving Shoe|Leatherette'), ('Johnston & Murphy|Driving Shoe|Polyurethane'), ('Johnston & Murphy|Driving Shoe|PVC'), ('Johnston & Murphy|Driving Shoe|Rubber'), ('Johnston & Murphy|Hiker|Leather'), ('Johnston & Murphy|Hiker|Leatherette'), ('Johnston & Murphy|Hiker|Polyurethane'), ('Johnston & Murphy|Hiker|PVC'), ('Johnston & Murphy|Hiker|Rubber'), ('Johnston & Murphy|Loafer (Slip-on)|Leather'), ('Johnston & Murphy|Loafer (Slip-on)|Leatherette'), ('Johnston & Murphy|Loafer (Slip-on)|Polyurethane'), ('Johnston & Murphy|Loafer (Slip-on)|PVC'), ('Johnston & Murphy|Loafer (Slip-on)|Rubber'), ('Johnston & Murphy|Oxford (Lace-up)|Leather'), ('Johnston & Murphy|Oxford (Lace-up)|Leatherette'), ('Johnston & Murphy|Oxford (Lace-up)|Polyurethane'), ('Johnston & Murphy|Oxford (Lace-up)|PVC'), ('Johnston & Murphy|Oxford (Lace-up)|Rubber'), ('Johnston & Murphy|Patent Leather|Leather'), ('Johnston & Murphy|Patent Leather|Leatherette'), ('Johnston & Murphy|Patent Leather|Polyurethane'), ('Johnston & Murphy|Patent Leather|PVC'), ('Johnston & Murphy|Patent Leather|Rubber'), ('Johnston & Murphy|Penny Loafer|Leather'), ('Johnston & Murphy|Penny Loafer|Leatherette'), ('Johnston & Murphy|Penny Loafer|Polyurethane'), ('Johnston & Murphy|Penny Loafer|PVC'), ('Johnston & Murphy|Penny Loafer|Rubber'), ('Johnston & Murphy|Runner|Leather'), ('Johnston & Murphy|Runner|Leatherette'), ('Johnston & Murphy|Runner|Polyurethane'), ('Johnston & Murphy|Runner|PVC'), ('Johnston & Murphy|Runner|Rubber'), ('Johnston & Murphy|Saddle Shoe|Leather'), ('Johnston & Murphy|Saddle Shoe|Leatherette'), ('Johnston & Murphy|Saddle Shoe|Polyurethane'), ('Johnston & Murphy|Saddle Shoe|PVC'), ('Johnston & Murphy|Saddle Shoe|Rubber'), ('Johnston & Murphy|Sandal|Leather'), ('Johnston & Murphy|Sandal|Leatherette'), ('Johnston & Murphy|Sandal|Polyurethane'), ('Johnston & Murphy|Sandal|PVC'), ('Johnston & Murphy|Sandal|Rubber'), ('Johnston & Murphy|Tennis|Leather'), ('Johnston & Murphy|Tennis|Leatherette'), ('Johnston & Murphy|Tennis|Polyurethane'), ('Johnston & Murphy|Tennis|PVC'), ('Johnston & Murphy|Tennis|Rubber'), ('Johnston & Murphy|Walker|Leather'), ('Johnston & Murphy|Walker|Leatherette'), ('Johnston & Murphy|Walker|Polyurethane'), ('Johnston & Murphy|Walker|PVC'), ('Johnston & Murphy|Walker|Rubber'), ('Johnston & Murphy|Wingtip|Leather'), ('Johnston & Murphy|Wingtip|Leatherette'), ('Johnston & Murphy|Wingtip|Polyurethane'), ('Johnston & Murphy|Wingtip|PVC'), ('Johnston & Murphy|Wingtip|Rubber'), ('Johnston & Murphy|Work Boot|Leather'), ('Johnston & Murphy|Work Boot|Leatherette'), ('Johnston & Murphy|Work Boot|Polyurethane'), ('Johnston & Murphy|Work Boot|PVC'), ('Johnston & Murphy|Work Boot|Rubber'), ('K-Swiss|Balmoral|Leather'), ('K-Swiss|Balmoral|Leatherette'), ('K-Swiss|Balmoral|Polyurethane'), ('K-Swiss|Balmoral|PVC'), ('K-Swiss|Balmoral|Rubber'), ('K-Swiss|Boat Shoe|Leather'), ('K-Swiss|Boat Shoe|Leatherette'), ('K-Swiss|Boat Shoe|Polyurethane'), ('K-Swiss|Boat Shoe|PVC'), ('K-Swiss|Boat Shoe|Rubber'), ('K-Swiss|Brouge|Leather'), ('K-Swiss|Brouge|Leatherette'), ('K-Swiss|Brouge|Polyurethane'), ('K-Swiss|Brouge|PVC'), ('K-Swiss|Brouge|Rubber'), ('K-Swiss|Cross Trainer|Leather'), ('K-Swiss|Cross Trainer|Leatherette'), ('K-Swiss|Cross Trainer|Polyurethane'), ('K-Swiss|Cross Trainer|PVC'), ('K-Swiss|Cross Trainer|Rubber'), ('K-Swiss|Derby|Leather'), ('K-Swiss|Derby|Leatherette'), ('K-Swiss|Derby|Polyurethane'), ('K-Swiss|Derby|PVC'), ('K-Swiss|Derby|Rubber'), ('K-Swiss|Dress Boot|Leather'), ('K-Swiss|Dress Boot|Leatherette'), ('K-Swiss|Dress Boot|Polyurethane'), ('K-Swiss|Dress Boot|PVC'), ('K-Swiss|Dress Boot|Rubber'), ('K-Swiss|Dress Shoe|Leather'), ('K-Swiss|Dress Shoe|Leatherette'), ('K-Swiss|Dress Shoe|Polyurethane'), ('K-Swiss|Dress Shoe|PVC'), ('K-Swiss|Dress Shoe|Rubber'), ('K-Swiss|Driving Shoe|Leather'), ('K-Swiss|Driving Shoe|Leatherette'), ('K-Swiss|Driving Shoe|Polyurethane'), ('K-Swiss|Driving Shoe|PVC'), ('K-Swiss|Driving Shoe|Rubber'), ('K-Swiss|Hiker|Leather'), ('K-Swiss|Hiker|Leatherette'), ('K-Swiss|Hiker|Polyurethane'), ('K-Swiss|Hiker|PVC'), ('K-Swiss|Hiker|Rubber'), ('K-Swiss|Loafer (Slip-on)|Leather'), ('K-Swiss|Loafer (Slip-on)|Leatherette'), ('K-Swiss|Loafer (Slip-on)|Polyurethane'), ('K-Swiss|Loafer (Slip-on)|PVC'), ('K-Swiss|Loafer (Slip-on)|Rubber'), ('K-Swiss|Oxford (Lace-up)|Leather'), ('K-Swiss|Oxford (Lace-up)|Leatherette'), ('K-Swiss|Oxford (Lace-up)|Polyurethane'), ('K-Swiss|Oxford (Lace-up)|PVC'), ('K-Swiss|Oxford (Lace-up)|Rubber'), ('K-Swiss|Patent Leather|Leather'), ('K-Swiss|Patent Leather|Leatherette'), ('K-Swiss|Patent Leather|Polyurethane'), ('K-Swiss|Patent Leather|PVC'), ('K-Swiss|Patent Leather|Rubber'), ('K-Swiss|Penny Loafer|Leather'), ('K-Swiss|Penny Loafer|Leatherette'), ('K-Swiss|Penny Loafer|Polyurethane'), ('K-Swiss|Penny Loafer|PVC'), ('K-Swiss|Penny Loafer|Rubber'), ('K-Swiss|Runner|Leather'), ('K-Swiss|Runner|Leatherette'), ('K-Swiss|Runner|Polyurethane'), ('K-Swiss|Runner|PVC'), ('K-Swiss|Runner|Rubber'), ('K-Swiss|Saddle Shoe|Leather'), ('K-Swiss|Saddle Shoe|Leatherette'), ('K-Swiss|Saddle Shoe|Polyurethane'), ('K-Swiss|Saddle Shoe|PVC'), ('K-Swiss|Saddle Shoe|Rubber'), ('K-Swiss|Sandal|Leather'), ('K-Swiss|Sandal|Leatherette'), ('K-Swiss|Sandal|Polyurethane'), ('K-Swiss|Sandal|PVC'), ('K-Swiss|Sandal|Rubber'), ('K-Swiss|Tennis|Leather'), ('K-Swiss|Tennis|Leatherette'), ('K-Swiss|Tennis|Polyurethane'), ('K-Swiss|Tennis|PVC'), ('K-Swiss|Tennis|Rubber'), ('K-Swiss|Walker|Leather'), ('K-Swiss|Walker|Leatherette'), ('K-Swiss|Walker|Polyurethane'), ('K-Swiss|Walker|PVC'), ('K-Swiss|Walker|Rubber'), ('K-Swiss|Wingtip|Leather'), ('K-Swiss|Wingtip|Leatherette'), ('K-Swiss|Wingtip|Polyurethane'), ('K-Swiss|Wingtip|PVC'), ('K-Swiss|Wingtip|Rubber'), ('K-Swiss|Work Boot|Leather'), ('K-Swiss|Work Boot|Leatherette'), ('K-Swiss|Work Boot|Polyurethane'), ('K-Swiss|Work Boot|PVC'), ('K-Swiss|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Kenneth Cole Productions|Balmoral|Leather'), ('Kenneth Cole Productions|Balmoral|Leatherette'), ('Kenneth Cole Productions|Balmoral|Polyurethane'), ('Kenneth Cole Productions|Balmoral|PVC'), ('Kenneth Cole Productions|Balmoral|Rubber'), ('Kenneth Cole Productions|Boat Shoe|Leather'), ('Kenneth Cole Productions|Boat Shoe|Leatherette'), ('Kenneth Cole Productions|Boat Shoe|Polyurethane'), ('Kenneth Cole Productions|Boat Shoe|PVC'), ('Kenneth Cole Productions|Boat Shoe|Rubber'), ('Kenneth Cole Productions|Brouge|Leather'), ('Kenneth Cole Productions|Brouge|Leatherette'), ('Kenneth Cole Productions|Brouge|Polyurethane'), ('Kenneth Cole Productions|Brouge|PVC'), ('Kenneth Cole Productions|Brouge|Rubber'), ('Kenneth Cole Productions|Cross Trainer|Leather'), ('Kenneth Cole Productions|Cross Trainer|Leatherette'), ('Kenneth Cole Productions|Cross Trainer|Polyurethane'), ('Kenneth Cole Productions|Cross Trainer|PVC'), ('Kenneth Cole Productions|Cross Trainer|Rubber'), ('Kenneth Cole Productions|Derby|Leather'), ('Kenneth Cole Productions|Derby|Leatherette'), ('Kenneth Cole Productions|Derby|Polyurethane'), ('Kenneth Cole Productions|Derby|PVC'), ('Kenneth Cole Productions|Derby|Rubber'), ('Kenneth Cole Productions|Dress Boot|Leather'), ('Kenneth Cole Productions|Dress Boot|Leatherette'), ('Kenneth Cole Productions|Dress Boot|Polyurethane'), ('Kenneth Cole Productions|Dress Boot|PVC'), ('Kenneth Cole Productions|Dress Boot|Rubber'), ('Kenneth Cole Productions|Dress Shoe|Leather'), ('Kenneth Cole Productions|Dress Shoe|Leatherette'), ('Kenneth Cole Productions|Dress Shoe|Polyurethane'), ('Kenneth Cole Productions|Dress Shoe|PVC'), ('Kenneth Cole Productions|Dress Shoe|Rubber'), ('Kenneth Cole Productions|Driving Shoe|Leather'), ('Kenneth Cole Productions|Driving Shoe|Leatherette'), ('Kenneth Cole Productions|Driving Shoe|Polyurethane'), ('Kenneth Cole Productions|Driving Shoe|PVC'), ('Kenneth Cole Productions|Driving Shoe|Rubber'), ('Kenneth Cole Productions|Hiker|Leather'), ('Kenneth Cole Productions|Hiker|Leatherette'), ('Kenneth Cole Productions|Hiker|Polyurethane'), ('Kenneth Cole Productions|Hiker|PVC'), ('Kenneth Cole Productions|Hiker|Rubber'), ('Kenneth Cole Productions|Loafer (Slip-on)|Leather'), ('Kenneth Cole Productions|Loafer (Slip-on)|Leatherette'), ('Kenneth Cole Productions|Loafer (Slip-on)|Polyurethane'), ('Kenneth Cole Productions|Loafer (Slip-on)|PVC'), ('Kenneth Cole Productions|Loafer (Slip-on)|Rubber'), ('Kenneth Cole Productions|Oxford (Lace-up)|Leather'), ('Kenneth Cole Productions|Oxford (Lace-up)|Leatherette'), ('Kenneth Cole Productions|Oxford (Lace-up)|Polyurethane'), ('Kenneth Cole Productions|Oxford (Lace-up)|PVC'), ('Kenneth Cole Productions|Oxford (Lace-up)|Rubber'), ('Kenneth Cole Productions|Patent Leather|Leather'), ('Kenneth Cole Productions|Patent Leather|Leatherette'), ('Kenneth Cole Productions|Patent Leather|Polyurethane'), ('Kenneth Cole Productions|Patent Leather|PVC'), ('Kenneth Cole Productions|Patent Leather|Rubber'), ('Kenneth Cole Productions|Penny Loafer|Leather'), ('Kenneth Cole Productions|Penny Loafer|Leatherette'), ('Kenneth Cole Productions|Penny Loafer|Polyurethane'), ('Kenneth Cole Productions|Penny Loafer|PVC'), ('Kenneth Cole Productions|Penny Loafer|Rubber'), ('Kenneth Cole Productions|Runner|Leather'), ('Kenneth Cole Productions|Runner|Leatherette'), ('Kenneth Cole Productions|Runner|Polyurethane'), ('Kenneth Cole Productions|Runner|PVC'), ('Kenneth Cole Productions|Runner|Rubber'), ('Kenneth Cole Productions|Saddle Shoe|Leather'), ('Kenneth Cole Productions|Saddle Shoe|Leatherette'), ('Kenneth Cole Productions|Saddle Shoe|Polyurethane'), ('Kenneth Cole Productions|Saddle Shoe|PVC'), ('Kenneth Cole Productions|Saddle Shoe|Rubber'), ('Kenneth Cole Productions|Sandal|Leather'), ('Kenneth Cole Productions|Sandal|Leatherette'), ('Kenneth Cole Productions|Sandal|Polyurethane'), ('Kenneth Cole Productions|Sandal|PVC'), ('Kenneth Cole Productions|Sandal|Rubber'), ('Kenneth Cole Productions|Tennis|Leather'), ('Kenneth Cole Productions|Tennis|Leatherette'), ('Kenneth Cole Productions|Tennis|Polyurethane'), ('Kenneth Cole Productions|Tennis|PVC'), ('Kenneth Cole Productions|Tennis|Rubber'), ('Kenneth Cole Productions|Walker|Leather'), ('Kenneth Cole Productions|Walker|Leatherette'), ('Kenneth Cole Productions|Walker|Polyurethane'), ('Kenneth Cole Productions|Walker|PVC'), ('Kenneth Cole Productions|Walker|Rubber'), ('Kenneth Cole Productions|Wingtip|Leather'), ('Kenneth Cole Productions|Wingtip|Leatherette'), ('Kenneth Cole Productions|Wingtip|Polyurethane'), ('Kenneth Cole Productions|Wingtip|PVC'), ('Kenneth Cole Productions|Wingtip|Rubber'), ('Kenneth Cole Productions|Work Boot|Leather'), ('Kenneth Cole Productions|Work Boot|Leatherette'), ('Kenneth Cole Productions|Work Boot|Polyurethane'), ('Kenneth Cole Productions|Work Boot|PVC'), ('Kenneth Cole Productions|Work Boot|Rubber'), ('Khombu|Balmoral|Leather'), ('Khombu|Balmoral|Leatherette'), ('Khombu|Balmoral|Polyurethane'), ('Khombu|Balmoral|PVC'), ('Khombu|Balmoral|Rubber'), ('Khombu|Boat Shoe|Leather'), ('Khombu|Boat Shoe|Leatherette'), ('Khombu|Boat Shoe|Polyurethane'), ('Khombu|Boat Shoe|PVC'), ('Khombu|Boat Shoe|Rubber'), ('Khombu|Brouge|Leather'), ('Khombu|Brouge|Leatherette'), ('Khombu|Brouge|Polyurethane'), ('Khombu|Brouge|PVC'), ('Khombu|Brouge|Rubber'), ('Khombu|Cross Trainer|Leather'), ('Khombu|Cross Trainer|Leatherette'), ('Khombu|Cross Trainer|Polyurethane'), ('Khombu|Cross Trainer|PVC'), ('Khombu|Cross Trainer|Rubber'), ('Khombu|Derby|Leather'), ('Khombu|Derby|Leatherette'), ('Khombu|Derby|Polyurethane'), ('Khombu|Derby|PVC'), ('Khombu|Derby|Rubber'), ('Khombu|Dress Boot|Leather'), ('Khombu|Dress Boot|Leatherette'), ('Khombu|Dress Boot|Polyurethane'), ('Khombu|Dress Boot|PVC'), ('Khombu|Dress Boot|Rubber'), ('Khombu|Dress Shoe|Leather'), ('Khombu|Dress Shoe|Leatherette'), ('Khombu|Dress Shoe|Polyurethane'), ('Khombu|Dress Shoe|PVC'), ('Khombu|Dress Shoe|Rubber'), ('Khombu|Driving Shoe|Leather'), ('Khombu|Driving Shoe|Leatherette'), ('Khombu|Driving Shoe|Polyurethane'), ('Khombu|Driving Shoe|PVC'), ('Khombu|Driving Shoe|Rubber'), ('Khombu|Hiker|Leather'), ('Khombu|Hiker|Leatherette'), ('Khombu|Hiker|Polyurethane'), ('Khombu|Hiker|PVC'), ('Khombu|Hiker|Rubber'), ('Khombu|Loafer (Slip-on)|Leather'), ('Khombu|Loafer (Slip-on)|Leatherette'), ('Khombu|Loafer (Slip-on)|Polyurethane'), ('Khombu|Loafer (Slip-on)|PVC'), ('Khombu|Loafer (Slip-on)|Rubber'), ('Khombu|Oxford (Lace-up)|Leather'), ('Khombu|Oxford (Lace-up)|Leatherette'), ('Khombu|Oxford (Lace-up)|Polyurethane'), ('Khombu|Oxford (Lace-up)|PVC'), ('Khombu|Oxford (Lace-up)|Rubber'), ('Khombu|Patent Leather|Leather'), ('Khombu|Patent Leather|Leatherette'), ('Khombu|Patent Leather|Polyurethane'), ('Khombu|Patent Leather|PVC'), ('Khombu|Patent Leather|Rubber'), ('Khombu|Penny Loafer|Leather'), ('Khombu|Penny Loafer|Leatherette'), ('Khombu|Penny Loafer|Polyurethane'), ('Khombu|Penny Loafer|PVC'), ('Khombu|Penny Loafer|Rubber'), ('Khombu|Runner|Leather'), ('Khombu|Runner|Leatherette'), ('Khombu|Runner|Polyurethane'), ('Khombu|Runner|PVC'), ('Khombu|Runner|Rubber'), ('Khombu|Saddle Shoe|Leather'), ('Khombu|Saddle Shoe|Leatherette'), ('Khombu|Saddle Shoe|Polyurethane'), ('Khombu|Saddle Shoe|PVC'), ('Khombu|Saddle Shoe|Rubber'), ('Khombu|Sandal|Leather'), ('Khombu|Sandal|Leatherette'), ('Khombu|Sandal|Polyurethane'), ('Khombu|Sandal|PVC'), ('Khombu|Sandal|Rubber'), ('Khombu|Tennis|Leather'), ('Khombu|Tennis|Leatherette'), ('Khombu|Tennis|Polyurethane'), ('Khombu|Tennis|PVC'), ('Khombu|Tennis|Rubber'), ('Khombu|Walker|Leather'), ('Khombu|Walker|Leatherette'), ('Khombu|Walker|Polyurethane'), ('Khombu|Walker|PVC'), ('Khombu|Walker|Rubber'), ('Khombu|Wingtip|Leather'), ('Khombu|Wingtip|Leatherette'), ('Khombu|Wingtip|Polyurethane'), ('Khombu|Wingtip|PVC'), ('Khombu|Wingtip|Rubber'), ('Khombu|Work Boot|Leather'), ('Khombu|Work Boot|Leatherette'), ('Khombu|Work Boot|Polyurethane'), ('Khombu|Work Boot|PVC'), ('Khombu|Work Boot|Rubber'), ('L.B Evans|Balmoral|Leather'), ('L.B Evans|Balmoral|Leatherette'), ('L.B Evans|Balmoral|Polyurethane'), ('L.B Evans|Balmoral|PVC'), ('L.B Evans|Balmoral|Rubber'), ('L.B Evans|Boat Shoe|Leather'), ('L.B Evans|Boat Shoe|Leatherette'), ('L.B Evans|Boat Shoe|Polyurethane'), ('L.B Evans|Boat Shoe|PVC'), ('L.B Evans|Boat Shoe|Rubber'), ('L.B Evans|Brouge|Leather'), ('L.B Evans|Brouge|Leatherette'), ('L.B Evans|Brouge|Polyurethane'), ('L.B Evans|Brouge|PVC'), ('L.B Evans|Brouge|Rubber'), ('L.B Evans|Cross Trainer|Leather'), ('L.B Evans|Cross Trainer|Leatherette'), ('L.B Evans|Cross Trainer|Polyurethane'), ('L.B Evans|Cross Trainer|PVC'), ('L.B Evans|Cross Trainer|Rubber'), ('L.B Evans|Derby|Leather'), ('L.B Evans|Derby|Leatherette'), ('L.B Evans|Derby|Polyurethane'), ('L.B Evans|Derby|PVC'), ('L.B Evans|Derby|Rubber'), ('L.B Evans|Dress Boot|Leather'), ('L.B Evans|Dress Boot|Leatherette'), ('L.B Evans|Dress Boot|Polyurethane'), ('L.B Evans|Dress Boot|PVC'), ('L.B Evans|Dress Boot|Rubber'), ('L.B Evans|Dress Shoe|Leather'), ('L.B Evans|Dress Shoe|Leatherette'), ('L.B Evans|Dress Shoe|Polyurethane'), ('L.B Evans|Dress Shoe|PVC'), ('L.B Evans|Dress Shoe|Rubber'), ('L.B Evans|Driving Shoe|Leather'), ('L.B Evans|Driving Shoe|Leatherette'), ('L.B Evans|Driving Shoe|Polyurethane'), ('L.B Evans|Driving Shoe|PVC'), ('L.B Evans|Driving Shoe|Rubber'), ('L.B Evans|Hiker|Leather'), ('L.B Evans|Hiker|Leatherette'), ('L.B Evans|Hiker|Polyurethane'), ('L.B Evans|Hiker|PVC'), ('L.B Evans|Hiker|Rubber'), ('L.B Evans|Loafer (Slip-on)|Leather'), ('L.B Evans|Loafer (Slip-on)|Leatherette'), ('L.B Evans|Loafer (Slip-on)|Polyurethane'), ('L.B Evans|Loafer (Slip-on)|PVC'), ('L.B Evans|Loafer (Slip-on)|Rubber'), ('L.B Evans|Oxford (Lace-up)|Leather'), ('L.B Evans|Oxford (Lace-up)|Leatherette'), ('L.B Evans|Oxford (Lace-up)|Polyurethane'), ('L.B Evans|Oxford (Lace-up)|PVC'), ('L.B Evans|Oxford (Lace-up)|Rubber'), ('L.B Evans|Patent Leather|Leather'), ('L.B Evans|Patent Leather|Leatherette'), ('L.B Evans|Patent Leather|Polyurethane'), ('L.B Evans|Patent Leather|PVC'), ('L.B Evans|Patent Leather|Rubber'), ('L.B Evans|Penny Loafer|Leather'), ('L.B Evans|Penny Loafer|Leatherette'), ('L.B Evans|Penny Loafer|Polyurethane'), ('L.B Evans|Penny Loafer|PVC'), ('L.B Evans|Penny Loafer|Rubber'), ('L.B Evans|Runner|Leather'), ('L.B Evans|Runner|Leatherette'), ('L.B Evans|Runner|Polyurethane'), ('L.B Evans|Runner|PVC'), ('L.B Evans|Runner|Rubber'), ('L.B Evans|Saddle Shoe|Leather'), ('L.B Evans|Saddle Shoe|Leatherette'), ('L.B Evans|Saddle Shoe|Polyurethane'), ('L.B Evans|Saddle Shoe|PVC'), ('L.B Evans|Saddle Shoe|Rubber'), ('L.B Evans|Sandal|Leather'), ('L.B Evans|Sandal|Leatherette'), ('L.B Evans|Sandal|Polyurethane'), ('L.B Evans|Sandal|PVC'), ('L.B Evans|Sandal|Rubber'), ('L.B Evans|Tennis|Leather'), ('L.B Evans|Tennis|Leatherette'), ('L.B Evans|Tennis|Polyurethane'), ('L.B Evans|Tennis|PVC'), ('L.B Evans|Tennis|Rubber'), ('L.B Evans|Walker|Leather'), ('L.B Evans|Walker|Leatherette'), ('L.B Evans|Walker|Polyurethane'), ('L.B Evans|Walker|PVC'), ('L.B Evans|Walker|Rubber'), ('L.B Evans|Wingtip|Leather'), ('L.B Evans|Wingtip|Leatherette'), ('L.B Evans|Wingtip|Polyurethane'), ('L.B Evans|Wingtip|PVC'), ('L.B Evans|Wingtip|Rubber'), ('L.B Evans|Work Boot|Leather'), ('L.B Evans|Work Boot|Leatherette'), ('L.B Evans|Work Boot|Polyurethane'), ('L.B Evans|Work Boot|PVC'), ('L.B Evans|Work Boot|Rubber'), ('Laredo|Balmoral|Leather'), ('Laredo|Balmoral|Leatherette'), ('Laredo|Balmoral|Polyurethane'), ('Laredo|Balmoral|PVC'), ('Laredo|Balmoral|Rubber'), ('Laredo|Boat Shoe|Leather'), ('Laredo|Boat Shoe|Leatherette'), ('Laredo|Boat Shoe|Polyurethane'), ('Laredo|Boat Shoe|PVC'), ('Laredo|Boat Shoe|Rubber'), ('Laredo|Brouge|Leather'), ('Laredo|Brouge|Leatherette'), ('Laredo|Brouge|Polyurethane'), ('Laredo|Brouge|PVC'), ('Laredo|Brouge|Rubber'), ('Laredo|Cross Trainer|Leather'), ('Laredo|Cross Trainer|Leatherette'), ('Laredo|Cross Trainer|Polyurethane'), ('Laredo|Cross Trainer|PVC'), ('Laredo|Cross Trainer|Rubber'), ('Laredo|Derby|Leather'), ('Laredo|Derby|Leatherette'), ('Laredo|Derby|Polyurethane'), ('Laredo|Derby|PVC'), ('Laredo|Derby|Rubber'), ('Laredo|Dress Boot|Leather'), ('Laredo|Dress Boot|Leatherette'), ('Laredo|Dress Boot|Polyurethane'), ('Laredo|Dress Boot|PVC'), ('Laredo|Dress Boot|Rubber'), ('Laredo|Dress Shoe|Leather'), ('Laredo|Dress Shoe|Leatherette'), ('Laredo|Dress Shoe|Polyurethane'), ('Laredo|Dress Shoe|PVC'), ('Laredo|Dress Shoe|Rubber'), ('Laredo|Driving Shoe|Leather'), ('Laredo|Driving Shoe|Leatherette'), ('Laredo|Driving Shoe|Polyurethane'), ('Laredo|Driving Shoe|PVC'), ('Laredo|Driving Shoe|Rubber'), ('Laredo|Hiker|Leather'), ('Laredo|Hiker|Leatherette'), ('Laredo|Hiker|Polyurethane'), ('Laredo|Hiker|PVC'), ('Laredo|Hiker|Rubber'), ('Laredo|Loafer (Slip-on)|Leather'), ('Laredo|Loafer (Slip-on)|Leatherette'), ('Laredo|Loafer (Slip-on)|Polyurethane'), ('Laredo|Loafer (Slip-on)|PVC'), ('Laredo|Loafer (Slip-on)|Rubber'), ('Laredo|Oxford (Lace-up)|Leather'), ('Laredo|Oxford (Lace-up)|Leatherette'), ('Laredo|Oxford (Lace-up)|Polyurethane'), ('Laredo|Oxford (Lace-up)|PVC'), ('Laredo|Oxford (Lace-up)|Rubber'), ('Laredo|Patent Leather|Leather'), ('Laredo|Patent Leather|Leatherette'), ('Laredo|Patent Leather|Polyurethane'), ('Laredo|Patent Leather|PVC'), ('Laredo|Patent Leather|Rubber'), ('Laredo|Penny Loafer|Leather'), ('Laredo|Penny Loafer|Leatherette'), ('Laredo|Penny Loafer|Polyurethane'), ('Laredo|Penny Loafer|PVC'), ('Laredo|Penny Loafer|Rubber'), ('Laredo|Runner|Leather'), ('Laredo|Runner|Leatherette'), ('Laredo|Runner|Polyurethane'), ('Laredo|Runner|PVC'), ('Laredo|Runner|Rubber'), ('Laredo|Saddle Shoe|Leather'), ('Laredo|Saddle Shoe|Leatherette'), ('Laredo|Saddle Shoe|Polyurethane'), ('Laredo|Saddle Shoe|PVC'), ('Laredo|Saddle Shoe|Rubber'), ('Laredo|Sandal|Leather'), ('Laredo|Sandal|Leatherette'), ('Laredo|Sandal|Polyurethane'), ('Laredo|Sandal|PVC'), ('Laredo|Sandal|Rubber'), ('Laredo|Tennis|Leather'), ('Laredo|Tennis|Leatherette'), ('Laredo|Tennis|Polyurethane'), ('Laredo|Tennis|PVC'), ('Laredo|Tennis|Rubber'), ('Laredo|Walker|Leather'), ('Laredo|Walker|Leatherette'), ('Laredo|Walker|Polyurethane'), ('Laredo|Walker|PVC'), ('Laredo|Walker|Rubber'), ('Laredo|Wingtip|Leather'), ('Laredo|Wingtip|Leatherette'), ('Laredo|Wingtip|Polyurethane'), ('Laredo|Wingtip|PVC'), ('Laredo|Wingtip|Rubber'), ('Laredo|Work Boot|Leather'), ('Laredo|Work Boot|Leatherette'), ('Laredo|Work Boot|Polyurethane'), ('Laredo|Work Boot|PVC'), ('Laredo|Work Boot|Rubber'), ('Lugz|Balmoral|Leather'), ('Lugz|Balmoral|Leatherette'), ('Lugz|Balmoral|Polyurethane'), ('Lugz|Balmoral|PVC'), ('Lugz|Balmoral|Rubber'), ('Lugz|Boat Shoe|Leather'), ('Lugz|Boat Shoe|Leatherette'), ('Lugz|Boat Shoe|Polyurethane'), ('Lugz|Boat Shoe|PVC'), ('Lugz|Boat Shoe|Rubber'), ('Lugz|Brouge|Leather'), ('Lugz|Brouge|Leatherette'), ('Lugz|Brouge|Polyurethane'), ('Lugz|Brouge|PVC'), ('Lugz|Brouge|Rubber'), ('Lugz|Cross Trainer|Leather'), ('Lugz|Cross Trainer|Leatherette'), ('Lugz|Cross Trainer|Polyurethane'), ('Lugz|Cross Trainer|PVC'), ('Lugz|Cross Trainer|Rubber'), ('Lugz|Derby|Leather'), ('Lugz|Derby|Leatherette'), ('Lugz|Derby|Polyurethane'), ('Lugz|Derby|PVC'), ('Lugz|Derby|Rubber'), ('Lugz|Dress Boot|Leather'), ('Lugz|Dress Boot|Leatherette'), ('Lugz|Dress Boot|Polyurethane'), ('Lugz|Dress Boot|PVC'), ('Lugz|Dress Boot|Rubber'), ('Lugz|Dress Shoe|Leather'), ('Lugz|Dress Shoe|Leatherette'), ('Lugz|Dress Shoe|Polyurethane'), ('Lugz|Dress Shoe|PVC'), ('Lugz|Dress Shoe|Rubber'), ('Lugz|Driving Shoe|Leather'), ('Lugz|Driving Shoe|Leatherette'), ('Lugz|Driving Shoe|Polyurethane'), ('Lugz|Driving Shoe|PVC'), ('Lugz|Driving Shoe|Rubber'), ('Lugz|Hiker|Leather'), ('Lugz|Hiker|Leatherette'), ('Lugz|Hiker|Polyurethane'), ('Lugz|Hiker|PVC'), ('Lugz|Hiker|Rubber'), ('Lugz|Loafer (Slip-on)|Leather'), ('Lugz|Loafer (Slip-on)|Leatherette'), ('Lugz|Loafer (Slip-on)|Polyurethane'), ('Lugz|Loafer (Slip-on)|PVC'), ('Lugz|Loafer (Slip-on)|Rubber'), ('Lugz|Oxford (Lace-up)|Leather'), ('Lugz|Oxford (Lace-up)|Leatherette'), ('Lugz|Oxford (Lace-up)|Polyurethane'), ('Lugz|Oxford (Lace-up)|PVC'), ('Lugz|Oxford (Lace-up)|Rubber'), ('Lugz|Patent Leather|Leather'), ('Lugz|Patent Leather|Leatherette'), ('Lugz|Patent Leather|Polyurethane'), ('Lugz|Patent Leather|PVC'), ('Lugz|Patent Leather|Rubber'), ('Lugz|Penny Loafer|Leather'), ('Lugz|Penny Loafer|Leatherette'), ('Lugz|Penny Loafer|Polyurethane'), ('Lugz|Penny Loafer|PVC'), ('Lugz|Penny Loafer|Rubber'), ('Lugz|Runner|Leather'), ('Lugz|Runner|Leatherette'), ('Lugz|Runner|Polyurethane'), ('Lugz|Runner|PVC'), ('Lugz|Runner|Rubber'), ('Lugz|Saddle Shoe|Leather'), ('Lugz|Saddle Shoe|Leatherette'), ('Lugz|Saddle Shoe|Polyurethane'), ('Lugz|Saddle Shoe|PVC'), ('Lugz|Saddle Shoe|Rubber'), ('Lugz|Sandal|Leather'), ('Lugz|Sandal|Leatherette'), ('Lugz|Sandal|Polyurethane'), ('Lugz|Sandal|PVC'), ('Lugz|Sandal|Rubber'), ('Lugz|Tennis|Leather'), ('Lugz|Tennis|Leatherette'), ('Lugz|Tennis|Polyurethane'), ('Lugz|Tennis|PVC'), ('Lugz|Tennis|Rubber'), ('Lugz|Walker|Leather'), ('Lugz|Walker|Leatherette'), ('Lugz|Walker|Polyurethane'), ('Lugz|Walker|PVC'), ('Lugz|Walker|Rubber'), ('Lugz|Wingtip|Leather'), ('Lugz|Wingtip|Leatherette'), ('Lugz|Wingtip|Polyurethane'), ('Lugz|Wingtip|PVC'), ('Lugz|Wingtip|Rubber'), ('Lugz|Work Boot|Leather'), ('Lugz|Work Boot|Leatherette'), ('Lugz|Work Boot|Polyurethane'), ('Lugz|Work Boot|PVC'), ('Lugz|Work Boot|Rubber'), ('Madden|Balmoral|Leather'), ('Madden|Balmoral|Leatherette'), ('Madden|Balmoral|Polyurethane'), ('Madden|Balmoral|PVC'), ('Madden|Balmoral|Rubber'), ('Madden|Boat Shoe|Leather'), ('Madden|Boat Shoe|Leatherette'), ('Madden|Boat Shoe|Polyurethane'), ('Madden|Boat Shoe|PVC'), ('Madden|Boat Shoe|Rubber'), ('Madden|Brouge|Leather'), ('Madden|Brouge|Leatherette'), ('Madden|Brouge|Polyurethane'), ('Madden|Brouge|PVC'), ('Madden|Brouge|Rubber'), ('Madden|Cross Trainer|Leather'), ('Madden|Cross Trainer|Leatherette'), ('Madden|Cross Trainer|Polyurethane'), ('Madden|Cross Trainer|PVC'), ('Madden|Cross Trainer|Rubber'), ('Madden|Derby|Leather'), ('Madden|Derby|Leatherette'), ('Madden|Derby|Polyurethane'), ('Madden|Derby|PVC'), ('Madden|Derby|Rubber'), ('Madden|Dress Boot|Leather'), ('Madden|Dress Boot|Leatherette'), ('Madden|Dress Boot|Polyurethane'), ('Madden|Dress Boot|PVC'), ('Madden|Dress Boot|Rubber'), ('Madden|Dress Shoe|Leather'), ('Madden|Dress Shoe|Leatherette'), ('Madden|Dress Shoe|Polyurethane'), ('Madden|Dress Shoe|PVC'), ('Madden|Dress Shoe|Rubber'), ('Madden|Driving Shoe|Leather'), ('Madden|Driving Shoe|Leatherette'), ('Madden|Driving Shoe|Polyurethane'), ('Madden|Driving Shoe|PVC'), ('Madden|Driving Shoe|Rubber'), ('Madden|Hiker|Leather'), ('Madden|Hiker|Leatherette'), ('Madden|Hiker|Polyurethane'), ('Madden|Hiker|PVC'), ('Madden|Hiker|Rubber'), ('Madden|Loafer (Slip-on)|Leather'), ('Madden|Loafer (Slip-on)|Leatherette'), ('Madden|Loafer (Slip-on)|Polyurethane'), ('Madden|Loafer (Slip-on)|PVC'), ('Madden|Loafer (Slip-on)|Rubber'), ('Madden|Oxford (Lace-up)|Leather'), ('Madden|Oxford (Lace-up)|Leatherette'), ('Madden|Oxford (Lace-up)|Polyurethane'), ('Madden|Oxford (Lace-up)|PVC'), ('Madden|Oxford (Lace-up)|Rubber'), ('Madden|Patent Leather|Leather'), ('Madden|Patent Leather|Leatherette'), ('Madden|Patent Leather|Polyurethane'), ('Madden|Patent Leather|PVC'), ('Madden|Patent Leather|Rubber'), ('Madden|Penny Loafer|Leather'), ('Madden|Penny Loafer|Leatherette'), ('Madden|Penny Loafer|Polyurethane'), ('Madden|Penny Loafer|PVC'), ('Madden|Penny Loafer|Rubber'), ('Madden|Runner|Leather'), ('Madden|Runner|Leatherette'), ('Madden|Runner|Polyurethane'), ('Madden|Runner|PVC'), ('Madden|Runner|Rubber'), ('Madden|Saddle Shoe|Leather'), ('Madden|Saddle Shoe|Leatherette'), ('Madden|Saddle Shoe|Polyurethane'), ('Madden|Saddle Shoe|PVC'), ('Madden|Saddle Shoe|Rubber'), ('Madden|Sandal|Leather'), ('Madden|Sandal|Leatherette'), ('Madden|Sandal|Polyurethane'), ('Madden|Sandal|PVC'), ('Madden|Sandal|Rubber'), ('Madden|Tennis|Leather'), ('Madden|Tennis|Leatherette'), ('Madden|Tennis|Polyurethane'), ('Madden|Tennis|PVC'), ('Madden|Tennis|Rubber'), ('Madden|Walker|Leather'), ('Madden|Walker|Leatherette'), ('Madden|Walker|Polyurethane'), ('Madden|Walker|PVC'), ('Madden|Walker|Rubber'), ('Madden|Wingtip|Leather'), ('Madden|Wingtip|Leatherette'), ('Madden|Wingtip|Polyurethane'), ('Madden|Wingtip|PVC'), ('Madden|Wingtip|Rubber'), ('Madden|Work Boot|Leather'), ('Madden|Work Boot|Leatherette'), ('Madden|Work Boot|Polyurethane'), ('Madden|Work Boot|PVC'), ('Madden|Work Boot|Rubber'), ('Magnum|Balmoral|Leather'), ('Magnum|Balmoral|Leatherette'), ('Magnum|Balmoral|Polyurethane'), ('Magnum|Balmoral|PVC'), ('Magnum|Balmoral|Rubber'), ('Magnum|Boat Shoe|Leather'), ('Magnum|Boat Shoe|Leatherette'), ('Magnum|Boat Shoe|Polyurethane'), ('Magnum|Boat Shoe|PVC'), ('Magnum|Boat Shoe|Rubber'), ('Magnum|Brouge|Leather'), ('Magnum|Brouge|Leatherette'), ('Magnum|Brouge|Polyurethane'), ('Magnum|Brouge|PVC'), ('Magnum|Brouge|Rubber'), ('Magnum|Cross Trainer|Leather'), ('Magnum|Cross Trainer|Leatherette'), ('Magnum|Cross Trainer|Polyurethane'), ('Magnum|Cross Trainer|PVC'), ('Magnum|Cross Trainer|Rubber'), ('Magnum|Derby|Leather'), ('Magnum|Derby|Leatherette'), ('Magnum|Derby|Polyurethane'), ('Magnum|Derby|PVC'), ('Magnum|Derby|Rubber'), ('Magnum|Dress Boot|Leather'), ('Magnum|Dress Boot|Leatherette'), ('Magnum|Dress Boot|Polyurethane'), ('Magnum|Dress Boot|PVC'), ('Magnum|Dress Boot|Rubber'), ('Magnum|Dress Shoe|Leather'), ('Magnum|Dress Shoe|Leatherette'), ('Magnum|Dress Shoe|Polyurethane'), ('Magnum|Dress Shoe|PVC'), ('Magnum|Dress Shoe|Rubber'), ('Magnum|Driving Shoe|Leather'), ('Magnum|Driving Shoe|Leatherette'), ('Magnum|Driving Shoe|Polyurethane'), ('Magnum|Driving Shoe|PVC'), ('Magnum|Driving Shoe|Rubber'), ('Magnum|Hiker|Leather'), ('Magnum|Hiker|Leatherette'), ('Magnum|Hiker|Polyurethane'), ('Magnum|Hiker|PVC'), ('Magnum|Hiker|Rubber'), ('Magnum|Loafer (Slip-on)|Leather'), ('Magnum|Loafer (Slip-on)|Leatherette'), ('Magnum|Loafer (Slip-on)|Polyurethane'), ('Magnum|Loafer (Slip-on)|PVC'), ('Magnum|Loafer (Slip-on)|Rubber'), ('Magnum|Oxford (Lace-up)|Leather'), ('Magnum|Oxford (Lace-up)|Leatherette'), ('Magnum|Oxford (Lace-up)|Polyurethane'), ('Magnum|Oxford (Lace-up)|PVC'), ('Magnum|Oxford (Lace-up)|Rubber'), ('Magnum|Patent Leather|Leather'), ('Magnum|Patent Leather|Leatherette'), ('Magnum|Patent Leather|Polyurethane'), ('Magnum|Patent Leather|PVC'), ('Magnum|Patent Leather|Rubber'), ('Magnum|Penny Loafer|Leather'), ('Magnum|Penny Loafer|Leatherette'), ('Magnum|Penny Loafer|Polyurethane'), ('Magnum|Penny Loafer|PVC'), ('Magnum|Penny Loafer|Rubber'), ('Magnum|Runner|Leather'), ('Magnum|Runner|Leatherette'), ('Magnum|Runner|Polyurethane'), ('Magnum|Runner|PVC'), ('Magnum|Runner|Rubber'), ('Magnum|Saddle Shoe|Leather'), ('Magnum|Saddle Shoe|Leatherette'), ('Magnum|Saddle Shoe|Polyurethane'), ('Magnum|Saddle Shoe|PVC'), ('Magnum|Saddle Shoe|Rubber'), ('Magnum|Sandal|Leather'), ('Magnum|Sandal|Leatherette'), ('Magnum|Sandal|Polyurethane'), ('Magnum|Sandal|PVC'), ('Magnum|Sandal|Rubber'), ('Magnum|Tennis|Leather'), ('Magnum|Tennis|Leatherette'), ('Magnum|Tennis|Polyurethane'), ('Magnum|Tennis|PVC'), ('Magnum|Tennis|Rubber'), ('Magnum|Walker|Leather'), ('Magnum|Walker|Leatherette'), ('Magnum|Walker|Polyurethane'), ('Magnum|Walker|PVC'), ('Magnum|Walker|Rubber'), ('Magnum|Wingtip|Leather'), ('Magnum|Wingtip|Leatherette'), ('Magnum|Wingtip|Polyurethane'), ('Magnum|Wingtip|PVC'), ('Magnum|Wingtip|Rubber'), ('Magnum|Work Boot|Leather'), ('Magnum|Work Boot|Leatherette'), ('Magnum|Work Boot|Polyurethane'), ('Magnum|Work Boot|PVC'), ('Magnum|Work Boot|Rubber'), ('Margaritaville|Balmoral|Leather'), ('Margaritaville|Balmoral|Leatherette'), ('Margaritaville|Balmoral|Polyurethane'), ('Margaritaville|Balmoral|PVC'), ('Margaritaville|Balmoral|Rubber'), ('Margaritaville|Boat Shoe|Leather'), ('Margaritaville|Boat Shoe|Leatherette'), ('Margaritaville|Boat Shoe|Polyurethane'), ('Margaritaville|Boat Shoe|PVC'), ('Margaritaville|Boat Shoe|Rubber'), ('Margaritaville|Brouge|Leather'), ('Margaritaville|Brouge|Leatherette'), ('Margaritaville|Brouge|Polyurethane'), ('Margaritaville|Brouge|PVC'), ('Margaritaville|Brouge|Rubber'), ('Margaritaville|Cross Trainer|Leather'), ('Margaritaville|Cross Trainer|Leatherette'), ('Margaritaville|Cross Trainer|Polyurethane'), ('Margaritaville|Cross Trainer|PVC'), ('Margaritaville|Cross Trainer|Rubber'), ('Margaritaville|Derby|Leather'), ('Margaritaville|Derby|Leatherette'), ('Margaritaville|Derby|Polyurethane'), ('Margaritaville|Derby|PVC'), ('Margaritaville|Derby|Rubber'), ('Margaritaville|Dress Boot|Leather'), ('Margaritaville|Dress Boot|Leatherette'), ('Margaritaville|Dress Boot|Polyurethane'), ('Margaritaville|Dress Boot|PVC'), ('Margaritaville|Dress Boot|Rubber'), ('Margaritaville|Dress Shoe|Leather'), ('Margaritaville|Dress Shoe|Leatherette'), ('Margaritaville|Dress Shoe|Polyurethane'), ('Margaritaville|Dress Shoe|PVC'), ('Margaritaville|Dress Shoe|Rubber'), ('Margaritaville|Driving Shoe|Leather'), ('Margaritaville|Driving Shoe|Leatherette'), ('Margaritaville|Driving Shoe|Polyurethane'), ('Margaritaville|Driving Shoe|PVC'), ('Margaritaville|Driving Shoe|Rubber'), ('Margaritaville|Hiker|Leather'), ('Margaritaville|Hiker|Leatherette'), ('Margaritaville|Hiker|Polyurethane'), ('Margaritaville|Hiker|PVC'), ('Margaritaville|Hiker|Rubber'), ('Margaritaville|Loafer (Slip-on)|Leather'), ('Margaritaville|Loafer (Slip-on)|Leatherette'), ('Margaritaville|Loafer (Slip-on)|Polyurethane'), ('Margaritaville|Loafer (Slip-on)|PVC'), ('Margaritaville|Loafer (Slip-on)|Rubber'), ('Margaritaville|Oxford (Lace-up)|Leather'), ('Margaritaville|Oxford (Lace-up)|Leatherette'), ('Margaritaville|Oxford (Lace-up)|Polyurethane'), ('Margaritaville|Oxford (Lace-up)|PVC'), ('Margaritaville|Oxford (Lace-up)|Rubber'), ('Margaritaville|Patent Leather|Leather'), ('Margaritaville|Patent Leather|Leatherette'), ('Margaritaville|Patent Leather|Polyurethane'), ('Margaritaville|Patent Leather|PVC'), ('Margaritaville|Patent Leather|Rubber'), ('Margaritaville|Penny Loafer|Leather'), ('Margaritaville|Penny Loafer|Leatherette'), ('Margaritaville|Penny Loafer|Polyurethane'), ('Margaritaville|Penny Loafer|PVC'), ('Margaritaville|Penny Loafer|Rubber'), ('Margaritaville|Runner|Leather'), ('Margaritaville|Runner|Leatherette'), ('Margaritaville|Runner|Polyurethane'), ('Margaritaville|Runner|PVC'), ('Margaritaville|Runner|Rubber'), ('Margaritaville|Saddle Shoe|Leather'), ('Margaritaville|Saddle Shoe|Leatherette'), ('Margaritaville|Saddle Shoe|Polyurethane'), ('Margaritaville|Saddle Shoe|PVC'), ('Margaritaville|Saddle Shoe|Rubber'), ('Margaritaville|Sandal|Leather'), ('Margaritaville|Sandal|Leatherette'), ('Margaritaville|Sandal|Polyurethane'), ('Margaritaville|Sandal|PVC'), ('Margaritaville|Sandal|Rubber'), ('Margaritaville|Tennis|Leather'), ('Margaritaville|Tennis|Leatherette'), ('Margaritaville|Tennis|Polyurethane'), ('Margaritaville|Tennis|PVC'), ('Margaritaville|Tennis|Rubber'), ('Margaritaville|Walker|Leather'), ('Margaritaville|Walker|Leatherette'), ('Margaritaville|Walker|Polyurethane'), ('Margaritaville|Walker|PVC'), ('Margaritaville|Walker|Rubber'), ('Margaritaville|Wingtip|Leather'), ('Margaritaville|Wingtip|Leatherette'), ('Margaritaville|Wingtip|Polyurethane'), ('Margaritaville|Wingtip|PVC'), ('Margaritaville|Wingtip|Rubber'), ('Margaritaville|Work Boot|Leather'), ('Margaritaville|Work Boot|Leatherette'), ('Margaritaville|Work Boot|Polyurethane'), ('Margaritaville|Work Boot|PVC'), ('Margaritaville|Work Boot|Rubber'), ('Mark Nason Skechers|Balmoral|Leather'), ('Mark Nason Skechers|Balmoral|Leatherette'), ('Mark Nason Skechers|Balmoral|Polyurethane'), ('Mark Nason Skechers|Balmoral|PVC'), ('Mark Nason Skechers|Balmoral|Rubber'), ('Mark Nason Skechers|Boat Shoe|Leather'), ('Mark Nason Skechers|Boat Shoe|Leatherette'), ('Mark Nason Skechers|Boat Shoe|Polyurethane'), ('Mark Nason Skechers|Boat Shoe|PVC'), ('Mark Nason Skechers|Boat Shoe|Rubber'), ('Mark Nason Skechers|Brouge|Leather'), ('Mark Nason Skechers|Brouge|Leatherette'), ('Mark Nason Skechers|Brouge|Polyurethane'), ('Mark Nason Skechers|Brouge|PVC'), ('Mark Nason Skechers|Brouge|Rubber'), ('Mark Nason Skechers|Cross Trainer|Leather'), ('Mark Nason Skechers|Cross Trainer|Leatherette'), ('Mark Nason Skechers|Cross Trainer|Polyurethane'), ('Mark Nason Skechers|Cross Trainer|PVC'), ('Mark Nason Skechers|Cross Trainer|Rubber'), ('Mark Nason Skechers|Derby|Leather'), ('Mark Nason Skechers|Derby|Leatherette'), ('Mark Nason Skechers|Derby|Polyurethane'), ('Mark Nason Skechers|Derby|PVC'), ('Mark Nason Skechers|Derby|Rubber'), ('Mark Nason Skechers|Dress Boot|Leather'), ('Mark Nason Skechers|Dress Boot|Leatherette'), ('Mark Nason Skechers|Dress Boot|Polyurethane'), ('Mark Nason Skechers|Dress Boot|PVC'), ('Mark Nason Skechers|Dress Boot|Rubber'), ('Mark Nason Skechers|Dress Shoe|Leather'), ('Mark Nason Skechers|Dress Shoe|Leatherette'), ('Mark Nason Skechers|Dress Shoe|Polyurethane'), ('Mark Nason Skechers|Dress Shoe|PVC'), ('Mark Nason Skechers|Dress Shoe|Rubber'), ('Mark Nason Skechers|Driving Shoe|Leather'), ('Mark Nason Skechers|Driving Shoe|Leatherette'), ('Mark Nason Skechers|Driving Shoe|Polyurethane'), ('Mark Nason Skechers|Driving Shoe|PVC'), ('Mark Nason Skechers|Driving Shoe|Rubber'), ('Mark Nason Skechers|Hiker|Leather'), ('Mark Nason Skechers|Hiker|Leatherette'), ('Mark Nason Skechers|Hiker|Polyurethane'), ('Mark Nason Skechers|Hiker|PVC'), ('Mark Nason Skechers|Hiker|Rubber'), ('Mark Nason Skechers|Loafer (Slip-on)|Leather'), ('Mark Nason Skechers|Loafer (Slip-on)|Leatherette'), ('Mark Nason Skechers|Loafer (Slip-on)|Polyurethane'), ('Mark Nason Skechers|Loafer (Slip-on)|PVC'), ('Mark Nason Skechers|Loafer (Slip-on)|Rubber'), ('Mark Nason Skechers|Oxford (Lace-up)|Leather'), ('Mark Nason Skechers|Oxford (Lace-up)|Leatherette'), ('Mark Nason Skechers|Oxford (Lace-up)|Polyurethane'), ('Mark Nason Skechers|Oxford (Lace-up)|PVC'), ('Mark Nason Skechers|Oxford (Lace-up)|Rubber'), ('Mark Nason Skechers|Patent Leather|Leather'), ('Mark Nason Skechers|Patent Leather|Leatherette'), ('Mark Nason Skechers|Patent Leather|Polyurethane'), ('Mark Nason Skechers|Patent Leather|PVC'), ('Mark Nason Skechers|Patent Leather|Rubber'), ('Mark Nason Skechers|Penny Loafer|Leather'), ('Mark Nason Skechers|Penny Loafer|Leatherette'), ('Mark Nason Skechers|Penny Loafer|Polyurethane'), ('Mark Nason Skechers|Penny Loafer|PVC'), ('Mark Nason Skechers|Penny Loafer|Rubber'), ('Mark Nason Skechers|Runner|Leather'), ('Mark Nason Skechers|Runner|Leatherette'), ('Mark Nason Skechers|Runner|Polyurethane'), ('Mark Nason Skechers|Runner|PVC'), ('Mark Nason Skechers|Runner|Rubber'), ('Mark Nason Skechers|Saddle Shoe|Leather'), ('Mark Nason Skechers|Saddle Shoe|Leatherette'), ('Mark Nason Skechers|Saddle Shoe|Polyurethane'), ('Mark Nason Skechers|Saddle Shoe|PVC'), ('Mark Nason Skechers|Saddle Shoe|Rubber'), ('Mark Nason Skechers|Sandal|Leather'), ('Mark Nason Skechers|Sandal|Leatherette'), ('Mark Nason Skechers|Sandal|Polyurethane'), ('Mark Nason Skechers|Sandal|PVC'), ('Mark Nason Skechers|Sandal|Rubber'), ('Mark Nason Skechers|Tennis|Leather'), ('Mark Nason Skechers|Tennis|Leatherette'), ('Mark Nason Skechers|Tennis|Polyurethane'), ('Mark Nason Skechers|Tennis|PVC'), ('Mark Nason Skechers|Tennis|Rubber'), ('Mark Nason Skechers|Walker|Leather'), ('Mark Nason Skechers|Walker|Leatherette'), ('Mark Nason Skechers|Walker|Polyurethane'), ('Mark Nason Skechers|Walker|PVC'), ('Mark Nason Skechers|Walker|Rubber'), ('Mark Nason Skechers|Wingtip|Leather'), ('Mark Nason Skechers|Wingtip|Leatherette'), ('Mark Nason Skechers|Wingtip|Polyurethane'), ('Mark Nason Skechers|Wingtip|PVC'), ('Mark Nason Skechers|Wingtip|Rubber'), ('Mark Nason Skechers|Work Boot|Leather'), ('Mark Nason Skechers|Work Boot|Leatherette'), ('Mark Nason Skechers|Work Boot|Polyurethane'), ('Mark Nason Skechers|Work Boot|PVC'), ('Mark Nason Skechers|Work Boot|Rubber'), ('McRae|Balmoral|Leather'), ('McRae|Balmoral|Leatherette'), ('McRae|Balmoral|Polyurethane'), ('McRae|Balmoral|PVC'), ('McRae|Balmoral|Rubber'), ('McRae|Boat Shoe|Leather'), ('McRae|Boat Shoe|Leatherette'), ('McRae|Boat Shoe|Polyurethane'), ('McRae|Boat Shoe|PVC'), ('McRae|Boat Shoe|Rubber'), ('McRae|Brouge|Leather'), ('McRae|Brouge|Leatherette'), ('McRae|Brouge|Polyurethane'), ('McRae|Brouge|PVC'), ('McRae|Brouge|Rubber'), ('McRae|Cross Trainer|Leather'), ('McRae|Cross Trainer|Leatherette'), ('McRae|Cross Trainer|Polyurethane'), ('McRae|Cross Trainer|PVC'), ('McRae|Cross Trainer|Rubber'), ('McRae|Derby|Leather'), ('McRae|Derby|Leatherette'), ('McRae|Derby|Polyurethane'), ('McRae|Derby|PVC'), ('McRae|Derby|Rubber'), ('McRae|Dress Boot|Leather'), ('McRae|Dress Boot|Leatherette'), ('McRae|Dress Boot|Polyurethane'), ('McRae|Dress Boot|PVC'), ('McRae|Dress Boot|Rubber'), ('McRae|Dress Shoe|Leather'), ('McRae|Dress Shoe|Leatherette'), ('McRae|Dress Shoe|Polyurethane'), ('McRae|Dress Shoe|PVC'), ('McRae|Dress Shoe|Rubber'), ('McRae|Driving Shoe|Leather'), ('McRae|Driving Shoe|Leatherette'), ('McRae|Driving Shoe|Polyurethane'), ('McRae|Driving Shoe|PVC'), ('McRae|Driving Shoe|Rubber'), ('McRae|Hiker|Leather'), ('McRae|Hiker|Leatherette'), ('McRae|Hiker|Polyurethane'), ('McRae|Hiker|PVC'), ('McRae|Hiker|Rubber'), ('McRae|Loafer (Slip-on)|Leather'), ('McRae|Loafer (Slip-on)|Leatherette'), ('McRae|Loafer (Slip-on)|Polyurethane'), ('McRae|Loafer (Slip-on)|PVC'), ('McRae|Loafer (Slip-on)|Rubber'), ('McRae|Oxford (Lace-up)|Leather'), ('McRae|Oxford (Lace-up)|Leatherette'), ('McRae|Oxford (Lace-up)|Polyurethane'), ('McRae|Oxford (Lace-up)|PVC'), ('McRae|Oxford (Lace-up)|Rubber'), ('McRae|Patent Leather|Leather'), ('McRae|Patent Leather|Leatherette'), ('McRae|Patent Leather|Polyurethane'), ('McRae|Patent Leather|PVC'), ('McRae|Patent Leather|Rubber'), ('McRae|Penny Loafer|Leather'), ('McRae|Penny Loafer|Leatherette'), ('McRae|Penny Loafer|Polyurethane'), ('McRae|Penny Loafer|PVC'), ('McRae|Penny Loafer|Rubber'), ('McRae|Runner|Leather'), ('McRae|Runner|Leatherette'), ('McRae|Runner|Polyurethane'), ('McRae|Runner|PVC'), ('McRae|Runner|Rubber'), ('McRae|Saddle Shoe|Leather'), ('McRae|Saddle Shoe|Leatherette'), ('McRae|Saddle Shoe|Polyurethane'), ('McRae|Saddle Shoe|PVC'), ('McRae|Saddle Shoe|Rubber'), ('McRae|Sandal|Leather'), ('McRae|Sandal|Leatherette'), ('McRae|Sandal|Polyurethane'), ('McRae|Sandal|PVC'), ('McRae|Sandal|Rubber'), ('McRae|Tennis|Leather'), ('McRae|Tennis|Leatherette'), ('McRae|Tennis|Polyurethane'), ('McRae|Tennis|PVC'), ('McRae|Tennis|Rubber'), ('McRae|Walker|Leather'), ('McRae|Walker|Leatherette'), ('McRae|Walker|Polyurethane'), ('McRae|Walker|PVC'), ('McRae|Walker|Rubber'), ('McRae|Wingtip|Leather'), ('McRae|Wingtip|Leatherette'), ('McRae|Wingtip|Polyurethane'), ('McRae|Wingtip|PVC'), ('McRae|Wingtip|Rubber'), ('McRae|Work Boot|Leather'), ('McRae|Work Boot|Leatherette'), ('McRae|Work Boot|Polyurethane'), ('McRae|Work Boot|PVC'), ('McRae|Work Boot|Rubber'), ('Neil M Footwear|Balmoral|Leather'), ('Neil M Footwear|Balmoral|Leatherette'), ('Neil M Footwear|Balmoral|Polyurethane'), ('Neil M Footwear|Balmoral|PVC'), ('Neil M Footwear|Balmoral|Rubber'), ('Neil M Footwear|Boat Shoe|Leather'), ('Neil M Footwear|Boat Shoe|Leatherette'), ('Neil M Footwear|Boat Shoe|Polyurethane'), ('Neil M Footwear|Boat Shoe|PVC'), ('Neil M Footwear|Boat Shoe|Rubber'), ('Neil M Footwear|Brouge|Leather'), ('Neil M Footwear|Brouge|Leatherette'), ('Neil M Footwear|Brouge|Polyurethane'), ('Neil M Footwear|Brouge|PVC'), ('Neil M Footwear|Brouge|Rubber'), ('Neil M Footwear|Cross Trainer|Leather'), ('Neil M Footwear|Cross Trainer|Leatherette'), ('Neil M Footwear|Cross Trainer|Polyurethane'), ('Neil M Footwear|Cross Trainer|PVC'), ('Neil M Footwear|Cross Trainer|Rubber'), ('Neil M Footwear|Derby|Leather'), ('Neil M Footwear|Derby|Leatherette'), ('Neil M Footwear|Derby|Polyurethane'), ('Neil M Footwear|Derby|PVC'), ('Neil M Footwear|Derby|Rubber'), ('Neil M Footwear|Dress Boot|Leather'), ('Neil M Footwear|Dress Boot|Leatherette'), ('Neil M Footwear|Dress Boot|Polyurethane'), ('Neil M Footwear|Dress Boot|PVC'), ('Neil M Footwear|Dress Boot|Rubber'), ('Neil M Footwear|Dress Shoe|Leather'), ('Neil M Footwear|Dress Shoe|Leatherette'), ('Neil M Footwear|Dress Shoe|Polyurethane'), ('Neil M Footwear|Dress Shoe|PVC'), ('Neil M Footwear|Dress Shoe|Rubber'), ('Neil M Footwear|Driving Shoe|Leather'), ('Neil M Footwear|Driving Shoe|Leatherette'), ('Neil M Footwear|Driving Shoe|Polyurethane'), ('Neil M Footwear|Driving Shoe|PVC'), ('Neil M Footwear|Driving Shoe|Rubber'), ('Neil M Footwear|Hiker|Leather'), ('Neil M Footwear|Hiker|Leatherette'), ('Neil M Footwear|Hiker|Polyurethane'), ('Neil M Footwear|Hiker|PVC'), ('Neil M Footwear|Hiker|Rubber'), ('Neil M Footwear|Loafer (Slip-on)|Leather'), ('Neil M Footwear|Loafer (Slip-on)|Leatherette'), ('Neil M Footwear|Loafer (Slip-on)|Polyurethane'), ('Neil M Footwear|Loafer (Slip-on)|PVC'), ('Neil M Footwear|Loafer (Slip-on)|Rubber'), ('Neil M Footwear|Oxford (Lace-up)|Leather'), ('Neil M Footwear|Oxford (Lace-up)|Leatherette'), ('Neil M Footwear|Oxford (Lace-up)|Polyurethane'), ('Neil M Footwear|Oxford (Lace-up)|PVC'), ('Neil M Footwear|Oxford (Lace-up)|Rubber'), ('Neil M Footwear|Patent Leather|Leather'), ('Neil M Footwear|Patent Leather|Leatherette'), ('Neil M Footwear|Patent Leather|Polyurethane'), ('Neil M Footwear|Patent Leather|PVC'), ('Neil M Footwear|Patent Leather|Rubber'), ('Neil M Footwear|Penny Loafer|Leather'), ('Neil M Footwear|Penny Loafer|Leatherette'), ('Neil M Footwear|Penny Loafer|Polyurethane'), ('Neil M Footwear|Penny Loafer|PVC'), ('Neil M Footwear|Penny Loafer|Rubber'), ('Neil M Footwear|Runner|Leather'), ('Neil M Footwear|Runner|Leatherette'), ('Neil M Footwear|Runner|Polyurethane'), ('Neil M Footwear|Runner|PVC'), ('Neil M Footwear|Runner|Rubber'), ('Neil M Footwear|Saddle Shoe|Leather'), ('Neil M Footwear|Saddle Shoe|Leatherette'), ('Neil M Footwear|Saddle Shoe|Polyurethane'), ('Neil M Footwear|Saddle Shoe|PVC'), ('Neil M Footwear|Saddle Shoe|Rubber'), ('Neil M Footwear|Sandal|Leather'), ('Neil M Footwear|Sandal|Leatherette'), ('Neil M Footwear|Sandal|Polyurethane'), ('Neil M Footwear|Sandal|PVC'), ('Neil M Footwear|Sandal|Rubber'), ('Neil M Footwear|Tennis|Leather'), ('Neil M Footwear|Tennis|Leatherette'), ('Neil M Footwear|Tennis|Polyurethane'), ('Neil M Footwear|Tennis|PVC'), ('Neil M Footwear|Tennis|Rubber'), ('Neil M Footwear|Walker|Leather'), ('Neil M Footwear|Walker|Leatherette'), ('Neil M Footwear|Walker|Polyurethane'), ('Neil M Footwear|Walker|PVC'), ('Neil M Footwear|Walker|Rubber'), ('Neil M Footwear|Wingtip|Leather'), ('Neil M Footwear|Wingtip|Leatherette'), ('Neil M Footwear|Wingtip|Polyurethane'), ('Neil M Footwear|Wingtip|PVC'), ('Neil M Footwear|Wingtip|Rubber'), ('Neil M Footwear|Work Boot|Leather'), ('Neil M Footwear|Work Boot|Leatherette'), ('Neil M Footwear|Work Boot|Polyurethane'), ('Neil M Footwear|Work Boot|PVC'), ('Neil M Footwear|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Nunn Bush|Balmoral|Leather'), ('Nunn Bush|Balmoral|Leatherette'), ('Nunn Bush|Balmoral|Polyurethane'), ('Nunn Bush|Balmoral|PVC'), ('Nunn Bush|Balmoral|Rubber'), ('Nunn Bush|Boat Shoe|Leather'), ('Nunn Bush|Boat Shoe|Leatherette'), ('Nunn Bush|Boat Shoe|Polyurethane'), ('Nunn Bush|Boat Shoe|PVC'), ('Nunn Bush|Boat Shoe|Rubber'), ('Nunn Bush|Brouge|Leather'), ('Nunn Bush|Brouge|Leatherette'), ('Nunn Bush|Brouge|Polyurethane'), ('Nunn Bush|Brouge|PVC'), ('Nunn Bush|Brouge|Rubber'), ('Nunn Bush|Cross Trainer|Leather'), ('Nunn Bush|Cross Trainer|Leatherette'), ('Nunn Bush|Cross Trainer|Polyurethane'), ('Nunn Bush|Cross Trainer|PVC'), ('Nunn Bush|Cross Trainer|Rubber'), ('Nunn Bush|Derby|Leather'), ('Nunn Bush|Derby|Leatherette'), ('Nunn Bush|Derby|Polyurethane'), ('Nunn Bush|Derby|PVC'), ('Nunn Bush|Derby|Rubber'), ('Nunn Bush|Dress Boot|Leather'), ('Nunn Bush|Dress Boot|Leatherette'), ('Nunn Bush|Dress Boot|Polyurethane'), ('Nunn Bush|Dress Boot|PVC'), ('Nunn Bush|Dress Boot|Rubber'), ('Nunn Bush|Dress Shoe|Leather'), ('Nunn Bush|Dress Shoe|Leatherette'), ('Nunn Bush|Dress Shoe|Polyurethane'), ('Nunn Bush|Dress Shoe|PVC'), ('Nunn Bush|Dress Shoe|Rubber'), ('Nunn Bush|Driving Shoe|Leather'), ('Nunn Bush|Driving Shoe|Leatherette'), ('Nunn Bush|Driving Shoe|Polyurethane'), ('Nunn Bush|Driving Shoe|PVC'), ('Nunn Bush|Driving Shoe|Rubber'), ('Nunn Bush|Hiker|Leather'), ('Nunn Bush|Hiker|Leatherette'), ('Nunn Bush|Hiker|Polyurethane'), ('Nunn Bush|Hiker|PVC'), ('Nunn Bush|Hiker|Rubber'), ('Nunn Bush|Loafer (Slip-on)|Leather'), ('Nunn Bush|Loafer (Slip-on)|Leatherette'), ('Nunn Bush|Loafer (Slip-on)|Polyurethane'), ('Nunn Bush|Loafer (Slip-on)|PVC'), ('Nunn Bush|Loafer (Slip-on)|Rubber'), ('Nunn Bush|Oxford (Lace-up)|Leather'), ('Nunn Bush|Oxford (Lace-up)|Leatherette'), ('Nunn Bush|Oxford (Lace-up)|Polyurethane'), ('Nunn Bush|Oxford (Lace-up)|PVC'), ('Nunn Bush|Oxford (Lace-up)|Rubber'), ('Nunn Bush|Patent Leather|Leather'), ('Nunn Bush|Patent Leather|Leatherette'), ('Nunn Bush|Patent Leather|Polyurethane'), ('Nunn Bush|Patent Leather|PVC'), ('Nunn Bush|Patent Leather|Rubber'), ('Nunn Bush|Penny Loafer|Leather'), ('Nunn Bush|Penny Loafer|Leatherette'), ('Nunn Bush|Penny Loafer|Polyurethane'), ('Nunn Bush|Penny Loafer|PVC'), ('Nunn Bush|Penny Loafer|Rubber'), ('Nunn Bush|Runner|Leather'), ('Nunn Bush|Runner|Leatherette'), ('Nunn Bush|Runner|Polyurethane'), ('Nunn Bush|Runner|PVC'), ('Nunn Bush|Runner|Rubber'), ('Nunn Bush|Saddle Shoe|Leather'), ('Nunn Bush|Saddle Shoe|Leatherette'), ('Nunn Bush|Saddle Shoe|Polyurethane'), ('Nunn Bush|Saddle Shoe|PVC'), ('Nunn Bush|Saddle Shoe|Rubber'), ('Nunn Bush|Sandal|Leather'), ('Nunn Bush|Sandal|Leatherette'), ('Nunn Bush|Sandal|Polyurethane'), ('Nunn Bush|Sandal|PVC'), ('Nunn Bush|Sandal|Rubber'), ('Nunn Bush|Tennis|Leather'), ('Nunn Bush|Tennis|Leatherette'), ('Nunn Bush|Tennis|Polyurethane'), ('Nunn Bush|Tennis|PVC'), ('Nunn Bush|Tennis|Rubber'), ('Nunn Bush|Walker|Leather'), ('Nunn Bush|Walker|Leatherette'), ('Nunn Bush|Walker|Polyurethane'), ('Nunn Bush|Walker|PVC'), ('Nunn Bush|Walker|Rubber'), ('Nunn Bush|Wingtip|Leather'), ('Nunn Bush|Wingtip|Leatherette'), ('Nunn Bush|Wingtip|Polyurethane'), ('Nunn Bush|Wingtip|PVC'), ('Nunn Bush|Wingtip|Rubber'), ('Nunn Bush|Work Boot|Leather'), ('Nunn Bush|Work Boot|Leatherette'), ('Nunn Bush|Work Boot|Polyurethane'), ('Nunn Bush|Work Boot|PVC'), ('Nunn Bush|Work Boot|Rubber'), ('Prada|Balmoral|Leather'), ('Prada|Balmoral|Leatherette'), ('Prada|Balmoral|Polyurethane'), ('Prada|Balmoral|PVC'), ('Prada|Balmoral|Rubber'), ('Prada|Boat Shoe|Leather'), ('Prada|Boat Shoe|Leatherette'), ('Prada|Boat Shoe|Polyurethane'), ('Prada|Boat Shoe|PVC'), ('Prada|Boat Shoe|Rubber'), ('Prada|Brouge|Leather'), ('Prada|Brouge|Leatherette'), ('Prada|Brouge|Polyurethane'), ('Prada|Brouge|PVC'), ('Prada|Brouge|Rubber'), ('Prada|Cross Trainer|Leather'), ('Prada|Cross Trainer|Leatherette'), ('Prada|Cross Trainer|Polyurethane'), ('Prada|Cross Trainer|PVC'), ('Prada|Cross Trainer|Rubber'), ('Prada|Derby|Leather'), ('Prada|Derby|Leatherette'), ('Prada|Derby|Polyurethane'), ('Prada|Derby|PVC'), ('Prada|Derby|Rubber'), ('Prada|Dress Boot|Leather'), ('Prada|Dress Boot|Leatherette'), ('Prada|Dress Boot|Polyurethane'), ('Prada|Dress Boot|PVC'), ('Prada|Dress Boot|Rubber'), ('Prada|Dress Shoe|Leather'), ('Prada|Dress Shoe|Leatherette'), ('Prada|Dress Shoe|Polyurethane'), ('Prada|Dress Shoe|PVC'), ('Prada|Dress Shoe|Rubber'), ('Prada|Driving Shoe|Leather'), ('Prada|Driving Shoe|Leatherette'), ('Prada|Driving Shoe|Polyurethane'), ('Prada|Driving Shoe|PVC'), ('Prada|Driving Shoe|Rubber'), ('Prada|Hiker|Leather'), ('Prada|Hiker|Leatherette'), ('Prada|Hiker|Polyurethane'), ('Prada|Hiker|PVC'), ('Prada|Hiker|Rubber'), ('Prada|Loafer (Slip-on)|Leather'), ('Prada|Loafer (Slip-on)|Leatherette'), ('Prada|Loafer (Slip-on)|Polyurethane'), ('Prada|Loafer (Slip-on)|PVC'), ('Prada|Loafer (Slip-on)|Rubber'), ('Prada|Oxford (Lace-up)|Leather'), ('Prada|Oxford (Lace-up)|Leatherette'), ('Prada|Oxford (Lace-up)|Polyurethane'), ('Prada|Oxford (Lace-up)|PVC'), ('Prada|Oxford (Lace-up)|Rubber'), ('Prada|Patent Leather|Leather'), ('Prada|Patent Leather|Leatherette'), ('Prada|Patent Leather|Polyurethane'), ('Prada|Patent Leather|PVC'), ('Prada|Patent Leather|Rubber'), ('Prada|Penny Loafer|Leather'), ('Prada|Penny Loafer|Leatherette'), ('Prada|Penny Loafer|Polyurethane'), ('Prada|Penny Loafer|PVC'), ('Prada|Penny Loafer|Rubber'), ('Prada|Runner|Leather'), ('Prada|Runner|Leatherette'), ('Prada|Runner|Polyurethane'), ('Prada|Runner|PVC'), ('Prada|Runner|Rubber'), ('Prada|Saddle Shoe|Leather'), ('Prada|Saddle Shoe|Leatherette'), ('Prada|Saddle Shoe|Polyurethane'), ('Prada|Saddle Shoe|PVC'), ('Prada|Saddle Shoe|Rubber'), ('Prada|Sandal|Leather'), ('Prada|Sandal|Leatherette'), ('Prada|Sandal|Polyurethane'), ('Prada|Sandal|PVC'), ('Prada|Sandal|Rubber'), ('Prada|Tennis|Leather'), ('Prada|Tennis|Leatherette'), ('Prada|Tennis|Polyurethane'), ('Prada|Tennis|PVC'), ('Prada|Tennis|Rubber'), ('Prada|Walker|Leather'), ('Prada|Walker|Leatherette'), ('Prada|Walker|Polyurethane'), ('Prada|Walker|PVC'), ('Prada|Walker|Rubber'), ('Prada|Wingtip|Leather'), ('Prada|Wingtip|Leatherette'), ('Prada|Wingtip|Polyurethane'), ('Prada|Wingtip|PVC'), ('Prada|Wingtip|Rubber'), ('Prada|Work Boot|Leather'), ('Prada|Work Boot|Leatherette'), ('Prada|Work Boot|Polyurethane'), ('Prada|Work Boot|PVC'), ('Prada|Work Boot|Rubber'), ('Propet|Balmoral|Leather'), ('Propet|Balmoral|Leatherette'), ('Propet|Balmoral|Polyurethane'), ('Propet|Balmoral|PVC'), ('Propet|Balmoral|Rubber'), ('Propet|Boat Shoe|Leather'), ('Propet|Boat Shoe|Leatherette'), ('Propet|Boat Shoe|Polyurethane'), ('Propet|Boat Shoe|PVC'), ('Propet|Boat Shoe|Rubber'), ('Propet|Brouge|Leather'), ('Propet|Brouge|Leatherette'), ('Propet|Brouge|Polyurethane'), ('Propet|Brouge|PVC'), ('Propet|Brouge|Rubber'), ('Propet|Cross Trainer|Leather'), ('Propet|Cross Trainer|Leatherette'), ('Propet|Cross Trainer|Polyurethane'), ('Propet|Cross Trainer|PVC'), ('Propet|Cross Trainer|Rubber'), ('Propet|Derby|Leather'), ('Propet|Derby|Leatherette'), ('Propet|Derby|Polyurethane'), ('Propet|Derby|PVC'), ('Propet|Derby|Rubber'), ('Propet|Dress Boot|Leather'), ('Propet|Dress Boot|Leatherette'), ('Propet|Dress Boot|Polyurethane'), ('Propet|Dress Boot|PVC'), ('Propet|Dress Boot|Rubber'), ('Propet|Dress Shoe|Leather'), ('Propet|Dress Shoe|Leatherette'), ('Propet|Dress Shoe|Polyurethane'), ('Propet|Dress Shoe|PVC'), ('Propet|Dress Shoe|Rubber'), ('Propet|Driving Shoe|Leather'), ('Propet|Driving Shoe|Leatherette'), ('Propet|Driving Shoe|Polyurethane'), ('Propet|Driving Shoe|PVC'), ('Propet|Driving Shoe|Rubber'), ('Propet|Hiker|Leather'), ('Propet|Hiker|Leatherette'), ('Propet|Hiker|Polyurethane'), ('Propet|Hiker|PVC'), ('Propet|Hiker|Rubber'), ('Propet|Loafer (Slip-on)|Leather'), ('Propet|Loafer (Slip-on)|Leatherette'), ('Propet|Loafer (Slip-on)|Polyurethane'), ('Propet|Loafer (Slip-on)|PVC'), ('Propet|Loafer (Slip-on)|Rubber'), ('Propet|Oxford (Lace-up)|Leather'), ('Propet|Oxford (Lace-up)|Leatherette'), ('Propet|Oxford (Lace-up)|Polyurethane'), ('Propet|Oxford (Lace-up)|PVC'), ('Propet|Oxford (Lace-up)|Rubber'), ('Propet|Patent Leather|Leather'), ('Propet|Patent Leather|Leatherette'), ('Propet|Patent Leather|Polyurethane'), ('Propet|Patent Leather|PVC'), ('Propet|Patent Leather|Rubber'), ('Propet|Penny Loafer|Leather'), ('Propet|Penny Loafer|Leatherette'), ('Propet|Penny Loafer|Polyurethane'), ('Propet|Penny Loafer|PVC'), ('Propet|Penny Loafer|Rubber'), ('Propet|Runner|Leather'), ('Propet|Runner|Leatherette'), ('Propet|Runner|Polyurethane'), ('Propet|Runner|PVC'), ('Propet|Runner|Rubber'), ('Propet|Saddle Shoe|Leather'), ('Propet|Saddle Shoe|Leatherette'), ('Propet|Saddle Shoe|Polyurethane'), ('Propet|Saddle Shoe|PVC'), ('Propet|Saddle Shoe|Rubber'), ('Propet|Sandal|Leather'), ('Propet|Sandal|Leatherette'), ('Propet|Sandal|Polyurethane'), ('Propet|Sandal|PVC'), ('Propet|Sandal|Rubber'), ('Propet|Tennis|Leather'), ('Propet|Tennis|Leatherette'), ('Propet|Tennis|Polyurethane'), ('Propet|Tennis|PVC'), ('Propet|Tennis|Rubber'), ('Propet|Walker|Leather'), ('Propet|Walker|Leatherette'), ('Propet|Walker|Polyurethane'), ('Propet|Walker|PVC'), ('Propet|Walker|Rubber'), ('Propet|Wingtip|Leather'), ('Propet|Wingtip|Leatherette'), ('Propet|Wingtip|Polyurethane'), ('Propet|Wingtip|PVC'), ('Propet|Wingtip|Rubber'), ('Propet|Work Boot|Leather'), ('Propet|Work Boot|Leatherette'), ('Propet|Work Boot|Polyurethane'), ('Propet|Work Boot|PVC'), ('Propet|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reebok Duty|Balmoral|Leather'), ('Reebok Duty|Balmoral|Leatherette'), ('Reebok Duty|Balmoral|Polyurethane'), ('Reebok Duty|Balmoral|PVC'), ('Reebok Duty|Balmoral|Rubber'), ('Reebok Duty|Boat Shoe|Leather'), ('Reebok Duty|Boat Shoe|Leatherette'), ('Reebok Duty|Boat Shoe|Polyurethane'), ('Reebok Duty|Boat Shoe|PVC'), ('Reebok Duty|Boat Shoe|Rubber'), ('Reebok Duty|Brouge|Leather'), ('Reebok Duty|Brouge|Leatherette'), ('Reebok Duty|Brouge|Polyurethane'), ('Reebok Duty|Brouge|PVC'), ('Reebok Duty|Brouge|Rubber'), ('Reebok Duty|Cross Trainer|Leather'), ('Reebok Duty|Cross Trainer|Leatherette'), ('Reebok Duty|Cross Trainer|Polyurethane'), ('Reebok Duty|Cross Trainer|PVC'), ('Reebok Duty|Cross Trainer|Rubber'), ('Reebok Duty|Derby|Leather'), ('Reebok Duty|Derby|Leatherette'), ('Reebok Duty|Derby|Polyurethane'), ('Reebok Duty|Derby|PVC'), ('Reebok Duty|Derby|Rubber'), ('Reebok Duty|Dress Boot|Leather'), ('Reebok Duty|Dress Boot|Leatherette'), ('Reebok Duty|Dress Boot|Polyurethane'), ('Reebok Duty|Dress Boot|PVC'), ('Reebok Duty|Dress Boot|Rubber'), ('Reebok Duty|Dress Shoe|Leather'), ('Reebok Duty|Dress Shoe|Leatherette'), ('Reebok Duty|Dress Shoe|Polyurethane'), ('Reebok Duty|Dress Shoe|PVC'), ('Reebok Duty|Dress Shoe|Rubber'), ('Reebok Duty|Driving Shoe|Leather'), ('Reebok Duty|Driving Shoe|Leatherette'), ('Reebok Duty|Driving Shoe|Polyurethane'), ('Reebok Duty|Driving Shoe|PVC'), ('Reebok Duty|Driving Shoe|Rubber'), ('Reebok Duty|Hiker|Leather'), ('Reebok Duty|Hiker|Leatherette'), ('Reebok Duty|Hiker|Polyurethane'), ('Reebok Duty|Hiker|PVC'), ('Reebok Duty|Hiker|Rubber'), ('Reebok Duty|Loafer (Slip-on)|Leather'), ('Reebok Duty|Loafer (Slip-on)|Leatherette'), ('Reebok Duty|Loafer (Slip-on)|Polyurethane'), ('Reebok Duty|Loafer (Slip-on)|PVC'), ('Reebok Duty|Loafer (Slip-on)|Rubber'), ('Reebok Duty|Oxford (Lace-up)|Leather'), ('Reebok Duty|Oxford (Lace-up)|Leatherette'), ('Reebok Duty|Oxford (Lace-up)|Polyurethane'), ('Reebok Duty|Oxford (Lace-up)|PVC'), ('Reebok Duty|Oxford (Lace-up)|Rubber'), ('Reebok Duty|Patent Leather|Leather'), ('Reebok Duty|Patent Leather|Leatherette'), ('Reebok Duty|Patent Leather|Polyurethane'), ('Reebok Duty|Patent Leather|PVC'), ('Reebok Duty|Patent Leather|Rubber'), ('Reebok Duty|Penny Loafer|Leather'), ('Reebok Duty|Penny Loafer|Leatherette'), ('Reebok Duty|Penny Loafer|Polyurethane'), ('Reebok Duty|Penny Loafer|PVC'), ('Reebok Duty|Penny Loafer|Rubber'), ('Reebok Duty|Runner|Leather'), ('Reebok Duty|Runner|Leatherette'), ('Reebok Duty|Runner|Polyurethane'), ('Reebok Duty|Runner|PVC'), ('Reebok Duty|Runner|Rubber'), ('Reebok Duty|Saddle Shoe|Leather'), ('Reebok Duty|Saddle Shoe|Leatherette'), ('Reebok Duty|Saddle Shoe|Polyurethane'), ('Reebok Duty|Saddle Shoe|PVC'), ('Reebok Duty|Saddle Shoe|Rubber'), ('Reebok Duty|Sandal|Leather'), ('Reebok Duty|Sandal|Leatherette'), ('Reebok Duty|Sandal|Polyurethane'), ('Reebok Duty|Sandal|PVC'), ('Reebok Duty|Sandal|Rubber'), ('Reebok Duty|Tennis|Leather'), ('Reebok Duty|Tennis|Leatherette'), ('Reebok Duty|Tennis|Polyurethane'), ('Reebok Duty|Tennis|PVC'), ('Reebok Duty|Tennis|Rubber'), ('Reebok Duty|Walker|Leather'), ('Reebok Duty|Walker|Leatherette'), ('Reebok Duty|Walker|Polyurethane'), ('Reebok Duty|Walker|PVC'), ('Reebok Duty|Walker|Rubber'), ('Reebok Duty|Wingtip|Leather'), ('Reebok Duty|Wingtip|Leatherette'), ('Reebok Duty|Wingtip|Polyurethane'), ('Reebok Duty|Wingtip|PVC'), ('Reebok Duty|Wingtip|Rubber'), ('Reebok Duty|Work Boot|Leather'), ('Reebok Duty|Work Boot|Leatherette'), ('Reebok Duty|Work Boot|Polyurethane'), ('Reebok Duty|Work Boot|PVC'), ('Reebok Duty|Work Boot|Rubber'), ('Reebok Work|Balmoral|Leather'), ('Reebok Work|Balmoral|Leatherette'), ('Reebok Work|Balmoral|Polyurethane'), ('Reebok Work|Balmoral|PVC'), ('Reebok Work|Balmoral|Rubber'), ('Reebok Work|Boat Shoe|Leather'), ('Reebok Work|Boat Shoe|Leatherette'), ('Reebok Work|Boat Shoe|Polyurethane'), ('Reebok Work|Boat Shoe|PVC'), ('Reebok Work|Boat Shoe|Rubber'), ('Reebok Work|Brouge|Leather'), ('Reebok Work|Brouge|Leatherette'), ('Reebok Work|Brouge|Polyurethane'), ('Reebok Work|Brouge|PVC'), ('Reebok Work|Brouge|Rubber'), ('Reebok Work|Cross Trainer|Leather'), ('Reebok Work|Cross Trainer|Leatherette'), ('Reebok Work|Cross Trainer|Polyurethane'), ('Reebok Work|Cross Trainer|PVC'), ('Reebok Work|Cross Trainer|Rubber'), ('Reebok Work|Derby|Leather'), ('Reebok Work|Derby|Leatherette'), ('Reebok Work|Derby|Polyurethane'), ('Reebok Work|Derby|PVC'), ('Reebok Work|Derby|Rubber'), ('Reebok Work|Dress Boot|Leather'), ('Reebok Work|Dress Boot|Leatherette'), ('Reebok Work|Dress Boot|Polyurethane'), ('Reebok Work|Dress Boot|PVC'), ('Reebok Work|Dress Boot|Rubber'), ('Reebok Work|Dress Shoe|Leather'), ('Reebok Work|Dress Shoe|Leatherette'), ('Reebok Work|Dress Shoe|Polyurethane'), ('Reebok Work|Dress Shoe|PVC'), ('Reebok Work|Dress Shoe|Rubber'), ('Reebok Work|Driving Shoe|Leather'), ('Reebok Work|Driving Shoe|Leatherette'), ('Reebok Work|Driving Shoe|Polyurethane'), ('Reebok Work|Driving Shoe|PVC'), ('Reebok Work|Driving Shoe|Rubber'), ('Reebok Work|Hiker|Leather'), ('Reebok Work|Hiker|Leatherette'), ('Reebok Work|Hiker|Polyurethane'), ('Reebok Work|Hiker|PVC'), ('Reebok Work|Hiker|Rubber'), ('Reebok Work|Loafer (Slip-on)|Leather'), ('Reebok Work|Loafer (Slip-on)|Leatherette'), ('Reebok Work|Loafer (Slip-on)|Polyurethane'), ('Reebok Work|Loafer (Slip-on)|PVC'), ('Reebok Work|Loafer (Slip-on)|Rubber'), ('Reebok Work|Oxford (Lace-up)|Leather'), ('Reebok Work|Oxford (Lace-up)|Leatherette'), ('Reebok Work|Oxford (Lace-up)|Polyurethane'), ('Reebok Work|Oxford (Lace-up)|PVC'), ('Reebok Work|Oxford (Lace-up)|Rubber'), ('Reebok Work|Patent Leather|Leather'), ('Reebok Work|Patent Leather|Leatherette'), ('Reebok Work|Patent Leather|Polyurethane'), ('Reebok Work|Patent Leather|PVC'), ('Reebok Work|Patent Leather|Rubber'), ('Reebok Work|Penny Loafer|Leather'), ('Reebok Work|Penny Loafer|Leatherette'), ('Reebok Work|Penny Loafer|Polyurethane'), ('Reebok Work|Penny Loafer|PVC'), ('Reebok Work|Penny Loafer|Rubber'), ('Reebok Work|Runner|Leather'), ('Reebok Work|Runner|Leatherette'), ('Reebok Work|Runner|Polyurethane'), ('Reebok Work|Runner|PVC'), ('Reebok Work|Runner|Rubber'), ('Reebok Work|Saddle Shoe|Leather'), ('Reebok Work|Saddle Shoe|Leatherette'), ('Reebok Work|Saddle Shoe|Polyurethane'), ('Reebok Work|Saddle Shoe|PVC'), ('Reebok Work|Saddle Shoe|Rubber'), ('Reebok Work|Sandal|Leather'), ('Reebok Work|Sandal|Leatherette'), ('Reebok Work|Sandal|Polyurethane'), ('Reebok Work|Sandal|PVC'), ('Reebok Work|Sandal|Rubber'), ('Reebok Work|Tennis|Leather'), ('Reebok Work|Tennis|Leatherette'), ('Reebok Work|Tennis|Polyurethane'), ('Reebok Work|Tennis|PVC'), ('Reebok Work|Tennis|Rubber'), ('Reebok Work|Walker|Leather'), ('Reebok Work|Walker|Leatherette'), ('Reebok Work|Walker|Polyurethane'), ('Reebok Work|Walker|PVC'), ('Reebok Work|Walker|Rubber'), ('Reebok Work|Wingtip|Leather'), ('Reebok Work|Wingtip|Leatherette'), ('Reebok Work|Wingtip|Polyurethane'), ('Reebok Work|Wingtip|PVC'), ('Reebok Work|Wingtip|Rubber'), ('Reebok Work|Work Boot|Leather'), ('Reebok Work|Work Boot|Leatherette'), ('Reebok Work|Work Boot|Polyurethane'), ('Reebok Work|Work Boot|PVC'), ('Reebok Work|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Rockport Works|Balmoral|Leather'), ('Rockport Works|Balmoral|Leatherette'), ('Rockport Works|Balmoral|Polyurethane'), ('Rockport Works|Balmoral|PVC'), ('Rockport Works|Balmoral|Rubber'), ('Rockport Works|Boat Shoe|Leather'), ('Rockport Works|Boat Shoe|Leatherette'), ('Rockport Works|Boat Shoe|Polyurethane'), ('Rockport Works|Boat Shoe|PVC'), ('Rockport Works|Boat Shoe|Rubber'), ('Rockport Works|Brouge|Leather'), ('Rockport Works|Brouge|Leatherette'), ('Rockport Works|Brouge|Polyurethane'), ('Rockport Works|Brouge|PVC'), ('Rockport Works|Brouge|Rubber'), ('Rockport Works|Cross Trainer|Leather'), ('Rockport Works|Cross Trainer|Leatherette'), ('Rockport Works|Cross Trainer|Polyurethane'), ('Rockport Works|Cross Trainer|PVC'), ('Rockport Works|Cross Trainer|Rubber'), ('Rockport Works|Derby|Leather'), ('Rockport Works|Derby|Leatherette'), ('Rockport Works|Derby|Polyurethane'), ('Rockport Works|Derby|PVC'), ('Rockport Works|Derby|Rubber'), ('Rockport Works|Dress Boot|Leather'), ('Rockport Works|Dress Boot|Leatherette'), ('Rockport Works|Dress Boot|Polyurethane'), ('Rockport Works|Dress Boot|PVC'), ('Rockport Works|Dress Boot|Rubber'), ('Rockport Works|Dress Shoe|Leather'), ('Rockport Works|Dress Shoe|Leatherette'), ('Rockport Works|Dress Shoe|Polyurethane'), ('Rockport Works|Dress Shoe|PVC'), ('Rockport Works|Dress Shoe|Rubber'), ('Rockport Works|Driving Shoe|Leather'), ('Rockport Works|Driving Shoe|Leatherette'), ('Rockport Works|Driving Shoe|Polyurethane'), ('Rockport Works|Driving Shoe|PVC'), ('Rockport Works|Driving Shoe|Rubber'), ('Rockport Works|Hiker|Leather'), ('Rockport Works|Hiker|Leatherette'), ('Rockport Works|Hiker|Polyurethane'), ('Rockport Works|Hiker|PVC'), ('Rockport Works|Hiker|Rubber'), ('Rockport Works|Loafer (Slip-on)|Leather'), ('Rockport Works|Loafer (Slip-on)|Leatherette'), ('Rockport Works|Loafer (Slip-on)|Polyurethane'), ('Rockport Works|Loafer (Slip-on)|PVC'), ('Rockport Works|Loafer (Slip-on)|Rubber'), ('Rockport Works|Oxford (Lace-up)|Leather'), ('Rockport Works|Oxford (Lace-up)|Leatherette'), ('Rockport Works|Oxford (Lace-up)|Polyurethane'), ('Rockport Works|Oxford (Lace-up)|PVC'), ('Rockport Works|Oxford (Lace-up)|Rubber'), ('Rockport Works|Patent Leather|Leather'), ('Rockport Works|Patent Leather|Leatherette'), ('Rockport Works|Patent Leather|Polyurethane'), ('Rockport Works|Patent Leather|PVC'), ('Rockport Works|Patent Leather|Rubber'), ('Rockport Works|Penny Loafer|Leather'), ('Rockport Works|Penny Loafer|Leatherette'), ('Rockport Works|Penny Loafer|Polyurethane'), ('Rockport Works|Penny Loafer|PVC'), ('Rockport Works|Penny Loafer|Rubber'), ('Rockport Works|Runner|Leather'), ('Rockport Works|Runner|Leatherette'), ('Rockport Works|Runner|Polyurethane'), ('Rockport Works|Runner|PVC'), ('Rockport Works|Runner|Rubber'), ('Rockport Works|Saddle Shoe|Leather'), ('Rockport Works|Saddle Shoe|Leatherette'), ('Rockport Works|Saddle Shoe|Polyurethane'), ('Rockport Works|Saddle Shoe|PVC'), ('Rockport Works|Saddle Shoe|Rubber'), ('Rockport Works|Sandal|Leather'), ('Rockport Works|Sandal|Leatherette'), ('Rockport Works|Sandal|Polyurethane'), ('Rockport Works|Sandal|PVC'), ('Rockport Works|Sandal|Rubber'), ('Rockport Works|Tennis|Leather'), ('Rockport Works|Tennis|Leatherette'), ('Rockport Works|Tennis|Polyurethane'), ('Rockport Works|Tennis|PVC'), ('Rockport Works|Tennis|Rubber'), ('Rockport Works|Walker|Leather'), ('Rockport Works|Walker|Leatherette'), ('Rockport Works|Walker|Polyurethane'), ('Rockport Works|Walker|PVC'), ('Rockport Works|Walker|Rubber'), ('Rockport Works|Wingtip|Leather'), ('Rockport Works|Wingtip|Leatherette'), ('Rockport Works|Wingtip|Polyurethane'), ('Rockport Works|Wingtip|PVC'), ('Rockport Works|Wingtip|Rubber'), ('Rockport Works|Work Boot|Leather'), ('Rockport Works|Work Boot|Leatherette'), ('Rockport Works|Work Boot|Polyurethane'), ('Rockport Works|Work Boot|PVC'), ('Rockport Works|Work Boot|Rubber'), ('Rugged Shark|Balmoral|Leather'), ('Rugged Shark|Balmoral|Leatherette'), ('Rugged Shark|Balmoral|Polyurethane'), ('Rugged Shark|Balmoral|PVC'), ('Rugged Shark|Balmoral|Rubber'), ('Rugged Shark|Boat Shoe|Leather'), ('Rugged Shark|Boat Shoe|Leatherette'), ('Rugged Shark|Boat Shoe|Polyurethane'), ('Rugged Shark|Boat Shoe|PVC'), ('Rugged Shark|Boat Shoe|Rubber'), ('Rugged Shark|Brouge|Leather'), ('Rugged Shark|Brouge|Leatherette'), ('Rugged Shark|Brouge|Polyurethane'), ('Rugged Shark|Brouge|PVC'), ('Rugged Shark|Brouge|Rubber'), ('Rugged Shark|Cross Trainer|Leather'), ('Rugged Shark|Cross Trainer|Leatherette'), ('Rugged Shark|Cross Trainer|Polyurethane'), ('Rugged Shark|Cross Trainer|PVC'), ('Rugged Shark|Cross Trainer|Rubber'), ('Rugged Shark|Derby|Leather'), ('Rugged Shark|Derby|Leatherette'), ('Rugged Shark|Derby|Polyurethane'), ('Rugged Shark|Derby|PVC'), ('Rugged Shark|Derby|Rubber'), ('Rugged Shark|Dress Boot|Leather'), ('Rugged Shark|Dress Boot|Leatherette'), ('Rugged Shark|Dress Boot|Polyurethane'), ('Rugged Shark|Dress Boot|PVC'), ('Rugged Shark|Dress Boot|Rubber'), ('Rugged Shark|Dress Shoe|Leather'), ('Rugged Shark|Dress Shoe|Leatherette'), ('Rugged Shark|Dress Shoe|Polyurethane'), ('Rugged Shark|Dress Shoe|PVC'), ('Rugged Shark|Dress Shoe|Rubber'), ('Rugged Shark|Driving Shoe|Leather'), ('Rugged Shark|Driving Shoe|Leatherette'), ('Rugged Shark|Driving Shoe|Polyurethane'), ('Rugged Shark|Driving Shoe|PVC'), ('Rugged Shark|Driving Shoe|Rubber'), ('Rugged Shark|Hiker|Leather'), ('Rugged Shark|Hiker|Leatherette'), ('Rugged Shark|Hiker|Polyurethane'), ('Rugged Shark|Hiker|PVC'), ('Rugged Shark|Hiker|Rubber'), ('Rugged Shark|Loafer (Slip-on)|Leather'), ('Rugged Shark|Loafer (Slip-on)|Leatherette'), ('Rugged Shark|Loafer (Slip-on)|Polyurethane'), ('Rugged Shark|Loafer (Slip-on)|PVC'), ('Rugged Shark|Loafer (Slip-on)|Rubber'), ('Rugged Shark|Oxford (Lace-up)|Leather'), ('Rugged Shark|Oxford (Lace-up)|Leatherette'), ('Rugged Shark|Oxford (Lace-up)|Polyurethane'), ('Rugged Shark|Oxford (Lace-up)|PVC'), ('Rugged Shark|Oxford (Lace-up)|Rubber'), ('Rugged Shark|Patent Leather|Leather'), ('Rugged Shark|Patent Leather|Leatherette'), ('Rugged Shark|Patent Leather|Polyurethane'), ('Rugged Shark|Patent Leather|PVC'), ('Rugged Shark|Patent Leather|Rubber'), ('Rugged Shark|Penny Loafer|Leather'), ('Rugged Shark|Penny Loafer|Leatherette'), ('Rugged Shark|Penny Loafer|Polyurethane'), ('Rugged Shark|Penny Loafer|PVC'), ('Rugged Shark|Penny Loafer|Rubber'), ('Rugged Shark|Runner|Leather'), ('Rugged Shark|Runner|Leatherette'), ('Rugged Shark|Runner|Polyurethane'), ('Rugged Shark|Runner|PVC'), ('Rugged Shark|Runner|Rubber'), ('Rugged Shark|Saddle Shoe|Leather'), ('Rugged Shark|Saddle Shoe|Leatherette'), ('Rugged Shark|Saddle Shoe|Polyurethane'), ('Rugged Shark|Saddle Shoe|PVC'), ('Rugged Shark|Saddle Shoe|Rubber'), ('Rugged Shark|Sandal|Leather'), ('Rugged Shark|Sandal|Leatherette'), ('Rugged Shark|Sandal|Polyurethane'), ('Rugged Shark|Sandal|PVC'), ('Rugged Shark|Sandal|Rubber'), ('Rugged Shark|Tennis|Leather'), ('Rugged Shark|Tennis|Leatherette'), ('Rugged Shark|Tennis|Polyurethane'), ('Rugged Shark|Tennis|PVC'), ('Rugged Shark|Tennis|Rubber'), ('Rugged Shark|Walker|Leather'), ('Rugged Shark|Walker|Leatherette'), ('Rugged Shark|Walker|Polyurethane'), ('Rugged Shark|Walker|PVC'), ('Rugged Shark|Walker|Rubber'), ('Rugged Shark|Wingtip|Leather'), ('Rugged Shark|Wingtip|Leatherette'), ('Rugged Shark|Wingtip|Polyurethane'), ('Rugged Shark|Wingtip|PVC'), ('Rugged Shark|Wingtip|Rubber'), ('Rugged Shark|Work Boot|Leather'), ('Rugged Shark|Work Boot|Leatherette'), ('Rugged Shark|Work Boot|Polyurethane'), ('Rugged Shark|Work Boot|PVC'), ('Rugged Shark|Work Boot|Rubber'), ('RW by Robert Wayne|Balmoral|Leather'), ('RW by Robert Wayne|Balmoral|Leatherette'), ('RW by Robert Wayne|Balmoral|Polyurethane'), ('RW by Robert Wayne|Balmoral|PVC'), ('RW by Robert Wayne|Balmoral|Rubber'), ('RW by Robert Wayne|Boat Shoe|Leather'), ('RW by Robert Wayne|Boat Shoe|Leatherette'), ('RW by Robert Wayne|Boat Shoe|Polyurethane'), ('RW by Robert Wayne|Boat Shoe|PVC'), ('RW by Robert Wayne|Boat Shoe|Rubber'), ('RW by Robert Wayne|Brouge|Leather'), ('RW by Robert Wayne|Brouge|Leatherette'), ('RW by Robert Wayne|Brouge|Polyurethane'), ('RW by Robert Wayne|Brouge|PVC'), ('RW by Robert Wayne|Brouge|Rubber'), ('RW by Robert Wayne|Cross Trainer|Leather'), ('RW by Robert Wayne|Cross Trainer|Leatherette'), ('RW by Robert Wayne|Cross Trainer|Polyurethane'), ('RW by Robert Wayne|Cross Trainer|PVC'), ('RW by Robert Wayne|Cross Trainer|Rubber'), ('RW by Robert Wayne|Derby|Leather'), ('RW by Robert Wayne|Derby|Leatherette'), ('RW by Robert Wayne|Derby|Polyurethane'), ('RW by Robert Wayne|Derby|PVC'), ('RW by Robert Wayne|Derby|Rubber'), ('RW by Robert Wayne|Dress Boot|Leather'), ('RW by Robert Wayne|Dress Boot|Leatherette'), ('RW by Robert Wayne|Dress Boot|Polyurethane'), ('RW by Robert Wayne|Dress Boot|PVC'), ('RW by Robert Wayne|Dress Boot|Rubber'), ('RW by Robert Wayne|Dress Shoe|Leather'), ('RW by Robert Wayne|Dress Shoe|Leatherette'), ('RW by Robert Wayne|Dress Shoe|Polyurethane'), ('RW by Robert Wayne|Dress Shoe|PVC'), ('RW by Robert Wayne|Dress Shoe|Rubber'), ('RW by Robert Wayne|Driving Shoe|Leather'), ('RW by Robert Wayne|Driving Shoe|Leatherette'), ('RW by Robert Wayne|Driving Shoe|Polyurethane'), ('RW by Robert Wayne|Driving Shoe|PVC'), ('RW by Robert Wayne|Driving Shoe|Rubber'), ('RW by Robert Wayne|Hiker|Leather'), ('RW by Robert Wayne|Hiker|Leatherette'), ('RW by Robert Wayne|Hiker|Polyurethane'), ('RW by Robert Wayne|Hiker|PVC'), ('RW by Robert Wayne|Hiker|Rubber'), ('RW by Robert Wayne|Loafer (Slip-on)|Leather'), ('RW by Robert Wayne|Loafer (Slip-on)|Leatherette'), ('RW by Robert Wayne|Loafer (Slip-on)|Polyurethane'), ('RW by Robert Wayne|Loafer (Slip-on)|PVC'), ('RW by Robert Wayne|Loafer (Slip-on)|Rubber'), ('RW by Robert Wayne|Oxford (Lace-up)|Leather'), ('RW by Robert Wayne|Oxford (Lace-up)|Leatherette'), ('RW by Robert Wayne|Oxford (Lace-up)|Polyurethane'), ('RW by Robert Wayne|Oxford (Lace-up)|PVC'), ('RW by Robert Wayne|Oxford (Lace-up)|Rubber'), ('RW by Robert Wayne|Patent Leather|Leather'), ('RW by Robert Wayne|Patent Leather|Leatherette'), ('RW by Robert Wayne|Patent Leather|Polyurethane'), ('RW by Robert Wayne|Patent Leather|PVC'), ('RW by Robert Wayne|Patent Leather|Rubber'), ('RW by Robert Wayne|Penny Loafer|Leather'), ('RW by Robert Wayne|Penny Loafer|Leatherette'), ('RW by Robert Wayne|Penny Loafer|Polyurethane'), ('RW by Robert Wayne|Penny Loafer|PVC'), ('RW by Robert Wayne|Penny Loafer|Rubber'), ('RW by Robert Wayne|Runner|Leather'), ('RW by Robert Wayne|Runner|Leatherette'), ('RW by Robert Wayne|Runner|Polyurethane'), ('RW by Robert Wayne|Runner|PVC'), ('RW by Robert Wayne|Runner|Rubber'), ('RW by Robert Wayne|Saddle Shoe|Leather'), ('RW by Robert Wayne|Saddle Shoe|Leatherette'), ('RW by Robert Wayne|Saddle Shoe|Polyurethane'), ('RW by Robert Wayne|Saddle Shoe|PVC'), ('RW by Robert Wayne|Saddle Shoe|Rubber'), ('RW by Robert Wayne|Sandal|Leather'), ('RW by Robert Wayne|Sandal|Leatherette'), ('RW by Robert Wayne|Sandal|Polyurethane'), ('RW by Robert Wayne|Sandal|PVC'), ('RW by Robert Wayne|Sandal|Rubber'), ('RW by Robert Wayne|Tennis|Leather'), ('RW by Robert Wayne|Tennis|Leatherette'), ('RW by Robert Wayne|Tennis|Polyurethane'), ('RW by Robert Wayne|Tennis|PVC'), ('RW by Robert Wayne|Tennis|Rubber'), ('RW by Robert Wayne|Walker|Leather'), ('RW by Robert Wayne|Walker|Leatherette'), ('RW by Robert Wayne|Walker|Polyurethane'), ('RW by Robert Wayne|Walker|PVC'), ('RW by Robert Wayne|Walker|Rubber'), ('RW by Robert Wayne|Wingtip|Leather'), ('RW by Robert Wayne|Wingtip|Leatherette'), ('RW by Robert Wayne|Wingtip|Polyurethane'), ('RW by Robert Wayne|Wingtip|PVC'), ('RW by Robert Wayne|Wingtip|Rubber'), ('RW by Robert Wayne|Work Boot|Leather'), ('RW by Robert Wayne|Work Boot|Leatherette'), ('RW by Robert Wayne|Work Boot|Polyurethane'), ('RW by Robert Wayne|Work Boot|PVC'), ('RW by Robert Wayne|Work Boot|Rubber'), ('Salvatore Ferragamo|Balmoral|Leather'), ('Salvatore Ferragamo|Balmoral|Leatherette'), ('Salvatore Ferragamo|Balmoral|Polyurethane'), ('Salvatore Ferragamo|Balmoral|PVC'), ('Salvatore Ferragamo|Balmoral|Rubber'), ('Salvatore Ferragamo|Boat Shoe|Leather'), ('Salvatore Ferragamo|Boat Shoe|Leatherette'), ('Salvatore Ferragamo|Boat Shoe|Polyurethane'), ('Salvatore Ferragamo|Boat Shoe|PVC'), ('Salvatore Ferragamo|Boat Shoe|Rubber'), ('Salvatore Ferragamo|Brouge|Leather'), ('Salvatore Ferragamo|Brouge|Leatherette'), ('Salvatore Ferragamo|Brouge|Polyurethane'), ('Salvatore Ferragamo|Brouge|PVC'), ('Salvatore Ferragamo|Brouge|Rubber'), ('Salvatore Ferragamo|Cross Trainer|Leather'), ('Salvatore Ferragamo|Cross Trainer|Leatherette'), ('Salvatore Ferragamo|Cross Trainer|Polyurethane'), ('Salvatore Ferragamo|Cross Trainer|PVC'), ('Salvatore Ferragamo|Cross Trainer|Rubber'), ('Salvatore Ferragamo|Derby|Leather'), ('Salvatore Ferragamo|Derby|Leatherette'), ('Salvatore Ferragamo|Derby|Polyurethane'), ('Salvatore Ferragamo|Derby|PVC'), ('Salvatore Ferragamo|Derby|Rubber'), ('Salvatore Ferragamo|Dress Boot|Leather'), ('Salvatore Ferragamo|Dress Boot|Leatherette'), ('Salvatore Ferragamo|Dress Boot|Polyurethane'), ('Salvatore Ferragamo|Dress Boot|PVC'), ('Salvatore Ferragamo|Dress Boot|Rubber'), ('Salvatore Ferragamo|Dress Shoe|Leather'), ('Salvatore Ferragamo|Dress Shoe|Leatherette'), ('Salvatore Ferragamo|Dress Shoe|Polyurethane'), ('Salvatore Ferragamo|Dress Shoe|PVC'), ('Salvatore Ferragamo|Dress Shoe|Rubber'), ('Salvatore Ferragamo|Driving Shoe|Leather'), ('Salvatore Ferragamo|Driving Shoe|Leatherette'), ('Salvatore Ferragamo|Driving Shoe|Polyurethane'), ('Salvatore Ferragamo|Driving Shoe|PVC'), ('Salvatore Ferragamo|Driving Shoe|Rubber'), ('Salvatore Ferragamo|Hiker|Leather'), ('Salvatore Ferragamo|Hiker|Leatherette'), ('Salvatore Ferragamo|Hiker|Polyurethane'), ('Salvatore Ferragamo|Hiker|PVC'), ('Salvatore Ferragamo|Hiker|Rubber'), ('Salvatore Ferragamo|Loafer (Slip-on)|Leather'), ('Salvatore Ferragamo|Loafer (Slip-on)|Leatherette'), ('Salvatore Ferragamo|Loafer (Slip-on)|Polyurethane'), ('Salvatore Ferragamo|Loafer (Slip-on)|PVC'), ('Salvatore Ferragamo|Loafer (Slip-on)|Rubber'), ('Salvatore Ferragamo|Oxford (Lace-up)|Leather'), ('Salvatore Ferragamo|Oxford (Lace-up)|Leatherette'), ('Salvatore Ferragamo|Oxford (Lace-up)|Polyurethane'), ('Salvatore Ferragamo|Oxford (Lace-up)|PVC'), ('Salvatore Ferragamo|Oxford (Lace-up)|Rubber'), ('Salvatore Ferragamo|Patent Leather|Leather'), ('Salvatore Ferragamo|Patent Leather|Leatherette'), ('Salvatore Ferragamo|Patent Leather|Polyurethane'), ('Salvatore Ferragamo|Patent Leather|PVC'), ('Salvatore Ferragamo|Patent Leather|Rubber'), ('Salvatore Ferragamo|Penny Loafer|Leather'), ('Salvatore Ferragamo|Penny Loafer|Leatherette'), ('Salvatore Ferragamo|Penny Loafer|Polyurethane'), ('Salvatore Ferragamo|Penny Loafer|PVC'), ('Salvatore Ferragamo|Penny Loafer|Rubber'), ('Salvatore Ferragamo|Runner|Leather'), ('Salvatore Ferragamo|Runner|Leatherette'), ('Salvatore Ferragamo|Runner|Polyurethane'), ('Salvatore Ferragamo|Runner|PVC'), ('Salvatore Ferragamo|Runner|Rubber'), ('Salvatore Ferragamo|Saddle Shoe|Leather'), ('Salvatore Ferragamo|Saddle Shoe|Leatherette'), ('Salvatore Ferragamo|Saddle Shoe|Polyurethane'), ('Salvatore Ferragamo|Saddle Shoe|PVC'), ('Salvatore Ferragamo|Saddle Shoe|Rubber'), ('Salvatore Ferragamo|Sandal|Leather'), ('Salvatore Ferragamo|Sandal|Leatherette'), ('Salvatore Ferragamo|Sandal|Polyurethane'), ('Salvatore Ferragamo|Sandal|PVC'), ('Salvatore Ferragamo|Sandal|Rubber'), ('Salvatore Ferragamo|Tennis|Leather'), ('Salvatore Ferragamo|Tennis|Leatherette'), ('Salvatore Ferragamo|Tennis|Polyurethane'), ('Salvatore Ferragamo|Tennis|PVC'), ('Salvatore Ferragamo|Tennis|Rubber'), ('Salvatore Ferragamo|Walker|Leather'), ('Salvatore Ferragamo|Walker|Leatherette'), ('Salvatore Ferragamo|Walker|Polyurethane'), ('Salvatore Ferragamo|Walker|PVC'), ('Salvatore Ferragamo|Walker|Rubber'), ('Salvatore Ferragamo|Wingtip|Leather'), ('Salvatore Ferragamo|Wingtip|Leatherette'), ('Salvatore Ferragamo|Wingtip|Polyurethane'), ('Salvatore Ferragamo|Wingtip|PVC'), ('Salvatore Ferragamo|Wingtip|Rubber'), ('Salvatore Ferragamo|Work Boot|Leather'), ('Salvatore Ferragamo|Work Boot|Leatherette'), ('Salvatore Ferragamo|Work Boot|Polyurethane'), ('Salvatore Ferragamo|Work Boot|PVC'), ('Salvatore Ferragamo|Work Boot|Rubber'), ('Santoni|Balmoral|Leather'), ('Santoni|Balmoral|Leatherette'), ('Santoni|Balmoral|Polyurethane'), ('Santoni|Balmoral|PVC'), ('Santoni|Balmoral|Rubber'), ('Santoni|Boat Shoe|Leather'), ('Santoni|Boat Shoe|Leatherette'), ('Santoni|Boat Shoe|Polyurethane'), ('Santoni|Boat Shoe|PVC'), ('Santoni|Boat Shoe|Rubber'), ('Santoni|Brouge|Leather'), ('Santoni|Brouge|Leatherette'), ('Santoni|Brouge|Polyurethane'), ('Santoni|Brouge|PVC'), ('Santoni|Brouge|Rubber'), ('Santoni|Cross Trainer|Leather'), ('Santoni|Cross Trainer|Leatherette'), ('Santoni|Cross Trainer|Polyurethane'), ('Santoni|Cross Trainer|PVC'), ('Santoni|Cross Trainer|Rubber'), ('Santoni|Derby|Leather'), ('Santoni|Derby|Leatherette'), ('Santoni|Derby|Polyurethane'), ('Santoni|Derby|PVC'), ('Santoni|Derby|Rubber'), ('Santoni|Dress Boot|Leather'), ('Santoni|Dress Boot|Leatherette'), ('Santoni|Dress Boot|Polyurethane'), ('Santoni|Dress Boot|PVC'), ('Santoni|Dress Boot|Rubber'), ('Santoni|Dress Shoe|Leather'), ('Santoni|Dress Shoe|Leatherette'), ('Santoni|Dress Shoe|Polyurethane'), ('Santoni|Dress Shoe|PVC'), ('Santoni|Dress Shoe|Rubber'), ('Santoni|Driving Shoe|Leather'), ('Santoni|Driving Shoe|Leatherette'), ('Santoni|Driving Shoe|Polyurethane'), ('Santoni|Driving Shoe|PVC'), ('Santoni|Driving Shoe|Rubber'), ('Santoni|Hiker|Leather'), ('Santoni|Hiker|Leatherette'), ('Santoni|Hiker|Polyurethane'), ('Santoni|Hiker|PVC'), ('Santoni|Hiker|Rubber'), ('Santoni|Loafer (Slip-on)|Leather'), ('Santoni|Loafer (Slip-on)|Leatherette'), ('Santoni|Loafer (Slip-on)|Polyurethane'), ('Santoni|Loafer (Slip-on)|PVC'), ('Santoni|Loafer (Slip-on)|Rubber'), ('Santoni|Oxford (Lace-up)|Leather'), ('Santoni|Oxford (Lace-up)|Leatherette'), ('Santoni|Oxford (Lace-up)|Polyurethane'), ('Santoni|Oxford (Lace-up)|PVC'), ('Santoni|Oxford (Lace-up)|Rubber'), ('Santoni|Patent Leather|Leather'), ('Santoni|Patent Leather|Leatherette'), ('Santoni|Patent Leather|Polyurethane'), ('Santoni|Patent Leather|PVC'), ('Santoni|Patent Leather|Rubber'), ('Santoni|Penny Loafer|Leather'), ('Santoni|Penny Loafer|Leatherette'), ('Santoni|Penny Loafer|Polyurethane'), ('Santoni|Penny Loafer|PVC'), ('Santoni|Penny Loafer|Rubber'), ('Santoni|Runner|Leather'), ('Santoni|Runner|Leatherette'), ('Santoni|Runner|Polyurethane'), ('Santoni|Runner|PVC'), ('Santoni|Runner|Rubber'), ('Santoni|Saddle Shoe|Leather'), ('Santoni|Saddle Shoe|Leatherette'), ('Santoni|Saddle Shoe|Polyurethane'), ('Santoni|Saddle Shoe|PVC'), ('Santoni|Saddle Shoe|Rubber'), ('Santoni|Sandal|Leather'), ('Santoni|Sandal|Leatherette'), ('Santoni|Sandal|Polyurethane'), ('Santoni|Sandal|PVC'), ('Santoni|Sandal|Rubber'), ('Santoni|Tennis|Leather'), ('Santoni|Tennis|Leatherette'), ('Santoni|Tennis|Polyurethane'), ('Santoni|Tennis|PVC'), ('Santoni|Tennis|Rubber'), ('Santoni|Walker|Leather'), ('Santoni|Walker|Leatherette'), ('Santoni|Walker|Polyurethane'), ('Santoni|Walker|PVC'), ('Santoni|Walker|Rubber'), ('Santoni|Wingtip|Leather'), ('Santoni|Wingtip|Leatherette'), ('Santoni|Wingtip|Polyurethane'), ('Santoni|Wingtip|PVC'), ('Santoni|Wingtip|Rubber'), ('Santoni|Work Boot|Leather'), ('Santoni|Work Boot|Leatherette'), ('Santoni|Work Boot|Polyurethane'), ('Santoni|Work Boot|PVC'), ('Santoni|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sorel|Balmoral|Leather'), ('Sorel|Balmoral|Leatherette'), ('Sorel|Balmoral|Polyurethane'), ('Sorel|Balmoral|PVC'), ('Sorel|Balmoral|Rubber'), ('Sorel|Boat Shoe|Leather'), ('Sorel|Boat Shoe|Leatherette'), ('Sorel|Boat Shoe|Polyurethane'), ('Sorel|Boat Shoe|PVC'), ('Sorel|Boat Shoe|Rubber'), ('Sorel|Brouge|Leather'), ('Sorel|Brouge|Leatherette'), ('Sorel|Brouge|Polyurethane'), ('Sorel|Brouge|PVC'), ('Sorel|Brouge|Rubber'), ('Sorel|Cross Trainer|Leather'), ('Sorel|Cross Trainer|Leatherette'), ('Sorel|Cross Trainer|Polyurethane'), ('Sorel|Cross Trainer|PVC'), ('Sorel|Cross Trainer|Rubber'), ('Sorel|Derby|Leather'), ('Sorel|Derby|Leatherette'), ('Sorel|Derby|Polyurethane'), ('Sorel|Derby|PVC'), ('Sorel|Derby|Rubber'), ('Sorel|Dress Boot|Leather'), ('Sorel|Dress Boot|Leatherette'), ('Sorel|Dress Boot|Polyurethane'), ('Sorel|Dress Boot|PVC'), ('Sorel|Dress Boot|Rubber'), ('Sorel|Dress Shoe|Leather'), ('Sorel|Dress Shoe|Leatherette'), ('Sorel|Dress Shoe|Polyurethane'), ('Sorel|Dress Shoe|PVC'), ('Sorel|Dress Shoe|Rubber'), ('Sorel|Driving Shoe|Leather'), ('Sorel|Driving Shoe|Leatherette'), ('Sorel|Driving Shoe|Polyurethane'), ('Sorel|Driving Shoe|PVC'), ('Sorel|Driving Shoe|Rubber'), ('Sorel|Hiker|Leather'), ('Sorel|Hiker|Leatherette'), ('Sorel|Hiker|Polyurethane'), ('Sorel|Hiker|PVC'), ('Sorel|Hiker|Rubber'), ('Sorel|Loafer (Slip-on)|Leather'), ('Sorel|Loafer (Slip-on)|Leatherette'), ('Sorel|Loafer (Slip-on)|Polyurethane'), ('Sorel|Loafer (Slip-on)|PVC'), ('Sorel|Loafer (Slip-on)|Rubber'), ('Sorel|Oxford (Lace-up)|Leather'), ('Sorel|Oxford (Lace-up)|Leatherette'), ('Sorel|Oxford (Lace-up)|Polyurethane'), ('Sorel|Oxford (Lace-up)|PVC'), ('Sorel|Oxford (Lace-up)|Rubber'), ('Sorel|Patent Leather|Leather'), ('Sorel|Patent Leather|Leatherette'), ('Sorel|Patent Leather|Polyurethane'), ('Sorel|Patent Leather|PVC'), ('Sorel|Patent Leather|Rubber'), ('Sorel|Penny Loafer|Leather'), ('Sorel|Penny Loafer|Leatherette'), ('Sorel|Penny Loafer|Polyurethane'), ('Sorel|Penny Loafer|PVC'), ('Sorel|Penny Loafer|Rubber'), ('Sorel|Runner|Leather'), ('Sorel|Runner|Leatherette'), ('Sorel|Runner|Polyurethane'), ('Sorel|Runner|PVC'), ('Sorel|Runner|Rubber'), ('Sorel|Saddle Shoe|Leather'), ('Sorel|Saddle Shoe|Leatherette'), ('Sorel|Saddle Shoe|Polyurethane'), ('Sorel|Saddle Shoe|PVC'), ('Sorel|Saddle Shoe|Rubber'), ('Sorel|Sandal|Leather'), ('Sorel|Sandal|Leatherette'), ('Sorel|Sandal|Polyurethane'), ('Sorel|Sandal|PVC'), ('Sorel|Sandal|Rubber'), ('Sorel|Tennis|Leather'), ('Sorel|Tennis|Leatherette'), ('Sorel|Tennis|Polyurethane'), ('Sorel|Tennis|PVC'), ('Sorel|Tennis|Rubber'), ('Sorel|Walker|Leather'), ('Sorel|Walker|Leatherette'), ('Sorel|Walker|Polyurethane'), ('Sorel|Walker|PVC'), ('Sorel|Walker|Rubber'), ('Sorel|Wingtip|Leather'), ('Sorel|Wingtip|Leatherette'), ('Sorel|Wingtip|Polyurethane'), ('Sorel|Wingtip|PVC'), ('Sorel|Wingtip|Rubber'), ('Sorel|Work Boot|Leather'), ('Sorel|Work Boot|Leatherette'), ('Sorel|Work Boot|Polyurethane'), ('Sorel|Work Boot|PVC'), ('Sorel|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Stacy Adams|Balmoral|Leather'), ('Stacy Adams|Balmoral|Leatherette'), ('Stacy Adams|Balmoral|Polyurethane'), ('Stacy Adams|Balmoral|PVC'), ('Stacy Adams|Balmoral|Rubber'), ('Stacy Adams|Boat Shoe|Leather'), ('Stacy Adams|Boat Shoe|Leatherette'), ('Stacy Adams|Boat Shoe|Polyurethane'), ('Stacy Adams|Boat Shoe|PVC'), ('Stacy Adams|Boat Shoe|Rubber'), ('Stacy Adams|Brouge|Leather'), ('Stacy Adams|Brouge|Leatherette'), ('Stacy Adams|Brouge|Polyurethane'), ('Stacy Adams|Brouge|PVC'), ('Stacy Adams|Brouge|Rubber'), ('Stacy Adams|Cross Trainer|Leather'), ('Stacy Adams|Cross Trainer|Leatherette'), ('Stacy Adams|Cross Trainer|Polyurethane'), ('Stacy Adams|Cross Trainer|PVC'), ('Stacy Adams|Cross Trainer|Rubber'), ('Stacy Adams|Derby|Leather'), ('Stacy Adams|Derby|Leatherette'), ('Stacy Adams|Derby|Polyurethane'), ('Stacy Adams|Derby|PVC'), ('Stacy Adams|Derby|Rubber'), ('Stacy Adams|Dress Boot|Leather'), ('Stacy Adams|Dress Boot|Leatherette'), ('Stacy Adams|Dress Boot|Polyurethane'), ('Stacy Adams|Dress Boot|PVC'), ('Stacy Adams|Dress Boot|Rubber'), ('Stacy Adams|Dress Shoe|Leather'), ('Stacy Adams|Dress Shoe|Leatherette'), ('Stacy Adams|Dress Shoe|Polyurethane'), ('Stacy Adams|Dress Shoe|PVC'), ('Stacy Adams|Dress Shoe|Rubber'), ('Stacy Adams|Driving Shoe|Leather'), ('Stacy Adams|Driving Shoe|Leatherette'), ('Stacy Adams|Driving Shoe|Polyurethane'), ('Stacy Adams|Driving Shoe|PVC'), ('Stacy Adams|Driving Shoe|Rubber'), ('Stacy Adams|Hiker|Leather'), ('Stacy Adams|Hiker|Leatherette'), ('Stacy Adams|Hiker|Polyurethane'), ('Stacy Adams|Hiker|PVC'), ('Stacy Adams|Hiker|Rubber'), ('Stacy Adams|Loafer (Slip-on)|Leather'), ('Stacy Adams|Loafer (Slip-on)|Leatherette'), ('Stacy Adams|Loafer (Slip-on)|Polyurethane'), ('Stacy Adams|Loafer (Slip-on)|PVC'), ('Stacy Adams|Loafer (Slip-on)|Rubber'), ('Stacy Adams|Oxford (Lace-up)|Leather'), ('Stacy Adams|Oxford (Lace-up)|Leatherette'), ('Stacy Adams|Oxford (Lace-up)|Polyurethane'), ('Stacy Adams|Oxford (Lace-up)|PVC'), ('Stacy Adams|Oxford (Lace-up)|Rubber'), ('Stacy Adams|Patent Leather|Leather'), ('Stacy Adams|Patent Leather|Leatherette'), ('Stacy Adams|Patent Leather|Polyurethane'), ('Stacy Adams|Patent Leather|PVC'), ('Stacy Adams|Patent Leather|Rubber'), ('Stacy Adams|Penny Loafer|Leather'), ('Stacy Adams|Penny Loafer|Leatherette'), ('Stacy Adams|Penny Loafer|Polyurethane'), ('Stacy Adams|Penny Loafer|PVC'), ('Stacy Adams|Penny Loafer|Rubber'), ('Stacy Adams|Runner|Leather'), ('Stacy Adams|Runner|Leatherette'), ('Stacy Adams|Runner|Polyurethane'), ('Stacy Adams|Runner|PVC'), ('Stacy Adams|Runner|Rubber'), ('Stacy Adams|Saddle Shoe|Leather'), ('Stacy Adams|Saddle Shoe|Leatherette'), ('Stacy Adams|Saddle Shoe|Polyurethane'), ('Stacy Adams|Saddle Shoe|PVC'), ('Stacy Adams|Saddle Shoe|Rubber'), ('Stacy Adams|Sandal|Leather'), ('Stacy Adams|Sandal|Leatherette'), ('Stacy Adams|Sandal|Polyurethane'), ('Stacy Adams|Sandal|PVC'), ('Stacy Adams|Sandal|Rubber'), ('Stacy Adams|Tennis|Leather'), ('Stacy Adams|Tennis|Leatherette'), ('Stacy Adams|Tennis|Polyurethane'), ('Stacy Adams|Tennis|PVC'), ('Stacy Adams|Tennis|Rubber'), ('Stacy Adams|Walker|Leather'), ('Stacy Adams|Walker|Leatherette'), ('Stacy Adams|Walker|Polyurethane'), ('Stacy Adams|Walker|PVC'), ('Stacy Adams|Walker|Rubber'), ('Stacy Adams|Wingtip|Leather'), ('Stacy Adams|Wingtip|Leatherette'), ('Stacy Adams|Wingtip|Polyurethane'), ('Stacy Adams|Wingtip|PVC'), ('Stacy Adams|Wingtip|Rubber'), ('Stacy Adams|Work Boot|Leather'), ('Stacy Adams|Work Boot|Leatherette'), ('Stacy Adams|Work Boot|Polyurethane'), ('Stacy Adams|Work Boot|PVC'), ('Stacy Adams|Work Boot|Rubber'), ('Streetcars|Balmoral|Leather'), ('Streetcars|Balmoral|Leatherette'), ('Streetcars|Balmoral|Polyurethane'), ('Streetcars|Balmoral|PVC'), ('Streetcars|Balmoral|Rubber'), ('Streetcars|Boat Shoe|Leather'), ('Streetcars|Boat Shoe|Leatherette'), ('Streetcars|Boat Shoe|Polyurethane'), ('Streetcars|Boat Shoe|PVC'), ('Streetcars|Boat Shoe|Rubber'), ('Streetcars|Brouge|Leather'), ('Streetcars|Brouge|Leatherette'), ('Streetcars|Brouge|Polyurethane'), ('Streetcars|Brouge|PVC'), ('Streetcars|Brouge|Rubber'), ('Streetcars|Cross Trainer|Leather'), ('Streetcars|Cross Trainer|Leatherette'), ('Streetcars|Cross Trainer|Polyurethane'), ('Streetcars|Cross Trainer|PVC'), ('Streetcars|Cross Trainer|Rubber'), ('Streetcars|Derby|Leather'), ('Streetcars|Derby|Leatherette'), ('Streetcars|Derby|Polyurethane'), ('Streetcars|Derby|PVC'), ('Streetcars|Derby|Rubber'), ('Streetcars|Dress Boot|Leather'), ('Streetcars|Dress Boot|Leatherette'), ('Streetcars|Dress Boot|Polyurethane'), ('Streetcars|Dress Boot|PVC'), ('Streetcars|Dress Boot|Rubber'), ('Streetcars|Dress Shoe|Leather'), ('Streetcars|Dress Shoe|Leatherette'), ('Streetcars|Dress Shoe|Polyurethane'), ('Streetcars|Dress Shoe|PVC'), ('Streetcars|Dress Shoe|Rubber'), ('Streetcars|Driving Shoe|Leather'), ('Streetcars|Driving Shoe|Leatherette'), ('Streetcars|Driving Shoe|Polyurethane'), ('Streetcars|Driving Shoe|PVC'), ('Streetcars|Driving Shoe|Rubber'), ('Streetcars|Hiker|Leather'), ('Streetcars|Hiker|Leatherette'), ('Streetcars|Hiker|Polyurethane'), ('Streetcars|Hiker|PVC'), ('Streetcars|Hiker|Rubber'), ('Streetcars|Loafer (Slip-on)|Leather'), ('Streetcars|Loafer (Slip-on)|Leatherette'), ('Streetcars|Loafer (Slip-on)|Polyurethane'), ('Streetcars|Loafer (Slip-on)|PVC'), ('Streetcars|Loafer (Slip-on)|Rubber'), ('Streetcars|Oxford (Lace-up)|Leather'), ('Streetcars|Oxford (Lace-up)|Leatherette'), ('Streetcars|Oxford (Lace-up)|Polyurethane'), ('Streetcars|Oxford (Lace-up)|PVC'), ('Streetcars|Oxford (Lace-up)|Rubber'), ('Streetcars|Patent Leather|Leather'), ('Streetcars|Patent Leather|Leatherette'), ('Streetcars|Patent Leather|Polyurethane'), ('Streetcars|Patent Leather|PVC'), ('Streetcars|Patent Leather|Rubber'), ('Streetcars|Penny Loafer|Leather'), ('Streetcars|Penny Loafer|Leatherette'), ('Streetcars|Penny Loafer|Polyurethane'), ('Streetcars|Penny Loafer|PVC'), ('Streetcars|Penny Loafer|Rubber'), ('Streetcars|Runner|Leather'), ('Streetcars|Runner|Leatherette'), ('Streetcars|Runner|Polyurethane'), ('Streetcars|Runner|PVC'), ('Streetcars|Runner|Rubber'), ('Streetcars|Saddle Shoe|Leather'), ('Streetcars|Saddle Shoe|Leatherette'), ('Streetcars|Saddle Shoe|Polyurethane'), ('Streetcars|Saddle Shoe|PVC'), ('Streetcars|Saddle Shoe|Rubber'), ('Streetcars|Sandal|Leather'), ('Streetcars|Sandal|Leatherette'), ('Streetcars|Sandal|Polyurethane'), ('Streetcars|Sandal|PVC'), ('Streetcars|Sandal|Rubber'), ('Streetcars|Tennis|Leather'), ('Streetcars|Tennis|Leatherette'), ('Streetcars|Tennis|Polyurethane'), ('Streetcars|Tennis|PVC'), ('Streetcars|Tennis|Rubber'), ('Streetcars|Walker|Leather'), ('Streetcars|Walker|Leatherette'), ('Streetcars|Walker|Polyurethane'), ('Streetcars|Walker|PVC'), ('Streetcars|Walker|Rubber'), ('Streetcars|Wingtip|Leather'), ('Streetcars|Wingtip|Leatherette'), ('Streetcars|Wingtip|Polyurethane'), ('Streetcars|Wingtip|PVC'), ('Streetcars|Wingtip|Rubber'), ('Streetcars|Work Boot|Leather'), ('Streetcars|Work Boot|Leatherette'), ('Streetcars|Work Boot|Polyurethane'), ('Streetcars|Work Boot|PVC'), ('Streetcars|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('Tod's|Balmoral|Leather'), ('Tod's|Balmoral|Leatherette'), ('Tod's|Balmoral|Polyurethane'), ('Tod's|Balmoral|PVC'), ('Tod's|Balmoral|Rubber'), ('Tod's|Boat Shoe|Leather'), ('Tod's|Boat Shoe|Leatherette'), ('Tod's|Boat Shoe|Polyurethane'), ('Tod's|Boat Shoe|PVC'), ('Tod's|Boat Shoe|Rubber'), ('Tod's|Brouge|Leather'), ('Tod's|Brouge|Leatherette'), ('Tod's|Brouge|Polyurethane'), ('Tod's|Brouge|PVC'), ('Tod's|Brouge|Rubber'), ('Tod's|Cross Trainer|Leather'), ('Tod's|Cross Trainer|Leatherette'), ('Tod's|Cross Trainer|Polyurethane'), ('Tod's|Cross Trainer|PVC'), ('Tod's|Cross Trainer|Rubber'), ('Tod's|Derby|Leather'), ('Tod's|Derby|Leatherette'), ('Tod's|Derby|Polyurethane'), ('Tod's|Derby|PVC'), ('Tod's|Derby|Rubber'), ('Tod's|Dress Boot|Leather'), ('Tod's|Dress Boot|Leatherette'), ('Tod's|Dress Boot|Polyurethane'), ('Tod's|Dress Boot|PVC'), ('Tod's|Dress Boot|Rubber'), ('Tod's|Dress Shoe|Leather'), ('Tod's|Dress Shoe|Leatherette'), ('Tod's|Dress Shoe|Polyurethane'), ('Tod's|Dress Shoe|PVC'), ('Tod's|Dress Shoe|Rubber'), ('Tod's|Driving Shoe|Leather'), ('Tod's|Driving Shoe|Leatherette'), ('Tod's|Driving Shoe|Polyurethane'), ('Tod's|Driving Shoe|PVC'), ('Tod's|Driving Shoe|Rubber'), ('Tod's|Hiker|Leather'), ('Tod's|Hiker|Leatherette'), ('Tod's|Hiker|Polyurethane'), ('Tod's|Hiker|PVC'), ('Tod's|Hiker|Rubber'), ('Tod's|Loafer (Slip-on)|Leather'), ('Tod's|Loafer (Slip-on)|Leatherette'), ('Tod's|Loafer (Slip-on)|Polyurethane'), ('Tod's|Loafer (Slip-on)|PVC'), ('Tod's|Loafer (Slip-on)|Rubber'), ('Tod's|Oxford (Lace-up)|Leather'), ('Tod's|Oxford (Lace-up)|Leatherette'), ('Tod's|Oxford (Lace-up)|Polyurethane'), ('Tod's|Oxford (Lace-up)|PVC'), ('Tod's|Oxford (Lace-up)|Rubber'), ('Tod's|Patent Leather|Leather'), ('Tod's|Patent Leather|Leatherette'), ('Tod's|Patent Leather|Polyurethane'), ('Tod's|Patent Leather|PVC'), ('Tod's|Patent Leather|Rubber'), ('Tod's|Penny Loafer|Leather'), ('Tod's|Penny Loafer|Leatherette'), ('Tod's|Penny Loafer|Polyurethane'), ('Tod's|Penny Loafer|PVC'), ('Tod's|Penny Loafer|Rubber'), ('Tod's|Runner|Leather'), ('Tod's|Runner|Leatherette'), ('Tod's|Runner|Polyurethane'), ('Tod's|Runner|PVC'), ('Tod's|Runner|Rubber'), ('Tod's|Saddle Shoe|Leather'), ('Tod's|Saddle Shoe|Leatherette'), ('Tod's|Saddle Shoe|Polyurethane'), ('Tod's|Saddle Shoe|PVC'), ('Tod's|Saddle Shoe|Rubber'), ('Tod's|Sandal|Leather'), ('Tod's|Sandal|Leatherette'), ('Tod's|Sandal|Polyurethane'), ('Tod's|Sandal|PVC'), ('Tod's|Sandal|Rubber'), ('Tod's|Tennis|Leather'), ('Tod's|Tennis|Leatherette'), ('Tod's|Tennis|Polyurethane'), ('Tod's|Tennis|PVC'), ('Tod's|Tennis|Rubber'), ('Tod's|Walker|Leather'), ('Tod's|Walker|Leatherette'), ('Tod's|Walker|Polyurethane'), ('Tod's|Walker|PVC'), ('Tod's|Walker|Rubber'), ('Tod's|Wingtip|Leather'), ('Tod's|Wingtip|Leatherette'), ('Tod's|Wingtip|Polyurethane'), ('Tod's|Wingtip|PVC'), ('Tod's|Wingtip|Rubber'), ('Tod's|Work Boot|Leather'), ('Tod's|Work Boot|Leatherette'), ('Tod's|Work Boot|Polyurethane'), ('Tod's|Work Boot|PVC'), ('Tod's|Work Boot|Rubber'), ('Vans|Balmoral|Leather'), ('Vans|Balmoral|Leatherette'), ('Vans|Balmoral|Polyurethane'), ('Vans|Balmoral|PVC'), ('Vans|Balmoral|Rubber'), ('Vans|Boat Shoe|Leather'), ('Vans|Boat Shoe|Leatherette'), ('Vans|Boat Shoe|Polyurethane'), ('Vans|Boat Shoe|PVC'), ('Vans|Boat Shoe|Rubber'), ('Vans|Brouge|Leather'), ('Vans|Brouge|Leatherette'), ('Vans|Brouge|Polyurethane'), ('Vans|Brouge|PVC'), ('Vans|Brouge|Rubber'), ('Vans|Cross Trainer|Leather'), ('Vans|Cross Trainer|Leatherette'), ('Vans|Cross Trainer|Polyurethane'), ('Vans|Cross Trainer|PVC'), ('Vans|Cross Trainer|Rubber'), ('Vans|Derby|Leather'), ('Vans|Derby|Leatherette'), ('Vans|Derby|Polyurethane'), ('Vans|Derby|PVC'), ('Vans|Derby|Rubber'), ('Vans|Dress Boot|Leather'), ('Vans|Dress Boot|Leatherette'), ('Vans|Dress Boot|Polyurethane'), ('Vans|Dress Boot|PVC'), ('Vans|Dress Boot|Rubber'), ('Vans|Dress Shoe|Leather'), ('Vans|Dress Shoe|Leatherette'), ('Vans|Dress Shoe|Polyurethane'), ('Vans|Dress Shoe|PVC'), ('Vans|Dress Shoe|Rubber'), ('Vans|Driving Shoe|Leather'), ('Vans|Driving Shoe|Leatherette'), ('Vans|Driving Shoe|Polyurethane'), ('Vans|Driving Shoe|PVC'), ('Vans|Driving Shoe|Rubber'), ('Vans|Hiker|Leather'), ('Vans|Hiker|Leatherette'), ('Vans|Hiker|Polyurethane'), ('Vans|Hiker|PVC'), ('Vans|Hiker|Rubber'), ('Vans|Loafer (Slip-on)|Leather'), ('Vans|Loafer (Slip-on)|Leatherette'), ('Vans|Loafer (Slip-on)|Polyurethane'), ('Vans|Loafer (Slip-on)|PVC'), ('Vans|Loafer (Slip-on)|Rubber'), ('Vans|Oxford (Lace-up)|Leather'), ('Vans|Oxford (Lace-up)|Leatherette'), ('Vans|Oxford (Lace-up)|Polyurethane'), ('Vans|Oxford (Lace-up)|PVC'), ('Vans|Oxford (Lace-up)|Rubber'), ('Vans|Patent Leather|Leather'), ('Vans|Patent Leather|Leatherette'), ('Vans|Patent Leather|Polyurethane'), ('Vans|Patent Leather|PVC'), ('Vans|Patent Leather|Rubber'), ('Vans|Penny Loafer|Leather'), ('Vans|Penny Loafer|Leatherette'), ('Vans|Penny Loafer|Polyurethane'), ('Vans|Penny Loafer|PVC'), ('Vans|Penny Loafer|Rubber'), ('Vans|Runner|Leather'), ('Vans|Runner|Leatherette'), ('Vans|Runner|Polyurethane'), ('Vans|Runner|PVC'), ('Vans|Runner|Rubber'), ('Vans|Saddle Shoe|Leather'), ('Vans|Saddle Shoe|Leatherette'), ('Vans|Saddle Shoe|Polyurethane'), ('Vans|Saddle Shoe|PVC'), ('Vans|Saddle Shoe|Rubber'), ('Vans|Sandal|Leather'), ('Vans|Sandal|Leatherette'), ('Vans|Sandal|Polyurethane'), ('Vans|Sandal|PVC'), ('Vans|Sandal|Rubber'), ('Vans|Tennis|Leather'), ('Vans|Tennis|Leatherette'), ('Vans|Tennis|Polyurethane'), ('Vans|Tennis|PVC'), ('Vans|Tennis|Rubber'), ('Vans|Walker|Leather'), ('Vans|Walker|Leatherette'), ('Vans|Walker|Polyurethane'), ('Vans|Walker|PVC'), ('Vans|Walker|Rubber'), ('Vans|Wingtip|Leather'), ('Vans|Wingtip|Leatherette'), ('Vans|Wingtip|Polyurethane'), ('Vans|Wingtip|PVC'), ('Vans|Wingtip|Rubber'), ('Vans|Work Boot|Leather'), ('Vans|Work Boot|Leatherette'), ('Vans|Work Boot|Polyurethane'), ('Vans|Work Boot|PVC'), ('Vans|Work Boot|Rubber'), ('Wenger Swiss Army|Balmoral|Leather'), ('Wenger Swiss Army|Balmoral|Leatherette'), ('Wenger Swiss Army|Balmoral|Polyurethane'), ('Wenger Swiss Army|Balmoral|PVC'), ('Wenger Swiss Army|Balmoral|Rubber'), ('Wenger Swiss Army|Boat Shoe|Leather'), ('Wenger Swiss Army|Boat Shoe|Leatherette'), ('Wenger Swiss Army|Boat Shoe|Polyurethane'), ('Wenger Swiss Army|Boat Shoe|PVC'), ('Wenger Swiss Army|Boat Shoe|Rubber'), ('Wenger Swiss Army|Brouge|Leather'), ('Wenger Swiss Army|Brouge|Leatherette'), ('Wenger Swiss Army|Brouge|Polyurethane'), ('Wenger Swiss Army|Brouge|PVC'), ('Wenger Swiss Army|Brouge|Rubber'), ('Wenger Swiss Army|Cross Trainer|Leather'), ('Wenger Swiss Army|Cross Trainer|Leatherette'), ('Wenger Swiss Army|Cross Trainer|Polyurethane'), ('Wenger Swiss Army|Cross Trainer|PVC'), ('Wenger Swiss Army|Cross Trainer|Rubber'), ('Wenger Swiss Army|Derby|Leather'), ('Wenger Swiss Army|Derby|Leatherette'), ('Wenger Swiss Army|Derby|Polyurethane'), ('Wenger Swiss Army|Derby|PVC'), ('Wenger Swiss Army|Derby|Rubber'), ('Wenger Swiss Army|Dress Boot|Leather'), ('Wenger Swiss Army|Dress Boot|Leatherette'), ('Wenger Swiss Army|Dress Boot|Polyurethane'), ('Wenger Swiss Army|Dress Boot|PVC'), ('Wenger Swiss Army|Dress Boot|Rubber'), ('Wenger Swiss Army|Dress Shoe|Leather'), ('Wenger Swiss Army|Dress Shoe|Leatherette'), ('Wenger Swiss Army|Dress Shoe|Polyurethane'), ('Wenger Swiss Army|Dress Shoe|PVC'), ('Wenger Swiss Army|Dress Shoe|Rubber'), ('Wenger Swiss Army|Driving Shoe|Leather'), ('Wenger Swiss Army|Driving Shoe|Leatherette'), ('Wenger Swiss Army|Driving Shoe|Polyurethane'), ('Wenger Swiss Army|Driving Shoe|PVC'), ('Wenger Swiss Army|Driving Shoe|Rubber'), ('Wenger Swiss Army|Hiker|Leather'), ('Wenger Swiss Army|Hiker|Leatherette'), ('Wenger Swiss Army|Hiker|Polyurethane'), ('Wenger Swiss Army|Hiker|PVC'), ('Wenger Swiss Army|Hiker|Rubber'), ('Wenger Swiss Army|Loafer (Slip-on)|Leather'), ('Wenger Swiss Army|Loafer (Slip-on)|Leatherette'), ('Wenger Swiss Army|Loafer (Slip-on)|Polyurethane'), ('Wenger Swiss Army|Loafer (Slip-on)|PVC'), ('Wenger Swiss Army|Loafer (Slip-on)|Rubber'), ('Wenger Swiss Army|Oxford (Lace-up)|Leather'), ('Wenger Swiss Army|Oxford (Lace-up)|Leatherette'), ('Wenger Swiss Army|Oxford (Lace-up)|Polyurethane'), ('Wenger Swiss Army|Oxford (Lace-up)|PVC'), ('Wenger Swiss Army|Oxford (Lace-up)|Rubber'), ('Wenger Swiss Army|Patent Leather|Leather'), ('Wenger Swiss Army|Patent Leather|Leatherette'), ('Wenger Swiss Army|Patent Leather|Polyurethane'), ('Wenger Swiss Army|Patent Leather|PVC'), ('Wenger Swiss Army|Patent Leather|Rubber'), ('Wenger Swiss Army|Penny Loafer|Leather'), ('Wenger Swiss Army|Penny Loafer|Leatherette'), ('Wenger Swiss Army|Penny Loafer|Polyurethane'), ('Wenger Swiss Army|Penny Loafer|PVC'), ('Wenger Swiss Army|Penny Loafer|Rubber'), ('Wenger Swiss Army|Runner|Leather'), ('Wenger Swiss Army|Runner|Leatherette'), ('Wenger Swiss Army|Runner|Polyurethane'), ('Wenger Swiss Army|Runner|PVC'), ('Wenger Swiss Army|Runner|Rubber'), ('Wenger Swiss Army|Saddle Shoe|Leather'), ('Wenger Swiss Army|Saddle Shoe|Leatherette'), ('Wenger Swiss Army|Saddle Shoe|Polyurethane'), ('Wenger Swiss Army|Saddle Shoe|PVC'), ('Wenger Swiss Army|Saddle Shoe|Rubber'), ('Wenger Swiss Army|Sandal|Leather'), ('Wenger Swiss Army|Sandal|Leatherette'), ('Wenger Swiss Army|Sandal|Polyurethane'), ('Wenger Swiss Army|Sandal|PVC'), ('Wenger Swiss Army|Sandal|Rubber'), ('Wenger Swiss Army|Tennis|Leather'), ('Wenger Swiss Army|Tennis|Leatherette'), ('Wenger Swiss Army|Tennis|Polyurethane'), ('Wenger Swiss Army|Tennis|PVC'), ('Wenger Swiss Army|Tennis|Rubber'), ('Wenger Swiss Army|Walker|Leather'), ('Wenger Swiss Army|Walker|Leatherette'), ('Wenger Swiss Army|Walker|Polyurethane'), ('Wenger Swiss Army|Walker|PVC'), ('Wenger Swiss Army|Walker|Rubber'), ('Wenger Swiss Army|Wingtip|Leather'), ('Wenger Swiss Army|Wingtip|Leatherette'), ('Wenger Swiss Army|Wingtip|Polyurethane'), ('Wenger Swiss Army|Wingtip|PVC'), ('Wenger Swiss Army|Wingtip|Rubber'), ('Wenger Swiss Army|Work Boot|Leather'), ('Wenger Swiss Army|Work Boot|Leatherette'), ('Wenger Swiss Army|Work Boot|Polyurethane'), ('Wenger Swiss Army|Work Boot|PVC'), ('Wenger Swiss Army|Work Boot|Rubber'), ('Wolverine|Balmoral|Leather'), ('Wolverine|Balmoral|Leatherette'), ('Wolverine|Balmoral|Polyurethane'), ('Wolverine|Balmoral|PVC'), ('Wolverine|Balmoral|Rubber'), ('Wolverine|Boat Shoe|Leather'), ('Wolverine|Boat Shoe|Leatherette'), ('Wolverine|Boat Shoe|Polyurethane'), ('Wolverine|Boat Shoe|PVC'), ('Wolverine|Boat Shoe|Rubber'), ('Wolverine|Brouge|Leather'), ('Wolverine|Brouge|Leatherette'), ('Wolverine|Brouge|Polyurethane'), ('Wolverine|Brouge|PVC'), ('Wolverine|Brouge|Rubber'), ('Wolverine|Cross Trainer|Leather'), ('Wolverine|Cross Trainer|Leatherette'), ('Wolverine|Cross Trainer|Polyurethane'), ('Wolverine|Cross Trainer|PVC'), ('Wolverine|Cross Trainer|Rubber'), ('Wolverine|Derby|Leather'), ('Wolverine|Derby|Leatherette'), ('Wolverine|Derby|Polyurethane'), ('Wolverine|Derby|PVC'), ('Wolverine|Derby|Rubber'), ('Wolverine|Dress Boot|Leather'), ('Wolverine|Dress Boot|Leatherette'), ('Wolverine|Dress Boot|Polyurethane'), ('Wolverine|Dress Boot|PVC'), ('Wolverine|Dress Boot|Rubber'), ('Wolverine|Dress Shoe|Leather'), ('Wolverine|Dress Shoe|Leatherette'), ('Wolverine|Dress Shoe|Polyurethane'), ('Wolverine|Dress Shoe|PVC'), ('Wolverine|Dress Shoe|Rubber'), ('Wolverine|Driving Shoe|Leather'), ('Wolverine|Driving Shoe|Leatherette'), ('Wolverine|Driving Shoe|Polyurethane'), ('Wolverine|Driving Shoe|PVC'), ('Wolverine|Driving Shoe|Rubber'), ('Wolverine|Hiker|Leather'), ('Wolverine|Hiker|Leatherette'), ('Wolverine|Hiker|Polyurethane'), ('Wolverine|Hiker|PVC'), ('Wolverine|Hiker|Rubber'), ('Wolverine|Loafer (Slip-on)|Leather'), ('Wolverine|Loafer (Slip-on)|Leatherette'), ('Wolverine|Loafer (Slip-on)|Polyurethane'), ('Wolverine|Loafer (Slip-on)|PVC'), ('Wolverine|Loafer (Slip-on)|Rubber'), ('Wolverine|Oxford (Lace-up)|Leather'), ('Wolverine|Oxford (Lace-up)|Leatherette'), ('Wolverine|Oxford (Lace-up)|Polyurethane'), ('Wolverine|Oxford (Lace-up)|PVC'), ('Wolverine|Oxford (Lace-up)|Rubber'), ('Wolverine|Patent Leather|Leather'), ('Wolverine|Patent Leather|Leatherette'), ('Wolverine|Patent Leather|Polyurethane'), ('Wolverine|Patent Leather|PVC'), ('Wolverine|Patent Leather|Rubber'), ('Wolverine|Penny Loafer|Leather'), ('Wolverine|Penny Loafer|Leatherette'), ('Wolverine|Penny Loafer|Polyurethane'), ('Wolverine|Penny Loafer|PVC'), ('Wolverine|Penny Loafer|Rubber'), ('Wolverine|Runner|Leather'), ('Wolverine|Runner|Leatherette'), ('Wolverine|Runner|Polyurethane'), ('Wolverine|Runner|PVC'), ('Wolverine|Runner|Rubber'), ('Wolverine|Saddle Shoe|Leather'), ('Wolverine|Saddle Shoe|Leatherette'), ('Wolverine|Saddle Shoe|Polyurethane'), ('Wolverine|Saddle Shoe|PVC'), ('Wolverine|Saddle Shoe|Rubber'), ('Wolverine|Sandal|Leather'), ('Wolverine|Sandal|Leatherette'), ('Wolverine|Sandal|Polyurethane'), ('Wolverine|Sandal|PVC'), ('Wolverine|Sandal|Rubber'), ('Wolverine|Tennis|Leather'), ('Wolverine|Tennis|Leatherette'), ('Wolverine|Tennis|Polyurethane'), ('Wolverine|Tennis|PVC'), ('Wolverine|Tennis|Rubber'), ('Wolverine|Walker|Leather'), ('Wolverine|Walker|Leatherette'), ('Wolverine|Walker|Polyurethane'), ('Wolverine|Walker|PVC'), ('Wolverine|Walker|Rubber'), ('Wolverine|Wingtip|Leather'), ('Wolverine|Wingtip|Leatherette'), ('Wolverine|Wingtip|Polyurethane'), ('Wolverine|Wingtip|PVC'), ('Wolverine|Wingtip|Rubber'), ('Wolverine|Work Boot|Leather'), ('Wolverine|Work Boot|Leatherette'), ('Wolverine|Work Boot|Polyurethane'), ('Wolverine|Work Boot|PVC'), ('Wolverine|Work Boot|Rubber'), ('Woolrich|Balmoral|Leather'), ('Woolrich|Balmoral|Leatherette'), ('Woolrich|Balmoral|Polyurethane'), ('Woolrich|Balmoral|PVC'), ('Woolrich|Balmoral|Rubber'), ('Woolrich|Boat Shoe|Leather'), ('Woolrich|Boat Shoe|Leatherette'), ('Woolrich|Boat Shoe|Polyurethane'), ('Woolrich|Boat Shoe|PVC'), ('Woolrich|Boat Shoe|Rubber'), ('Woolrich|Brouge|Leather'), ('Woolrich|Brouge|Leatherette'), ('Woolrich|Brouge|Polyurethane'), ('Woolrich|Brouge|PVC'), ('Woolrich|Brouge|Rubber'), ('Woolrich|Cross Trainer|Leather'), ('Woolrich|Cross Trainer|Leatherette'), ('Woolrich|Cross Trainer|Polyurethane'), ('Woolrich|Cross Trainer|PVC'), ('Woolrich|Cross Trainer|Rubber'), ('Woolrich|Derby|Leather'), ('Woolrich|Derby|Leatherette'), ('Woolrich|Derby|Polyurethane'), ('Woolrich|Derby|PVC'), ('Woolrich|Derby|Rubber'), ('Woolrich|Dress Boot|Leather'), ('Woolrich|Dress Boot|Leatherette'), ('Woolrich|Dress Boot|Polyurethane'), ('Woolrich|Dress Boot|PVC'), ('Woolrich|Dress Boot|Rubber'), ('Woolrich|Dress Shoe|Leather'), ('Woolrich|Dress Shoe|Leatherette'), ('Woolrich|Dress Shoe|Polyurethane'), ('Woolrich|Dress Shoe|PVC'), ('Woolrich|Dress Shoe|Rubber'), ('Woolrich|Driving Shoe|Leather'), ('Woolrich|Driving Shoe|Leatherette'), ('Woolrich|Driving Shoe|Polyurethane'), ('Woolrich|Driving Shoe|PVC'), ('Woolrich|Driving Shoe|Rubber'), ('Woolrich|Hiker|Leather'), ('Woolrich|Hiker|Leatherette'), ('Woolrich|Hiker|Polyurethane'), ('Woolrich|Hiker|PVC'), ('Woolrich|Hiker|Rubber'), ('Woolrich|Loafer (Slip-on)|Leather'), ('Woolrich|Loafer (Slip-on)|Leatherette'), ('Woolrich|Loafer (Slip-on)|Polyurethane'), ('Woolrich|Loafer (Slip-on)|PVC'), ('Woolrich|Loafer (Slip-on)|Rubber'), ('Woolrich|Oxford (Lace-up)|Leather'), ('Woolrich|Oxford (Lace-up)|Leatherette'), ('Woolrich|Oxford (Lace-up)|Polyurethane'), ('Woolrich|Oxford (Lace-up)|PVC'), ('Woolrich|Oxford (Lace-up)|Rubber'), ('Woolrich|Patent Leather|Leather'), ('Woolrich|Patent Leather|Leatherette'), ('Woolrich|Patent Leather|Polyurethane'), ('Woolrich|Patent Leather|PVC'), ('Woolrich|Patent Leather|Rubber'), ('Woolrich|Penny Loafer|Leather'), ('Woolrich|Penny Loafer|Leatherette'), ('Woolrich|Penny Loafer|Polyurethane'), ('Woolrich|Penny Loafer|PVC'), ('Woolrich|Penny Loafer|Rubber'), ('Woolrich|Runner|Leather'), ('Woolrich|Runner|Leatherette'), ('Woolrich|Runner|Polyurethane'), ('Woolrich|Runner|PVC'), ('Woolrich|Runner|Rubber'), ('Woolrich|Saddle Shoe|Leather'), ('Woolrich|Saddle Shoe|Leatherette'), ('Woolrich|Saddle Shoe|Polyurethane'), ('Woolrich|Saddle Shoe|PVC'), ('Woolrich|Saddle Shoe|Rubber'), ('Woolrich|Sandal|Leather'), ('Woolrich|Sandal|Leatherette'), ('Woolrich|Sandal|Polyurethane'), ('Woolrich|Sandal|PVC'), ('Woolrich|Sandal|Rubber'), ('Woolrich|Tennis|Leather'), ('Woolrich|Tennis|Leatherette'), ('Woolrich|Tennis|Polyurethane'), ('Woolrich|Tennis|PVC'), ('Woolrich|Tennis|Rubber'), ('Woolrich|Walker|Leather'), ('Woolrich|Walker|Leatherette'), ('Woolrich|Walker|Polyurethane'), ('Woolrich|Walker|PVC'), ('Woolrich|Walker|Rubber'), ('Woolrich|Wingtip|Leather'), ('Woolrich|Wingtip|Leatherette'), ('Woolrich|Wingtip|Polyurethane'), ('Woolrich|Wingtip|PVC'), ('Woolrich|Wingtip|Rubber'), ('Woolrich|Work Boot|Leather'), ('Woolrich|Work Boot|Leatherette'), ('Woolrich|Work Boot|Polyurethane'), ('Woolrich|Work Boot|PVC'), ('Woolrich|Work Boot|Rubber'), ('Yves Saint-Laurent|Balmoral|Leather'), ('Yves Saint-Laurent|Balmoral|Leatherette'), ('Yves Saint-Laurent|Balmoral|Polyurethane'), ('Yves Saint-Laurent|Balmoral|PVC'), ('Yves Saint-Laurent|Balmoral|Rubber'), ('Yves Saint-Laurent|Boat Shoe|Leather'), ('Yves Saint-Laurent|Boat Shoe|Leatherette'), ('Yves Saint-Laurent|Boat Shoe|Polyurethane'), ('Yves Saint-Laurent|Boat Shoe|PVC'), ('Yves Saint-Laurent|Boat Shoe|Rubber'), ('Yves Saint-Laurent|Brouge|Leather'), ('Yves Saint-Laurent|Brouge|Leatherette'), ('Yves Saint-Laurent|Brouge|Polyurethane'), ('Yves Saint-Laurent|Brouge|PVC'), ('Yves Saint-Laurent|Brouge|Rubber'), ('Yves Saint-Laurent|Cross Trainer|Leather'), ('Yves Saint-Laurent|Cross Trainer|Leatherette'), ('Yves Saint-Laurent|Cross Trainer|Polyurethane'), ('Yves Saint-Laurent|Cross Trainer|PVC'), ('Yves Saint-Laurent|Cross Trainer|Rubber'), ('Yves Saint-Laurent|Derby|Leather'), ('Yves Saint-Laurent|Derby|Leatherette'), ('Yves Saint-Laurent|Derby|Polyurethane'), ('Yves Saint-Laurent|Derby|PVC'), ('Yves Saint-Laurent|Derby|Rubber'), ('Yves Saint-Laurent|Dress Boot|Leather'), ('Yves Saint-Laurent|Dress Boot|Leatherette'), ('Yves Saint-Laurent|Dress Boot|Polyurethane'), ('Yves Saint-Laurent|Dress Boot|PVC'), ('Yves Saint-Laurent|Dress Boot|Rubber'), ('Yves Saint-Laurent|Dress Shoe|Leather'), ('Yves Saint-Laurent|Dress Shoe|Leatherette'), ('Yves Saint-Laurent|Dress Shoe|Polyurethane'), ('Yves Saint-Laurent|Dress Shoe|PVC'), ('Yves Saint-Laurent|Dress Shoe|Rubber'), ('Yves Saint-Laurent|Driving Shoe|Leather'), ('Yves Saint-Laurent|Driving Shoe|Leatherette'), ('Yves Saint-Laurent|Driving Shoe|Polyurethane'), ('Yves Saint-Laurent|Driving Shoe|PVC'), ('Yves Saint-Laurent|Driving Shoe|Rubber'), ('Yves Saint-Laurent|Hiker|Leather'), ('Yves Saint-Laurent|Hiker|Leatherette'), ('Yves Saint-Laurent|Hiker|Polyurethane'), ('Yves Saint-Laurent|Hiker|PVC'), ('Yves Saint-Laurent|Hiker|Rubber'), ('Yves Saint-Laurent|Loafer (Slip-on)|Leather'), ('Yves Saint-Laurent|Loafer (Slip-on)|Leatherette'), ('Yves Saint-Laurent|Loafer (Slip-on)|Polyurethane'), ('Yves Saint-Laurent|Loafer (Slip-on)|PVC'), ('Yves Saint-Laurent|Loafer (Slip-on)|Rubber'), ('Yves Saint-Laurent|Oxford (Lace-up)|Leather'), ('Yves Saint-Laurent|Oxford (Lace-up)|Leatherette'), ('Yves Saint-Laurent|Oxford (Lace-up)|Polyurethane'), ('Yves Saint-Laurent|Oxford (Lace-up)|PVC'), ('Yves Saint-Laurent|Oxford (Lace-up)|Rubber'), ('Yves Saint-Laurent|Patent Leather|Leather'), ('Yves Saint-Laurent|Patent Leather|Leatherette'), ('Yves Saint-Laurent|Patent Leather|Polyurethane'), ('Yves Saint-Laurent|Patent Leather|PVC'), ('Yves Saint-Laurent|Patent Leather|Rubber'), ('Yves Saint-Laurent|Penny Loafer|Leather'), ('Yves Saint-Laurent|Penny Loafer|Leatherette'), ('Yves Saint-Laurent|Penny Loafer|Polyurethane'), ('Yves Saint-Laurent|Penny Loafer|PVC'), ('Yves Saint-Laurent|Penny Loafer|Rubber'), ('Yves Saint-Laurent|Runner|Leather'), ('Yves Saint-Laurent|Runner|Leatherette'), ('Yves Saint-Laurent|Runner|Polyurethane'), ('Yves Saint-Laurent|Runner|PVC'), ('Yves Saint-Laurent|Runner|Rubber'), ('Yves Saint-Laurent|Saddle Shoe|Leather'), ('Yves Saint-Laurent|Saddle Shoe|Leatherette'), ('Yves Saint-Laurent|Saddle Shoe|Polyurethane'), ('Yves Saint-Laurent|Saddle Shoe|PVC'), ('Yves Saint-Laurent|Saddle Shoe|Rubber'), ('Yves Saint-Laurent|Sandal|Leather'), ('Yves Saint-Laurent|Sandal|Leatherette'), ('Yves Saint-Laurent|Sandal|Polyurethane'), ('Yves Saint-Laurent|Sandal|PVC'), ('Yves Saint-Laurent|Sandal|Rubber'), ('Yves Saint-Laurent|Tennis|Leather'), ('Yves Saint-Laurent|Tennis|Leatherette'), ('Yves Saint-Laurent|Tennis|Polyurethane'), ('Yves Saint-Laurent|Tennis|PVC'), ('Yves Saint-Laurent|Tennis|Rubber'), ('Yves Saint-Laurent|Walker|Leather'), ('Yves Saint-Laurent|Walker|Leatherette'), ('Yves Saint-Laurent|Walker|Polyurethane'), ('Yves Saint-Laurent|Walker|PVC'), ('Yves Saint-Laurent|Walker|Rubber'), ('Yves Saint-Laurent|Wingtip|Leather'), ('Yves Saint-Laurent|Wingtip|Leatherette'), ('Yves Saint-Laurent|Wingtip|Polyurethane'), ('Yves Saint-Laurent|Wingtip|PVC'), ('Yves Saint-Laurent|Wingtip|Rubber'), ('Yves Saint-Laurent|Work Boot|Leather'), ('Yves Saint-Laurent|Work Boot|Leatherette'), ('Yves Saint-Laurent|Work Boot|Polyurethane'), ('Yves Saint-Laurent|Work Boot|PVC'), ('Yves Saint-Laurent|Work Boot|Rubber')

AffectedShoe Exists (0.0ms)  SELECT  1 AS one FROM `affected_shoes`  LIMIT 1
Brand Exists (15.6ms)  SELECT  1 AS one FROM `brands`  LIMIT 1
Customer Exists (0.0ms)  SELECT  1 AS one FROM `customers`  LIMIT 1
Gender Exists (0.0ms)  SELECT  1 AS one FROM `genders`  LIMIT 1
Lengthfit Exists (0.0ms)  SELECT  1 AS one FROM `lengthfits`  LIMIT 1
Material Exists (0.0ms)  SELECT  1 AS one FROM `materials`  LIMIT 1
Shoe Exists (0.0ms)  SELECT  1 AS one FROM `shoes`  LIMIT 1
Sizetype Exists (0.0ms)  SELECT  1 AS one FROM `sizetypes`  LIMIT 1
Style Exists (0.0ms)  SELECT  1 AS one FROM `styles`  LIMIT 1
T2rsEntryInfo Exists (0.0ms)  SELECT  1 AS one FROM `t2rs_entry_infos`  LIMIT 1
Typetorealsize Exists (0.0ms)  SELECT  1 AS one FROM `typetorealsizes`  LIMIT 1
 (0.0ms)  SELECT COUNT(*) FROM `brands`
 (0.0ms)  SELECT COUNT(*) FROM `brands`
Brand Load (0.0ms)  SELECT  `brands`.* FROM `brands`  LIMIT 90 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `genders`
 (15.6ms)  SELECT COUNT(*) FROM `genders`
Gender Load (0.0ms)  SELECT  `genders`.* FROM `genders`  LIMIT 2 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `lengthfits`
 (0.0ms)  SELECT COUNT(*) FROM `lengthfits`
Lengthfit Load (0.0ms)  SELECT  `lengthfits`.* FROM `lengthfits`  LIMIT 5 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `materials`
 (0.0ms)  SELECT COUNT(*) FROM `materials`
Material Load (0.0ms)  SELECT  `materials`.* FROM `materials`  LIMIT 5 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `sizetypes`
 (0.0ms)  SELECT COUNT(*) FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  LIMIT 4 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `styles`
 (0.0ms)  SELECT COUNT(*) FROM `styles`
Style Load (0.0ms)  SELECT  `styles`.* FROM `styles`  LIMIT 20 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `brands`
SQL (93.8ms)  DELETE FROM `brands`
 (46.9ms)  INSERT INTO brands (Brand) VALUES ('Adidas'), ('Aldo'), ('Armani'), ('Asics'), ('Birkenstock'), ('Bostonian'), ('Carhartt'), ('Champion'), ('Clarks'), ('Cole Haan'), ('Columbia'), ('Converse'), ('Crocs'), ('Dansko'), ('DC'), ('Diesel'), ('Dockers'), ('Dr. Martens'), ('Dream Pairs'), ('Ecco'), ('Etnies'), ('Fred Perry'), ('Frye'), ('Hi-Tec'), ('John Fluevog'), ('Kamik'), ('Keen'), ('Lacoste'), ('Marc Jacobs'), ('Merrell'), ('Mizuno'), ('Muck Boot'), ('New Balance'), ('Nike'), ('Original Penguin'), ('Polo Ralph Lauren'), ('Puma'), ('Reebok'), ('Reef'), ('Rockport'), ('Salomon'), ('Sanuk'), ('Saucony'), ('Skechers'), ('Sperry Top-Sider'), ('Tamarac'), ('Teva'), ('Timberland'), ('Timberland Pro'), ('To Boot New York'), ('Ugg')
SQL (62.5ms)  DELETE FROM `styles`
 (46.9ms)  INSERT INTO styles (Style) VALUES ('Balmoral'), ('Boat Shoe'), ('Brouge'), ('Cross Trainer'), ('Derby'), ('Dress Boot'), ('Dress Shoe'), ('Driving Shoe'), ('Hiker'), ('Loafer (Slip-on)'), ('Oxford (Lace-up)'), ('Patent Leather'), ('Penny Loafer'), ('Runner'), ('Saddle Shoe'), ('Sandal'), ('Tennis'), ('Walker'), ('Wingtip'), ('Work Boot')
SQL (171.9ms)  DELETE FROM `materials`
 (250.0ms)  INSERT INTO materials (Material) VALUES ('Leather'), ('Leatherette'), ('Polyurethane'), ('PVC'), ('Rubber')
SQL (93.8ms)  DELETE FROM `sizetypes`
 (375.0ms)  INSERT INTO sizetypes (SizeType, ToMondo1, ToMondo0, SizeTypeInterval, MinSize, MaxSize) VALUES ('Europe', 6.67, -10.00, 0.50, 32.00, 49.00), ('Mondopoint', 1.00, 0.00, 5.00, 200.00, 320.00), ('UK/Australia', 8.47, 201.67, 0.50, 0.00, 14.00), ('US/Canada', 8.47, 292.00, 0.50, 1.00, 15.00)
 (0.0ms)  SELECT COUNT(*) FROM `brands`
 (0.0ms)  SELECT COUNT(*) FROM `styles`
 (0.0ms)  SELECT COUNT(*) FROM `materials`
AffectedShoe Exists (0.0ms)  SELECT  1 AS one FROM `affected_shoes`  LIMIT 1
Brand Exists (0.0ms)  SELECT  1 AS one FROM `brands`  LIMIT 1
Customer Exists (0.0ms)  SELECT  1 AS one FROM `customers`  LIMIT 1
Gender Exists (0.0ms)  SELECT  1 AS one FROM `genders`  LIMIT 1
Lengthfit Exists (0.0ms)  SELECT  1 AS one FROM `lengthfits`  LIMIT 1
Material Exists (0.0ms)  SELECT  1 AS one FROM `materials`  LIMIT 1
Shoe Exists (0.0ms)  SELECT  1 AS one FROM `shoes`  LIMIT 1
Sizetype Exists (0.0ms)  SELECT  1 AS one FROM `sizetypes`  LIMIT 1
Style Exists (15.6ms)  SELECT  1 AS one FROM `styles`  LIMIT 1
T2rsEntryInfo Exists (0.0ms)  SELECT  1 AS one FROM `t2rs_entry_infos`  LIMIT 1
Typetorealsize Exists (0.0ms)  SELECT  1 AS one FROM `typetorealsizes`  LIMIT 1
 (0.0ms)  SELECT COUNT(*) FROM `brands`
 (0.0ms)  SELECT COUNT(*) FROM `brands`
Brand Load (0.0ms)  SELECT  `brands`.* FROM `brands`  LIMIT 51 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `genders`
 (0.0ms)  SELECT COUNT(*) FROM `genders`
Gender Load (0.0ms)  SELECT  `genders`.* FROM `genders`  LIMIT 2 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `lengthfits`
 (0.0ms)  SELECT COUNT(*) FROM `lengthfits`
Lengthfit Load (0.0ms)  SELECT  `lengthfits`.* FROM `lengthfits`  LIMIT 5 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `materials`
 (0.0ms)  SELECT COUNT(*) FROM `materials`
Material Load (15.6ms)  SELECT  `materials`.* FROM `materials`  LIMIT 5 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `sizetypes`
 (0.0ms)  SELECT COUNT(*) FROM `sizetypes`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  LIMIT 4 OFFSET 0
 (0.0ms)  SELECT COUNT(*) FROM `styles`
 (0.0ms)  SELECT COUNT(*) FROM `styles`
Style Load (0.0ms)  SELECT  `styles`.* FROM `styles`  LIMIT 20 OFFSET 0
 (296.9ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (578.1ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (281.2ms)  CREATE TABLE `customers` (`CustID` int(11) auto_increment PRIMARY KEY, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (46.9ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (344.1ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL) ENGINE=InnoDB
 (484.4ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (281.2ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL) ENGINE=InnoDB
 (453.3ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (31.2ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (265.7ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) auto_increment PRIMARY KEY, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float DEFAULT 1.0 NOT NULL, `ToMondo0` float DEFAULT 0.0 NOT NULL, `modified` tinyint(1) DEFAULT 0 NOT NULL, `Uncertainty` float DEFAULT 0.0, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (328.1ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (46.9ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (343.8ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL) ENGINE=InnoDB
 (578.5ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (93.7ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (375.0ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL) ENGINE=InnoDB
 (593.9ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (31.3ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (500.0ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL) ENGINE=InnoDB
 (531.3ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (31.2ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (1156.6ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL) ENGINE=InnoDB
 (1203.3ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (62.5ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (437.6ms)  CREATE TABLE `shoes` (`ShoeID` int(11) auto_increment PRIMARY KEY, `OwnerID` int(11) NOT NULL, `T2RS_ID` bigint NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (31.3ms)  COMMIT

Migrating to CreateT2rsEntryInfos (20150225141726)

 (330.0ms)  CREATE TABLE `t2rs_entry_infos` (`id` int(11) auto_increment PRIMARY KEY, `OwnerID` bigint, `PreSize` float, `RealSize` float, `ShoeSize` float) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150225141726')
 (78.1ms)  COMMIT

Migrating to CreateAffectedShoes (20150226134530)

 (343.8ms)  CREATE TABLE `affected_shoes` (`id` int(11) auto_increment PRIMARY KEY, `ShoeID` bigint, `OwnerID` bigint, `T2RS_ID` bigint, `RealSize` float) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150226134530')
 (31.2ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Adidas')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Aldo')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Armani')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Asics')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Birkenstock')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Bostonian')
 (31.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`) VALUES ('Carhartt')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Champion')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Clarks')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Cole Haan')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Columbia')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Converse')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Crocs')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dansko')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('DC')
 (36.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Diesel')
 (14.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dockers')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dr. Martens')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dream Pairs')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Ecco')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Etnies')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Fred Perry')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Frye')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Hi-Tec')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('John Fluevog')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Kamik')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Keen')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `brands` (`Brand`) VALUES ('Lacoste')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Marc Jacobs')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Merrell')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Mizuno')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Muck Boot')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('New Balance')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Nike')
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Original Penguin')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Polo Ralph Lauren')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Puma')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Reebok')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Reef')
 (46.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Rockport')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Salomon')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Sanuk')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Saucony')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Skechers')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Sperry Top-Sider')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Tamarac')
 (55.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Teva')
 (25.6ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Timberland')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Timberland Pro')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('To Boot New York')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Ugg')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `genders` (`Gender`) VALUES ('F')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `genders` (`Gender`) VALUES ('M')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Perfect')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Slightly Long')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Slightly Short')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Too Long')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Too Short')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('Leather')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('Leatherette')
 (125.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `materials` (`Material`) VALUES ('Polyurethane')
 (109.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `materials` (`Material`) VALUES ('PVC')
 (62.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (62.5ms)  INSERT INTO `materials` (`Material`) VALUES ('Rubber')
 (172.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67)
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (62.5ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0)
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47)
 (109.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47)
 (78.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `styles` (`Style`) VALUES ('Balmoral')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Boat Shoe')
 (93.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Brouge')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (46.8ms)  INSERT INTO `styles` (`Style`) VALUES ('Cross Trainer')
 (125.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Derby')
 (109.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Dress Boot')
 (140.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Dress Shoe')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Driving Shoe')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (31.3ms)  INSERT INTO `styles` (`Style`) VALUES ('Hiker')
 (62.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`) VALUES ('Loafer (Slip-on)')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Oxford (Lace-up)')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Patent Leather')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Penny Loafer')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Runner')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Saddle Shoe')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Sandal')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`) VALUES ('Tennis')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`) VALUES ('Walker')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Wingtip')
 (31.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Work Boot')
 (31.3ms)  COMMIT
SQL (0.0ms)  DELETE FROM `typetorealsizes`
 (0.0ms)  SELECT `brands`.`Brand` FROM `brands`
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (1671.9ms)  INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Aldo|Balmoral|Leather'), ('Aldo|Balmoral|Leatherette'), ('Aldo|Balmoral|Polyurethane'), ('Aldo|Balmoral|PVC'), ('Aldo|Balmoral|Rubber'), ('Aldo|Boat Shoe|Leather'), ('Aldo|Boat Shoe|Leatherette'), ('Aldo|Boat Shoe|Polyurethane'), ('Aldo|Boat Shoe|PVC'), ('Aldo|Boat Shoe|Rubber'), ('Aldo|Brouge|Leather'), ('Aldo|Brouge|Leatherette'), ('Aldo|Brouge|Polyurethane'), ('Aldo|Brouge|PVC'), ('Aldo|Brouge|Rubber'), ('Aldo|Cross Trainer|Leather'), ('Aldo|Cross Trainer|Leatherette'), ('Aldo|Cross Trainer|Polyurethane'), ('Aldo|Cross Trainer|PVC'), ('Aldo|Cross Trainer|Rubber'), ('Aldo|Derby|Leather'), ('Aldo|Derby|Leatherette'), ('Aldo|Derby|Polyurethane'), ('Aldo|Derby|PVC'), ('Aldo|Derby|Rubber'), ('Aldo|Dress Boot|Leather'), ('Aldo|Dress Boot|Leatherette'), ('Aldo|Dress Boot|Polyurethane'), ('Aldo|Dress Boot|PVC'), ('Aldo|Dress Boot|Rubber'), ('Aldo|Dress Shoe|Leather'), ('Aldo|Dress Shoe|Leatherette'), ('Aldo|Dress Shoe|Polyurethane'), ('Aldo|Dress Shoe|PVC'), ('Aldo|Dress Shoe|Rubber'), ('Aldo|Driving Shoe|Leather'), ('Aldo|Driving Shoe|Leatherette'), ('Aldo|Driving Shoe|Polyurethane'), ('Aldo|Driving Shoe|PVC'), ('Aldo|Driving Shoe|Rubber'), ('Aldo|Hiker|Leather'), ('Aldo|Hiker|Leatherette'), ('Aldo|Hiker|Polyurethane'), ('Aldo|Hiker|PVC'), ('Aldo|Hiker|Rubber'), ('Aldo|Loafer (Slip-on)|Leather'), ('Aldo|Loafer (Slip-on)|Leatherette'), ('Aldo|Loafer (Slip-on)|Polyurethane'), ('Aldo|Loafer (Slip-on)|PVC'), ('Aldo|Loafer (Slip-on)|Rubber'), ('Aldo|Oxford (Lace-up)|Leather'), ('Aldo|Oxford (Lace-up)|Leatherette'), ('Aldo|Oxford (Lace-up)|Polyurethane'), ('Aldo|Oxford (Lace-up)|PVC'), ('Aldo|Oxford (Lace-up)|Rubber'), ('Aldo|Patent Leather|Leather'), ('Aldo|Patent Leather|Leatherette'), ('Aldo|Patent Leather|Polyurethane'), ('Aldo|Patent Leather|PVC'), ('Aldo|Patent Leather|Rubber'), ('Aldo|Penny Loafer|Leather'), ('Aldo|Penny Loafer|Leatherette'), ('Aldo|Penny Loafer|Polyurethane'), ('Aldo|Penny Loafer|PVC'), ('Aldo|Penny Loafer|Rubber'), ('Aldo|Runner|Leather'), ('Aldo|Runner|Leatherette'), ('Aldo|Runner|Polyurethane'), ('Aldo|Runner|PVC'), ('Aldo|Runner|Rubber'), ('Aldo|Saddle Shoe|Leather'), ('Aldo|Saddle Shoe|Leatherette'), ('Aldo|Saddle Shoe|Polyurethane'), ('Aldo|Saddle Shoe|PVC'), ('Aldo|Saddle Shoe|Rubber'), ('Aldo|Sandal|Leather'), ('Aldo|Sandal|Leatherette'), ('Aldo|Sandal|Polyurethane'), ('Aldo|Sandal|PVC'), ('Aldo|Sandal|Rubber'), ('Aldo|Tennis|Leather'), ('Aldo|Tennis|Leatherette'), ('Aldo|Tennis|Polyurethane'), ('Aldo|Tennis|PVC'), ('Aldo|Tennis|Rubber'), ('Aldo|Walker|Leather'), ('Aldo|Walker|Leatherette'), ('Aldo|Walker|Polyurethane'), ('Aldo|Walker|PVC'), ('Aldo|Walker|Rubber'), ('Aldo|Wingtip|Leather'), ('Aldo|Wingtip|Leatherette'), ('Aldo|Wingtip|Polyurethane'), ('Aldo|Wingtip|PVC'), ('Aldo|Wingtip|Rubber'), ('Aldo|Work Boot|Leather'), ('Aldo|Work Boot|Leatherette'), ('Aldo|Work Boot|Polyurethane'), ('Aldo|Work Boot|PVC'), ('Aldo|Work Boot|Rubber'), ('Armani|Balmoral|Leather'), ('Armani|Balmoral|Leatherette'), ('Armani|Balmoral|Polyurethane'), ('Armani|Balmoral|PVC'), ('Armani|Balmoral|Rubber'), ('Armani|Boat Shoe|Leather'), ('Armani|Boat Shoe|Leatherette'), ('Armani|Boat Shoe|Polyurethane'), ('Armani|Boat Shoe|PVC'), ('Armani|Boat Shoe|Rubber'), ('Armani|Brouge|Leather'), ('Armani|Brouge|Leatherette'), ('Armani|Brouge|Polyurethane'), ('Armani|Brouge|PVC'), ('Armani|Brouge|Rubber'), ('Armani|Cross Trainer|Leather'), ('Armani|Cross Trainer|Leatherette'), ('Armani|Cross Trainer|Polyurethane'), ('Armani|Cross Trainer|PVC'), ('Armani|Cross Trainer|Rubber'), ('Armani|Derby|Leather'), ('Armani|Derby|Leatherette'), ('Armani|Derby|Polyurethane'), ('Armani|Derby|PVC'), ('Armani|Derby|Rubber'), ('Armani|Dress Boot|Leather'), ('Armani|Dress Boot|Leatherette'), ('Armani|Dress Boot|Polyurethane'), ('Armani|Dress Boot|PVC'), ('Armani|Dress Boot|Rubber'), ('Armani|Dress Shoe|Leather'), ('Armani|Dress Shoe|Leatherette'), ('Armani|Dress Shoe|Polyurethane'), ('Armani|Dress Shoe|PVC'), ('Armani|Dress Shoe|Rubber'), ('Armani|Driving Shoe|Leather'), ('Armani|Driving Shoe|Leatherette'), ('Armani|Driving Shoe|Polyurethane'), ('Armani|Driving Shoe|PVC'), ('Armani|Driving Shoe|Rubber'), ('Armani|Hiker|Leather'), ('Armani|Hiker|Leatherette'), ('Armani|Hiker|Polyurethane'), ('Armani|Hiker|PVC'), ('Armani|Hiker|Rubber'), ('Armani|Loafer (Slip-on)|Leather'), ('Armani|Loafer (Slip-on)|Leatherette'), ('Armani|Loafer (Slip-on)|Polyurethane'), ('Armani|Loafer (Slip-on)|PVC'), ('Armani|Loafer (Slip-on)|Rubber'), ('Armani|Oxford (Lace-up)|Leather'), ('Armani|Oxford (Lace-up)|Leatherette'), ('Armani|Oxford (Lace-up)|Polyurethane'), ('Armani|Oxford (Lace-up)|PVC'), ('Armani|Oxford (Lace-up)|Rubber'), ('Armani|Patent Leather|Leather'), ('Armani|Patent Leather|Leatherette'), ('Armani|Patent Leather|Polyurethane'), ('Armani|Patent Leather|PVC'), ('Armani|Patent Leather|Rubber'), ('Armani|Penny Loafer|Leather'), ('Armani|Penny Loafer|Leatherette'), ('Armani|Penny Loafer|Polyurethane'), ('Armani|Penny Loafer|PVC'), ('Armani|Penny Loafer|Rubber'), ('Armani|Runner|Leather'), ('Armani|Runner|Leatherette'), ('Armani|Runner|Polyurethane'), ('Armani|Runner|PVC'), ('Armani|Runner|Rubber'), ('Armani|Saddle Shoe|Leather'), ('Armani|Saddle Shoe|Leatherette'), ('Armani|Saddle Shoe|Polyurethane'), ('Armani|Saddle Shoe|PVC'), ('Armani|Saddle Shoe|Rubber'), ('Armani|Sandal|Leather'), ('Armani|Sandal|Leatherette'), ('Armani|Sandal|Polyurethane'), ('Armani|Sandal|PVC'), ('Armani|Sandal|Rubber'), ('Armani|Tennis|Leather'), ('Armani|Tennis|Leatherette'), ('Armani|Tennis|Polyurethane'), ('Armani|Tennis|PVC'), ('Armani|Tennis|Rubber'), ('Armani|Walker|Leather'), ('Armani|Walker|Leatherette'), ('Armani|Walker|Polyurethane'), ('Armani|Walker|PVC'), ('Armani|Walker|Rubber'), ('Armani|Wingtip|Leather'), ('Armani|Wingtip|Leatherette'), ('Armani|Wingtip|Polyurethane'), ('Armani|Wingtip|PVC'), ('Armani|Wingtip|Rubber'), ('Armani|Work Boot|Leather'), ('Armani|Work Boot|Leatherette'), ('Armani|Work Boot|Polyurethane'), ('Armani|Work Boot|PVC'), ('Armani|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Carhartt|Balmoral|Leather'), ('Carhartt|Balmoral|Leatherette'), ('Carhartt|Balmoral|Polyurethane'), ('Carhartt|Balmoral|PVC'), ('Carhartt|Balmoral|Rubber'), ('Carhartt|Boat Shoe|Leather'), ('Carhartt|Boat Shoe|Leatherette'), ('Carhartt|Boat Shoe|Polyurethane'), ('Carhartt|Boat Shoe|PVC'), ('Carhartt|Boat Shoe|Rubber'), ('Carhartt|Brouge|Leather'), ('Carhartt|Brouge|Leatherette'), ('Carhartt|Brouge|Polyurethane'), ('Carhartt|Brouge|PVC'), ('Carhartt|Brouge|Rubber'), ('Carhartt|Cross Trainer|Leather'), ('Carhartt|Cross Trainer|Leatherette'), ('Carhartt|Cross Trainer|Polyurethane'), ('Carhartt|Cross Trainer|PVC'), ('Carhartt|Cross Trainer|Rubber'), ('Carhartt|Derby|Leather'), ('Carhartt|Derby|Leatherette'), ('Carhartt|Derby|Polyurethane'), ('Carhartt|Derby|PVC'), ('Carhartt|Derby|Rubber'), ('Carhartt|Dress Boot|Leather'), ('Carhartt|Dress Boot|Leatherette'), ('Carhartt|Dress Boot|Polyurethane'), ('Carhartt|Dress Boot|PVC'), ('Carhartt|Dress Boot|Rubber'), ('Carhartt|Dress Shoe|Leather'), ('Carhartt|Dress Shoe|Leatherette'), ('Carhartt|Dress Shoe|Polyurethane'), ('Carhartt|Dress Shoe|PVC'), ('Carhartt|Dress Shoe|Rubber'), ('Carhartt|Driving Shoe|Leather'), ('Carhartt|Driving Shoe|Leatherette'), ('Carhartt|Driving Shoe|Polyurethane'), ('Carhartt|Driving Shoe|PVC'), ('Carhartt|Driving Shoe|Rubber'), ('Carhartt|Hiker|Leather'), ('Carhartt|Hiker|Leatherette'), ('Carhartt|Hiker|Polyurethane'), ('Carhartt|Hiker|PVC'), ('Carhartt|Hiker|Rubber'), ('Carhartt|Loafer (Slip-on)|Leather'), ('Carhartt|Loafer (Slip-on)|Leatherette'), ('Carhartt|Loafer (Slip-on)|Polyurethane'), ('Carhartt|Loafer (Slip-on)|PVC'), ('Carhartt|Loafer (Slip-on)|Rubber'), ('Carhartt|Oxford (Lace-up)|Leather'), ('Carhartt|Oxford (Lace-up)|Leatherette'), ('Carhartt|Oxford (Lace-up)|Polyurethane'), ('Carhartt|Oxford (Lace-up)|PVC'), ('Carhartt|Oxford (Lace-up)|Rubber'), ('Carhartt|Patent Leather|Leather'), ('Carhartt|Patent Leather|Leatherette'), ('Carhartt|Patent Leather|Polyurethane'), ('Carhartt|Patent Leather|PVC'), ('Carhartt|Patent Leather|Rubber'), ('Carhartt|Penny Loafer|Leather'), ('Carhartt|Penny Loafer|Leatherette'), ('Carhartt|Penny Loafer|Polyurethane'), ('Carhartt|Penny Loafer|PVC'), ('Carhartt|Penny Loafer|Rubber'), ('Carhartt|Runner|Leather'), ('Carhartt|Runner|Leatherette'), ('Carhartt|Runner|Polyurethane'), ('Carhartt|Runner|PVC'), ('Carhartt|Runner|Rubber'), ('Carhartt|Saddle Shoe|Leather'), ('Carhartt|Saddle Shoe|Leatherette'), ('Carhartt|Saddle Shoe|Polyurethane'), ('Carhartt|Saddle Shoe|PVC'), ('Carhartt|Saddle Shoe|Rubber'), ('Carhartt|Sandal|Leather'), ('Carhartt|Sandal|Leatherette'), ('Carhartt|Sandal|Polyurethane'), ('Carhartt|Sandal|PVC'), ('Carhartt|Sandal|Rubber'), ('Carhartt|Tennis|Leather'), ('Carhartt|Tennis|Leatherette'), ('Carhartt|Tennis|Polyurethane'), ('Carhartt|Tennis|PVC'), ('Carhartt|Tennis|Rubber'), ('Carhartt|Walker|Leather'), ('Carhartt|Walker|Leatherette'), ('Carhartt|Walker|Polyurethane'), ('Carhartt|Walker|PVC'), ('Carhartt|Walker|Rubber'), ('Carhartt|Wingtip|Leather'), ('Carhartt|Wingtip|Leatherette'), ('Carhartt|Wingtip|Polyurethane'), ('Carhartt|Wingtip|PVC'), ('Carhartt|Wingtip|Rubber'), ('Carhartt|Work Boot|Leather'), ('Carhartt|Work Boot|Leatherette'), ('Carhartt|Work Boot|Polyurethane'), ('Carhartt|Work Boot|PVC'), ('Carhartt|Work Boot|Rubber'), ('Champion|Balmoral|Leather'), ('Champion|Balmoral|Leatherette'), ('Champion|Balmoral|Polyurethane'), ('Champion|Balmoral|PVC'), ('Champion|Balmoral|Rubber'), ('Champion|Boat Shoe|Leather'), ('Champion|Boat Shoe|Leatherette'), ('Champion|Boat Shoe|Polyurethane'), ('Champion|Boat Shoe|PVC'), ('Champion|Boat Shoe|Rubber'), ('Champion|Brouge|Leather'), ('Champion|Brouge|Leatherette'), ('Champion|Brouge|Polyurethane'), ('Champion|Brouge|PVC'), ('Champion|Brouge|Rubber'), ('Champion|Cross Trainer|Leather'), ('Champion|Cross Trainer|Leatherette'), ('Champion|Cross Trainer|Polyurethane'), ('Champion|Cross Trainer|PVC'), ('Champion|Cross Trainer|Rubber'), ('Champion|Derby|Leather'), ('Champion|Derby|Leatherette'), ('Champion|Derby|Polyurethane'), ('Champion|Derby|PVC'), ('Champion|Derby|Rubber'), ('Champion|Dress Boot|Leather'), ('Champion|Dress Boot|Leatherette'), ('Champion|Dress Boot|Polyurethane'), ('Champion|Dress Boot|PVC'), ('Champion|Dress Boot|Rubber'), ('Champion|Dress Shoe|Leather'), ('Champion|Dress Shoe|Leatherette'), ('Champion|Dress Shoe|Polyurethane'), ('Champion|Dress Shoe|PVC'), ('Champion|Dress Shoe|Rubber'), ('Champion|Driving Shoe|Leather'), ('Champion|Driving Shoe|Leatherette'), ('Champion|Driving Shoe|Polyurethane'), ('Champion|Driving Shoe|PVC'), ('Champion|Driving Shoe|Rubber'), ('Champion|Hiker|Leather'), ('Champion|Hiker|Leatherette'), ('Champion|Hiker|Polyurethane'), ('Champion|Hiker|PVC'), ('Champion|Hiker|Rubber'), ('Champion|Loafer (Slip-on)|Leather'), ('Champion|Loafer (Slip-on)|Leatherette'), ('Champion|Loafer (Slip-on)|Polyurethane'), ('Champion|Loafer (Slip-on)|PVC'), ('Champion|Loafer (Slip-on)|Rubber'), ('Champion|Oxford (Lace-up)|Leather'), ('Champion|Oxford (Lace-up)|Leatherette'), ('Champion|Oxford (Lace-up)|Polyurethane'), ('Champion|Oxford (Lace-up)|PVC'), ('Champion|Oxford (Lace-up)|Rubber'), ('Champion|Patent Leather|Leather'), ('Champion|Patent Leather|Leatherette'), ('Champion|Patent Leather|Polyurethane'), ('Champion|Patent Leather|PVC'), ('Champion|Patent Leather|Rubber'), ('Champion|Penny Loafer|Leather'), ('Champion|Penny Loafer|Leatherette'), ('Champion|Penny Loafer|Polyurethane'), ('Champion|Penny Loafer|PVC'), ('Champion|Penny Loafer|Rubber'), ('Champion|Runner|Leather'), ('Champion|Runner|Leatherette'), ('Champion|Runner|Polyurethane'), ('Champion|Runner|PVC'), ('Champion|Runner|Rubber'), ('Champion|Saddle Shoe|Leather'), ('Champion|Saddle Shoe|Leatherette'), ('Champion|Saddle Shoe|Polyurethane'), ('Champion|Saddle Shoe|PVC'), ('Champion|Saddle Shoe|Rubber'), ('Champion|Sandal|Leather'), ('Champion|Sandal|Leatherette'), ('Champion|Sandal|Polyurethane'), ('Champion|Sandal|PVC'), ('Champion|Sandal|Rubber'), ('Champion|Tennis|Leather'), ('Champion|Tennis|Leatherette'), ('Champion|Tennis|Polyurethane'), ('Champion|Tennis|PVC'), ('Champion|Tennis|Rubber'), ('Champion|Walker|Leather'), ('Champion|Walker|Leatherette'), ('Champion|Walker|Polyurethane'), ('Champion|Walker|PVC'), ('Champion|Walker|Rubber'), ('Champion|Wingtip|Leather'), ('Champion|Wingtip|Leatherette'), ('Champion|Wingtip|Polyurethane'), ('Champion|Wingtip|PVC'), ('Champion|Wingtip|Rubber'), ('Champion|Work Boot|Leather'), ('Champion|Work Boot|Leatherette'), ('Champion|Work Boot|Polyurethane'), ('Champion|Work Boot|PVC'), ('Champion|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cole Haan|Balmoral|Leather'), ('Cole Haan|Balmoral|Leatherette'), ('Cole Haan|Balmoral|Polyurethane'), ('Cole Haan|Balmoral|PVC'), ('Cole Haan|Balmoral|Rubber'), ('Cole Haan|Boat Shoe|Leather'), ('Cole Haan|Boat Shoe|Leatherette'), ('Cole Haan|Boat Shoe|Polyurethane'), ('Cole Haan|Boat Shoe|PVC'), ('Cole Haan|Boat Shoe|Rubber'), ('Cole Haan|Brouge|Leather'), ('Cole Haan|Brouge|Leatherette'), ('Cole Haan|Brouge|Polyurethane'), ('Cole Haan|Brouge|PVC'), ('Cole Haan|Brouge|Rubber'), ('Cole Haan|Cross Trainer|Leather'), ('Cole Haan|Cross Trainer|Leatherette'), ('Cole Haan|Cross Trainer|Polyurethane'), ('Cole Haan|Cross Trainer|PVC'), ('Cole Haan|Cross Trainer|Rubber'), ('Cole Haan|Derby|Leather'), ('Cole Haan|Derby|Leatherette'), ('Cole Haan|Derby|Polyurethane'), ('Cole Haan|Derby|PVC'), ('Cole Haan|Derby|Rubber'), ('Cole Haan|Dress Boot|Leather'), ('Cole Haan|Dress Boot|Leatherette'), ('Cole Haan|Dress Boot|Polyurethane'), ('Cole Haan|Dress Boot|PVC'), ('Cole Haan|Dress Boot|Rubber'), ('Cole Haan|Dress Shoe|Leather'), ('Cole Haan|Dress Shoe|Leatherette'), ('Cole Haan|Dress Shoe|Polyurethane'), ('Cole Haan|Dress Shoe|PVC'), ('Cole Haan|Dress Shoe|Rubber'), ('Cole Haan|Driving Shoe|Leather'), ('Cole Haan|Driving Shoe|Leatherette'), ('Cole Haan|Driving Shoe|Polyurethane'), ('Cole Haan|Driving Shoe|PVC'), ('Cole Haan|Driving Shoe|Rubber'), ('Cole Haan|Hiker|Leather'), ('Cole Haan|Hiker|Leatherette'), ('Cole Haan|Hiker|Polyurethane'), ('Cole Haan|Hiker|PVC'), ('Cole Haan|Hiker|Rubber'), ('Cole Haan|Loafer (Slip-on)|Leather'), ('Cole Haan|Loafer (Slip-on)|Leatherette'), ('Cole Haan|Loafer (Slip-on)|Polyurethane'), ('Cole Haan|Loafer (Slip-on)|PVC'), ('Cole Haan|Loafer (Slip-on)|Rubber'), ('Cole Haan|Oxford (Lace-up)|Leather'), ('Cole Haan|Oxford (Lace-up)|Leatherette'), ('Cole Haan|Oxford (Lace-up)|Polyurethane'), ('Cole Haan|Oxford (Lace-up)|PVC'), ('Cole Haan|Oxford (Lace-up)|Rubber'), ('Cole Haan|Patent Leather|Leather'), ('Cole Haan|Patent Leather|Leatherette'), ('Cole Haan|Patent Leather|Polyurethane'), ('Cole Haan|Patent Leather|PVC'), ('Cole Haan|Patent Leather|Rubber'), ('Cole Haan|Penny Loafer|Leather'), ('Cole Haan|Penny Loafer|Leatherette'), ('Cole Haan|Penny Loafer|Polyurethane'), ('Cole Haan|Penny Loafer|PVC'), ('Cole Haan|Penny Loafer|Rubber'), ('Cole Haan|Runner|Leather'), ('Cole Haan|Runner|Leatherette'), ('Cole Haan|Runner|Polyurethane'), ('Cole Haan|Runner|PVC'), ('Cole Haan|Runner|Rubber'), ('Cole Haan|Saddle Shoe|Leather'), ('Cole Haan|Saddle Shoe|Leatherette'), ('Cole Haan|Saddle Shoe|Polyurethane'), ('Cole Haan|Saddle Shoe|PVC'), ('Cole Haan|Saddle Shoe|Rubber'), ('Cole Haan|Sandal|Leather'), ('Cole Haan|Sandal|Leatherette'), ('Cole Haan|Sandal|Polyurethane'), ('Cole Haan|Sandal|PVC'), ('Cole Haan|Sandal|Rubber'), ('Cole Haan|Tennis|Leather'), ('Cole Haan|Tennis|Leatherette'), ('Cole Haan|Tennis|Polyurethane'), ('Cole Haan|Tennis|PVC'), ('Cole Haan|Tennis|Rubber'), ('Cole Haan|Walker|Leather'), ('Cole Haan|Walker|Leatherette'), ('Cole Haan|Walker|Polyurethane'), ('Cole Haan|Walker|PVC'), ('Cole Haan|Walker|Rubber'), ('Cole Haan|Wingtip|Leather'), ('Cole Haan|Wingtip|Leatherette'), ('Cole Haan|Wingtip|Polyurethane'), ('Cole Haan|Wingtip|PVC'), ('Cole Haan|Wingtip|Rubber'), ('Cole Haan|Work Boot|Leather'), ('Cole Haan|Work Boot|Leatherette'), ('Cole Haan|Work Boot|Polyurethane'), ('Cole Haan|Work Boot|PVC'), ('Cole Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dansko|Balmoral|Leather'), ('Dansko|Balmoral|Leatherette'), ('Dansko|Balmoral|Polyurethane'), ('Dansko|Balmoral|PVC'), ('Dansko|Balmoral|Rubber'), ('Dansko|Boat Shoe|Leather'), ('Dansko|Boat Shoe|Leatherette'), ('Dansko|Boat Shoe|Polyurethane'), ('Dansko|Boat Shoe|PVC'), ('Dansko|Boat Shoe|Rubber'), ('Dansko|Brouge|Leather'), ('Dansko|Brouge|Leatherette'), ('Dansko|Brouge|Polyurethane'), ('Dansko|Brouge|PVC'), ('Dansko|Brouge|Rubber'), ('Dansko|Cross Trainer|Leather'), ('Dansko|Cross Trainer|Leatherette'), ('Dansko|Cross Trainer|Polyurethane'), ('Dansko|Cross Trainer|PVC'), ('Dansko|Cross Trainer|Rubber'), ('Dansko|Derby|Leather'), ('Dansko|Derby|Leatherette'), ('Dansko|Derby|Polyurethane'), ('Dansko|Derby|PVC'), ('Dansko|Derby|Rubber'), ('Dansko|Dress Boot|Leather'), ('Dansko|Dress Boot|Leatherette'), ('Dansko|Dress Boot|Polyurethane'), ('Dansko|Dress Boot|PVC'), ('Dansko|Dress Boot|Rubber'), ('Dansko|Dress Shoe|Leather'), ('Dansko|Dress Shoe|Leatherette'), ('Dansko|Dress Shoe|Polyurethane'), ('Dansko|Dress Shoe|PVC'), ('Dansko|Dress Shoe|Rubber'), ('Dansko|Driving Shoe|Leather'), ('Dansko|Driving Shoe|Leatherette'), ('Dansko|Driving Shoe|Polyurethane'), ('Dansko|Driving Shoe|PVC'), ('Dansko|Driving Shoe|Rubber'), ('Dansko|Hiker|Leather'), ('Dansko|Hiker|Leatherette'), ('Dansko|Hiker|Polyurethane'), ('Dansko|Hiker|PVC'), ('Dansko|Hiker|Rubber'), ('Dansko|Loafer (Slip-on)|Leather'), ('Dansko|Loafer (Slip-on)|Leatherette'), ('Dansko|Loafer (Slip-on)|Polyurethane'), ('Dansko|Loafer (Slip-on)|PVC'), ('Dansko|Loafer (Slip-on)|Rubber'), ('Dansko|Oxford (Lace-up)|Leather'), ('Dansko|Oxford (Lace-up)|Leatherette'), ('Dansko|Oxford (Lace-up)|Polyurethane'), ('Dansko|Oxford (Lace-up)|PVC'), ('Dansko|Oxford (Lace-up)|Rubber'), ('Dansko|Patent Leather|Leather'), ('Dansko|Patent Leather|Leatherette'), ('Dansko|Patent Leather|Polyurethane'), ('Dansko|Patent Leather|PVC'), ('Dansko|Patent Leather|Rubber'), ('Dansko|Penny Loafer|Leather'), ('Dansko|Penny Loafer|Leatherette'), ('Dansko|Penny Loafer|Polyurethane'), ('Dansko|Penny Loafer|PVC'), ('Dansko|Penny Loafer|Rubber'), ('Dansko|Runner|Leather'), ('Dansko|Runner|Leatherette'), ('Dansko|Runner|Polyurethane'), ('Dansko|Runner|PVC'), ('Dansko|Runner|Rubber'), ('Dansko|Saddle Shoe|Leather'), ('Dansko|Saddle Shoe|Leatherette'), ('Dansko|Saddle Shoe|Polyurethane'), ('Dansko|Saddle Shoe|PVC'), ('Dansko|Saddle Shoe|Rubber'), ('Dansko|Sandal|Leather'), ('Dansko|Sandal|Leatherette'), ('Dansko|Sandal|Polyurethane'), ('Dansko|Sandal|PVC'), ('Dansko|Sandal|Rubber'), ('Dansko|Tennis|Leather'), ('Dansko|Tennis|Leatherette'), ('Dansko|Tennis|Polyurethane'), ('Dansko|Tennis|PVC'), ('Dansko|Tennis|Rubber'), ('Dansko|Walker|Leather'), ('Dansko|Walker|Leatherette'), ('Dansko|Walker|Polyurethane'), ('Dansko|Walker|PVC'), ('Dansko|Walker|Rubber'), ('Dansko|Wingtip|Leather'), ('Dansko|Wingtip|Leatherette'), ('Dansko|Wingtip|Polyurethane'), ('Dansko|Wingtip|PVC'), ('Dansko|Wingtip|Rubber'), ('Dansko|Work Boot|Leather'), ('Dansko|Work Boot|Leatherette'), ('Dansko|Work Boot|Polyurethane'), ('Dansko|Work Boot|PVC'), ('Dansko|Work Boot|Rubber'), ('DC|Balmoral|Leather'), ('DC|Balmoral|Leatherette'), ('DC|Balmoral|Polyurethane'), ('DC|Balmoral|PVC'), ('DC|Balmoral|Rubber'), ('DC|Boat Shoe|Leather'), ('DC|Boat Shoe|Leatherette'), ('DC|Boat Shoe|Polyurethane'), ('DC|Boat Shoe|PVC'), ('DC|Boat Shoe|Rubber'), ('DC|Brouge|Leather'), ('DC|Brouge|Leatherette'), ('DC|Brouge|Polyurethane'), ('DC|Brouge|PVC'), ('DC|Brouge|Rubber'), ('DC|Cross Trainer|Leather'), ('DC|Cross Trainer|Leatherette'), ('DC|Cross Trainer|Polyurethane'), ('DC|Cross Trainer|PVC'), ('DC|Cross Trainer|Rubber'), ('DC|Derby|Leather'), ('DC|Derby|Leatherette'), ('DC|Derby|Polyurethane'), ('DC|Derby|PVC'), ('DC|Derby|Rubber'), ('DC|Dress Boot|Leather'), ('DC|Dress Boot|Leatherette'), ('DC|Dress Boot|Polyurethane'), ('DC|Dress Boot|PVC'), ('DC|Dress Boot|Rubber'), ('DC|Dress Shoe|Leather'), ('DC|Dress Shoe|Leatherette'), ('DC|Dress Shoe|Polyurethane'), ('DC|Dress Shoe|PVC'), ('DC|Dress Shoe|Rubber'), ('DC|Driving Shoe|Leather'), ('DC|Driving Shoe|Leatherette'), ('DC|Driving Shoe|Polyurethane'), ('DC|Driving Shoe|PVC'), ('DC|Driving Shoe|Rubber'), ('DC|Hiker|Leather'), ('DC|Hiker|Leatherette'), ('DC|Hiker|Polyurethane'), ('DC|Hiker|PVC'), ('DC|Hiker|Rubber'), ('DC|Loafer (Slip-on)|Leather'), ('DC|Loafer (Slip-on)|Leatherette'), ('DC|Loafer (Slip-on)|Polyurethane'), ('DC|Loafer (Slip-on)|PVC'), ('DC|Loafer (Slip-on)|Rubber'), ('DC|Oxford (Lace-up)|Leather'), ('DC|Oxford (Lace-up)|Leatherette'), ('DC|Oxford (Lace-up)|Polyurethane'), ('DC|Oxford (Lace-up)|PVC'), ('DC|Oxford (Lace-up)|Rubber'), ('DC|Patent Leather|Leather'), ('DC|Patent Leather|Leatherette'), ('DC|Patent Leather|Polyurethane'), ('DC|Patent Leather|PVC'), ('DC|Patent Leather|Rubber'), ('DC|Penny Loafer|Leather'), ('DC|Penny Loafer|Leatherette'), ('DC|Penny Loafer|Polyurethane'), ('DC|Penny Loafer|PVC'), ('DC|Penny Loafer|Rubber'), ('DC|Runner|Leather'), ('DC|Runner|Leatherette'), ('DC|Runner|Polyurethane'), ('DC|Runner|PVC'), ('DC|Runner|Rubber'), ('DC|Saddle Shoe|Leather'), ('DC|Saddle Shoe|Leatherette'), ('DC|Saddle Shoe|Polyurethane'), ('DC|Saddle Shoe|PVC'), ('DC|Saddle Shoe|Rubber'), ('DC|Sandal|Leather'), ('DC|Sandal|Leatherette'), ('DC|Sandal|Polyurethane'), ('DC|Sandal|PVC'), ('DC|Sandal|Rubber'), ('DC|Tennis|Leather'), ('DC|Tennis|Leatherette'), ('DC|Tennis|Polyurethane'), ('DC|Tennis|PVC'), ('DC|Tennis|Rubber'), ('DC|Walker|Leather'), ('DC|Walker|Leatherette'), ('DC|Walker|Polyurethane'), ('DC|Walker|PVC'), ('DC|Walker|Rubber'), ('DC|Wingtip|Leather'), ('DC|Wingtip|Leatherette'), ('DC|Wingtip|Polyurethane'), ('DC|Wingtip|PVC'), ('DC|Wingtip|Rubber'), ('DC|Work Boot|Leather'), ('DC|Work Boot|Leatherette'), ('DC|Work Boot|Polyurethane'), ('DC|Work Boot|PVC'), ('DC|Work Boot|Rubber'), ('Diesel|Balmoral|Leather'), ('Diesel|Balmoral|Leatherette'), ('Diesel|Balmoral|Polyurethane'), ('Diesel|Balmoral|PVC'), ('Diesel|Balmoral|Rubber'), ('Diesel|Boat Shoe|Leather'), ('Diesel|Boat Shoe|Leatherette'), ('Diesel|Boat Shoe|Polyurethane'), ('Diesel|Boat Shoe|PVC'), ('Diesel|Boat Shoe|Rubber'), ('Diesel|Brouge|Leather'), ('Diesel|Brouge|Leatherette'), ('Diesel|Brouge|Polyurethane'), ('Diesel|Brouge|PVC'), ('Diesel|Brouge|Rubber'), ('Diesel|Cross Trainer|Leather'), ('Diesel|Cross Trainer|Leatherette'), ('Diesel|Cross Trainer|Polyurethane'), ('Diesel|Cross Trainer|PVC'), ('Diesel|Cross Trainer|Rubber'), ('Diesel|Derby|Leather'), ('Diesel|Derby|Leatherette'), ('Diesel|Derby|Polyurethane'), ('Diesel|Derby|PVC'), ('Diesel|Derby|Rubber'), ('Diesel|Dress Boot|Leather'), ('Diesel|Dress Boot|Leatherette'), ('Diesel|Dress Boot|Polyurethane'), ('Diesel|Dress Boot|PVC'), ('Diesel|Dress Boot|Rubber'), ('Diesel|Dress Shoe|Leather'), ('Diesel|Dress Shoe|Leatherette'), ('Diesel|Dress Shoe|Polyurethane'), ('Diesel|Dress Shoe|PVC'), ('Diesel|Dress Shoe|Rubber'), ('Diesel|Driving Shoe|Leather'), ('Diesel|Driving Shoe|Leatherette'), ('Diesel|Driving Shoe|Polyurethane'), ('Diesel|Driving Shoe|PVC'), ('Diesel|Driving Shoe|Rubber'), ('Diesel|Hiker|Leather'), ('Diesel|Hiker|Leatherette'), ('Diesel|Hiker|Polyurethane'), ('Diesel|Hiker|PVC'), ('Diesel|Hiker|Rubber'), ('Diesel|Loafer (Slip-on)|Leather'), ('Diesel|Loafer (Slip-on)|Leatherette'), ('Diesel|Loafer (Slip-on)|Polyurethane'), ('Diesel|Loafer (Slip-on)|PVC'), ('Diesel|Loafer (Slip-on)|Rubber'), ('Diesel|Oxford (Lace-up)|Leather'), ('Diesel|Oxford (Lace-up)|Leatherette'), ('Diesel|Oxford (Lace-up)|Polyurethane'), ('Diesel|Oxford (Lace-up)|PVC'), ('Diesel|Oxford (Lace-up)|Rubber'), ('Diesel|Patent Leather|Leather'), ('Diesel|Patent Leather|Leatherette'), ('Diesel|Patent Leather|Polyurethane'), ('Diesel|Patent Leather|PVC'), ('Diesel|Patent Leather|Rubber'), ('Diesel|Penny Loafer|Leather'), ('Diesel|Penny Loafer|Leatherette'), ('Diesel|Penny Loafer|Polyurethane'), ('Diesel|Penny Loafer|PVC'), ('Diesel|Penny Loafer|Rubber'), ('Diesel|Runner|Leather'), ('Diesel|Runner|Leatherette'), ('Diesel|Runner|Polyurethane'), ('Diesel|Runner|PVC'), ('Diesel|Runner|Rubber'), ('Diesel|Saddle Shoe|Leather'), ('Diesel|Saddle Shoe|Leatherette'), ('Diesel|Saddle Shoe|Polyurethane'), ('Diesel|Saddle Shoe|PVC'), ('Diesel|Saddle Shoe|Rubber'), ('Diesel|Sandal|Leather'), ('Diesel|Sandal|Leatherette'), ('Diesel|Sandal|Polyurethane'), ('Diesel|Sandal|PVC'), ('Diesel|Sandal|Rubber'), ('Diesel|Tennis|Leather'), ('Diesel|Tennis|Leatherette'), ('Diesel|Tennis|Polyurethane'), ('Diesel|Tennis|PVC'), ('Diesel|Tennis|Rubber'), ('Diesel|Walker|Leather'), ('Diesel|Walker|Leatherette'), ('Diesel|Walker|Polyurethane'), ('Diesel|Walker|PVC'), ('Diesel|Walker|Rubber'), ('Diesel|Wingtip|Leather'), ('Diesel|Wingtip|Leatherette'), ('Diesel|Wingtip|Polyurethane'), ('Diesel|Wingtip|PVC'), ('Diesel|Wingtip|Rubber'), ('Diesel|Work Boot|Leather'), ('Diesel|Work Boot|Leatherette'), ('Diesel|Work Boot|Polyurethane'), ('Diesel|Work Boot|PVC'), ('Diesel|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dream Pairs|Balmoral|Leather'), ('Dream Pairs|Balmoral|Leatherette'), ('Dream Pairs|Balmoral|Polyurethane'), ('Dream Pairs|Balmoral|PVC'), ('Dream Pairs|Balmoral|Rubber'), ('Dream Pairs|Boat Shoe|Leather'), ('Dream Pairs|Boat Shoe|Leatherette'), ('Dream Pairs|Boat Shoe|Polyurethane'), ('Dream Pairs|Boat Shoe|PVC'), ('Dream Pairs|Boat Shoe|Rubber'), ('Dream Pairs|Brouge|Leather'), ('Dream Pairs|Brouge|Leatherette'), ('Dream Pairs|Brouge|Polyurethane'), ('Dream Pairs|Brouge|PVC'), ('Dream Pairs|Brouge|Rubber'), ('Dream Pairs|Cross Trainer|Leather'), ('Dream Pairs|Cross Trainer|Leatherette'), ('Dream Pairs|Cross Trainer|Polyurethane'), ('Dream Pairs|Cross Trainer|PVC'), ('Dream Pairs|Cross Trainer|Rubber'), ('Dream Pairs|Derby|Leather'), ('Dream Pairs|Derby|Leatherette'), ('Dream Pairs|Derby|Polyurethane'), ('Dream Pairs|Derby|PVC'), ('Dream Pairs|Derby|Rubber'), ('Dream Pairs|Dress Boot|Leather'), ('Dream Pairs|Dress Boot|Leatherette'), ('Dream Pairs|Dress Boot|Polyurethane'), ('Dream Pairs|Dress Boot|PVC'), ('Dream Pairs|Dress Boot|Rubber'), ('Dream Pairs|Dress Shoe|Leather'), ('Dream Pairs|Dress Shoe|Leatherette'), ('Dream Pairs|Dress Shoe|Polyurethane'), ('Dream Pairs|Dress Shoe|PVC'), ('Dream Pairs|Dress Shoe|Rubber'), ('Dream Pairs|Driving Shoe|Leather'), ('Dream Pairs|Driving Shoe|Leatherette'), ('Dream Pairs|Driving Shoe|Polyurethane'), ('Dream Pairs|Driving Shoe|PVC'), ('Dream Pairs|Driving Shoe|Rubber'), ('Dream Pairs|Hiker|Leather'), ('Dream Pairs|Hiker|Leatherette'), ('Dream Pairs|Hiker|Polyurethane'), ('Dream Pairs|Hiker|PVC'), ('Dream Pairs|Hiker|Rubber'), ('Dream Pairs|Loafer (Slip-on)|Leather'), ('Dream Pairs|Loafer (Slip-on)|Leatherette'), ('Dream Pairs|Loafer (Slip-on)|Polyurethane'), ('Dream Pairs|Loafer (Slip-on)|PVC'), ('Dream Pairs|Loafer (Slip-on)|Rubber'), ('Dream Pairs|Oxford (Lace-up)|Leather'), ('Dream Pairs|Oxford (Lace-up)|Leatherette'), ('Dream Pairs|Oxford (Lace-up)|Polyurethane'), ('Dream Pairs|Oxford (Lace-up)|PVC'), ('Dream Pairs|Oxford (Lace-up)|Rubber'), ('Dream Pairs|Patent Leather|Leather'), ('Dream Pairs|Patent Leather|Leatherette'), ('Dream Pairs|Patent Leather|Polyurethane'), ('Dream Pairs|Patent Leather|PVC'), ('Dream Pairs|Patent Leather|Rubber'), ('Dream Pairs|Penny Loafer|Leather'), ('Dream Pairs|Penny Loafer|Leatherette'), ('Dream Pairs|Penny Loafer|Polyurethane'), ('Dream Pairs|Penny Loafer|PVC'), ('Dream Pairs|Penny Loafer|Rubber'), ('Dream Pairs|Runner|Leather'), ('Dream Pairs|Runner|Leatherette'), ('Dream Pairs|Runner|Polyurethane'), ('Dream Pairs|Runner|PVC'), ('Dream Pairs|Runner|Rubber'), ('Dream Pairs|Saddle Shoe|Leather'), ('Dream Pairs|Saddle Shoe|Leatherette'), ('Dream Pairs|Saddle Shoe|Polyurethane'), ('Dream Pairs|Saddle Shoe|PVC'), ('Dream Pairs|Saddle Shoe|Rubber'), ('Dream Pairs|Sandal|Leather'), ('Dream Pairs|Sandal|Leatherette'), ('Dream Pairs|Sandal|Polyurethane'), ('Dream Pairs|Sandal|PVC'), ('Dream Pairs|Sandal|Rubber'), ('Dream Pairs|Tennis|Leather'), ('Dream Pairs|Tennis|Leatherette'), ('Dream Pairs|Tennis|Polyurethane'), ('Dream Pairs|Tennis|PVC'), ('Dream Pairs|Tennis|Rubber'), ('Dream Pairs|Walker|Leather'), ('Dream Pairs|Walker|Leatherette'), ('Dream Pairs|Walker|Polyurethane'), ('Dream Pairs|Walker|PVC'), ('Dream Pairs|Walker|Rubber'), ('Dream Pairs|Wingtip|Leather'), ('Dream Pairs|Wingtip|Leatherette'), ('Dream Pairs|Wingtip|Polyurethane'), ('Dream Pairs|Wingtip|PVC'), ('Dream Pairs|Wingtip|Rubber'), ('Dream Pairs|Work Boot|Leather'), ('Dream Pairs|Work Boot|Leatherette'), ('Dream Pairs|Work Boot|Polyurethane'), ('Dream Pairs|Work Boot|PVC'), ('Dream Pairs|Work Boot|Rubber'), ('Ecco|Balmoral|Leather'), ('Ecco|Balmoral|Leatherette'), ('Ecco|Balmoral|Polyurethane'), ('Ecco|Balmoral|PVC'), ('Ecco|Balmoral|Rubber'), ('Ecco|Boat Shoe|Leather'), ('Ecco|Boat Shoe|Leatherette'), ('Ecco|Boat Shoe|Polyurethane'), ('Ecco|Boat Shoe|PVC'), ('Ecco|Boat Shoe|Rubber'), ('Ecco|Brouge|Leather'), ('Ecco|Brouge|Leatherette'), ('Ecco|Brouge|Polyurethane'), ('Ecco|Brouge|PVC'), ('Ecco|Brouge|Rubber'), ('Ecco|Cross Trainer|Leather'), ('Ecco|Cross Trainer|Leatherette'), ('Ecco|Cross Trainer|Polyurethane'), ('Ecco|Cross Trainer|PVC'), ('Ecco|Cross Trainer|Rubber'), ('Ecco|Derby|Leather'), ('Ecco|Derby|Leatherette'), ('Ecco|Derby|Polyurethane'), ('Ecco|Derby|PVC'), ('Ecco|Derby|Rubber'), ('Ecco|Dress Boot|Leather'), ('Ecco|Dress Boot|Leatherette'), ('Ecco|Dress Boot|Polyurethane'), ('Ecco|Dress Boot|PVC'), ('Ecco|Dress Boot|Rubber'), ('Ecco|Dress Shoe|Leather'), ('Ecco|Dress Shoe|Leatherette'), ('Ecco|Dress Shoe|Polyurethane'), ('Ecco|Dress Shoe|PVC'), ('Ecco|Dress Shoe|Rubber'), ('Ecco|Driving Shoe|Leather'), ('Ecco|Driving Shoe|Leatherette'), ('Ecco|Driving Shoe|Polyurethane'), ('Ecco|Driving Shoe|PVC'), ('Ecco|Driving Shoe|Rubber'), ('Ecco|Hiker|Leather'), ('Ecco|Hiker|Leatherette'), ('Ecco|Hiker|Polyurethane'), ('Ecco|Hiker|PVC'), ('Ecco|Hiker|Rubber'), ('Ecco|Loafer (Slip-on)|Leather'), ('Ecco|Loafer (Slip-on)|Leatherette'), ('Ecco|Loafer (Slip-on)|Polyurethane'), ('Ecco|Loafer (Slip-on)|PVC'), ('Ecco|Loafer (Slip-on)|Rubber'), ('Ecco|Oxford (Lace-up)|Leather'), ('Ecco|Oxford (Lace-up)|Leatherette'), ('Ecco|Oxford (Lace-up)|Polyurethane'), ('Ecco|Oxford (Lace-up)|PVC'), ('Ecco|Oxford (Lace-up)|Rubber'), ('Ecco|Patent Leather|Leather'), ('Ecco|Patent Leather|Leatherette'), ('Ecco|Patent Leather|Polyurethane'), ('Ecco|Patent Leather|PVC'), ('Ecco|Patent Leather|Rubber'), ('Ecco|Penny Loafer|Leather'), ('Ecco|Penny Loafer|Leatherette'), ('Ecco|Penny Loafer|Polyurethane'), ('Ecco|Penny Loafer|PVC'), ('Ecco|Penny Loafer|Rubber'), ('Ecco|Runner|Leather'), ('Ecco|Runner|Leatherette'), ('Ecco|Runner|Polyurethane'), ('Ecco|Runner|PVC'), ('Ecco|Runner|Rubber'), ('Ecco|Saddle Shoe|Leather'), ('Ecco|Saddle Shoe|Leatherette'), ('Ecco|Saddle Shoe|Polyurethane'), ('Ecco|Saddle Shoe|PVC'), ('Ecco|Saddle Shoe|Rubber'), ('Ecco|Sandal|Leather'), ('Ecco|Sandal|Leatherette'), ('Ecco|Sandal|Polyurethane'), ('Ecco|Sandal|PVC'), ('Ecco|Sandal|Rubber'), ('Ecco|Tennis|Leather'), ('Ecco|Tennis|Leatherette'), ('Ecco|Tennis|Polyurethane'), ('Ecco|Tennis|PVC'), ('Ecco|Tennis|Rubber'), ('Ecco|Walker|Leather'), ('Ecco|Walker|Leatherette'), ('Ecco|Walker|Polyurethane'), ('Ecco|Walker|PVC'), ('Ecco|Walker|Rubber'), ('Ecco|Wingtip|Leather'), ('Ecco|Wingtip|Leatherette'), ('Ecco|Wingtip|Polyurethane'), ('Ecco|Wingtip|PVC'), ('Ecco|Wingtip|Rubber'), ('Ecco|Work Boot|Leather'), ('Ecco|Work Boot|Leatherette'), ('Ecco|Work Boot|Polyurethane'), ('Ecco|Work Boot|PVC'), ('Ecco|Work Boot|Rubber'), ('Etnies|Balmoral|Leather'), ('Etnies|Balmoral|Leatherette'), ('Etnies|Balmoral|Polyurethane'), ('Etnies|Balmoral|PVC'), ('Etnies|Balmoral|Rubber'), ('Etnies|Boat Shoe|Leather'), ('Etnies|Boat Shoe|Leatherette'), ('Etnies|Boat Shoe|Polyurethane'), ('Etnies|Boat Shoe|PVC'), ('Etnies|Boat Shoe|Rubber'), ('Etnies|Brouge|Leather'), ('Etnies|Brouge|Leatherette'), ('Etnies|Brouge|Polyurethane'), ('Etnies|Brouge|PVC'), ('Etnies|Brouge|Rubber'), ('Etnies|Cross Trainer|Leather'), ('Etnies|Cross Trainer|Leatherette'), ('Etnies|Cross Trainer|Polyurethane'), ('Etnies|Cross Trainer|PVC'), ('Etnies|Cross Trainer|Rubber'), ('Etnies|Derby|Leather'), ('Etnies|Derby|Leatherette'), ('Etnies|Derby|Polyurethane'), ('Etnies|Derby|PVC'), ('Etnies|Derby|Rubber'), ('Etnies|Dress Boot|Leather'), ('Etnies|Dress Boot|Leatherette'), ('Etnies|Dress Boot|Polyurethane'), ('Etnies|Dress Boot|PVC'), ('Etnies|Dress Boot|Rubber'), ('Etnies|Dress Shoe|Leather'), ('Etnies|Dress Shoe|Leatherette'), ('Etnies|Dress Shoe|Polyurethane'), ('Etnies|Dress Shoe|PVC'), ('Etnies|Dress Shoe|Rubber'), ('Etnies|Driving Shoe|Leather'), ('Etnies|Driving Shoe|Leatherette'), ('Etnies|Driving Shoe|Polyurethane'), ('Etnies|Driving Shoe|PVC'), ('Etnies|Driving Shoe|Rubber'), ('Etnies|Hiker|Leather'), ('Etnies|Hiker|Leatherette'), ('Etnies|Hiker|Polyurethane'), ('Etnies|Hiker|PVC'), ('Etnies|Hiker|Rubber'), ('Etnies|Loafer (Slip-on)|Leather'), ('Etnies|Loafer (Slip-on)|Leatherette'), ('Etnies|Loafer (Slip-on)|Polyurethane'), ('Etnies|Loafer (Slip-on)|PVC'), ('Etnies|Loafer (Slip-on)|Rubber'), ('Etnies|Oxford (Lace-up)|Leather'), ('Etnies|Oxford (Lace-up)|Leatherette'), ('Etnies|Oxford (Lace-up)|Polyurethane'), ('Etnies|Oxford (Lace-up)|PVC'), ('Etnies|Oxford (Lace-up)|Rubber'), ('Etnies|Patent Leather|Leather'), ('Etnies|Patent Leather|Leatherette'), ('Etnies|Patent Leather|Polyurethane'), ('Etnies|Patent Leather|PVC'), ('Etnies|Patent Leather|Rubber'), ('Etnies|Penny Loafer|Leather'), ('Etnies|Penny Loafer|Leatherette'), ('Etnies|Penny Loafer|Polyurethane'), ('Etnies|Penny Loafer|PVC'), ('Etnies|Penny Loafer|Rubber'), ('Etnies|Runner|Leather'), ('Etnies|Runner|Leatherette'), ('Etnies|Runner|Polyurethane'), ('Etnies|Runner|PVC'), ('Etnies|Runner|Rubber'), ('Etnies|Saddle Shoe|Leather'), ('Etnies|Saddle Shoe|Leatherette'), ('Etnies|Saddle Shoe|Polyurethane'), ('Etnies|Saddle Shoe|PVC'), ('Etnies|Saddle Shoe|Rubber'), ('Etnies|Sandal|Leather'), ('Etnies|Sandal|Leatherette'), ('Etnies|Sandal|Polyurethane'), ('Etnies|Sandal|PVC'), ('Etnies|Sandal|Rubber'), ('Etnies|Tennis|Leather'), ('Etnies|Tennis|Leatherette'), ('Etnies|Tennis|Polyurethane'), ('Etnies|Tennis|PVC'), ('Etnies|Tennis|Rubber'), ('Etnies|Walker|Leather'), ('Etnies|Walker|Leatherette'), ('Etnies|Walker|Polyurethane'), ('Etnies|Walker|PVC'), ('Etnies|Walker|Rubber'), ('Etnies|Wingtip|Leather'), ('Etnies|Wingtip|Leatherette'), ('Etnies|Wingtip|Polyurethane'), ('Etnies|Wingtip|PVC'), ('Etnies|Wingtip|Rubber'), ('Etnies|Work Boot|Leather'), ('Etnies|Work Boot|Leatherette'), ('Etnies|Work Boot|Polyurethane'), ('Etnies|Work Boot|PVC'), ('Etnies|Work Boot|Rubber'), ('Fred Perry|Balmoral|Leather'), ('Fred Perry|Balmoral|Leatherette'), ('Fred Perry|Balmoral|Polyurethane'), ('Fred Perry|Balmoral|PVC'), ('Fred Perry|Balmoral|Rubber'), ('Fred Perry|Boat Shoe|Leather'), ('Fred Perry|Boat Shoe|Leatherette'), ('Fred Perry|Boat Shoe|Polyurethane'), ('Fred Perry|Boat Shoe|PVC'), ('Fred Perry|Boat Shoe|Rubber'), ('Fred Perry|Brouge|Leather'), ('Fred Perry|Brouge|Leatherette'), ('Fred Perry|Brouge|Polyurethane'), ('Fred Perry|Brouge|PVC'), ('Fred Perry|Brouge|Rubber'), ('Fred Perry|Cross Trainer|Leather'), ('Fred Perry|Cross Trainer|Leatherette'), ('Fred Perry|Cross Trainer|Polyurethane'), ('Fred Perry|Cross Trainer|PVC'), ('Fred Perry|Cross Trainer|Rubber'), ('Fred Perry|Derby|Leather'), ('Fred Perry|Derby|Leatherette'), ('Fred Perry|Derby|Polyurethane'), ('Fred Perry|Derby|PVC'), ('Fred Perry|Derby|Rubber'), ('Fred Perry|Dress Boot|Leather'), ('Fred Perry|Dress Boot|Leatherette'), ('Fred Perry|Dress Boot|Polyurethane'), ('Fred Perry|Dress Boot|PVC'), ('Fred Perry|Dress Boot|Rubber'), ('Fred Perry|Dress Shoe|Leather'), ('Fred Perry|Dress Shoe|Leatherette'), ('Fred Perry|Dress Shoe|Polyurethane'), ('Fred Perry|Dress Shoe|PVC'), ('Fred Perry|Dress Shoe|Rubber'), ('Fred Perry|Driving Shoe|Leather'), ('Fred Perry|Driving Shoe|Leatherette'), ('Fred Perry|Driving Shoe|Polyurethane'), ('Fred Perry|Driving Shoe|PVC'), ('Fred Perry|Driving Shoe|Rubber'), ('Fred Perry|Hiker|Leather'), ('Fred Perry|Hiker|Leatherette'), ('Fred Perry|Hiker|Polyurethane'), ('Fred Perry|Hiker|PVC'), ('Fred Perry|Hiker|Rubber'), ('Fred Perry|Loafer (Slip-on)|Leather'), ('Fred Perry|Loafer (Slip-on)|Leatherette'), ('Fred Perry|Loafer (Slip-on)|Polyurethane'), ('Fred Perry|Loafer (Slip-on)|PVC'), ('Fred Perry|Loafer (Slip-on)|Rubber'), ('Fred Perry|Oxford (Lace-up)|Leather'), ('Fred Perry|Oxford (Lace-up)|Leatherette'), ('Fred Perry|Oxford (Lace-up)|Polyurethane'), ('Fred Perry|Oxford (Lace-up)|PVC'), ('Fred Perry|Oxford (Lace-up)|Rubber'), ('Fred Perry|Patent Leather|Leather'), ('Fred Perry|Patent Leather|Leatherette'), ('Fred Perry|Patent Leather|Polyurethane'), ('Fred Perry|Patent Leather|PVC'), ('Fred Perry|Patent Leather|Rubber'), ('Fred Perry|Penny Loafer|Leather'), ('Fred Perry|Penny Loafer|Leatherette'), ('Fred Perry|Penny Loafer|Polyurethane'), ('Fred Perry|Penny Loafer|PVC'), ('Fred Perry|Penny Loafer|Rubber'), ('Fred Perry|Runner|Leather'), ('Fred Perry|Runner|Leatherette'), ('Fred Perry|Runner|Polyurethane'), ('Fred Perry|Runner|PVC'), ('Fred Perry|Runner|Rubber'), ('Fred Perry|Saddle Shoe|Leather'), ('Fred Perry|Saddle Shoe|Leatherette'), ('Fred Perry|Saddle Shoe|Polyurethane'), ('Fred Perry|Saddle Shoe|PVC'), ('Fred Perry|Saddle Shoe|Rubber'), ('Fred Perry|Sandal|Leather'), ('Fred Perry|Sandal|Leatherette'), ('Fred Perry|Sandal|Polyurethane'), ('Fred Perry|Sandal|PVC'), ('Fred Perry|Sandal|Rubber'), ('Fred Perry|Tennis|Leather'), ('Fred Perry|Tennis|Leatherette'), ('Fred Perry|Tennis|Polyurethane'), ('Fred Perry|Tennis|PVC'), ('Fred Perry|Tennis|Rubber'), ('Fred Perry|Walker|Leather'), ('Fred Perry|Walker|Leatherette'), ('Fred Perry|Walker|Polyurethane'), ('Fred Perry|Walker|PVC'), ('Fred Perry|Walker|Rubber'), ('Fred Perry|Wingtip|Leather'), ('Fred Perry|Wingtip|Leatherette'), ('Fred Perry|Wingtip|Polyurethane'), ('Fred Perry|Wingtip|PVC'), ('Fred Perry|Wingtip|Rubber'), ('Fred Perry|Work Boot|Leather'), ('Fred Perry|Work Boot|Leatherette'), ('Fred Perry|Work Boot|Polyurethane'), ('Fred Perry|Work Boot|PVC'), ('Fred Perry|Work Boot|Rubber'), ('Frye|Balmoral|Leather'), ('Frye|Balmoral|Leatherette'), ('Frye|Balmoral|Polyurethane'), ('Frye|Balmoral|PVC'), ('Frye|Balmoral|Rubber'), ('Frye|Boat Shoe|Leather'), ('Frye|Boat Shoe|Leatherette'), ('Frye|Boat Shoe|Polyurethane'), ('Frye|Boat Shoe|PVC'), ('Frye|Boat Shoe|Rubber'), ('Frye|Brouge|Leather'), ('Frye|Brouge|Leatherette'), ('Frye|Brouge|Polyurethane'), ('Frye|Brouge|PVC'), ('Frye|Brouge|Rubber'), ('Frye|Cross Trainer|Leather'), ('Frye|Cross Trainer|Leatherette'), ('Frye|Cross Trainer|Polyurethane'), ('Frye|Cross Trainer|PVC'), ('Frye|Cross Trainer|Rubber'), ('Frye|Derby|Leather'), ('Frye|Derby|Leatherette'), ('Frye|Derby|Polyurethane'), ('Frye|Derby|PVC'), ('Frye|Derby|Rubber'), ('Frye|Dress Boot|Leather'), ('Frye|Dress Boot|Leatherette'), ('Frye|Dress Boot|Polyurethane'), ('Frye|Dress Boot|PVC'), ('Frye|Dress Boot|Rubber'), ('Frye|Dress Shoe|Leather'), ('Frye|Dress Shoe|Leatherette'), ('Frye|Dress Shoe|Polyurethane'), ('Frye|Dress Shoe|PVC'), ('Frye|Dress Shoe|Rubber'), ('Frye|Driving Shoe|Leather'), ('Frye|Driving Shoe|Leatherette'), ('Frye|Driving Shoe|Polyurethane'), ('Frye|Driving Shoe|PVC'), ('Frye|Driving Shoe|Rubber'), ('Frye|Hiker|Leather'), ('Frye|Hiker|Leatherette'), ('Frye|Hiker|Polyurethane'), ('Frye|Hiker|PVC'), ('Frye|Hiker|Rubber'), ('Frye|Loafer (Slip-on)|Leather'), ('Frye|Loafer (Slip-on)|Leatherette'), ('Frye|Loafer (Slip-on)|Polyurethane'), ('Frye|Loafer (Slip-on)|PVC'), ('Frye|Loafer (Slip-on)|Rubber'), ('Frye|Oxford (Lace-up)|Leather'), ('Frye|Oxford (Lace-up)|Leatherette'), ('Frye|Oxford (Lace-up)|Polyurethane'), ('Frye|Oxford (Lace-up)|PVC'), ('Frye|Oxford (Lace-up)|Rubber'), ('Frye|Patent Leather|Leather'), ('Frye|Patent Leather|Leatherette'), ('Frye|Patent Leather|Polyurethane'), ('Frye|Patent Leather|PVC'), ('Frye|Patent Leather|Rubber'), ('Frye|Penny Loafer|Leather'), ('Frye|Penny Loafer|Leatherette'), ('Frye|Penny Loafer|Polyurethane'), ('Frye|Penny Loafer|PVC'), ('Frye|Penny Loafer|Rubber'), ('Frye|Runner|Leather'), ('Frye|Runner|Leatherette'), ('Frye|Runner|Polyurethane'), ('Frye|Runner|PVC'), ('Frye|Runner|Rubber'), ('Frye|Saddle Shoe|Leather'), ('Frye|Saddle Shoe|Leatherette'), ('Frye|Saddle Shoe|Polyurethane'), ('Frye|Saddle Shoe|PVC'), ('Frye|Saddle Shoe|Rubber'), ('Frye|Sandal|Leather'), ('Frye|Sandal|Leatherette'), ('Frye|Sandal|Polyurethane'), ('Frye|Sandal|PVC'), ('Frye|Sandal|Rubber'), ('Frye|Tennis|Leather'), ('Frye|Tennis|Leatherette'), ('Frye|Tennis|Polyurethane'), ('Frye|Tennis|PVC'), ('Frye|Tennis|Rubber'), ('Frye|Walker|Leather'), ('Frye|Walker|Leatherette'), ('Frye|Walker|Polyurethane'), ('Frye|Walker|PVC'), ('Frye|Walker|Rubber'), ('Frye|Wingtip|Leather'), ('Frye|Wingtip|Leatherette'), ('Frye|Wingtip|Polyurethane'), ('Frye|Wingtip|PVC'), ('Frye|Wingtip|Rubber'), ('Frye|Work Boot|Leather'), ('Frye|Work Boot|Leatherette'), ('Frye|Work Boot|Polyurethane'), ('Frye|Work Boot|PVC'), ('Frye|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('John Fluevog|Balmoral|Leather'), ('John Fluevog|Balmoral|Leatherette'), ('John Fluevog|Balmoral|Polyurethane'), ('John Fluevog|Balmoral|PVC'), ('John Fluevog|Balmoral|Rubber'), ('John Fluevog|Boat Shoe|Leather'), ('John Fluevog|Boat Shoe|Leatherette'), ('John Fluevog|Boat Shoe|Polyurethane'), ('John Fluevog|Boat Shoe|PVC'), ('John Fluevog|Boat Shoe|Rubber'), ('John Fluevog|Brouge|Leather'), ('John Fluevog|Brouge|Leatherette'), ('John Fluevog|Brouge|Polyurethane'), ('John Fluevog|Brouge|PVC'), ('John Fluevog|Brouge|Rubber'), ('John Fluevog|Cross Trainer|Leather'), ('John Fluevog|Cross Trainer|Leatherette'), ('John Fluevog|Cross Trainer|Polyurethane'), ('John Fluevog|Cross Trainer|PVC'), ('John Fluevog|Cross Trainer|Rubber'), ('John Fluevog|Derby|Leather'), ('John Fluevog|Derby|Leatherette'), ('John Fluevog|Derby|Polyurethane'), ('John Fluevog|Derby|PVC'), ('John Fluevog|Derby|Rubber'), ('John Fluevog|Dress Boot|Leather'), ('John Fluevog|Dress Boot|Leatherette'), ('John Fluevog|Dress Boot|Polyurethane'), ('John Fluevog|Dress Boot|PVC'), ('John Fluevog|Dress Boot|Rubber'), ('John Fluevog|Dress Shoe|Leather'), ('John Fluevog|Dress Shoe|Leatherette'), ('John Fluevog|Dress Shoe|Polyurethane'), ('John Fluevog|Dress Shoe|PVC'), ('John Fluevog|Dress Shoe|Rubber'), ('John Fluevog|Driving Shoe|Leather'), ('John Fluevog|Driving Shoe|Leatherette'), ('John Fluevog|Driving Shoe|Polyurethane'), ('John Fluevog|Driving Shoe|PVC'), ('John Fluevog|Driving Shoe|Rubber'), ('John Fluevog|Hiker|Leather'), ('John Fluevog|Hiker|Leatherette'), ('John Fluevog|Hiker|Polyurethane'), ('John Fluevog|Hiker|PVC'), ('John Fluevog|Hiker|Rubber'), ('John Fluevog|Loafer (Slip-on)|Leather'), ('John Fluevog|Loafer (Slip-on)|Leatherette'), ('John Fluevog|Loafer (Slip-on)|Polyurethane'), ('John Fluevog|Loafer (Slip-on)|PVC'), ('John Fluevog|Loafer (Slip-on)|Rubber'), ('John Fluevog|Oxford (Lace-up)|Leather'), ('John Fluevog|Oxford (Lace-up)|Leatherette'), ('John Fluevog|Oxford (Lace-up)|Polyurethane'), ('John Fluevog|Oxford (Lace-up)|PVC'), ('John Fluevog|Oxford (Lace-up)|Rubber'), ('John Fluevog|Patent Leather|Leather'), ('John Fluevog|Patent Leather|Leatherette'), ('John Fluevog|Patent Leather|Polyurethane'), ('John Fluevog|Patent Leather|PVC'), ('John Fluevog|Patent Leather|Rubber'), ('John Fluevog|Penny Loafer|Leather'), ('John Fluevog|Penny Loafer|Leatherette'), ('John Fluevog|Penny Loafer|Polyurethane'), ('John Fluevog|Penny Loafer|PVC'), ('John Fluevog|Penny Loafer|Rubber'), ('John Fluevog|Runner|Leather'), ('John Fluevog|Runner|Leatherette'), ('John Fluevog|Runner|Polyurethane'), ('John Fluevog|Runner|PVC'), ('John Fluevog|Runner|Rubber'), ('John Fluevog|Saddle Shoe|Leather'), ('John Fluevog|Saddle Shoe|Leatherette'), ('John Fluevog|Saddle Shoe|Polyurethane'), ('John Fluevog|Saddle Shoe|PVC'), ('John Fluevog|Saddle Shoe|Rubber'), ('John Fluevog|Sandal|Leather'), ('John Fluevog|Sandal|Leatherette'), ('John Fluevog|Sandal|Polyurethane'), ('John Fluevog|Sandal|PVC'), ('John Fluevog|Sandal|Rubber'), ('John Fluevog|Tennis|Leather'), ('John Fluevog|Tennis|Leatherette'), ('John Fluevog|Tennis|Polyurethane'), ('John Fluevog|Tennis|PVC'), ('John Fluevog|Tennis|Rubber'), ('John Fluevog|Walker|Leather'), ('John Fluevog|Walker|Leatherette'), ('John Fluevog|Walker|Polyurethane'), ('John Fluevog|Walker|PVC'), ('John Fluevog|Walker|Rubber'), ('John Fluevog|Wingtip|Leather'), ('John Fluevog|Wingtip|Leatherette'), ('John Fluevog|Wingtip|Polyurethane'), ('John Fluevog|Wingtip|PVC'), ('John Fluevog|Wingtip|Rubber'), ('John Fluevog|Work Boot|Leather'), ('John Fluevog|Work Boot|Leatherette'), ('John Fluevog|Work Boot|Polyurethane'), ('John Fluevog|Work Boot|PVC'), ('John Fluevog|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Keen|Balmoral|Leather'), ('Keen|Balmoral|Leatherette'), ('Keen|Balmoral|Polyurethane'), ('Keen|Balmoral|PVC'), ('Keen|Balmoral|Rubber'), ('Keen|Boat Shoe|Leather'), ('Keen|Boat Shoe|Leatherette'), ('Keen|Boat Shoe|Polyurethane'), ('Keen|Boat Shoe|PVC'), ('Keen|Boat Shoe|Rubber'), ('Keen|Brouge|Leather'), ('Keen|Brouge|Leatherette'), ('Keen|Brouge|Polyurethane'), ('Keen|Brouge|PVC'), ('Keen|Brouge|Rubber'), ('Keen|Cross Trainer|Leather'), ('Keen|Cross Trainer|Leatherette'), ('Keen|Cross Trainer|Polyurethane'), ('Keen|Cross Trainer|PVC'), ('Keen|Cross Trainer|Rubber'), ('Keen|Derby|Leather'), ('Keen|Derby|Leatherette'), ('Keen|Derby|Polyurethane'), ('Keen|Derby|PVC'), ('Keen|Derby|Rubber'), ('Keen|Dress Boot|Leather'), ('Keen|Dress Boot|Leatherette'), ('Keen|Dress Boot|Polyurethane'), ('Keen|Dress Boot|PVC'), ('Keen|Dress Boot|Rubber'), ('Keen|Dress Shoe|Leather'), ('Keen|Dress Shoe|Leatherette'), ('Keen|Dress Shoe|Polyurethane'), ('Keen|Dress Shoe|PVC'), ('Keen|Dress Shoe|Rubber'), ('Keen|Driving Shoe|Leather'), ('Keen|Driving Shoe|Leatherette'), ('Keen|Driving Shoe|Polyurethane'), ('Keen|Driving Shoe|PVC'), ('Keen|Driving Shoe|Rubber'), ('Keen|Hiker|Leather'), ('Keen|Hiker|Leatherette'), ('Keen|Hiker|Polyurethane'), ('Keen|Hiker|PVC'), ('Keen|Hiker|Rubber'), ('Keen|Loafer (Slip-on)|Leather'), ('Keen|Loafer (Slip-on)|Leatherette'), ('Keen|Loafer (Slip-on)|Polyurethane'), ('Keen|Loafer (Slip-on)|PVC'), ('Keen|Loafer (Slip-on)|Rubber'), ('Keen|Oxford (Lace-up)|Leather'), ('Keen|Oxford (Lace-up)|Leatherette'), ('Keen|Oxford (Lace-up)|Polyurethane'), ('Keen|Oxford (Lace-up)|PVC'), ('Keen|Oxford (Lace-up)|Rubber'), ('Keen|Patent Leather|Leather'), ('Keen|Patent Leather|Leatherette'), ('Keen|Patent Leather|Polyurethane'), ('Keen|Patent Leather|PVC'), ('Keen|Patent Leather|Rubber'), ('Keen|Penny Loafer|Leather'), ('Keen|Penny Loafer|Leatherette'), ('Keen|Penny Loafer|Polyurethane'), ('Keen|Penny Loafer|PVC'), ('Keen|Penny Loafer|Rubber'), ('Keen|Runner|Leather'), ('Keen|Runner|Leatherette'), ('Keen|Runner|Polyurethane'), ('Keen|Runner|PVC'), ('Keen|Runner|Rubber'), ('Keen|Saddle Shoe|Leather'), ('Keen|Saddle Shoe|Leatherette'), ('Keen|Saddle Shoe|Polyurethane'), ('Keen|Saddle Shoe|PVC'), ('Keen|Saddle Shoe|Rubber'), ('Keen|Sandal|Leather'), ('Keen|Sandal|Leatherette'), ('Keen|Sandal|Polyurethane'), ('Keen|Sandal|PVC'), ('Keen|Sandal|Rubber'), ('Keen|Tennis|Leather'), ('Keen|Tennis|Leatherette'), ('Keen|Tennis|Polyurethane'), ('Keen|Tennis|PVC'), ('Keen|Tennis|Rubber'), ('Keen|Walker|Leather'), ('Keen|Walker|Leatherette'), ('Keen|Walker|Polyurethane'), ('Keen|Walker|PVC'), ('Keen|Walker|Rubber'), ('Keen|Wingtip|Leather'), ('Keen|Wingtip|Leatherette'), ('Keen|Wingtip|Polyurethane'), ('Keen|Wingtip|PVC'), ('Keen|Wingtip|Rubber'), ('Keen|Work Boot|Leather'), ('Keen|Work Boot|Leatherette'), ('Keen|Work Boot|Polyurethane'), ('Keen|Work Boot|PVC'), ('Keen|Work Boot|Rubber'), ('Lacoste|Balmoral|Leather'), ('Lacoste|Balmoral|Leatherette'), ('Lacoste|Balmoral|Polyurethane'), ('Lacoste|Balmoral|PVC'), ('Lacoste|Balmoral|Rubber'), ('Lacoste|Boat Shoe|Leather'), ('Lacoste|Boat Shoe|Leatherette'), ('Lacoste|Boat Shoe|Polyurethane'), ('Lacoste|Boat Shoe|PVC'), ('Lacoste|Boat Shoe|Rubber'), ('Lacoste|Brouge|Leather'), ('Lacoste|Brouge|Leatherette'), ('Lacoste|Brouge|Polyurethane'), ('Lacoste|Brouge|PVC'), ('Lacoste|Brouge|Rubber'), ('Lacoste|Cross Trainer|Leather'), ('Lacoste|Cross Trainer|Leatherette'), ('Lacoste|Cross Trainer|Polyurethane'), ('Lacoste|Cross Trainer|PVC'), ('Lacoste|Cross Trainer|Rubber'), ('Lacoste|Derby|Leather'), ('Lacoste|Derby|Leatherette'), ('Lacoste|Derby|Polyurethane'), ('Lacoste|Derby|PVC'), ('Lacoste|Derby|Rubber'), ('Lacoste|Dress Boot|Leather'), ('Lacoste|Dress Boot|Leatherette'), ('Lacoste|Dress Boot|Polyurethane'), ('Lacoste|Dress Boot|PVC'), ('Lacoste|Dress Boot|Rubber'), ('Lacoste|Dress Shoe|Leather'), ('Lacoste|Dress Shoe|Leatherette'), ('Lacoste|Dress Shoe|Polyurethane'), ('Lacoste|Dress Shoe|PVC'), ('Lacoste|Dress Shoe|Rubber'), ('Lacoste|Driving Shoe|Leather'), ('Lacoste|Driving Shoe|Leatherette'), ('Lacoste|Driving Shoe|Polyurethane'), ('Lacoste|Driving Shoe|PVC'), ('Lacoste|Driving Shoe|Rubber'), ('Lacoste|Hiker|Leather'), ('Lacoste|Hiker|Leatherette'), ('Lacoste|Hiker|Polyurethane'), ('Lacoste|Hiker|PVC'), ('Lacoste|Hiker|Rubber'), ('Lacoste|Loafer (Slip-on)|Leather'), ('Lacoste|Loafer (Slip-on)|Leatherette'), ('Lacoste|Loafer (Slip-on)|Polyurethane'), ('Lacoste|Loafer (Slip-on)|PVC'), ('Lacoste|Loafer (Slip-on)|Rubber'), ('Lacoste|Oxford (Lace-up)|Leather'), ('Lacoste|Oxford (Lace-up)|Leatherette'), ('Lacoste|Oxford (Lace-up)|Polyurethane'), ('Lacoste|Oxford (Lace-up)|PVC'), ('Lacoste|Oxford (Lace-up)|Rubber'), ('Lacoste|Patent Leather|Leather'), ('Lacoste|Patent Leather|Leatherette'), ('Lacoste|Patent Leather|Polyurethane'), ('Lacoste|Patent Leather|PVC'), ('Lacoste|Patent Leather|Rubber'), ('Lacoste|Penny Loafer|Leather'), ('Lacoste|Penny Loafer|Leatherette'), ('Lacoste|Penny Loafer|Polyurethane'), ('Lacoste|Penny Loafer|PVC'), ('Lacoste|Penny Loafer|Rubber'), ('Lacoste|Runner|Leather'), ('Lacoste|Runner|Leatherette'), ('Lacoste|Runner|Polyurethane'), ('Lacoste|Runner|PVC'), ('Lacoste|Runner|Rubber'), ('Lacoste|Saddle Shoe|Leather'), ('Lacoste|Saddle Shoe|Leatherette'), ('Lacoste|Saddle Shoe|Polyurethane'), ('Lacoste|Saddle Shoe|PVC'), ('Lacoste|Saddle Shoe|Rubber'), ('Lacoste|Sandal|Leather'), ('Lacoste|Sandal|Leatherette'), ('Lacoste|Sandal|Polyurethane'), ('Lacoste|Sandal|PVC'), ('Lacoste|Sandal|Rubber'), ('Lacoste|Tennis|Leather'), ('Lacoste|Tennis|Leatherette'), ('Lacoste|Tennis|Polyurethane'), ('Lacoste|Tennis|PVC'), ('Lacoste|Tennis|Rubber'), ('Lacoste|Walker|Leather'), ('Lacoste|Walker|Leatherette'), ('Lacoste|Walker|Polyurethane'), ('Lacoste|Walker|PVC'), ('Lacoste|Walker|Rubber'), ('Lacoste|Wingtip|Leather'), ('Lacoste|Wingtip|Leatherette'), ('Lacoste|Wingtip|Polyurethane'), ('Lacoste|Wingtip|PVC'), ('Lacoste|Wingtip|Rubber'), ('Lacoste|Work Boot|Leather'), ('Lacoste|Work Boot|Leatherette'), ('Lacoste|Work Boot|Polyurethane'), ('Lacoste|Work Boot|PVC'), ('Lacoste|Work Boot|Rubber'), ('Marc Jacobs|Balmoral|Leather'), ('Marc Jacobs|Balmoral|Leatherette'), ('Marc Jacobs|Balmoral|Polyurethane'), ('Marc Jacobs|Balmoral|PVC'), ('Marc Jacobs|Balmoral|Rubber'), ('Marc Jacobs|Boat Shoe|Leather'), ('Marc Jacobs|Boat Shoe|Leatherette'), ('Marc Jacobs|Boat Shoe|Polyurethane'), ('Marc Jacobs|Boat Shoe|PVC'), ('Marc Jacobs|Boat Shoe|Rubber'), ('Marc Jacobs|Brouge|Leather'), ('Marc Jacobs|Brouge|Leatherette'), ('Marc Jacobs|Brouge|Polyurethane'), ('Marc Jacobs|Brouge|PVC'), ('Marc Jacobs|Brouge|Rubber'), ('Marc Jacobs|Cross Trainer|Leather'), ('Marc Jacobs|Cross Trainer|Leatherette'), ('Marc Jacobs|Cross Trainer|Polyurethane'), ('Marc Jacobs|Cross Trainer|PVC'), ('Marc Jacobs|Cross Trainer|Rubber'), ('Marc Jacobs|Derby|Leather'), ('Marc Jacobs|Derby|Leatherette'), ('Marc Jacobs|Derby|Polyurethane'), ('Marc Jacobs|Derby|PVC'), ('Marc Jacobs|Derby|Rubber'), ('Marc Jacobs|Dress Boot|Leather'), ('Marc Jacobs|Dress Boot|Leatherette'), ('Marc Jacobs|Dress Boot|Polyurethane'), ('Marc Jacobs|Dress Boot|PVC'), ('Marc Jacobs|Dress Boot|Rubber'), ('Marc Jacobs|Dress Shoe|Leather'), ('Marc Jacobs|Dress Shoe|Leatherette'), ('Marc Jacobs|Dress Shoe|Polyurethane'), ('Marc Jacobs|Dress Shoe|PVC'), ('Marc Jacobs|Dress Shoe|Rubber'), ('Marc Jacobs|Driving Shoe|Leather'), ('Marc Jacobs|Driving Shoe|Leatherette'), ('Marc Jacobs|Driving Shoe|Polyurethane'), ('Marc Jacobs|Driving Shoe|PVC'), ('Marc Jacobs|Driving Shoe|Rubber'), ('Marc Jacobs|Hiker|Leather'), ('Marc Jacobs|Hiker|Leatherette'), ('Marc Jacobs|Hiker|Polyurethane'), ('Marc Jacobs|Hiker|PVC'), ('Marc Jacobs|Hiker|Rubber'), ('Marc Jacobs|Loafer (Slip-on)|Leather'), ('Marc Jacobs|Loafer (Slip-on)|Leatherette'), ('Marc Jacobs|Loafer (Slip-on)|Polyurethane'), ('Marc Jacobs|Loafer (Slip-on)|PVC'), ('Marc Jacobs|Loafer (Slip-on)|Rubber'), ('Marc Jacobs|Oxford (Lace-up)|Leather'), ('Marc Jacobs|Oxford (Lace-up)|Leatherette'), ('Marc Jacobs|Oxford (Lace-up)|Polyurethane'), ('Marc Jacobs|Oxford (Lace-up)|PVC'), ('Marc Jacobs|Oxford (Lace-up)|Rubber'), ('Marc Jacobs|Patent Leather|Leather'), ('Marc Jacobs|Patent Leather|Leatherette'), ('Marc Jacobs|Patent Leather|Polyurethane'), ('Marc Jacobs|Patent Leather|PVC'), ('Marc Jacobs|Patent Leather|Rubber'), ('Marc Jacobs|Penny Loafer|Leather'), ('Marc Jacobs|Penny Loafer|Leatherette'), ('Marc Jacobs|Penny Loafer|Polyurethane'), ('Marc Jacobs|Penny Loafer|PVC'), ('Marc Jacobs|Penny Loafer|Rubber'), ('Marc Jacobs|Runner|Leather'), ('Marc Jacobs|Runner|Leatherette'), ('Marc Jacobs|Runner|Polyurethane'), ('Marc Jacobs|Runner|PVC'), ('Marc Jacobs|Runner|Rubber'), ('Marc Jacobs|Saddle Shoe|Leather'), ('Marc Jacobs|Saddle Shoe|Leatherette'), ('Marc Jacobs|Saddle Shoe|Polyurethane'), ('Marc Jacobs|Saddle Shoe|PVC'), ('Marc Jacobs|Saddle Shoe|Rubber'), ('Marc Jacobs|Sandal|Leather'), ('Marc Jacobs|Sandal|Leatherette'), ('Marc Jacobs|Sandal|Polyurethane'), ('Marc Jacobs|Sandal|PVC'), ('Marc Jacobs|Sandal|Rubber'), ('Marc Jacobs|Tennis|Leather'), ('Marc Jacobs|Tennis|Leatherette'), ('Marc Jacobs|Tennis|Polyurethane'), ('Marc Jacobs|Tennis|PVC'), ('Marc Jacobs|Tennis|Rubber'), ('Marc Jacobs|Walker|Leather'), ('Marc Jacobs|Walker|Leatherette'), ('Marc Jacobs|Walker|Polyurethane'), ('Marc Jacobs|Walker|PVC'), ('Marc Jacobs|Walker|Rubber'), ('Marc Jacobs|Wingtip|Leather'), ('Marc Jacobs|Wingtip|Leatherette'), ('Marc Jacobs|Wingtip|Polyurethane'), ('Marc Jacobs|Wingtip|PVC'), ('Marc Jacobs|Wingtip|Rubber'), ('Marc Jacobs|Work Boot|Leather'), ('Marc Jacobs|Work Boot|Leatherette'), ('Marc Jacobs|Work Boot|Polyurethane'), ('Marc Jacobs|Work Boot|PVC'), ('Marc Jacobs|Work Boot|Rubber'), ('Merrell|Balmoral|Leather'), ('Merrell|Balmoral|Leatherette'), ('Merrell|Balmoral|Polyurethane'), ('Merrell|Balmoral|PVC'), ('Merrell|Balmoral|Rubber'), ('Merrell|Boat Shoe|Leather'), ('Merrell|Boat Shoe|Leatherette'), ('Merrell|Boat Shoe|Polyurethane'), ('Merrell|Boat Shoe|PVC'), ('Merrell|Boat Shoe|Rubber'), ('Merrell|Brouge|Leather'), ('Merrell|Brouge|Leatherette'), ('Merrell|Brouge|Polyurethane'), ('Merrell|Brouge|PVC'), ('Merrell|Brouge|Rubber'), ('Merrell|Cross Trainer|Leather'), ('Merrell|Cross Trainer|Leatherette'), ('Merrell|Cross Trainer|Polyurethane'), ('Merrell|Cross Trainer|PVC'), ('Merrell|Cross Trainer|Rubber'), ('Merrell|Derby|Leather'), ('Merrell|Derby|Leatherette'), ('Merrell|Derby|Polyurethane'), ('Merrell|Derby|PVC'), ('Merrell|Derby|Rubber'), ('Merrell|Dress Boot|Leather'), ('Merrell|Dress Boot|Leatherette'), ('Merrell|Dress Boot|Polyurethane'), ('Merrell|Dress Boot|PVC'), ('Merrell|Dress Boot|Rubber'), ('Merrell|Dress Shoe|Leather'), ('Merrell|Dress Shoe|Leatherette'), ('Merrell|Dress Shoe|Polyurethane'), ('Merrell|Dress Shoe|PVC'), ('Merrell|Dress Shoe|Rubber'), ('Merrell|Driving Shoe|Leather'), ('Merrell|Driving Shoe|Leatherette'), ('Merrell|Driving Shoe|Polyurethane'), ('Merrell|Driving Shoe|PVC'), ('Merrell|Driving Shoe|Rubber'), ('Merrell|Hiker|Leather'), ('Merrell|Hiker|Leatherette'), ('Merrell|Hiker|Polyurethane'), ('Merrell|Hiker|PVC'), ('Merrell|Hiker|Rubber'), ('Merrell|Loafer (Slip-on)|Leather'), ('Merrell|Loafer (Slip-on)|Leatherette'), ('Merrell|Loafer (Slip-on)|Polyurethane'), ('Merrell|Loafer (Slip-on)|PVC'), ('Merrell|Loafer (Slip-on)|Rubber'), ('Merrell|Oxford (Lace-up)|Leather'), ('Merrell|Oxford (Lace-up)|Leatherette'), ('Merrell|Oxford (Lace-up)|Polyurethane'), ('Merrell|Oxford (Lace-up)|PVC'), ('Merrell|Oxford (Lace-up)|Rubber'), ('Merrell|Patent Leather|Leather'), ('Merrell|Patent Leather|Leatherette'), ('Merrell|Patent Leather|Polyurethane'), ('Merrell|Patent Leather|PVC'), ('Merrell|Patent Leather|Rubber'), ('Merrell|Penny Loafer|Leather'), ('Merrell|Penny Loafer|Leatherette'), ('Merrell|Penny Loafer|Polyurethane'), ('Merrell|Penny Loafer|PVC'), ('Merrell|Penny Loafer|Rubber'), ('Merrell|Runner|Leather'), ('Merrell|Runner|Leatherette'), ('Merrell|Runner|Polyurethane'), ('Merrell|Runner|PVC'), ('Merrell|Runner|Rubber'), ('Merrell|Saddle Shoe|Leather'), ('Merrell|Saddle Shoe|Leatherette'), ('Merrell|Saddle Shoe|Polyurethane'), ('Merrell|Saddle Shoe|PVC'), ('Merrell|Saddle Shoe|Rubber'), ('Merrell|Sandal|Leather'), ('Merrell|Sandal|Leatherette'), ('Merrell|Sandal|Polyurethane'), ('Merrell|Sandal|PVC'), ('Merrell|Sandal|Rubber'), ('Merrell|Tennis|Leather'), ('Merrell|Tennis|Leatherette'), ('Merrell|Tennis|Polyurethane'), ('Merrell|Tennis|PVC'), ('Merrell|Tennis|Rubber'), ('Merrell|Walker|Leather'), ('Merrell|Walker|Leatherette'), ('Merrell|Walker|Polyurethane'), ('Merrell|Walker|PVC'), ('Merrell|Walker|Rubber'), ('Merrell|Wingtip|Leather'), ('Merrell|Wingtip|Leatherette'), ('Merrell|Wingtip|Polyurethane'), ('Merrell|Wingtip|PVC'), ('Merrell|Wingtip|Rubber'), ('Merrell|Work Boot|Leather'), ('Merrell|Work Boot|Leatherette'), ('Merrell|Work Boot|Polyurethane'), ('Merrell|Work Boot|PVC'), ('Merrell|Work Boot|Rubber'), ('Mizuno|Balmoral|Leather'), ('Mizuno|Balmoral|Leatherette'), ('Mizuno|Balmoral|Polyurethane'), ('Mizuno|Balmoral|PVC'), ('Mizuno|Balmoral|Rubber'), ('Mizuno|Boat Shoe|Leather'), ('Mizuno|Boat Shoe|Leatherette'), ('Mizuno|Boat Shoe|Polyurethane'), ('Mizuno|Boat Shoe|PVC'), ('Mizuno|Boat Shoe|Rubber'), ('Mizuno|Brouge|Leather'), ('Mizuno|Brouge|Leatherette'), ('Mizuno|Brouge|Polyurethane'), ('Mizuno|Brouge|PVC'), ('Mizuno|Brouge|Rubber'), ('Mizuno|Cross Trainer|Leather'), ('Mizuno|Cross Trainer|Leatherette'), ('Mizuno|Cross Trainer|Polyurethane'), ('Mizuno|Cross Trainer|PVC'), ('Mizuno|Cross Trainer|Rubber'), ('Mizuno|Derby|Leather'), ('Mizuno|Derby|Leatherette'), ('Mizuno|Derby|Polyurethane'), ('Mizuno|Derby|PVC'), ('Mizuno|Derby|Rubber'), ('Mizuno|Dress Boot|Leather'), ('Mizuno|Dress Boot|Leatherette'), ('Mizuno|Dress Boot|Polyurethane'), ('Mizuno|Dress Boot|PVC'), ('Mizuno|Dress Boot|Rubber'), ('Mizuno|Dress Shoe|Leather'), ('Mizuno|Dress Shoe|Leatherette'), ('Mizuno|Dress Shoe|Polyurethane'), ('Mizuno|Dress Shoe|PVC'), ('Mizuno|Dress Shoe|Rubber'), ('Mizuno|Driving Shoe|Leather'), ('Mizuno|Driving Shoe|Leatherette'), ('Mizuno|Driving Shoe|Polyurethane'), ('Mizuno|Driving Shoe|PVC'), ('Mizuno|Driving Shoe|Rubber'), ('Mizuno|Hiker|Leather'), ('Mizuno|Hiker|Leatherette'), ('Mizuno|Hiker|Polyurethane'), ('Mizuno|Hiker|PVC'), ('Mizuno|Hiker|Rubber'), ('Mizuno|Loafer (Slip-on)|Leather'), ('Mizuno|Loafer (Slip-on)|Leatherette'), ('Mizuno|Loafer (Slip-on)|Polyurethane'), ('Mizuno|Loafer (Slip-on)|PVC'), ('Mizuno|Loafer (Slip-on)|Rubber'), ('Mizuno|Oxford (Lace-up)|Leather'), ('Mizuno|Oxford (Lace-up)|Leatherette'), ('Mizuno|Oxford (Lace-up)|Polyurethane'), ('Mizuno|Oxford (Lace-up)|PVC'), ('Mizuno|Oxford (Lace-up)|Rubber'), ('Mizuno|Patent Leather|Leather'), ('Mizuno|Patent Leather|Leatherette'), ('Mizuno|Patent Leather|Polyurethane'), ('Mizuno|Patent Leather|PVC'), ('Mizuno|Patent Leather|Rubber'), ('Mizuno|Penny Loafer|Leather'), ('Mizuno|Penny Loafer|Leatherette'), ('Mizuno|Penny Loafer|Polyurethane'), ('Mizuno|Penny Loafer|PVC'), ('Mizuno|Penny Loafer|Rubber'), ('Mizuno|Runner|Leather'), ('Mizuno|Runner|Leatherette'), ('Mizuno|Runner|Polyurethane'), ('Mizuno|Runner|PVC'), ('Mizuno|Runner|Rubber'), ('Mizuno|Saddle Shoe|Leather'), ('Mizuno|Saddle Shoe|Leatherette'), ('Mizuno|Saddle Shoe|Polyurethane'), ('Mizuno|Saddle Shoe|PVC'), ('Mizuno|Saddle Shoe|Rubber'), ('Mizuno|Sandal|Leather'), ('Mizuno|Sandal|Leatherette'), ('Mizuno|Sandal|Polyurethane'), ('Mizuno|Sandal|PVC'), ('Mizuno|Sandal|Rubber'), ('Mizuno|Tennis|Leather'), ('Mizuno|Tennis|Leatherette'), ('Mizuno|Tennis|Polyurethane'), ('Mizuno|Tennis|PVC'), ('Mizuno|Tennis|Rubber'), ('Mizuno|Walker|Leather'), ('Mizuno|Walker|Leatherette'), ('Mizuno|Walker|Polyurethane'), ('Mizuno|Walker|PVC'), ('Mizuno|Walker|Rubber'), ('Mizuno|Wingtip|Leather'), ('Mizuno|Wingtip|Leatherette'), ('Mizuno|Wingtip|Polyurethane'), ('Mizuno|Wingtip|PVC'), ('Mizuno|Wingtip|Rubber'), ('Mizuno|Work Boot|Leather'), ('Mizuno|Work Boot|Leatherette'), ('Mizuno|Work Boot|Polyurethane'), ('Mizuno|Work Boot|PVC'), ('Mizuno|Work Boot|Rubber'), ('Muck Boot|Balmoral|Leather'), ('Muck Boot|Balmoral|Leatherette'), ('Muck Boot|Balmoral|Polyurethane'), ('Muck Boot|Balmoral|PVC'), ('Muck Boot|Balmoral|Rubber'), ('Muck Boot|Boat Shoe|Leather'), ('Muck Boot|Boat Shoe|Leatherette'), ('Muck Boot|Boat Shoe|Polyurethane'), ('Muck Boot|Boat Shoe|PVC'), ('Muck Boot|Boat Shoe|Rubber'), ('Muck Boot|Brouge|Leather'), ('Muck Boot|Brouge|Leatherette'), ('Muck Boot|Brouge|Polyurethane'), ('Muck Boot|Brouge|PVC'), ('Muck Boot|Brouge|Rubber'), ('Muck Boot|Cross Trainer|Leather'), ('Muck Boot|Cross Trainer|Leatherette'), ('Muck Boot|Cross Trainer|Polyurethane'), ('Muck Boot|Cross Trainer|PVC'), ('Muck Boot|Cross Trainer|Rubber'), ('Muck Boot|Derby|Leather'), ('Muck Boot|Derby|Leatherette'), ('Muck Boot|Derby|Polyurethane'), ('Muck Boot|Derby|PVC'), ('Muck Boot|Derby|Rubber'), ('Muck Boot|Dress Boot|Leather'), ('Muck Boot|Dress Boot|Leatherette'), ('Muck Boot|Dress Boot|Polyurethane'), ('Muck Boot|Dress Boot|PVC'), ('Muck Boot|Dress Boot|Rubber'), ('Muck Boot|Dress Shoe|Leather'), ('Muck Boot|Dress Shoe|Leatherette'), ('Muck Boot|Dress Shoe|Polyurethane'), ('Muck Boot|Dress Shoe|PVC'), ('Muck Boot|Dress Shoe|Rubber'), ('Muck Boot|Driving Shoe|Leather'), ('Muck Boot|Driving Shoe|Leatherette'), ('Muck Boot|Driving Shoe|Polyurethane'), ('Muck Boot|Driving Shoe|PVC'), ('Muck Boot|Driving Shoe|Rubber'), ('Muck Boot|Hiker|Leather'), ('Muck Boot|Hiker|Leatherette'), ('Muck Boot|Hiker|Polyurethane'), ('Muck Boot|Hiker|PVC'), ('Muck Boot|Hiker|Rubber'), ('Muck Boot|Loafer (Slip-on)|Leather'), ('Muck Boot|Loafer (Slip-on)|Leatherette'), ('Muck Boot|Loafer (Slip-on)|Polyurethane'), ('Muck Boot|Loafer (Slip-on)|PVC'), ('Muck Boot|Loafer (Slip-on)|Rubber'), ('Muck Boot|Oxford (Lace-up)|Leather'), ('Muck Boot|Oxford (Lace-up)|Leatherette'), ('Muck Boot|Oxford (Lace-up)|Polyurethane'), ('Muck Boot|Oxford (Lace-up)|PVC'), ('Muck Boot|Oxford (Lace-up)|Rubber'), ('Muck Boot|Patent Leather|Leather'), ('Muck Boot|Patent Leather|Leatherette'), ('Muck Boot|Patent Leather|Polyurethane'), ('Muck Boot|Patent Leather|PVC'), ('Muck Boot|Patent Leather|Rubber'), ('Muck Boot|Penny Loafer|Leather'), ('Muck Boot|Penny Loafer|Leatherette'), ('Muck Boot|Penny Loafer|Polyurethane'), ('Muck Boot|Penny Loafer|PVC'), ('Muck Boot|Penny Loafer|Rubber'), ('Muck Boot|Runner|Leather'), ('Muck Boot|Runner|Leatherette'), ('Muck Boot|Runner|Polyurethane'), ('Muck Boot|Runner|PVC'), ('Muck Boot|Runner|Rubber'), ('Muck Boot|Saddle Shoe|Leather'), ('Muck Boot|Saddle Shoe|Leatherette'), ('Muck Boot|Saddle Shoe|Polyurethane'), ('Muck Boot|Saddle Shoe|PVC'), ('Muck Boot|Saddle Shoe|Rubber'), ('Muck Boot|Sandal|Leather'), ('Muck Boot|Sandal|Leatherette'), ('Muck Boot|Sandal|Polyurethane'), ('Muck Boot|Sandal|PVC'), ('Muck Boot|Sandal|Rubber'), ('Muck Boot|Tennis|Leather'), ('Muck Boot|Tennis|Leatherette'), ('Muck Boot|Tennis|Polyurethane'), ('Muck Boot|Tennis|PVC'), ('Muck Boot|Tennis|Rubber'), ('Muck Boot|Walker|Leather'), ('Muck Boot|Walker|Leatherette'), ('Muck Boot|Walker|Polyurethane'), ('Muck Boot|Walker|PVC'), ('Muck Boot|Walker|Rubber'), ('Muck Boot|Wingtip|Leather'), ('Muck Boot|Wingtip|Leatherette'), ('Muck Boot|Wingtip|Polyurethane'), ('Muck Boot|Wingtip|PVC'), ('Muck Boot|Wingtip|Rubber'), ('Muck Boot|Work Boot|Leather'), ('Muck Boot|Work Boot|Leatherette'), ('Muck Boot|Work Boot|Polyurethane'), ('Muck Boot|Work Boot|PVC'), ('Muck Boot|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Original Penguin|Balmoral|Leather'), ('Original Penguin|Balmoral|Leatherette'), ('Original Penguin|Balmoral|Polyurethane'), ('Original Penguin|Balmoral|PVC'), ('Original Penguin|Balmoral|Rubber'), ('Original Penguin|Boat Shoe|Leather'), ('Original Penguin|Boat Shoe|Leatherette'), ('Original Penguin|Boat Shoe|Polyurethane'), ('Original Penguin|Boat Shoe|PVC'), ('Original Penguin|Boat Shoe|Rubber'), ('Original Penguin|Brouge|Leather'), ('Original Penguin|Brouge|Leatherette'), ('Original Penguin|Brouge|Polyurethane'), ('Original Penguin|Brouge|PVC'), ('Original Penguin|Brouge|Rubber'), ('Original Penguin|Cross Trainer|Leather'), ('Original Penguin|Cross Trainer|Leatherette'), ('Original Penguin|Cross Trainer|Polyurethane'), ('Original Penguin|Cross Trainer|PVC'), ('Original Penguin|Cross Trainer|Rubber'), ('Original Penguin|Derby|Leather'), ('Original Penguin|Derby|Leatherette'), ('Original Penguin|Derby|Polyurethane'), ('Original Penguin|Derby|PVC'), ('Original Penguin|Derby|Rubber'), ('Original Penguin|Dress Boot|Leather'), ('Original Penguin|Dress Boot|Leatherette'), ('Original Penguin|Dress Boot|Polyurethane'), ('Original Penguin|Dress Boot|PVC'), ('Original Penguin|Dress Boot|Rubber'), ('Original Penguin|Dress Shoe|Leather'), ('Original Penguin|Dress Shoe|Leatherette'), ('Original Penguin|Dress Shoe|Polyurethane'), ('Original Penguin|Dress Shoe|PVC'), ('Original Penguin|Dress Shoe|Rubber'), ('Original Penguin|Driving Shoe|Leather'), ('Original Penguin|Driving Shoe|Leatherette'), ('Original Penguin|Driving Shoe|Polyurethane'), ('Original Penguin|Driving Shoe|PVC'), ('Original Penguin|Driving Shoe|Rubber'), ('Original Penguin|Hiker|Leather'), ('Original Penguin|Hiker|Leatherette'), ('Original Penguin|Hiker|Polyurethane'), ('Original Penguin|Hiker|PVC'), ('Original Penguin|Hiker|Rubber'), ('Original Penguin|Loafer (Slip-on)|Leather'), ('Original Penguin|Loafer (Slip-on)|Leatherette'), ('Original Penguin|Loafer (Slip-on)|Polyurethane'), ('Original Penguin|Loafer (Slip-on)|PVC'), ('Original Penguin|Loafer (Slip-on)|Rubber'), ('Original Penguin|Oxford (Lace-up)|Leather'), ('Original Penguin|Oxford (Lace-up)|Leatherette'), ('Original Penguin|Oxford (Lace-up)|Polyurethane'), ('Original Penguin|Oxford (Lace-up)|PVC'), ('Original Penguin|Oxford (Lace-up)|Rubber'), ('Original Penguin|Patent Leather|Leather'), ('Original Penguin|Patent Leather|Leatherette'), ('Original Penguin|Patent Leather|Polyurethane'), ('Original Penguin|Patent Leather|PVC'), ('Original Penguin|Patent Leather|Rubber'), ('Original Penguin|Penny Loafer|Leather'), ('Original Penguin|Penny Loafer|Leatherette'), ('Original Penguin|Penny Loafer|Polyurethane'), ('Original Penguin|Penny Loafer|PVC'), ('Original Penguin|Penny Loafer|Rubber'), ('Original Penguin|Runner|Leather'), ('Original Penguin|Runner|Leatherette'), ('Original Penguin|Runner|Polyurethane'), ('Original Penguin|Runner|PVC'), ('Original Penguin|Runner|Rubber'), ('Original Penguin|Saddle Shoe|Leather'), ('Original Penguin|Saddle Shoe|Leatherette'), ('Original Penguin|Saddle Shoe|Polyurethane'), ('Original Penguin|Saddle Shoe|PVC'), ('Original Penguin|Saddle Shoe|Rubber'), ('Original Penguin|Sandal|Leather'), ('Original Penguin|Sandal|Leatherette'), ('Original Penguin|Sandal|Polyurethane'), ('Original Penguin|Sandal|PVC'), ('Original Penguin|Sandal|Rubber'), ('Original Penguin|Tennis|Leather'), ('Original Penguin|Tennis|Leatherette'), ('Original Penguin|Tennis|Polyurethane'), ('Original Penguin|Tennis|PVC'), ('Original Penguin|Tennis|Rubber'), ('Original Penguin|Walker|Leather'), ('Original Penguin|Walker|Leatherette'), ('Original Penguin|Walker|Polyurethane'), ('Original Penguin|Walker|PVC'), ('Original Penguin|Walker|Rubber'), ('Original Penguin|Wingtip|Leather'), ('Original Penguin|Wingtip|Leatherette'), ('Original Penguin|Wingtip|Polyurethane'), ('Original Penguin|Wingtip|PVC'), ('Original Penguin|Wingtip|Rubber'), ('Original Penguin|Work Boot|Leather'), ('Original Penguin|Work Boot|Leatherette'), ('Original Penguin|Work Boot|Polyurethane'), ('Original Penguin|Work Boot|PVC'), ('Original Penguin|Work Boot|Rubber'), ('Polo Ralph Lauren|Balmoral|Leather'), ('Polo Ralph Lauren|Balmoral|Leatherette'), ('Polo Ralph Lauren|Balmoral|Polyurethane'), ('Polo Ralph Lauren|Balmoral|PVC'), ('Polo Ralph Lauren|Balmoral|Rubber'), ('Polo Ralph Lauren|Boat Shoe|Leather'), ('Polo Ralph Lauren|Boat Shoe|Leatherette'), ('Polo Ralph Lauren|Boat Shoe|Polyurethane'), ('Polo Ralph Lauren|Boat Shoe|PVC'), ('Polo Ralph Lauren|Boat Shoe|Rubber'), ('Polo Ralph Lauren|Brouge|Leather'), ('Polo Ralph Lauren|Brouge|Leatherette'), ('Polo Ralph Lauren|Brouge|Polyurethane'), ('Polo Ralph Lauren|Brouge|PVC'), ('Polo Ralph Lauren|Brouge|Rubber'), ('Polo Ralph Lauren|Cross Trainer|Leather'), ('Polo Ralph Lauren|Cross Trainer|Leatherette'), ('Polo Ralph Lauren|Cross Trainer|Polyurethane'), ('Polo Ralph Lauren|Cross Trainer|PVC'), ('Polo Ralph Lauren|Cross Trainer|Rubber'), ('Polo Ralph Lauren|Derby|Leather'), ('Polo Ralph Lauren|Derby|Leatherette'), ('Polo Ralph Lauren|Derby|Polyurethane'), ('Polo Ralph Lauren|Derby|PVC'), ('Polo Ralph Lauren|Derby|Rubber'), ('Polo Ralph Lauren|Dress Boot|Leather'), ('Polo Ralph Lauren|Dress Boot|Leatherette'), ('Polo Ralph Lauren|Dress Boot|Polyurethane'), ('Polo Ralph Lauren|Dress Boot|PVC'), ('Polo Ralph Lauren|Dress Boot|Rubber'), ('Polo Ralph Lauren|Dress Shoe|Leather'), ('Polo Ralph Lauren|Dress Shoe|Leatherette'), ('Polo Ralph Lauren|Dress Shoe|Polyurethane'), ('Polo Ralph Lauren|Dress Shoe|PVC'), ('Polo Ralph Lauren|Dress Shoe|Rubber'), ('Polo Ralph Lauren|Driving Shoe|Leather'), ('Polo Ralph Lauren|Driving Shoe|Leatherette'), ('Polo Ralph Lauren|Driving Shoe|Polyurethane'), ('Polo Ralph Lauren|Driving Shoe|PVC'), ('Polo Ralph Lauren|Driving Shoe|Rubber'), ('Polo Ralph Lauren|Hiker|Leather'), ('Polo Ralph Lauren|Hiker|Leatherette'), ('Polo Ralph Lauren|Hiker|Polyurethane'), ('Polo Ralph Lauren|Hiker|PVC'), ('Polo Ralph Lauren|Hiker|Rubber'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leather'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leatherette'), ('Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane'), ('Polo Ralph Lauren|Loafer (Slip-on)|PVC'), ('Polo Ralph Lauren|Loafer (Slip-on)|Rubber'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leather'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leatherette'), ('Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane'), ('Polo Ralph Lauren|Oxford (Lace-up)|PVC'), ('Polo Ralph Lauren|Oxford (Lace-up)|Rubber'), ('Polo Ralph Lauren|Patent Leather|Leather'), ('Polo Ralph Lauren|Patent Leather|Leatherette'), ('Polo Ralph Lauren|Patent Leather|Polyurethane'), ('Polo Ralph Lauren|Patent Leather|PVC'), ('Polo Ralph Lauren|Patent Leather|Rubber'), ('Polo Ralph Lauren|Penny Loafer|Leather'), ('Polo Ralph Lauren|Penny Loafer|Leatherette'), ('Polo Ralph Lauren|Penny Loafer|Polyurethane'), ('Polo Ralph Lauren|Penny Loafer|PVC'), ('Polo Ralph Lauren|Penny Loafer|Rubber'), ('Polo Ralph Lauren|Runner|Leather'), ('Polo Ralph Lauren|Runner|Leatherette'), ('Polo Ralph Lauren|Runner|Polyurethane'), ('Polo Ralph Lauren|Runner|PVC'), ('Polo Ralph Lauren|Runner|Rubber'), ('Polo Ralph Lauren|Saddle Shoe|Leather'), ('Polo Ralph Lauren|Saddle Shoe|Leatherette'), ('Polo Ralph Lauren|Saddle Shoe|Polyurethane'), ('Polo Ralph Lauren|Saddle Shoe|PVC'), ('Polo Ralph Lauren|Saddle Shoe|Rubber'), ('Polo Ralph Lauren|Sandal|Leather'), ('Polo Ralph Lauren|Sandal|Leatherette'), ('Polo Ralph Lauren|Sandal|Polyurethane'), ('Polo Ralph Lauren|Sandal|PVC'), ('Polo Ralph Lauren|Sandal|Rubber'), ('Polo Ralph Lauren|Tennis|Leather'), ('Polo Ralph Lauren|Tennis|Leatherette'), ('Polo Ralph Lauren|Tennis|Polyurethane'), ('Polo Ralph Lauren|Tennis|PVC'), ('Polo Ralph Lauren|Tennis|Rubber'), ('Polo Ralph Lauren|Walker|Leather'), ('Polo Ralph Lauren|Walker|Leatherette'), ('Polo Ralph Lauren|Walker|Polyurethane'), ('Polo Ralph Lauren|Walker|PVC'), ('Polo Ralph Lauren|Walker|Rubber'), ('Polo Ralph Lauren|Wingtip|Leather'), ('Polo Ralph Lauren|Wingtip|Leatherette'), ('Polo Ralph Lauren|Wingtip|Polyurethane'), ('Polo Ralph Lauren|Wingtip|PVC'), ('Polo Ralph Lauren|Wingtip|Rubber'), ('Polo Ralph Lauren|Work Boot|Leather'), ('Polo Ralph Lauren|Work Boot|Leatherette'), ('Polo Ralph Lauren|Work Boot|Polyurethane'), ('Polo Ralph Lauren|Work Boot|PVC'), ('Polo Ralph Lauren|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reef|Balmoral|Leather'), ('Reef|Balmoral|Leatherette'), ('Reef|Balmoral|Polyurethane'), ('Reef|Balmoral|PVC'), ('Reef|Balmoral|Rubber'), ('Reef|Boat Shoe|Leather'), ('Reef|Boat Shoe|Leatherette'), ('Reef|Boat Shoe|Polyurethane'), ('Reef|Boat Shoe|PVC'), ('Reef|Boat Shoe|Rubber'), ('Reef|Brouge|Leather'), ('Reef|Brouge|Leatherette'), ('Reef|Brouge|Polyurethane'), ('Reef|Brouge|PVC'), ('Reef|Brouge|Rubber'), ('Reef|Cross Trainer|Leather'), ('Reef|Cross Trainer|Leatherette'), ('Reef|Cross Trainer|Polyurethane'), ('Reef|Cross Trainer|PVC'), ('Reef|Cross Trainer|Rubber'), ('Reef|Derby|Leather'), ('Reef|Derby|Leatherette'), ('Reef|Derby|Polyurethane'), ('Reef|Derby|PVC'), ('Reef|Derby|Rubber'), ('Reef|Dress Boot|Leather'), ('Reef|Dress Boot|Leatherette'), ('Reef|Dress Boot|Polyurethane'), ('Reef|Dress Boot|PVC'), ('Reef|Dress Boot|Rubber'), ('Reef|Dress Shoe|Leather'), ('Reef|Dress Shoe|Leatherette'), ('Reef|Dress Shoe|Polyurethane'), ('Reef|Dress Shoe|PVC'), ('Reef|Dress Shoe|Rubber'), ('Reef|Driving Shoe|Leather'), ('Reef|Driving Shoe|Leatherette'), ('Reef|Driving Shoe|Polyurethane'), ('Reef|Driving Shoe|PVC'), ('Reef|Driving Shoe|Rubber'), ('Reef|Hiker|Leather'), ('Reef|Hiker|Leatherette'), ('Reef|Hiker|Polyurethane'), ('Reef|Hiker|PVC'), ('Reef|Hiker|Rubber'), ('Reef|Loafer (Slip-on)|Leather'), ('Reef|Loafer (Slip-on)|Leatherette'), ('Reef|Loafer (Slip-on)|Polyurethane'), ('Reef|Loafer (Slip-on)|PVC'), ('Reef|Loafer (Slip-on)|Rubber'), ('Reef|Oxford (Lace-up)|Leather'), ('Reef|Oxford (Lace-up)|Leatherette'), ('Reef|Oxford (Lace-up)|Polyurethane'), ('Reef|Oxford (Lace-up)|PVC'), ('Reef|Oxford (Lace-up)|Rubber'), ('Reef|Patent Leather|Leather'), ('Reef|Patent Leather|Leatherette'), ('Reef|Patent Leather|Polyurethane'), ('Reef|Patent Leather|PVC'), ('Reef|Patent Leather|Rubber'), ('Reef|Penny Loafer|Leather'), ('Reef|Penny Loafer|Leatherette'), ('Reef|Penny Loafer|Polyurethane'), ('Reef|Penny Loafer|PVC'), ('Reef|Penny Loafer|Rubber'), ('Reef|Runner|Leather'), ('Reef|Runner|Leatherette'), ('Reef|Runner|Polyurethane'), ('Reef|Runner|PVC'), ('Reef|Runner|Rubber'), ('Reef|Saddle Shoe|Leather'), ('Reef|Saddle Shoe|Leatherette'), ('Reef|Saddle Shoe|Polyurethane'), ('Reef|Saddle Shoe|PVC'), ('Reef|Saddle Shoe|Rubber'), ('Reef|Sandal|Leather'), ('Reef|Sandal|Leatherette'), ('Reef|Sandal|Polyurethane'), ('Reef|Sandal|PVC'), ('Reef|Sandal|Rubber'), ('Reef|Tennis|Leather'), ('Reef|Tennis|Leatherette'), ('Reef|Tennis|Polyurethane'), ('Reef|Tennis|PVC'), ('Reef|Tennis|Rubber'), ('Reef|Walker|Leather'), ('Reef|Walker|Leatherette'), ('Reef|Walker|Polyurethane'), ('Reef|Walker|PVC'), ('Reef|Walker|Rubber'), ('Reef|Wingtip|Leather'), ('Reef|Wingtip|Leatherette'), ('Reef|Wingtip|Polyurethane'), ('Reef|Wingtip|PVC'), ('Reef|Wingtip|Rubber'), ('Reef|Work Boot|Leather'), ('Reef|Work Boot|Leatherette'), ('Reef|Work Boot|Polyurethane'), ('Reef|Work Boot|PVC'), ('Reef|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Salomon|Balmoral|Leather'), ('Salomon|Balmoral|Leatherette'), ('Salomon|Balmoral|Polyurethane'), ('Salomon|Balmoral|PVC'), ('Salomon|Balmoral|Rubber'), ('Salomon|Boat Shoe|Leather'), ('Salomon|Boat Shoe|Leatherette'), ('Salomon|Boat Shoe|Polyurethane'), ('Salomon|Boat Shoe|PVC'), ('Salomon|Boat Shoe|Rubber'), ('Salomon|Brouge|Leather'), ('Salomon|Brouge|Leatherette'), ('Salomon|Brouge|Polyurethane'), ('Salomon|Brouge|PVC'), ('Salomon|Brouge|Rubber'), ('Salomon|Cross Trainer|Leather'), ('Salomon|Cross Trainer|Leatherette'), ('Salomon|Cross Trainer|Polyurethane'), ('Salomon|Cross Trainer|PVC'), ('Salomon|Cross Trainer|Rubber'), ('Salomon|Derby|Leather'), ('Salomon|Derby|Leatherette'), ('Salomon|Derby|Polyurethane'), ('Salomon|Derby|PVC'), ('Salomon|Derby|Rubber'), ('Salomon|Dress Boot|Leather'), ('Salomon|Dress Boot|Leatherette'), ('Salomon|Dress Boot|Polyurethane'), ('Salomon|Dress Boot|PVC'), ('Salomon|Dress Boot|Rubber'), ('Salomon|Dress Shoe|Leather'), ('Salomon|Dress Shoe|Leatherette'), ('Salomon|Dress Shoe|Polyurethane'), ('Salomon|Dress Shoe|PVC'), ('Salomon|Dress Shoe|Rubber'), ('Salomon|Driving Shoe|Leather'), ('Salomon|Driving Shoe|Leatherette'), ('Salomon|Driving Shoe|Polyurethane'), ('Salomon|Driving Shoe|PVC'), ('Salomon|Driving Shoe|Rubber'), ('Salomon|Hiker|Leather'), ('Salomon|Hiker|Leatherette'), ('Salomon|Hiker|Polyurethane'), ('Salomon|Hiker|PVC'), ('Salomon|Hiker|Rubber'), ('Salomon|Loafer (Slip-on)|Leather'), ('Salomon|Loafer (Slip-on)|Leatherette'), ('Salomon|Loafer (Slip-on)|Polyurethane'), ('Salomon|Loafer (Slip-on)|PVC'), ('Salomon|Loafer (Slip-on)|Rubber'), ('Salomon|Oxford (Lace-up)|Leather'), ('Salomon|Oxford (Lace-up)|Leatherette'), ('Salomon|Oxford (Lace-up)|Polyurethane'), ('Salomon|Oxford (Lace-up)|PVC'), ('Salomon|Oxford (Lace-up)|Rubber'), ('Salomon|Patent Leather|Leather'), ('Salomon|Patent Leather|Leatherette'), ('Salomon|Patent Leather|Polyurethane'), ('Salomon|Patent Leather|PVC'), ('Salomon|Patent Leather|Rubber'), ('Salomon|Penny Loafer|Leather'), ('Salomon|Penny Loafer|Leatherette'), ('Salomon|Penny Loafer|Polyurethane'), ('Salomon|Penny Loafer|PVC'), ('Salomon|Penny Loafer|Rubber'), ('Salomon|Runner|Leather'), ('Salomon|Runner|Leatherette'), ('Salomon|Runner|Polyurethane'), ('Salomon|Runner|PVC'), ('Salomon|Runner|Rubber'), ('Salomon|Saddle Shoe|Leather'), ('Salomon|Saddle Shoe|Leatherette'), ('Salomon|Saddle Shoe|Polyurethane'), ('Salomon|Saddle Shoe|PVC'), ('Salomon|Saddle Shoe|Rubber'), ('Salomon|Sandal|Leather'), ('Salomon|Sandal|Leatherette'), ('Salomon|Sandal|Polyurethane'), ('Salomon|Sandal|PVC'), ('Salomon|Sandal|Rubber'), ('Salomon|Tennis|Leather'), ('Salomon|Tennis|Leatherette'), ('Salomon|Tennis|Polyurethane'), ('Salomon|Tennis|PVC'), ('Salomon|Tennis|Rubber'), ('Salomon|Walker|Leather'), ('Salomon|Walker|Leatherette'), ('Salomon|Walker|Polyurethane'), ('Salomon|Walker|PVC'), ('Salomon|Walker|Rubber'), ('Salomon|Wingtip|Leather'), ('Salomon|Wingtip|Leatherette'), ('Salomon|Wingtip|Polyurethane'), ('Salomon|Wingtip|PVC'), ('Salomon|Wingtip|Rubber'), ('Salomon|Work Boot|Leather'), ('Salomon|Work Boot|Leatherette'), ('Salomon|Work Boot|Polyurethane'), ('Salomon|Work Boot|PVC'), ('Salomon|Work Boot|Rubber'), ('Sanuk|Balmoral|Leather'), ('Sanuk|Balmoral|Leatherette'), ('Sanuk|Balmoral|Polyurethane'), ('Sanuk|Balmoral|PVC'), ('Sanuk|Balmoral|Rubber'), ('Sanuk|Boat Shoe|Leather'), ('Sanuk|Boat Shoe|Leatherette'), ('Sanuk|Boat Shoe|Polyurethane'), ('Sanuk|Boat Shoe|PVC'), ('Sanuk|Boat Shoe|Rubber'), ('Sanuk|Brouge|Leather'), ('Sanuk|Brouge|Leatherette'), ('Sanuk|Brouge|Polyurethane'), ('Sanuk|Brouge|PVC'), ('Sanuk|Brouge|Rubber'), ('Sanuk|Cross Trainer|Leather'), ('Sanuk|Cross Trainer|Leatherette'), ('Sanuk|Cross Trainer|Polyurethane'), ('Sanuk|Cross Trainer|PVC'), ('Sanuk|Cross Trainer|Rubber'), ('Sanuk|Derby|Leather'), ('Sanuk|Derby|Leatherette'), ('Sanuk|Derby|Polyurethane'), ('Sanuk|Derby|PVC'), ('Sanuk|Derby|Rubber'), ('Sanuk|Dress Boot|Leather'), ('Sanuk|Dress Boot|Leatherette'), ('Sanuk|Dress Boot|Polyurethane'), ('Sanuk|Dress Boot|PVC'), ('Sanuk|Dress Boot|Rubber'), ('Sanuk|Dress Shoe|Leather'), ('Sanuk|Dress Shoe|Leatherette'), ('Sanuk|Dress Shoe|Polyurethane'), ('Sanuk|Dress Shoe|PVC'), ('Sanuk|Dress Shoe|Rubber'), ('Sanuk|Driving Shoe|Leather'), ('Sanuk|Driving Shoe|Leatherette'), ('Sanuk|Driving Shoe|Polyurethane'), ('Sanuk|Driving Shoe|PVC'), ('Sanuk|Driving Shoe|Rubber'), ('Sanuk|Hiker|Leather'), ('Sanuk|Hiker|Leatherette'), ('Sanuk|Hiker|Polyurethane'), ('Sanuk|Hiker|PVC'), ('Sanuk|Hiker|Rubber'), ('Sanuk|Loafer (Slip-on)|Leather'), ('Sanuk|Loafer (Slip-on)|Leatherette'), ('Sanuk|Loafer (Slip-on)|Polyurethane'), ('Sanuk|Loafer (Slip-on)|PVC'), ('Sanuk|Loafer (Slip-on)|Rubber'), ('Sanuk|Oxford (Lace-up)|Leather'), ('Sanuk|Oxford (Lace-up)|Leatherette'), ('Sanuk|Oxford (Lace-up)|Polyurethane'), ('Sanuk|Oxford (Lace-up)|PVC'), ('Sanuk|Oxford (Lace-up)|Rubber'), ('Sanuk|Patent Leather|Leather'), ('Sanuk|Patent Leather|Leatherette'), ('Sanuk|Patent Leather|Polyurethane'), ('Sanuk|Patent Leather|PVC'), ('Sanuk|Patent Leather|Rubber'), ('Sanuk|Penny Loafer|Leather'), ('Sanuk|Penny Loafer|Leatherette'), ('Sanuk|Penny Loafer|Polyurethane'), ('Sanuk|Penny Loafer|PVC'), ('Sanuk|Penny Loafer|Rubber'), ('Sanuk|Runner|Leather'), ('Sanuk|Runner|Leatherette'), ('Sanuk|Runner|Polyurethane'), ('Sanuk|Runner|PVC'), ('Sanuk|Runner|Rubber'), ('Sanuk|Saddle Shoe|Leather'), ('Sanuk|Saddle Shoe|Leatherette'), ('Sanuk|Saddle Shoe|Polyurethane'), ('Sanuk|Saddle Shoe|PVC'), ('Sanuk|Saddle Shoe|Rubber'), ('Sanuk|Sandal|Leather'), ('Sanuk|Sandal|Leatherette'), ('Sanuk|Sandal|Polyurethane'), ('Sanuk|Sandal|PVC'), ('Sanuk|Sandal|Rubber'), ('Sanuk|Tennis|Leather'), ('Sanuk|Tennis|Leatherette'), ('Sanuk|Tennis|Polyurethane'), ('Sanuk|Tennis|PVC'), ('Sanuk|Tennis|Rubber'), ('Sanuk|Walker|Leather'), ('Sanuk|Walker|Leatherette'), ('Sanuk|Walker|Polyurethane'), ('Sanuk|Walker|PVC'), ('Sanuk|Walker|Rubber'), ('Sanuk|Wingtip|Leather'), ('Sanuk|Wingtip|Leatherette'), ('Sanuk|Wingtip|Polyurethane'), ('Sanuk|Wingtip|PVC'), ('Sanuk|Wingtip|Rubber'), ('Sanuk|Work Boot|Leather'), ('Sanuk|Work Boot|Leatherette'), ('Sanuk|Work Boot|Polyurethane'), ('Sanuk|Work Boot|PVC'), ('Sanuk|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Tamarac|Balmoral|Leather'), ('Tamarac|Balmoral|Leatherette'), ('Tamarac|Balmoral|Polyurethane'), ('Tamarac|Balmoral|PVC'), ('Tamarac|Balmoral|Rubber'), ('Tamarac|Boat Shoe|Leather'), ('Tamarac|Boat Shoe|Leatherette'), ('Tamarac|Boat Shoe|Polyurethane'), ('Tamarac|Boat Shoe|PVC'), ('Tamarac|Boat Shoe|Rubber'), ('Tamarac|Brouge|Leather'), ('Tamarac|Brouge|Leatherette'), ('Tamarac|Brouge|Polyurethane'), ('Tamarac|Brouge|PVC'), ('Tamarac|Brouge|Rubber'), ('Tamarac|Cross Trainer|Leather'), ('Tamarac|Cross Trainer|Leatherette'), ('Tamarac|Cross Trainer|Polyurethane'), ('Tamarac|Cross Trainer|PVC'), ('Tamarac|Cross Trainer|Rubber'), ('Tamarac|Derby|Leather'), ('Tamarac|Derby|Leatherette'), ('Tamarac|Derby|Polyurethane'), ('Tamarac|Derby|PVC'), ('Tamarac|Derby|Rubber'), ('Tamarac|Dress Boot|Leather'), ('Tamarac|Dress Boot|Leatherette'), ('Tamarac|Dress Boot|Polyurethane'), ('Tamarac|Dress Boot|PVC'), ('Tamarac|Dress Boot|Rubber'), ('Tamarac|Dress Shoe|Leather'), ('Tamarac|Dress Shoe|Leatherette'), ('Tamarac|Dress Shoe|Polyurethane'), ('Tamarac|Dress Shoe|PVC'), ('Tamarac|Dress Shoe|Rubber'), ('Tamarac|Driving Shoe|Leather'), ('Tamarac|Driving Shoe|Leatherette'), ('Tamarac|Driving Shoe|Polyurethane'), ('Tamarac|Driving Shoe|PVC'), ('Tamarac|Driving Shoe|Rubber'), ('Tamarac|Hiker|Leather'), ('Tamarac|Hiker|Leatherette'), ('Tamarac|Hiker|Polyurethane'), ('Tamarac|Hiker|PVC'), ('Tamarac|Hiker|Rubber'), ('Tamarac|Loafer (Slip-on)|Leather'), ('Tamarac|Loafer (Slip-on)|Leatherette'), ('Tamarac|Loafer (Slip-on)|Polyurethane'), ('Tamarac|Loafer (Slip-on)|PVC'), ('Tamarac|Loafer (Slip-on)|Rubber'), ('Tamarac|Oxford (Lace-up)|Leather'), ('Tamarac|Oxford (Lace-up)|Leatherette'), ('Tamarac|Oxford (Lace-up)|Polyurethane'), ('Tamarac|Oxford (Lace-up)|PVC'), ('Tamarac|Oxford (Lace-up)|Rubber'), ('Tamarac|Patent Leather|Leather'), ('Tamarac|Patent Leather|Leatherette'), ('Tamarac|Patent Leather|Polyurethane'), ('Tamarac|Patent Leather|PVC'), ('Tamarac|Patent Leather|Rubber'), ('Tamarac|Penny Loafer|Leather'), ('Tamarac|Penny Loafer|Leatherette'), ('Tamarac|Penny Loafer|Polyurethane'), ('Tamarac|Penny Loafer|PVC'), ('Tamarac|Penny Loafer|Rubber'), ('Tamarac|Runner|Leather'), ('Tamarac|Runner|Leatherette'), ('Tamarac|Runner|Polyurethane'), ('Tamarac|Runner|PVC'), ('Tamarac|Runner|Rubber'), ('Tamarac|Saddle Shoe|Leather'), ('Tamarac|Saddle Shoe|Leatherette'), ('Tamarac|Saddle Shoe|Polyurethane'), ('Tamarac|Saddle Shoe|PVC'), ('Tamarac|Saddle Shoe|Rubber'), ('Tamarac|Sandal|Leather'), ('Tamarac|Sandal|Leatherette'), ('Tamarac|Sandal|Polyurethane'), ('Tamarac|Sandal|PVC'), ('Tamarac|Sandal|Rubber'), ('Tamarac|Tennis|Leather'), ('Tamarac|Tennis|Leatherette'), ('Tamarac|Tennis|Polyurethane'), ('Tamarac|Tennis|PVC'), ('Tamarac|Tennis|Rubber'), ('Tamarac|Walker|Leather'), ('Tamarac|Walker|Leatherette'), ('Tamarac|Walker|Polyurethane'), ('Tamarac|Walker|PVC'), ('Tamarac|Walker|Rubber'), ('Tamarac|Wingtip|Leather'), ('Tamarac|Wingtip|Leatherette'), ('Tamarac|Wingtip|Polyurethane'), ('Tamarac|Wingtip|PVC'), ('Tamarac|Wingtip|Rubber'), ('Tamarac|Work Boot|Leather'), ('Tamarac|Work Boot|Leatherette'), ('Tamarac|Work Boot|Polyurethane'), ('Tamarac|Work Boot|PVC'), ('Tamarac|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('To Boot New York|Balmoral|Leather'), ('To Boot New York|Balmoral|Leatherette'), ('To Boot New York|Balmoral|Polyurethane'), ('To Boot New York|Balmoral|PVC'), ('To Boot New York|Balmoral|Rubber'), ('To Boot New York|Boat Shoe|Leather'), ('To Boot New York|Boat Shoe|Leatherette'), ('To Boot New York|Boat Shoe|Polyurethane'), ('To Boot New York|Boat Shoe|PVC'), ('To Boot New York|Boat Shoe|Rubber'), ('To Boot New York|Brouge|Leather'), ('To Boot New York|Brouge|Leatherette'), ('To Boot New York|Brouge|Polyurethane'), ('To Boot New York|Brouge|PVC'), ('To Boot New York|Brouge|Rubber'), ('To Boot New York|Cross Trainer|Leather'), ('To Boot New York|Cross Trainer|Leatherette'), ('To Boot New York|Cross Trainer|Polyurethane'), ('To Boot New York|Cross Trainer|PVC'), ('To Boot New York|Cross Trainer|Rubber'), ('To Boot New York|Derby|Leather'), ('To Boot New York|Derby|Leatherette'), ('To Boot New York|Derby|Polyurethane'), ('To Boot New York|Derby|PVC'), ('To Boot New York|Derby|Rubber'), ('To Boot New York|Dress Boot|Leather'), ('To Boot New York|Dress Boot|Leatherette'), ('To Boot New York|Dress Boot|Polyurethane'), ('To Boot New York|Dress Boot|PVC'), ('To Boot New York|Dress Boot|Rubber'), ('To Boot New York|Dress Shoe|Leather'), ('To Boot New York|Dress Shoe|Leatherette'), ('To Boot New York|Dress Shoe|Polyurethane'), ('To Boot New York|Dress Shoe|PVC'), ('To Boot New York|Dress Shoe|Rubber'), ('To Boot New York|Driving Shoe|Leather'), ('To Boot New York|Driving Shoe|Leatherette'), ('To Boot New York|Driving Shoe|Polyurethane'), ('To Boot New York|Driving Shoe|PVC'), ('To Boot New York|Driving Shoe|Rubber'), ('To Boot New York|Hiker|Leather'), ('To Boot New York|Hiker|Leatherette'), ('To Boot New York|Hiker|Polyurethane'), ('To Boot New York|Hiker|PVC'), ('To Boot New York|Hiker|Rubber'), ('To Boot New York|Loafer (Slip-on)|Leather'), ('To Boot New York|Loafer (Slip-on)|Leatherette'), ('To Boot New York|Loafer (Slip-on)|Polyurethane'), ('To Boot New York|Loafer (Slip-on)|PVC'), ('To Boot New York|Loafer (Slip-on)|Rubber'), ('To Boot New York|Oxford (Lace-up)|Leather'), ('To Boot New York|Oxford (Lace-up)|Leatherette'), ('To Boot New York|Oxford (Lace-up)|Polyurethane'), ('To Boot New York|Oxford (Lace-up)|PVC'), ('To Boot New York|Oxford (Lace-up)|Rubber'), ('To Boot New York|Patent Leather|Leather'), ('To Boot New York|Patent Leather|Leatherette'), ('To Boot New York|Patent Leather|Polyurethane'), ('To Boot New York|Patent Leather|PVC'), ('To Boot New York|Patent Leather|Rubber'), ('To Boot New York|Penny Loafer|Leather'), ('To Boot New York|Penny Loafer|Leatherette'), ('To Boot New York|Penny Loafer|Polyurethane'), ('To Boot New York|Penny Loafer|PVC'), ('To Boot New York|Penny Loafer|Rubber'), ('To Boot New York|Runner|Leather'), ('To Boot New York|Runner|Leatherette'), ('To Boot New York|Runner|Polyurethane'), ('To Boot New York|Runner|PVC'), ('To Boot New York|Runner|Rubber'), ('To Boot New York|Saddle Shoe|Leather'), ('To Boot New York|Saddle Shoe|Leatherette'), ('To Boot New York|Saddle Shoe|Polyurethane'), ('To Boot New York|Saddle Shoe|PVC'), ('To Boot New York|Saddle Shoe|Rubber'), ('To Boot New York|Sandal|Leather'), ('To Boot New York|Sandal|Leatherette'), ('To Boot New York|Sandal|Polyurethane'), ('To Boot New York|Sandal|PVC'), ('To Boot New York|Sandal|Rubber'), ('To Boot New York|Tennis|Leather'), ('To Boot New York|Tennis|Leatherette'), ('To Boot New York|Tennis|Polyurethane'), ('To Boot New York|Tennis|PVC'), ('To Boot New York|Tennis|Rubber'), ('To Boot New York|Walker|Leather'), ('To Boot New York|Walker|Leatherette'), ('To Boot New York|Walker|Polyurethane'), ('To Boot New York|Walker|PVC'), ('To Boot New York|Walker|Rubber'), ('To Boot New York|Wingtip|Leather'), ('To Boot New York|Wingtip|Leatherette'), ('To Boot New York|Wingtip|Polyurethane'), ('To Boot New York|Wingtip|PVC'), ('To Boot New York|Wingtip|Rubber'), ('To Boot New York|Work Boot|Leather'), ('To Boot New York|Work Boot|Leatherette'), ('To Boot New York|Work Boot|Polyurethane'), ('To Boot New York|Work Boot|PVC'), ('To Boot New York|Work Boot|Rubber'), ('Ugg|Balmoral|Leather'), ('Ugg|Balmoral|Leatherette'), ('Ugg|Balmoral|Polyurethane'), ('Ugg|Balmoral|PVC'), ('Ugg|Balmoral|Rubber'), ('Ugg|Boat Shoe|Leather'), ('Ugg|Boat Shoe|Leatherette'), ('Ugg|Boat Shoe|Polyurethane'), ('Ugg|Boat Shoe|PVC'), ('Ugg|Boat Shoe|Rubber'), ('Ugg|Brouge|Leather'), ('Ugg|Brouge|Leatherette'), ('Ugg|Brouge|Polyurethane'), ('Ugg|Brouge|PVC'), ('Ugg|Brouge|Rubber'), ('Ugg|Cross Trainer|Leather'), ('Ugg|Cross Trainer|Leatherette'), ('Ugg|Cross Trainer|Polyurethane'), ('Ugg|Cross Trainer|PVC'), ('Ugg|Cross Trainer|Rubber'), ('Ugg|Derby|Leather'), ('Ugg|Derby|Leatherette'), ('Ugg|Derby|Polyurethane'), ('Ugg|Derby|PVC'), ('Ugg|Derby|Rubber'), ('Ugg|Dress Boot|Leather'), ('Ugg|Dress Boot|Leatherette'), ('Ugg|Dress Boot|Polyurethane'), ('Ugg|Dress Boot|PVC'), ('Ugg|Dress Boot|Rubber'), ('Ugg|Dress Shoe|Leather'), ('Ugg|Dress Shoe|Leatherette'), ('Ugg|Dress Shoe|Polyurethane'), ('Ugg|Dress Shoe|PVC'), ('Ugg|Dress Shoe|Rubber'), ('Ugg|Driving Shoe|Leather'), ('Ugg|Driving Shoe|Leatherette'), ('Ugg|Driving Shoe|Polyurethane'), ('Ugg|Driving Shoe|PVC'), ('Ugg|Driving Shoe|Rubber'), ('Ugg|Hiker|Leather'), ('Ugg|Hiker|Leatherette'), ('Ugg|Hiker|Polyurethane'), ('Ugg|Hiker|PVC'), ('Ugg|Hiker|Rubber'), ('Ugg|Loafer (Slip-on)|Leather'), ('Ugg|Loafer (Slip-on)|Leatherette'), ('Ugg|Loafer (Slip-on)|Polyurethane'), ('Ugg|Loafer (Slip-on)|PVC'), ('Ugg|Loafer (Slip-on)|Rubber'), ('Ugg|Oxford (Lace-up)|Leather'), ('Ugg|Oxford (Lace-up)|Leatherette'), ('Ugg|Oxford (Lace-up)|Polyurethane'), ('Ugg|Oxford (Lace-up)|PVC'), ('Ugg|Oxford (Lace-up)|Rubber'), ('Ugg|Patent Leather|Leather'), ('Ugg|Patent Leather|Leatherette'), ('Ugg|Patent Leather|Polyurethane'), ('Ugg|Patent Leather|PVC'), ('Ugg|Patent Leather|Rubber'), ('Ugg|Penny Loafer|Leather'), ('Ugg|Penny Loafer|Leatherette'), ('Ugg|Penny Loafer|Polyurethane'), ('Ugg|Penny Loafer|PVC'), ('Ugg|Penny Loafer|Rubber'), ('Ugg|Runner|Leather'), ('Ugg|Runner|Leatherette'), ('Ugg|Runner|Polyurethane'), ('Ugg|Runner|PVC'), ('Ugg|Runner|Rubber'), ('Ugg|Saddle Shoe|Leather'), ('Ugg|Saddle Shoe|Leatherette'), ('Ugg|Saddle Shoe|Polyurethane'), ('Ugg|Saddle Shoe|PVC'), ('Ugg|Saddle Shoe|Rubber'), ('Ugg|Sandal|Leather'), ('Ugg|Sandal|Leatherette'), ('Ugg|Sandal|Polyurethane'), ('Ugg|Sandal|PVC'), ('Ugg|Sandal|Rubber'), ('Ugg|Tennis|Leather'), ('Ugg|Tennis|Leatherette'), ('Ugg|Tennis|Polyurethane'), ('Ugg|Tennis|PVC'), ('Ugg|Tennis|Rubber'), ('Ugg|Walker|Leather'), ('Ugg|Walker|Leatherette'), ('Ugg|Walker|Polyurethane'), ('Ugg|Walker|PVC'), ('Ugg|Walker|Rubber'), ('Ugg|Wingtip|Leather'), ('Ugg|Wingtip|Leatherette'), ('Ugg|Wingtip|Polyurethane'), ('Ugg|Wingtip|PVC'), ('Ugg|Wingtip|Rubber'), ('Ugg|Work Boot|Leather'), ('Ugg|Work Boot|Leatherette'), ('Ugg|Work Boot|Polyurethane'), ('Ugg|Work Boot|PVC'), ('Ugg|Work Boot|Rubber')
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (413.2ms)  CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
 (750.0ms)  CREATE UNIQUE INDEX `unique_schema_migrations`  ON `schema_migrations` (`version`) 
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Migrating to CreateCustomers (20150128062158)

 (250.0ms)  CREATE TABLE `customers` (`CustID` int(11) auto_increment PRIMARY KEY, `Email` varchar(30) NOT NULL, `Gender` varchar(1) NOT NULL, `password_digest` varchar(60) NOT NULL, `ShoeSize` float, `ShoeSizeError` float, `preferredSizeType` varchar(20) NOT NULL, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128062158')
 (15.6ms)  COMMIT

Migrating to CreateGenders (20150128064156)

 (281.2ms)  CREATE TABLE `genders` (`Gender` varchar(1) NOT NULL) ENGINE=InnoDB
 (921.9ms)  CREATE UNIQUE INDEX `index_genders_on_Gender`  ON `genders` (`Gender`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064156')
 (46.9ms)  COMMIT

Migrating to CreateSizetypes (20150128064957)

 (563.1ms)  CREATE TABLE `sizetypes` (`SizeType` varchar(20) NOT NULL, `ToMondo1` float NOT NULL, `ToMondo0` float NOT NULL, `SizeTypeInterval` float NOT NULL, `MinSize` float NOT NULL, `MaxSize` float NOT NULL) ENGINE=InnoDB
 (734.6ms)  CREATE UNIQUE INDEX `index_sizetypes_on_SizeType`  ON `sizetypes` (`SizeType`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128064957')
 (62.5ms)  COMMIT

Migrating to CreateTypetorealsizes (20150128065447)

 (718.8ms)  CREATE TABLE `typetorealsizes` (`T2RS_ID` int(11) auto_increment PRIMARY KEY, `BrandStyleMaterial` varchar(70) NOT NULL, `ToMondo1` float DEFAULT 1.0 NOT NULL, `ToMondo0` float DEFAULT 0.0 NOT NULL, `modified` tinyint(1) DEFAULT 0 NOT NULL, `Uncertainty` float DEFAULT 0.0, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (281.5ms)  CREATE UNIQUE INDEX `index_typetorealsizes_on_BrandStyleMaterial`  ON `typetorealsizes` (`BrandStyleMaterial`) 
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065447')
 (15.7ms)  COMMIT

Migrating to CreateBrands (20150128065759)

 (312.5ms)  CREATE TABLE `brands` (`Brand` varchar(30) NOT NULL) ENGINE=InnoDB
 (578.4ms)  CREATE UNIQUE INDEX `index_brands_on_Brand`  ON `brands` (`Brand`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065759')
 (62.6ms)  COMMIT

Migrating to CreateStyles (20150128065918)

 (343.8ms)  CREATE TABLE `styles` (`Style` varchar(20) NOT NULL) ENGINE=InnoDB
 (453.1ms)  CREATE UNIQUE INDEX `index_styles_on_Style`  ON `styles` (`Style`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128065918')
 (46.9ms)  COMMIT

Migrating to CreateMaterials (20150128070117)

 (328.2ms)  CREATE TABLE `materials` (`Material` varchar(20) NOT NULL) ENGINE=InnoDB
 (562.5ms)  CREATE UNIQUE INDEX `index_materials_on_Material`  ON `materials` (`Material`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070117')
 (31.3ms)  COMMIT

Migrating to CreateLengthfits (20150128070629)

 (266.1ms)  CREATE TABLE `lengthfits` (`LengthFit` varchar(20) NOT NULL) ENGINE=InnoDB
 (562.5ms)  CREATE UNIQUE INDEX `index_lengthfits_on_LengthFit`  ON `lengthfits` (`LengthFit`) 
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128070629')
 (31.3ms)  COMMIT

Migrating to CreateShoes (20150128071640)

 (421.9ms)  CREATE TABLE `shoes` (`ShoeID` int(11) auto_increment PRIMARY KEY, `OwnerID` bigint NOT NULL, `T2RS_ID` bigint NOT NULL, `Brand` varchar(30) NOT NULL, `Style` varchar(20) NOT NULL, `Material` varchar(20) NOT NULL, `SizeType` varchar(20) NOT NULL, `LengthFit` varchar(20) NOT NULL, `Size` float NOT NULL, `preRealSize` float, `RealSize` float, `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150128071640')
 (62.4ms)  COMMIT

Migrating to CreateT2rsEntryInfos (20150225141726)

 (305.5ms)  CREATE TABLE `t2rs_entry_infos` (`id` int(11) auto_increment PRIMARY KEY, `OwnerID` bigint, `PreSize` float, `RealSize` float, `ShoeSize` float) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150225141726')
 (46.9ms)  COMMIT

Migrating to CreateAffectedShoes (20150226134530)

 (218.8ms)  CREATE TABLE `affected_shoes` (`id` int(11) auto_increment PRIMARY KEY, `ShoeID` bigint, `OwnerID` bigint, `T2RS_ID` bigint, `RealSize` float) ENGINE=InnoDB
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `schema_migrations` (`version`) VALUES ('20150226134530')
 (15.7ms)  COMMIT
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Adidas')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Aldo')
 (109.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Armani')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Asics')
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (46.9ms)  INSERT INTO `brands` (`Brand`) VALUES ('Birkenstock')
 (64.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Bostonian')
 (48.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.7ms)  INSERT INTO `brands` (`Brand`) VALUES ('Carhartt')
 (33.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.3ms)  INSERT INTO `brands` (`Brand`) VALUES ('Champion')
 (19.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (20.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Clarks')
 (29.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Cole Haan')
 (30.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Columbia')
 (49.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Converse')
 (36.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.2ms)  INSERT INTO `brands` (`Brand`) VALUES ('Crocs')
 (20.6ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dansko')
 (49.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('DC')
 (48.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Diesel')
 (42.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (8.5ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dockers')
 (26.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (6.8ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dr. Martens')
 (38.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (8.2ms)  INSERT INTO `brands` (`Brand`) VALUES ('Dream Pairs')
 (44.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Ecco')
 (53.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Etnies')
 (57.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (16.1ms)  INSERT INTO `brands` (`Brand`) VALUES ('Fred Perry')
 (55.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Frye')
 (55.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Hi-Tec')
 (24.5ms)  COMMIT
 (4.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('John Fluevog')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Kamik')
 (19.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Keen')
 (20.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Lacoste')
 (16.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Marc Jacobs')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `brands` (`Brand`) VALUES ('Merrell')
 (31.3ms)  COMMIT
 (13.2ms)  BEGIN
SQL (0.7ms)  INSERT INTO `brands` (`Brand`) VALUES ('Mizuno')
 (32.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Muck Boot')
 (28.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('New Balance')
 (23.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Nike')
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Original Penguin')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Polo Ralph Lauren')
 (23.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Puma')
 (32.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Reebok')
 (22.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (18.4ms)  INSERT INTO `brands` (`Brand`) VALUES ('Reef')
 (70.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Rockport')
 (29.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Salomon')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Sanuk')
 (35.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Saucony')
 (29.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.2ms)  INSERT INTO `brands` (`Brand`) VALUES ('Skechers')
 (25.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Sperry Top-Sider')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Tamarac')
 (24.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (16.1ms)  INSERT INTO `brands` (`Brand`) VALUES ('Teva')
 (39.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Timberland')
 (102.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.7ms)  INSERT INTO `brands` (`Brand`) VALUES ('Timberland Pro')
 (62.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('To Boot New York')
 (36.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `brands` (`Brand`) VALUES ('Ugg')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (19.4ms)  INSERT INTO `genders` (`Gender`) VALUES ('F')
 (114.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (22.5ms)  INSERT INTO `genders` (`Gender`) VALUES ('M')
 (69.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (16.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Perfect')
 (35.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Slightly Long')
 (58.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (43.6ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Slightly Short')
 (40.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Too Long')
 (22.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `lengthfits` (`LengthFit`) VALUES ('Too Short')
 (36.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('Leather')
 (32.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('Leatherette')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `materials` (`Material`) VALUES ('Polyurethane')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('PVC')
 (40.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `materials` (`Material`) VALUES ('Rubber')
 (35.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (49.0, 32.0, 'Europe', 0.5, -10.0, 6.67)
 (49.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (14.8ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (320.0, 200.0, 'Mondopoint', 5.0, 0.0, 1.0)
 (32.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.2ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (14.0, 0.0, 'UK/Australia', 0.5, 201.67, 8.47)
 (21.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.4ms)  INSERT INTO `sizetypes` (`MaxSize`, `MinSize`, `SizeType`, `SizeTypeInterval`, `ToMondo0`, `ToMondo1`) VALUES (15.0, 1.0, 'US/Canada', 0.5, 292.0, 8.47)
 (20.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Balmoral')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Boat Shoe')
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Brouge')
 (34.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Cross Trainer')
 (28.6ms)  COMMIT
 (0.2ms)  BEGIN
SQL (1.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Derby')
 (17.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Dress Boot')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Dress Shoe')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Driving Shoe')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Hiker')
 (41.8ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Loafer (Slip-on)')
 (16.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (8.6ms)  INSERT INTO `styles` (`Style`) VALUES ('Oxford (Lace-up)')
 (19.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (9.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Patent Leather')
 (10.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Penny Loafer')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Runner')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Saddle Shoe')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Sandal')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO `styles` (`Style`) VALUES ('Tennis')
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Walker')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Wingtip')
 (31.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `styles` (`Style`) VALUES ('Work Boot')
 (15.6ms)  COMMIT
SQL (0.0ms)  DELETE FROM `typetorealsizes`
 (0.0ms)  SELECT `brands`.`Brand` FROM `brands`
 (0.0ms)  SELECT `styles`.`Style` FROM `styles`
 (0.0ms)  SELECT `materials`.`Material` FROM `materials`
 (1902.4ms)  INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Aldo|Balmoral|Leather'), ('Aldo|Balmoral|Leatherette'), ('Aldo|Balmoral|Polyurethane'), ('Aldo|Balmoral|PVC'), ('Aldo|Balmoral|Rubber'), ('Aldo|Boat Shoe|Leather'), ('Aldo|Boat Shoe|Leatherette'), ('Aldo|Boat Shoe|Polyurethane'), ('Aldo|Boat Shoe|PVC'), ('Aldo|Boat Shoe|Rubber'), ('Aldo|Brouge|Leather'), ('Aldo|Brouge|Leatherette'), ('Aldo|Brouge|Polyurethane'), ('Aldo|Brouge|PVC'), ('Aldo|Brouge|Rubber'), ('Aldo|Cross Trainer|Leather'), ('Aldo|Cross Trainer|Leatherette'), ('Aldo|Cross Trainer|Polyurethane'), ('Aldo|Cross Trainer|PVC'), ('Aldo|Cross Trainer|Rubber'), ('Aldo|Derby|Leather'), ('Aldo|Derby|Leatherette'), ('Aldo|Derby|Polyurethane'), ('Aldo|Derby|PVC'), ('Aldo|Derby|Rubber'), ('Aldo|Dress Boot|Leather'), ('Aldo|Dress Boot|Leatherette'), ('Aldo|Dress Boot|Polyurethane'), ('Aldo|Dress Boot|PVC'), ('Aldo|Dress Boot|Rubber'), ('Aldo|Dress Shoe|Leather'), ('Aldo|Dress Shoe|Leatherette'), ('Aldo|Dress Shoe|Polyurethane'), ('Aldo|Dress Shoe|PVC'), ('Aldo|Dress Shoe|Rubber'), ('Aldo|Driving Shoe|Leather'), ('Aldo|Driving Shoe|Leatherette'), ('Aldo|Driving Shoe|Polyurethane'), ('Aldo|Driving Shoe|PVC'), ('Aldo|Driving Shoe|Rubber'), ('Aldo|Hiker|Leather'), ('Aldo|Hiker|Leatherette'), ('Aldo|Hiker|Polyurethane'), ('Aldo|Hiker|PVC'), ('Aldo|Hiker|Rubber'), ('Aldo|Loafer (Slip-on)|Leather'), ('Aldo|Loafer (Slip-on)|Leatherette'), ('Aldo|Loafer (Slip-on)|Polyurethane'), ('Aldo|Loafer (Slip-on)|PVC'), ('Aldo|Loafer (Slip-on)|Rubber'), ('Aldo|Oxford (Lace-up)|Leather'), ('Aldo|Oxford (Lace-up)|Leatherette'), ('Aldo|Oxford (Lace-up)|Polyurethane'), ('Aldo|Oxford (Lace-up)|PVC'), ('Aldo|Oxford (Lace-up)|Rubber'), ('Aldo|Patent Leather|Leather'), ('Aldo|Patent Leather|Leatherette'), ('Aldo|Patent Leather|Polyurethane'), ('Aldo|Patent Leather|PVC'), ('Aldo|Patent Leather|Rubber'), ('Aldo|Penny Loafer|Leather'), ('Aldo|Penny Loafer|Leatherette'), ('Aldo|Penny Loafer|Polyurethane'), ('Aldo|Penny Loafer|PVC'), ('Aldo|Penny Loafer|Rubber'), ('Aldo|Runner|Leather'), ('Aldo|Runner|Leatherette'), ('Aldo|Runner|Polyurethane'), ('Aldo|Runner|PVC'), ('Aldo|Runner|Rubber'), ('Aldo|Saddle Shoe|Leather'), ('Aldo|Saddle Shoe|Leatherette'), ('Aldo|Saddle Shoe|Polyurethane'), ('Aldo|Saddle Shoe|PVC'), ('Aldo|Saddle Shoe|Rubber'), ('Aldo|Sandal|Leather'), ('Aldo|Sandal|Leatherette'), ('Aldo|Sandal|Polyurethane'), ('Aldo|Sandal|PVC'), ('Aldo|Sandal|Rubber'), ('Aldo|Tennis|Leather'), ('Aldo|Tennis|Leatherette'), ('Aldo|Tennis|Polyurethane'), ('Aldo|Tennis|PVC'), ('Aldo|Tennis|Rubber'), ('Aldo|Walker|Leather'), ('Aldo|Walker|Leatherette'), ('Aldo|Walker|Polyurethane'), ('Aldo|Walker|PVC'), ('Aldo|Walker|Rubber'), ('Aldo|Wingtip|Leather'), ('Aldo|Wingtip|Leatherette'), ('Aldo|Wingtip|Polyurethane'), ('Aldo|Wingtip|PVC'), ('Aldo|Wingtip|Rubber'), ('Aldo|Work Boot|Leather'), ('Aldo|Work Boot|Leatherette'), ('Aldo|Work Boot|Polyurethane'), ('Aldo|Work Boot|PVC'), ('Aldo|Work Boot|Rubber'), ('Armani|Balmoral|Leather'), ('Armani|Balmoral|Leatherette'), ('Armani|Balmoral|Polyurethane'), ('Armani|Balmoral|PVC'), ('Armani|Balmoral|Rubber'), ('Armani|Boat Shoe|Leather'), ('Armani|Boat Shoe|Leatherette'), ('Armani|Boat Shoe|Polyurethane'), ('Armani|Boat Shoe|PVC'), ('Armani|Boat Shoe|Rubber'), ('Armani|Brouge|Leather'), ('Armani|Brouge|Leatherette'), ('Armani|Brouge|Polyurethane'), ('Armani|Brouge|PVC'), ('Armani|Brouge|Rubber'), ('Armani|Cross Trainer|Leather'), ('Armani|Cross Trainer|Leatherette'), ('Armani|Cross Trainer|Polyurethane'), ('Armani|Cross Trainer|PVC'), ('Armani|Cross Trainer|Rubber'), ('Armani|Derby|Leather'), ('Armani|Derby|Leatherette'), ('Armani|Derby|Polyurethane'), ('Armani|Derby|PVC'), ('Armani|Derby|Rubber'), ('Armani|Dress Boot|Leather'), ('Armani|Dress Boot|Leatherette'), ('Armani|Dress Boot|Polyurethane'), ('Armani|Dress Boot|PVC'), ('Armani|Dress Boot|Rubber'), ('Armani|Dress Shoe|Leather'), ('Armani|Dress Shoe|Leatherette'), ('Armani|Dress Shoe|Polyurethane'), ('Armani|Dress Shoe|PVC'), ('Armani|Dress Shoe|Rubber'), ('Armani|Driving Shoe|Leather'), ('Armani|Driving Shoe|Leatherette'), ('Armani|Driving Shoe|Polyurethane'), ('Armani|Driving Shoe|PVC'), ('Armani|Driving Shoe|Rubber'), ('Armani|Hiker|Leather'), ('Armani|Hiker|Leatherette'), ('Armani|Hiker|Polyurethane'), ('Armani|Hiker|PVC'), ('Armani|Hiker|Rubber'), ('Armani|Loafer (Slip-on)|Leather'), ('Armani|Loafer (Slip-on)|Leatherette'), ('Armani|Loafer (Slip-on)|Polyurethane'), ('Armani|Loafer (Slip-on)|PVC'), ('Armani|Loafer (Slip-on)|Rubber'), ('Armani|Oxford (Lace-up)|Leather'), ('Armani|Oxford (Lace-up)|Leatherette'), ('Armani|Oxford (Lace-up)|Polyurethane'), ('Armani|Oxford (Lace-up)|PVC'), ('Armani|Oxford (Lace-up)|Rubber'), ('Armani|Patent Leather|Leather'), ('Armani|Patent Leather|Leatherette'), ('Armani|Patent Leather|Polyurethane'), ('Armani|Patent Leather|PVC'), ('Armani|Patent Leather|Rubber'), ('Armani|Penny Loafer|Leather'), ('Armani|Penny Loafer|Leatherette'), ('Armani|Penny Loafer|Polyurethane'), ('Armani|Penny Loafer|PVC'), ('Armani|Penny Loafer|Rubber'), ('Armani|Runner|Leather'), ('Armani|Runner|Leatherette'), ('Armani|Runner|Polyurethane'), ('Armani|Runner|PVC'), ('Armani|Runner|Rubber'), ('Armani|Saddle Shoe|Leather'), ('Armani|Saddle Shoe|Leatherette'), ('Armani|Saddle Shoe|Polyurethane'), ('Armani|Saddle Shoe|PVC'), ('Armani|Saddle Shoe|Rubber'), ('Armani|Sandal|Leather'), ('Armani|Sandal|Leatherette'), ('Armani|Sandal|Polyurethane'), ('Armani|Sandal|PVC'), ('Armani|Sandal|Rubber'), ('Armani|Tennis|Leather'), ('Armani|Tennis|Leatherette'), ('Armani|Tennis|Polyurethane'), ('Armani|Tennis|PVC'), ('Armani|Tennis|Rubber'), ('Armani|Walker|Leather'), ('Armani|Walker|Leatherette'), ('Armani|Walker|Polyurethane'), ('Armani|Walker|PVC'), ('Armani|Walker|Rubber'), ('Armani|Wingtip|Leather'), ('Armani|Wingtip|Leatherette'), ('Armani|Wingtip|Polyurethane'), ('Armani|Wingtip|PVC'), ('Armani|Wingtip|Rubber'), ('Armani|Work Boot|Leather'), ('Armani|Work Boot|Leatherette'), ('Armani|Work Boot|Polyurethane'), ('Armani|Work Boot|PVC'), ('Armani|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Carhartt|Balmoral|Leather'), ('Carhartt|Balmoral|Leatherette'), ('Carhartt|Balmoral|Polyurethane'), ('Carhartt|Balmoral|PVC'), ('Carhartt|Balmoral|Rubber'), ('Carhartt|Boat Shoe|Leather'), ('Carhartt|Boat Shoe|Leatherette'), ('Carhartt|Boat Shoe|Polyurethane'), ('Carhartt|Boat Shoe|PVC'), ('Carhartt|Boat Shoe|Rubber'), ('Carhartt|Brouge|Leather'), ('Carhartt|Brouge|Leatherette'), ('Carhartt|Brouge|Polyurethane'), ('Carhartt|Brouge|PVC'), ('Carhartt|Brouge|Rubber'), ('Carhartt|Cross Trainer|Leather'), ('Carhartt|Cross Trainer|Leatherette'), ('Carhartt|Cross Trainer|Polyurethane'), ('Carhartt|Cross Trainer|PVC'), ('Carhartt|Cross Trainer|Rubber'), ('Carhartt|Derby|Leather'), ('Carhartt|Derby|Leatherette'), ('Carhartt|Derby|Polyurethane'), ('Carhartt|Derby|PVC'), ('Carhartt|Derby|Rubber'), ('Carhartt|Dress Boot|Leather'), ('Carhartt|Dress Boot|Leatherette'), ('Carhartt|Dress Boot|Polyurethane'), ('Carhartt|Dress Boot|PVC'), ('Carhartt|Dress Boot|Rubber'), ('Carhartt|Dress Shoe|Leather'), ('Carhartt|Dress Shoe|Leatherette'), ('Carhartt|Dress Shoe|Polyurethane'), ('Carhartt|Dress Shoe|PVC'), ('Carhartt|Dress Shoe|Rubber'), ('Carhartt|Driving Shoe|Leather'), ('Carhartt|Driving Shoe|Leatherette'), ('Carhartt|Driving Shoe|Polyurethane'), ('Carhartt|Driving Shoe|PVC'), ('Carhartt|Driving Shoe|Rubber'), ('Carhartt|Hiker|Leather'), ('Carhartt|Hiker|Leatherette'), ('Carhartt|Hiker|Polyurethane'), ('Carhartt|Hiker|PVC'), ('Carhartt|Hiker|Rubber'), ('Carhartt|Loafer (Slip-on)|Leather'), ('Carhartt|Loafer (Slip-on)|Leatherette'), ('Carhartt|Loafer (Slip-on)|Polyurethane'), ('Carhartt|Loafer (Slip-on)|PVC'), ('Carhartt|Loafer (Slip-on)|Rubber'), ('Carhartt|Oxford (Lace-up)|Leather'), ('Carhartt|Oxford (Lace-up)|Leatherette'), ('Carhartt|Oxford (Lace-up)|Polyurethane'), ('Carhartt|Oxford (Lace-up)|PVC'), ('Carhartt|Oxford (Lace-up)|Rubber'), ('Carhartt|Patent Leather|Leather'), ('Carhartt|Patent Leather|Leatherette'), ('Carhartt|Patent Leather|Polyurethane'), ('Carhartt|Patent Leather|PVC'), ('Carhartt|Patent Leather|Rubber'), ('Carhartt|Penny Loafer|Leather'), ('Carhartt|Penny Loafer|Leatherette'), ('Carhartt|Penny Loafer|Polyurethane'), ('Carhartt|Penny Loafer|PVC'), ('Carhartt|Penny Loafer|Rubber'), ('Carhartt|Runner|Leather'), ('Carhartt|Runner|Leatherette'), ('Carhartt|Runner|Polyurethane'), ('Carhartt|Runner|PVC'), ('Carhartt|Runner|Rubber'), ('Carhartt|Saddle Shoe|Leather'), ('Carhartt|Saddle Shoe|Leatherette'), ('Carhartt|Saddle Shoe|Polyurethane'), ('Carhartt|Saddle Shoe|PVC'), ('Carhartt|Saddle Shoe|Rubber'), ('Carhartt|Sandal|Leather'), ('Carhartt|Sandal|Leatherette'), ('Carhartt|Sandal|Polyurethane'), ('Carhartt|Sandal|PVC'), ('Carhartt|Sandal|Rubber'), ('Carhartt|Tennis|Leather'), ('Carhartt|Tennis|Leatherette'), ('Carhartt|Tennis|Polyurethane'), ('Carhartt|Tennis|PVC'), ('Carhartt|Tennis|Rubber'), ('Carhartt|Walker|Leather'), ('Carhartt|Walker|Leatherette'), ('Carhartt|Walker|Polyurethane'), ('Carhartt|Walker|PVC'), ('Carhartt|Walker|Rubber'), ('Carhartt|Wingtip|Leather'), ('Carhartt|Wingtip|Leatherette'), ('Carhartt|Wingtip|Polyurethane'), ('Carhartt|Wingtip|PVC'), ('Carhartt|Wingtip|Rubber'), ('Carhartt|Work Boot|Leather'), ('Carhartt|Work Boot|Leatherette'), ('Carhartt|Work Boot|Polyurethane'), ('Carhartt|Work Boot|PVC'), ('Carhartt|Work Boot|Rubber'), ('Champion|Balmoral|Leather'), ('Champion|Balmoral|Leatherette'), ('Champion|Balmoral|Polyurethane'), ('Champion|Balmoral|PVC'), ('Champion|Balmoral|Rubber'), ('Champion|Boat Shoe|Leather'), ('Champion|Boat Shoe|Leatherette'), ('Champion|Boat Shoe|Polyurethane'), ('Champion|Boat Shoe|PVC'), ('Champion|Boat Shoe|Rubber'), ('Champion|Brouge|Leather'), ('Champion|Brouge|Leatherette'), ('Champion|Brouge|Polyurethane'), ('Champion|Brouge|PVC'), ('Champion|Brouge|Rubber'), ('Champion|Cross Trainer|Leather'), ('Champion|Cross Trainer|Leatherette'), ('Champion|Cross Trainer|Polyurethane'), ('Champion|Cross Trainer|PVC'), ('Champion|Cross Trainer|Rubber'), ('Champion|Derby|Leather'), ('Champion|Derby|Leatherette'), ('Champion|Derby|Polyurethane'), ('Champion|Derby|PVC'), ('Champion|Derby|Rubber'), ('Champion|Dress Boot|Leather'), ('Champion|Dress Boot|Leatherette'), ('Champion|Dress Boot|Polyurethane'), ('Champion|Dress Boot|PVC'), ('Champion|Dress Boot|Rubber'), ('Champion|Dress Shoe|Leather'), ('Champion|Dress Shoe|Leatherette'), ('Champion|Dress Shoe|Polyurethane'), ('Champion|Dress Shoe|PVC'), ('Champion|Dress Shoe|Rubber'), ('Champion|Driving Shoe|Leather'), ('Champion|Driving Shoe|Leatherette'), ('Champion|Driving Shoe|Polyurethane'), ('Champion|Driving Shoe|PVC'), ('Champion|Driving Shoe|Rubber'), ('Champion|Hiker|Leather'), ('Champion|Hiker|Leatherette'), ('Champion|Hiker|Polyurethane'), ('Champion|Hiker|PVC'), ('Champion|Hiker|Rubber'), ('Champion|Loafer (Slip-on)|Leather'), ('Champion|Loafer (Slip-on)|Leatherette'), ('Champion|Loafer (Slip-on)|Polyurethane'), ('Champion|Loafer (Slip-on)|PVC'), ('Champion|Loafer (Slip-on)|Rubber'), ('Champion|Oxford (Lace-up)|Leather'), ('Champion|Oxford (Lace-up)|Leatherette'), ('Champion|Oxford (Lace-up)|Polyurethane'), ('Champion|Oxford (Lace-up)|PVC'), ('Champion|Oxford (Lace-up)|Rubber'), ('Champion|Patent Leather|Leather'), ('Champion|Patent Leather|Leatherette'), ('Champion|Patent Leather|Polyurethane'), ('Champion|Patent Leather|PVC'), ('Champion|Patent Leather|Rubber'), ('Champion|Penny Loafer|Leather'), ('Champion|Penny Loafer|Leatherette'), ('Champion|Penny Loafer|Polyurethane'), ('Champion|Penny Loafer|PVC'), ('Champion|Penny Loafer|Rubber'), ('Champion|Runner|Leather'), ('Champion|Runner|Leatherette'), ('Champion|Runner|Polyurethane'), ('Champion|Runner|PVC'), ('Champion|Runner|Rubber'), ('Champion|Saddle Shoe|Leather'), ('Champion|Saddle Shoe|Leatherette'), ('Champion|Saddle Shoe|Polyurethane'), ('Champion|Saddle Shoe|PVC'), ('Champion|Saddle Shoe|Rubber'), ('Champion|Sandal|Leather'), ('Champion|Sandal|Leatherette'), ('Champion|Sandal|Polyurethane'), ('Champion|Sandal|PVC'), ('Champion|Sandal|Rubber'), ('Champion|Tennis|Leather'), ('Champion|Tennis|Leatherette'), ('Champion|Tennis|Polyurethane'), ('Champion|Tennis|PVC'), ('Champion|Tennis|Rubber'), ('Champion|Walker|Leather'), ('Champion|Walker|Leatherette'), ('Champion|Walker|Polyurethane'), ('Champion|Walker|PVC'), ('Champion|Walker|Rubber'), ('Champion|Wingtip|Leather'), ('Champion|Wingtip|Leatherette'), ('Champion|Wingtip|Polyurethane'), ('Champion|Wingtip|PVC'), ('Champion|Wingtip|Rubber'), ('Champion|Work Boot|Leather'), ('Champion|Work Boot|Leatherette'), ('Champion|Work Boot|Polyurethane'), ('Champion|Work Boot|PVC'), ('Champion|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cole Haan|Balmoral|Leather'), ('Cole Haan|Balmoral|Leatherette'), ('Cole Haan|Balmoral|Polyurethane'), ('Cole Haan|Balmoral|PVC'), ('Cole Haan|Balmoral|Rubber'), ('Cole Haan|Boat Shoe|Leather'), ('Cole Haan|Boat Shoe|Leatherette'), ('Cole Haan|Boat Shoe|Polyurethane'), ('Cole Haan|Boat Shoe|PVC'), ('Cole Haan|Boat Shoe|Rubber'), ('Cole Haan|Brouge|Leather'), ('Cole Haan|Brouge|Leatherette'), ('Cole Haan|Brouge|Polyurethane'), ('Cole Haan|Brouge|PVC'), ('Cole Haan|Brouge|Rubber'), ('Cole Haan|Cross Trainer|Leather'), ('Cole Haan|Cross Trainer|Leatherette'), ('Cole Haan|Cross Trainer|Polyurethane'), ('Cole Haan|Cross Trainer|PVC'), ('Cole Haan|Cross Trainer|Rubber'), ('Cole Haan|Derby|Leather'), ('Cole Haan|Derby|Leatherette'), ('Cole Haan|Derby|Polyurethane'), ('Cole Haan|Derby|PVC'), ('Cole Haan|Derby|Rubber'), ('Cole Haan|Dress Boot|Leather'), ('Cole Haan|Dress Boot|Leatherette'), ('Cole Haan|Dress Boot|Polyurethane'), ('Cole Haan|Dress Boot|PVC'), ('Cole Haan|Dress Boot|Rubber'), ('Cole Haan|Dress Shoe|Leather'), ('Cole Haan|Dress Shoe|Leatherette'), ('Cole Haan|Dress Shoe|Polyurethane'), ('Cole Haan|Dress Shoe|PVC'), ('Cole Haan|Dress Shoe|Rubber'), ('Cole Haan|Driving Shoe|Leather'), ('Cole Haan|Driving Shoe|Leatherette'), ('Cole Haan|Driving Shoe|Polyurethane'), ('Cole Haan|Driving Shoe|PVC'), ('Cole Haan|Driving Shoe|Rubber'), ('Cole Haan|Hiker|Leather'), ('Cole Haan|Hiker|Leatherette'), ('Cole Haan|Hiker|Polyurethane'), ('Cole Haan|Hiker|PVC'), ('Cole Haan|Hiker|Rubber'), ('Cole Haan|Loafer (Slip-on)|Leather'), ('Cole Haan|Loafer (Slip-on)|Leatherette'), ('Cole Haan|Loafer (Slip-on)|Polyurethane'), ('Cole Haan|Loafer (Slip-on)|PVC'), ('Cole Haan|Loafer (Slip-on)|Rubber'), ('Cole Haan|Oxford (Lace-up)|Leather'), ('Cole Haan|Oxford (Lace-up)|Leatherette'), ('Cole Haan|Oxford (Lace-up)|Polyurethane'), ('Cole Haan|Oxford (Lace-up)|PVC'), ('Cole Haan|Oxford (Lace-up)|Rubber'), ('Cole Haan|Patent Leather|Leather'), ('Cole Haan|Patent Leather|Leatherette'), ('Cole Haan|Patent Leather|Polyurethane'), ('Cole Haan|Patent Leather|PVC'), ('Cole Haan|Patent Leather|Rubber'), ('Cole Haan|Penny Loafer|Leather'), ('Cole Haan|Penny Loafer|Leatherette'), ('Cole Haan|Penny Loafer|Polyurethane'), ('Cole Haan|Penny Loafer|PVC'), ('Cole Haan|Penny Loafer|Rubber'), ('Cole Haan|Runner|Leather'), ('Cole Haan|Runner|Leatherette'), ('Cole Haan|Runner|Polyurethane'), ('Cole Haan|Runner|PVC'), ('Cole Haan|Runner|Rubber'), ('Cole Haan|Saddle Shoe|Leather'), ('Cole Haan|Saddle Shoe|Leatherette'), ('Cole Haan|Saddle Shoe|Polyurethane'), ('Cole Haan|Saddle Shoe|PVC'), ('Cole Haan|Saddle Shoe|Rubber'), ('Cole Haan|Sandal|Leather'), ('Cole Haan|Sandal|Leatherette'), ('Cole Haan|Sandal|Polyurethane'), ('Cole Haan|Sandal|PVC'), ('Cole Haan|Sandal|Rubber'), ('Cole Haan|Tennis|Leather'), ('Cole Haan|Tennis|Leatherette'), ('Cole Haan|Tennis|Polyurethane'), ('Cole Haan|Tennis|PVC'), ('Cole Haan|Tennis|Rubber'), ('Cole Haan|Walker|Leather'), ('Cole Haan|Walker|Leatherette'), ('Cole Haan|Walker|Polyurethane'), ('Cole Haan|Walker|PVC'), ('Cole Haan|Walker|Rubber'), ('Cole Haan|Wingtip|Leather'), ('Cole Haan|Wingtip|Leatherette'), ('Cole Haan|Wingtip|Polyurethane'), ('Cole Haan|Wingtip|PVC'), ('Cole Haan|Wingtip|Rubber'), ('Cole Haan|Work Boot|Leather'), ('Cole Haan|Work Boot|Leatherette'), ('Cole Haan|Work Boot|Polyurethane'), ('Cole Haan|Work Boot|PVC'), ('Cole Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dansko|Balmoral|Leather'), ('Dansko|Balmoral|Leatherette'), ('Dansko|Balmoral|Polyurethane'), ('Dansko|Balmoral|PVC'), ('Dansko|Balmoral|Rubber'), ('Dansko|Boat Shoe|Leather'), ('Dansko|Boat Shoe|Leatherette'), ('Dansko|Boat Shoe|Polyurethane'), ('Dansko|Boat Shoe|PVC'), ('Dansko|Boat Shoe|Rubber'), ('Dansko|Brouge|Leather'), ('Dansko|Brouge|Leatherette'), ('Dansko|Brouge|Polyurethane'), ('Dansko|Brouge|PVC'), ('Dansko|Brouge|Rubber'), ('Dansko|Cross Trainer|Leather'), ('Dansko|Cross Trainer|Leatherette'), ('Dansko|Cross Trainer|Polyurethane'), ('Dansko|Cross Trainer|PVC'), ('Dansko|Cross Trainer|Rubber'), ('Dansko|Derby|Leather'), ('Dansko|Derby|Leatherette'), ('Dansko|Derby|Polyurethane'), ('Dansko|Derby|PVC'), ('Dansko|Derby|Rubber'), ('Dansko|Dress Boot|Leather'), ('Dansko|Dress Boot|Leatherette'), ('Dansko|Dress Boot|Polyurethane'), ('Dansko|Dress Boot|PVC'), ('Dansko|Dress Boot|Rubber'), ('Dansko|Dress Shoe|Leather'), ('Dansko|Dress Shoe|Leatherette'), ('Dansko|Dress Shoe|Polyurethane'), ('Dansko|Dress Shoe|PVC'), ('Dansko|Dress Shoe|Rubber'), ('Dansko|Driving Shoe|Leather'), ('Dansko|Driving Shoe|Leatherette'), ('Dansko|Driving Shoe|Polyurethane'), ('Dansko|Driving Shoe|PVC'), ('Dansko|Driving Shoe|Rubber'), ('Dansko|Hiker|Leather'), ('Dansko|Hiker|Leatherette'), ('Dansko|Hiker|Polyurethane'), ('Dansko|Hiker|PVC'), ('Dansko|Hiker|Rubber'), ('Dansko|Loafer (Slip-on)|Leather'), ('Dansko|Loafer (Slip-on)|Leatherette'), ('Dansko|Loafer (Slip-on)|Polyurethane'), ('Dansko|Loafer (Slip-on)|PVC'), ('Dansko|Loafer (Slip-on)|Rubber'), ('Dansko|Oxford (Lace-up)|Leather'), ('Dansko|Oxford (Lace-up)|Leatherette'), ('Dansko|Oxford (Lace-up)|Polyurethane'), ('Dansko|Oxford (Lace-up)|PVC'), ('Dansko|Oxford (Lace-up)|Rubber'), ('Dansko|Patent Leather|Leather'), ('Dansko|Patent Leather|Leatherette'), ('Dansko|Patent Leather|Polyurethane'), ('Dansko|Patent Leather|PVC'), ('Dansko|Patent Leather|Rubber'), ('Dansko|Penny Loafer|Leather'), ('Dansko|Penny Loafer|Leatherette'), ('Dansko|Penny Loafer|Polyurethane'), ('Dansko|Penny Loafer|PVC'), ('Dansko|Penny Loafer|Rubber'), ('Dansko|Runner|Leather'), ('Dansko|Runner|Leatherette'), ('Dansko|Runner|Polyurethane'), ('Dansko|Runner|PVC'), ('Dansko|Runner|Rubber'), ('Dansko|Saddle Shoe|Leather'), ('Dansko|Saddle Shoe|Leatherette'), ('Dansko|Saddle Shoe|Polyurethane'), ('Dansko|Saddle Shoe|PVC'), ('Dansko|Saddle Shoe|Rubber'), ('Dansko|Sandal|Leather'), ('Dansko|Sandal|Leatherette'), ('Dansko|Sandal|Polyurethane'), ('Dansko|Sandal|PVC'), ('Dansko|Sandal|Rubber'), ('Dansko|Tennis|Leather'), ('Dansko|Tennis|Leatherette'), ('Dansko|Tennis|Polyurethane'), ('Dansko|Tennis|PVC'), ('Dansko|Tennis|Rubber'), ('Dansko|Walker|Leather'), ('Dansko|Walker|Leatherette'), ('Dansko|Walker|Polyurethane'), ('Dansko|Walker|PVC'), ('Dansko|Walker|Rubber'), ('Dansko|Wingtip|Leather'), ('Dansko|Wingtip|Leatherette'), ('Dansko|Wingtip|Polyurethane'), ('Dansko|Wingtip|PVC'), ('Dansko|Wingtip|Rubber'), ('Dansko|Work Boot|Leather'), ('Dansko|Work Boot|Leatherette'), ('Dansko|Work Boot|Polyurethane'), ('Dansko|Work Boot|PVC'), ('Dansko|Work Boot|Rubber'), ('DC|Balmoral|Leather'), ('DC|Balmoral|Leatherette'), ('DC|Balmoral|Polyurethane'), ('DC|Balmoral|PVC'), ('DC|Balmoral|Rubber'), ('DC|Boat Shoe|Leather'), ('DC|Boat Shoe|Leatherette'), ('DC|Boat Shoe|Polyurethane'), ('DC|Boat Shoe|PVC'), ('DC|Boat Shoe|Rubber'), ('DC|Brouge|Leather'), ('DC|Brouge|Leatherette'), ('DC|Brouge|Polyurethane'), ('DC|Brouge|PVC'), ('DC|Brouge|Rubber'), ('DC|Cross Trainer|Leather'), ('DC|Cross Trainer|Leatherette'), ('DC|Cross Trainer|Polyurethane'), ('DC|Cross Trainer|PVC'), ('DC|Cross Trainer|Rubber'), ('DC|Derby|Leather'), ('DC|Derby|Leatherette'), ('DC|Derby|Polyurethane'), ('DC|Derby|PVC'), ('DC|Derby|Rubber'), ('DC|Dress Boot|Leather'), ('DC|Dress Boot|Leatherette'), ('DC|Dress Boot|Polyurethane'), ('DC|Dress Boot|PVC'), ('DC|Dress Boot|Rubber'), ('DC|Dress Shoe|Leather'), ('DC|Dress Shoe|Leatherette'), ('DC|Dress Shoe|Polyurethane'), ('DC|Dress Shoe|PVC'), ('DC|Dress Shoe|Rubber'), ('DC|Driving Shoe|Leather'), ('DC|Driving Shoe|Leatherette'), ('DC|Driving Shoe|Polyurethane'), ('DC|Driving Shoe|PVC'), ('DC|Driving Shoe|Rubber'), ('DC|Hiker|Leather'), ('DC|Hiker|Leatherette'), ('DC|Hiker|Polyurethane'), ('DC|Hiker|PVC'), ('DC|Hiker|Rubber'), ('DC|Loafer (Slip-on)|Leather'), ('DC|Loafer (Slip-on)|Leatherette'), ('DC|Loafer (Slip-on)|Polyurethane'), ('DC|Loafer (Slip-on)|PVC'), ('DC|Loafer (Slip-on)|Rubber'), ('DC|Oxford (Lace-up)|Leather'), ('DC|Oxford (Lace-up)|Leatherette'), ('DC|Oxford (Lace-up)|Polyurethane'), ('DC|Oxford (Lace-up)|PVC'), ('DC|Oxford (Lace-up)|Rubber'), ('DC|Patent Leather|Leather'), ('DC|Patent Leather|Leatherette'), ('DC|Patent Leather|Polyurethane'), ('DC|Patent Leather|PVC'), ('DC|Patent Leather|Rubber'), ('DC|Penny Loafer|Leather'), ('DC|Penny Loafer|Leatherette'), ('DC|Penny Loafer|Polyurethane'), ('DC|Penny Loafer|PVC'), ('DC|Penny Loafer|Rubber'), ('DC|Runner|Leather'), ('DC|Runner|Leatherette'), ('DC|Runner|Polyurethane'), ('DC|Runner|PVC'), ('DC|Runner|Rubber'), ('DC|Saddle Shoe|Leather'), ('DC|Saddle Shoe|Leatherette'), ('DC|Saddle Shoe|Polyurethane'), ('DC|Saddle Shoe|PVC'), ('DC|Saddle Shoe|Rubber'), ('DC|Sandal|Leather'), ('DC|Sandal|Leatherette'), ('DC|Sandal|Polyurethane'), ('DC|Sandal|PVC'), ('DC|Sandal|Rubber'), ('DC|Tennis|Leather'), ('DC|Tennis|Leatherette'), ('DC|Tennis|Polyurethane'), ('DC|Tennis|PVC'), ('DC|Tennis|Rubber'), ('DC|Walker|Leather'), ('DC|Walker|Leatherette'), ('DC|Walker|Polyurethane'), ('DC|Walker|PVC'), ('DC|Walker|Rubber'), ('DC|Wingtip|Leather'), ('DC|Wingtip|Leatherette'), ('DC|Wingtip|Polyurethane'), ('DC|Wingtip|PVC'), ('DC|Wingtip|Rubber'), ('DC|Work Boot|Leather'), ('DC|Work Boot|Leatherette'), ('DC|Work Boot|Polyurethane'), ('DC|Work Boot|PVC'), ('DC|Work Boot|Rubber'), ('Diesel|Balmoral|Leather'), ('Diesel|Balmoral|Leatherette'), ('Diesel|Balmoral|Polyurethane'), ('Diesel|Balmoral|PVC'), ('Diesel|Balmoral|Rubber'), ('Diesel|Boat Shoe|Leather'), ('Diesel|Boat Shoe|Leatherette'), ('Diesel|Boat Shoe|Polyurethane'), ('Diesel|Boat Shoe|PVC'), ('Diesel|Boat Shoe|Rubber'), ('Diesel|Brouge|Leather'), ('Diesel|Brouge|Leatherette'), ('Diesel|Brouge|Polyurethane'), ('Diesel|Brouge|PVC'), ('Diesel|Brouge|Rubber'), ('Diesel|Cross Trainer|Leather'), ('Diesel|Cross Trainer|Leatherette'), ('Diesel|Cross Trainer|Polyurethane'), ('Diesel|Cross Trainer|PVC'), ('Diesel|Cross Trainer|Rubber'), ('Diesel|Derby|Leather'), ('Diesel|Derby|Leatherette'), ('Diesel|Derby|Polyurethane'), ('Diesel|Derby|PVC'), ('Diesel|Derby|Rubber'), ('Diesel|Dress Boot|Leather'), ('Diesel|Dress Boot|Leatherette'), ('Diesel|Dress Boot|Polyurethane'), ('Diesel|Dress Boot|PVC'), ('Diesel|Dress Boot|Rubber'), ('Diesel|Dress Shoe|Leather'), ('Diesel|Dress Shoe|Leatherette'), ('Diesel|Dress Shoe|Polyurethane'), ('Diesel|Dress Shoe|PVC'), ('Diesel|Dress Shoe|Rubber'), ('Diesel|Driving Shoe|Leather'), ('Diesel|Driving Shoe|Leatherette'), ('Diesel|Driving Shoe|Polyurethane'), ('Diesel|Driving Shoe|PVC'), ('Diesel|Driving Shoe|Rubber'), ('Diesel|Hiker|Leather'), ('Diesel|Hiker|Leatherette'), ('Diesel|Hiker|Polyurethane'), ('Diesel|Hiker|PVC'), ('Diesel|Hiker|Rubber'), ('Diesel|Loafer (Slip-on)|Leather'), ('Diesel|Loafer (Slip-on)|Leatherette'), ('Diesel|Loafer (Slip-on)|Polyurethane'), ('Diesel|Loafer (Slip-on)|PVC'), ('Diesel|Loafer (Slip-on)|Rubber'), ('Diesel|Oxford (Lace-up)|Leather'), ('Diesel|Oxford (Lace-up)|Leatherette'), ('Diesel|Oxford (Lace-up)|Polyurethane'), ('Diesel|Oxford (Lace-up)|PVC'), ('Diesel|Oxford (Lace-up)|Rubber'), ('Diesel|Patent Leather|Leather'), ('Diesel|Patent Leather|Leatherette'), ('Diesel|Patent Leather|Polyurethane'), ('Diesel|Patent Leather|PVC'), ('Diesel|Patent Leather|Rubber'), ('Diesel|Penny Loafer|Leather'), ('Diesel|Penny Loafer|Leatherette'), ('Diesel|Penny Loafer|Polyurethane'), ('Diesel|Penny Loafer|PVC'), ('Diesel|Penny Loafer|Rubber'), ('Diesel|Runner|Leather'), ('Diesel|Runner|Leatherette'), ('Diesel|Runner|Polyurethane'), ('Diesel|Runner|PVC'), ('Diesel|Runner|Rubber'), ('Diesel|Saddle Shoe|Leather'), ('Diesel|Saddle Shoe|Leatherette'), ('Diesel|Saddle Shoe|Polyurethane'), ('Diesel|Saddle Shoe|PVC'), ('Diesel|Saddle Shoe|Rubber'), ('Diesel|Sandal|Leather'), ('Diesel|Sandal|Leatherette'), ('Diesel|Sandal|Polyurethane'), ('Diesel|Sandal|PVC'), ('Diesel|Sandal|Rubber'), ('Diesel|Tennis|Leather'), ('Diesel|Tennis|Leatherette'), ('Diesel|Tennis|Polyurethane'), ('Diesel|Tennis|PVC'), ('Diesel|Tennis|Rubber'), ('Diesel|Walker|Leather'), ('Diesel|Walker|Leatherette'), ('Diesel|Walker|Polyurethane'), ('Diesel|Walker|PVC'), ('Diesel|Walker|Rubber'), ('Diesel|Wingtip|Leather'), ('Diesel|Wingtip|Leatherette'), ('Diesel|Wingtip|Polyurethane'), ('Diesel|Wingtip|PVC'), ('Diesel|Wingtip|Rubber'), ('Diesel|Work Boot|Leather'), ('Diesel|Work Boot|Leatherette'), ('Diesel|Work Boot|Polyurethane'), ('Diesel|Work Boot|PVC'), ('Diesel|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dream Pairs|Balmoral|Leather'), ('Dream Pairs|Balmoral|Leatherette'), ('Dream Pairs|Balmoral|Polyurethane'), ('Dream Pairs|Balmoral|PVC'), ('Dream Pairs|Balmoral|Rubber'), ('Dream Pairs|Boat Shoe|Leather'), ('Dream Pairs|Boat Shoe|Leatherette'), ('Dream Pairs|Boat Shoe|Polyurethane'), ('Dream Pairs|Boat Shoe|PVC'), ('Dream Pairs|Boat Shoe|Rubber'), ('Dream Pairs|Brouge|Leather'), ('Dream Pairs|Brouge|Leatherette'), ('Dream Pairs|Brouge|Polyurethane'), ('Dream Pairs|Brouge|PVC'), ('Dream Pairs|Brouge|Rubber'), ('Dream Pairs|Cross Trainer|Leather'), ('Dream Pairs|Cross Trainer|Leatherette'), ('Dream Pairs|Cross Trainer|Polyurethane'), ('Dream Pairs|Cross Trainer|PVC'), ('Dream Pairs|Cross Trainer|Rubber'), ('Dream Pairs|Derby|Leather'), ('Dream Pairs|Derby|Leatherette'), ('Dream Pairs|Derby|Polyurethane'), ('Dream Pairs|Derby|PVC'), ('Dream Pairs|Derby|Rubber'), ('Dream Pairs|Dress Boot|Leather'), ('Dream Pairs|Dress Boot|Leatherette'), ('Dream Pairs|Dress Boot|Polyurethane'), ('Dream Pairs|Dress Boot|PVC'), ('Dream Pairs|Dress Boot|Rubber'), ('Dream Pairs|Dress Shoe|Leather'), ('Dream Pairs|Dress Shoe|Leatherette'), ('Dream Pairs|Dress Shoe|Polyurethane'), ('Dream Pairs|Dress Shoe|PVC'), ('Dream Pairs|Dress Shoe|Rubber'), ('Dream Pairs|Driving Shoe|Leather'), ('Dream Pairs|Driving Shoe|Leatherette'), ('Dream Pairs|Driving Shoe|Polyurethane'), ('Dream Pairs|Driving Shoe|PVC'), ('Dream Pairs|Driving Shoe|Rubber'), ('Dream Pairs|Hiker|Leather'), ('Dream Pairs|Hiker|Leatherette'), ('Dream Pairs|Hiker|Polyurethane'), ('Dream Pairs|Hiker|PVC'), ('Dream Pairs|Hiker|Rubber'), ('Dream Pairs|Loafer (Slip-on)|Leather'), ('Dream Pairs|Loafer (Slip-on)|Leatherette'), ('Dream Pairs|Loafer (Slip-on)|Polyurethane'), ('Dream Pairs|Loafer (Slip-on)|PVC'), ('Dream Pairs|Loafer (Slip-on)|Rubber'), ('Dream Pairs|Oxford (Lace-up)|Leather'), ('Dream Pairs|Oxford (Lace-up)|Leatherette'), ('Dream Pairs|Oxford (Lace-up)|Polyurethane'), ('Dream Pairs|Oxford (Lace-up)|PVC'), ('Dream Pairs|Oxford (Lace-up)|Rubber'), ('Dream Pairs|Patent Leather|Leather'), ('Dream Pairs|Patent Leather|Leatherette'), ('Dream Pairs|Patent Leather|Polyurethane'), ('Dream Pairs|Patent Leather|PVC'), ('Dream Pairs|Patent Leather|Rubber'), ('Dream Pairs|Penny Loafer|Leather'), ('Dream Pairs|Penny Loafer|Leatherette'), ('Dream Pairs|Penny Loafer|Polyurethane'), ('Dream Pairs|Penny Loafer|PVC'), ('Dream Pairs|Penny Loafer|Rubber'), ('Dream Pairs|Runner|Leather'), ('Dream Pairs|Runner|Leatherette'), ('Dream Pairs|Runner|Polyurethane'), ('Dream Pairs|Runner|PVC'), ('Dream Pairs|Runner|Rubber'), ('Dream Pairs|Saddle Shoe|Leather'), ('Dream Pairs|Saddle Shoe|Leatherette'), ('Dream Pairs|Saddle Shoe|Polyurethane'), ('Dream Pairs|Saddle Shoe|PVC'), ('Dream Pairs|Saddle Shoe|Rubber'), ('Dream Pairs|Sandal|Leather'), ('Dream Pairs|Sandal|Leatherette'), ('Dream Pairs|Sandal|Polyurethane'), ('Dream Pairs|Sandal|PVC'), ('Dream Pairs|Sandal|Rubber'), ('Dream Pairs|Tennis|Leather'), ('Dream Pairs|Tennis|Leatherette'), ('Dream Pairs|Tennis|Polyurethane'), ('Dream Pairs|Tennis|PVC'), ('Dream Pairs|Tennis|Rubber'), ('Dream Pairs|Walker|Leather'), ('Dream Pairs|Walker|Leatherette'), ('Dream Pairs|Walker|Polyurethane'), ('Dream Pairs|Walker|PVC'), ('Dream Pairs|Walker|Rubber'), ('Dream Pairs|Wingtip|Leather'), ('Dream Pairs|Wingtip|Leatherette'), ('Dream Pairs|Wingtip|Polyurethane'), ('Dream Pairs|Wingtip|PVC'), ('Dream Pairs|Wingtip|Rubber'), ('Dream Pairs|Work Boot|Leather'), ('Dream Pairs|Work Boot|Leatherette'), ('Dream Pairs|Work Boot|Polyurethane'), ('Dream Pairs|Work Boot|PVC'), ('Dream Pairs|Work Boot|Rubber'), ('Ecco|Balmoral|Leather'), ('Ecco|Balmoral|Leatherette'), ('Ecco|Balmoral|Polyurethane'), ('Ecco|Balmoral|PVC'), ('Ecco|Balmoral|Rubber'), ('Ecco|Boat Shoe|Leather'), ('Ecco|Boat Shoe|Leatherette'), ('Ecco|Boat Shoe|Polyurethane'), ('Ecco|Boat Shoe|PVC'), ('Ecco|Boat Shoe|Rubber'), ('Ecco|Brouge|Leather'), ('Ecco|Brouge|Leatherette'), ('Ecco|Brouge|Polyurethane'), ('Ecco|Brouge|PVC'), ('Ecco|Brouge|Rubber'), ('Ecco|Cross Trainer|Leather'), ('Ecco|Cross Trainer|Leatherette'), ('Ecco|Cross Trainer|Polyurethane'), ('Ecco|Cross Trainer|PVC'), ('Ecco|Cross Trainer|Rubber'), ('Ecco|Derby|Leather'), ('Ecco|Derby|Leatherette'), ('Ecco|Derby|Polyurethane'), ('Ecco|Derby|PVC'), ('Ecco|Derby|Rubber'), ('Ecco|Dress Boot|Leather'), ('Ecco|Dress Boot|Leatherette'), ('Ecco|Dress Boot|Polyurethane'), ('Ecco|Dress Boot|PVC'), ('Ecco|Dress Boot|Rubber'), ('Ecco|Dress Shoe|Leather'), ('Ecco|Dress Shoe|Leatherette'), ('Ecco|Dress Shoe|Polyurethane'), ('Ecco|Dress Shoe|PVC'), ('Ecco|Dress Shoe|Rubber'), ('Ecco|Driving Shoe|Leather'), ('Ecco|Driving Shoe|Leatherette'), ('Ecco|Driving Shoe|Polyurethane'), ('Ecco|Driving Shoe|PVC'), ('Ecco|Driving Shoe|Rubber'), ('Ecco|Hiker|Leather'), ('Ecco|Hiker|Leatherette'), ('Ecco|Hiker|Polyurethane'), ('Ecco|Hiker|PVC'), ('Ecco|Hiker|Rubber'), ('Ecco|Loafer (Slip-on)|Leather'), ('Ecco|Loafer (Slip-on)|Leatherette'), ('Ecco|Loafer (Slip-on)|Polyurethane'), ('Ecco|Loafer (Slip-on)|PVC'), ('Ecco|Loafer (Slip-on)|Rubber'), ('Ecco|Oxford (Lace-up)|Leather'), ('Ecco|Oxford (Lace-up)|Leatherette'), ('Ecco|Oxford (Lace-up)|Polyurethane'), ('Ecco|Oxford (Lace-up)|PVC'), ('Ecco|Oxford (Lace-up)|Rubber'), ('Ecco|Patent Leather|Leather'), ('Ecco|Patent Leather|Leatherette'), ('Ecco|Patent Leather|Polyurethane'), ('Ecco|Patent Leather|PVC'), ('Ecco|Patent Leather|Rubber'), ('Ecco|Penny Loafer|Leather'), ('Ecco|Penny Loafer|Leatherette'), ('Ecco|Penny Loafer|Polyurethane'), ('Ecco|Penny Loafer|PVC'), ('Ecco|Penny Loafer|Rubber'), ('Ecco|Runner|Leather'), ('Ecco|Runner|Leatherette'), ('Ecco|Runner|Polyurethane'), ('Ecco|Runner|PVC'), ('Ecco|Runner|Rubber'), ('Ecco|Saddle Shoe|Leather'), ('Ecco|Saddle Shoe|Leatherette'), ('Ecco|Saddle Shoe|Polyurethane'), ('Ecco|Saddle Shoe|PVC'), ('Ecco|Saddle Shoe|Rubber'), ('Ecco|Sandal|Leather'), ('Ecco|Sandal|Leatherette'), ('Ecco|Sandal|Polyurethane'), ('Ecco|Sandal|PVC'), ('Ecco|Sandal|Rubber'), ('Ecco|Tennis|Leather'), ('Ecco|Tennis|Leatherette'), ('Ecco|Tennis|Polyurethane'), ('Ecco|Tennis|PVC'), ('Ecco|Tennis|Rubber'), ('Ecco|Walker|Leather'), ('Ecco|Walker|Leatherette'), ('Ecco|Walker|Polyurethane'), ('Ecco|Walker|PVC'), ('Ecco|Walker|Rubber'), ('Ecco|Wingtip|Leather'), ('Ecco|Wingtip|Leatherette'), ('Ecco|Wingtip|Polyurethane'), ('Ecco|Wingtip|PVC'), ('Ecco|Wingtip|Rubber'), ('Ecco|Work Boot|Leather'), ('Ecco|Work Boot|Leatherette'), ('Ecco|Work Boot|Polyurethane'), ('Ecco|Work Boot|PVC'), ('Ecco|Work Boot|Rubber'), ('Etnies|Balmoral|Leather'), ('Etnies|Balmoral|Leatherette'), ('Etnies|Balmoral|Polyurethane'), ('Etnies|Balmoral|PVC'), ('Etnies|Balmoral|Rubber'), ('Etnies|Boat Shoe|Leather'), ('Etnies|Boat Shoe|Leatherette'), ('Etnies|Boat Shoe|Polyurethane'), ('Etnies|Boat Shoe|PVC'), ('Etnies|Boat Shoe|Rubber'), ('Etnies|Brouge|Leather'), ('Etnies|Brouge|Leatherette'), ('Etnies|Brouge|Polyurethane'), ('Etnies|Brouge|PVC'), ('Etnies|Brouge|Rubber'), ('Etnies|Cross Trainer|Leather'), ('Etnies|Cross Trainer|Leatherette'), ('Etnies|Cross Trainer|Polyurethane'), ('Etnies|Cross Trainer|PVC'), ('Etnies|Cross Trainer|Rubber'), ('Etnies|Derby|Leather'), ('Etnies|Derby|Leatherette'), ('Etnies|Derby|Polyurethane'), ('Etnies|Derby|PVC'), ('Etnies|Derby|Rubber'), ('Etnies|Dress Boot|Leather'), ('Etnies|Dress Boot|Leatherette'), ('Etnies|Dress Boot|Polyurethane'), ('Etnies|Dress Boot|PVC'), ('Etnies|Dress Boot|Rubber'), ('Etnies|Dress Shoe|Leather'), ('Etnies|Dress Shoe|Leatherette'), ('Etnies|Dress Shoe|Polyurethane'), ('Etnies|Dress Shoe|PVC'), ('Etnies|Dress Shoe|Rubber'), ('Etnies|Driving Shoe|Leather'), ('Etnies|Driving Shoe|Leatherette'), ('Etnies|Driving Shoe|Polyurethane'), ('Etnies|Driving Shoe|PVC'), ('Etnies|Driving Shoe|Rubber'), ('Etnies|Hiker|Leather'), ('Etnies|Hiker|Leatherette'), ('Etnies|Hiker|Polyurethane'), ('Etnies|Hiker|PVC'), ('Etnies|Hiker|Rubber'), ('Etnies|Loafer (Slip-on)|Leather'), ('Etnies|Loafer (Slip-on)|Leatherette'), ('Etnies|Loafer (Slip-on)|Polyurethane'), ('Etnies|Loafer (Slip-on)|PVC'), ('Etnies|Loafer (Slip-on)|Rubber'), ('Etnies|Oxford (Lace-up)|Leather'), ('Etnies|Oxford (Lace-up)|Leatherette'), ('Etnies|Oxford (Lace-up)|Polyurethane'), ('Etnies|Oxford (Lace-up)|PVC'), ('Etnies|Oxford (Lace-up)|Rubber'), ('Etnies|Patent Leather|Leather'), ('Etnies|Patent Leather|Leatherette'), ('Etnies|Patent Leather|Polyurethane'), ('Etnies|Patent Leather|PVC'), ('Etnies|Patent Leather|Rubber'), ('Etnies|Penny Loafer|Leather'), ('Etnies|Penny Loafer|Leatherette'), ('Etnies|Penny Loafer|Polyurethane'), ('Etnies|Penny Loafer|PVC'), ('Etnies|Penny Loafer|Rubber'), ('Etnies|Runner|Leather'), ('Etnies|Runner|Leatherette'), ('Etnies|Runner|Polyurethane'), ('Etnies|Runner|PVC'), ('Etnies|Runner|Rubber'), ('Etnies|Saddle Shoe|Leather'), ('Etnies|Saddle Shoe|Leatherette'), ('Etnies|Saddle Shoe|Polyurethane'), ('Etnies|Saddle Shoe|PVC'), ('Etnies|Saddle Shoe|Rubber'), ('Etnies|Sandal|Leather'), ('Etnies|Sandal|Leatherette'), ('Etnies|Sandal|Polyurethane'), ('Etnies|Sandal|PVC'), ('Etnies|Sandal|Rubber'), ('Etnies|Tennis|Leather'), ('Etnies|Tennis|Leatherette'), ('Etnies|Tennis|Polyurethane'), ('Etnies|Tennis|PVC'), ('Etnies|Tennis|Rubber'), ('Etnies|Walker|Leather'), ('Etnies|Walker|Leatherette'), ('Etnies|Walker|Polyurethane'), ('Etnies|Walker|PVC'), ('Etnies|Walker|Rubber'), ('Etnies|Wingtip|Leather'), ('Etnies|Wingtip|Leatherette'), ('Etnies|Wingtip|Polyurethane'), ('Etnies|Wingtip|PVC'), ('Etnies|Wingtip|Rubber'), ('Etnies|Work Boot|Leather'), ('Etnies|Work Boot|Leatherette'), ('Etnies|Work Boot|Polyurethane'), ('Etnies|Work Boot|PVC'), ('Etnies|Work Boot|Rubber'), ('Fred Perry|Balmoral|Leather'), ('Fred Perry|Balmoral|Leatherette'), ('Fred Perry|Balmoral|Polyurethane'), ('Fred Perry|Balmoral|PVC'), ('Fred Perry|Balmoral|Rubber'), ('Fred Perry|Boat Shoe|Leather'), ('Fred Perry|Boat Shoe|Leatherette'), ('Fred Perry|Boat Shoe|Polyurethane'), ('Fred Perry|Boat Shoe|PVC'), ('Fred Perry|Boat Shoe|Rubber'), ('Fred Perry|Brouge|Leather'), ('Fred Perry|Brouge|Leatherette'), ('Fred Perry|Brouge|Polyurethane'), ('Fred Perry|Brouge|PVC'), ('Fred Perry|Brouge|Rubber'), ('Fred Perry|Cross Trainer|Leather'), ('Fred Perry|Cross Trainer|Leatherette'), ('Fred Perry|Cross Trainer|Polyurethane'), ('Fred Perry|Cross Trainer|PVC'), ('Fred Perry|Cross Trainer|Rubber'), ('Fred Perry|Derby|Leather'), ('Fred Perry|Derby|Leatherette'), ('Fred Perry|Derby|Polyurethane'), ('Fred Perry|Derby|PVC'), ('Fred Perry|Derby|Rubber'), ('Fred Perry|Dress Boot|Leather'), ('Fred Perry|Dress Boot|Leatherette'), ('Fred Perry|Dress Boot|Polyurethane'), ('Fred Perry|Dress Boot|PVC'), ('Fred Perry|Dress Boot|Rubber'), ('Fred Perry|Dress Shoe|Leather'), ('Fred Perry|Dress Shoe|Leatherette'), ('Fred Perry|Dress Shoe|Polyurethane'), ('Fred Perry|Dress Shoe|PVC'), ('Fred Perry|Dress Shoe|Rubber'), ('Fred Perry|Driving Shoe|Leather'), ('Fred Perry|Driving Shoe|Leatherette'), ('Fred Perry|Driving Shoe|Polyurethane'), ('Fred Perry|Driving Shoe|PVC'), ('Fred Perry|Driving Shoe|Rubber'), ('Fred Perry|Hiker|Leather'), ('Fred Perry|Hiker|Leatherette'), ('Fred Perry|Hiker|Polyurethane'), ('Fred Perry|Hiker|PVC'), ('Fred Perry|Hiker|Rubber'), ('Fred Perry|Loafer (Slip-on)|Leather'), ('Fred Perry|Loafer (Slip-on)|Leatherette'), ('Fred Perry|Loafer (Slip-on)|Polyurethane'), ('Fred Perry|Loafer (Slip-on)|PVC'), ('Fred Perry|Loafer (Slip-on)|Rubber'), ('Fred Perry|Oxford (Lace-up)|Leather'), ('Fred Perry|Oxford (Lace-up)|Leatherette'), ('Fred Perry|Oxford (Lace-up)|Polyurethane'), ('Fred Perry|Oxford (Lace-up)|PVC'), ('Fred Perry|Oxford (Lace-up)|Rubber'), ('Fred Perry|Patent Leather|Leather'), ('Fred Perry|Patent Leather|Leatherette'), ('Fred Perry|Patent Leather|Polyurethane'), ('Fred Perry|Patent Leather|PVC'), ('Fred Perry|Patent Leather|Rubber'), ('Fred Perry|Penny Loafer|Leather'), ('Fred Perry|Penny Loafer|Leatherette'), ('Fred Perry|Penny Loafer|Polyurethane'), ('Fred Perry|Penny Loafer|PVC'), ('Fred Perry|Penny Loafer|Rubber'), ('Fred Perry|Runner|Leather'), ('Fred Perry|Runner|Leatherette'), ('Fred Perry|Runner|Polyurethane'), ('Fred Perry|Runner|PVC'), ('Fred Perry|Runner|Rubber'), ('Fred Perry|Saddle Shoe|Leather'), ('Fred Perry|Saddle Shoe|Leatherette'), ('Fred Perry|Saddle Shoe|Polyurethane'), ('Fred Perry|Saddle Shoe|PVC'), ('Fred Perry|Saddle Shoe|Rubber'), ('Fred Perry|Sandal|Leather'), ('Fred Perry|Sandal|Leatherette'), ('Fred Perry|Sandal|Polyurethane'), ('Fred Perry|Sandal|PVC'), ('Fred Perry|Sandal|Rubber'), ('Fred Perry|Tennis|Leather'), ('Fred Perry|Tennis|Leatherette'), ('Fred Perry|Tennis|Polyurethane'), ('Fred Perry|Tennis|PVC'), ('Fred Perry|Tennis|Rubber'), ('Fred Perry|Walker|Leather'), ('Fred Perry|Walker|Leatherette'), ('Fred Perry|Walker|Polyurethane'), ('Fred Perry|Walker|PVC'), ('Fred Perry|Walker|Rubber'), ('Fred Perry|Wingtip|Leather'), ('Fred Perry|Wingtip|Leatherette'), ('Fred Perry|Wingtip|Polyurethane'), ('Fred Perry|Wingtip|PVC'), ('Fred Perry|Wingtip|Rubber'), ('Fred Perry|Work Boot|Leather'), ('Fred Perry|Work Boot|Leatherette'), ('Fred Perry|Work Boot|Polyurethane'), ('Fred Perry|Work Boot|PVC'), ('Fred Perry|Work Boot|Rubber'), ('Frye|Balmoral|Leather'), ('Frye|Balmoral|Leatherette'), ('Frye|Balmoral|Polyurethane'), ('Frye|Balmoral|PVC'), ('Frye|Balmoral|Rubber'), ('Frye|Boat Shoe|Leather'), ('Frye|Boat Shoe|Leatherette'), ('Frye|Boat Shoe|Polyurethane'), ('Frye|Boat Shoe|PVC'), ('Frye|Boat Shoe|Rubber'), ('Frye|Brouge|Leather'), ('Frye|Brouge|Leatherette'), ('Frye|Brouge|Polyurethane'), ('Frye|Brouge|PVC'), ('Frye|Brouge|Rubber'), ('Frye|Cross Trainer|Leather'), ('Frye|Cross Trainer|Leatherette'), ('Frye|Cross Trainer|Polyurethane'), ('Frye|Cross Trainer|PVC'), ('Frye|Cross Trainer|Rubber'), ('Frye|Derby|Leather'), ('Frye|Derby|Leatherette'), ('Frye|Derby|Polyurethane'), ('Frye|Derby|PVC'), ('Frye|Derby|Rubber'), ('Frye|Dress Boot|Leather'), ('Frye|Dress Boot|Leatherette'), ('Frye|Dress Boot|Polyurethane'), ('Frye|Dress Boot|PVC'), ('Frye|Dress Boot|Rubber'), ('Frye|Dress Shoe|Leather'), ('Frye|Dress Shoe|Leatherette'), ('Frye|Dress Shoe|Polyurethane'), ('Frye|Dress Shoe|PVC'), ('Frye|Dress Shoe|Rubber'), ('Frye|Driving Shoe|Leather'), ('Frye|Driving Shoe|Leatherette'), ('Frye|Driving Shoe|Polyurethane'), ('Frye|Driving Shoe|PVC'), ('Frye|Driving Shoe|Rubber'), ('Frye|Hiker|Leather'), ('Frye|Hiker|Leatherette'), ('Frye|Hiker|Polyurethane'), ('Frye|Hiker|PVC'), ('Frye|Hiker|Rubber'), ('Frye|Loafer (Slip-on)|Leather'), ('Frye|Loafer (Slip-on)|Leatherette'), ('Frye|Loafer (Slip-on)|Polyurethane'), ('Frye|Loafer (Slip-on)|PVC'), ('Frye|Loafer (Slip-on)|Rubber'), ('Frye|Oxford (Lace-up)|Leather'), ('Frye|Oxford (Lace-up)|Leatherette'), ('Frye|Oxford (Lace-up)|Polyurethane'), ('Frye|Oxford (Lace-up)|PVC'), ('Frye|Oxford (Lace-up)|Rubber'), ('Frye|Patent Leather|Leather'), ('Frye|Patent Leather|Leatherette'), ('Frye|Patent Leather|Polyurethane'), ('Frye|Patent Leather|PVC'), ('Frye|Patent Leather|Rubber'), ('Frye|Penny Loafer|Leather'), ('Frye|Penny Loafer|Leatherette'), ('Frye|Penny Loafer|Polyurethane'), ('Frye|Penny Loafer|PVC'), ('Frye|Penny Loafer|Rubber'), ('Frye|Runner|Leather'), ('Frye|Runner|Leatherette'), ('Frye|Runner|Polyurethane'), ('Frye|Runner|PVC'), ('Frye|Runner|Rubber'), ('Frye|Saddle Shoe|Leather'), ('Frye|Saddle Shoe|Leatherette'), ('Frye|Saddle Shoe|Polyurethane'), ('Frye|Saddle Shoe|PVC'), ('Frye|Saddle Shoe|Rubber'), ('Frye|Sandal|Leather'), ('Frye|Sandal|Leatherette'), ('Frye|Sandal|Polyurethane'), ('Frye|Sandal|PVC'), ('Frye|Sandal|Rubber'), ('Frye|Tennis|Leather'), ('Frye|Tennis|Leatherette'), ('Frye|Tennis|Polyurethane'), ('Frye|Tennis|PVC'), ('Frye|Tennis|Rubber'), ('Frye|Walker|Leather'), ('Frye|Walker|Leatherette'), ('Frye|Walker|Polyurethane'), ('Frye|Walker|PVC'), ('Frye|Walker|Rubber'), ('Frye|Wingtip|Leather'), ('Frye|Wingtip|Leatherette'), ('Frye|Wingtip|Polyurethane'), ('Frye|Wingtip|PVC'), ('Frye|Wingtip|Rubber'), ('Frye|Work Boot|Leather'), ('Frye|Work Boot|Leatherette'), ('Frye|Work Boot|Polyurethane'), ('Frye|Work Boot|PVC'), ('Frye|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('John Fluevog|Balmoral|Leather'), ('John Fluevog|Balmoral|Leatherette'), ('John Fluevog|Balmoral|Polyurethane'), ('John Fluevog|Balmoral|PVC'), ('John Fluevog|Balmoral|Rubber'), ('John Fluevog|Boat Shoe|Leather'), ('John Fluevog|Boat Shoe|Leatherette'), ('John Fluevog|Boat Shoe|Polyurethane'), ('John Fluevog|Boat Shoe|PVC'), ('John Fluevog|Boat Shoe|Rubber'), ('John Fluevog|Brouge|Leather'), ('John Fluevog|Brouge|Leatherette'), ('John Fluevog|Brouge|Polyurethane'), ('John Fluevog|Brouge|PVC'), ('John Fluevog|Brouge|Rubber'), ('John Fluevog|Cross Trainer|Leather'), ('John Fluevog|Cross Trainer|Leatherette'), ('John Fluevog|Cross Trainer|Polyurethane'), ('John Fluevog|Cross Trainer|PVC'), ('John Fluevog|Cross Trainer|Rubber'), ('John Fluevog|Derby|Leather'), ('John Fluevog|Derby|Leatherette'), ('John Fluevog|Derby|Polyurethane'), ('John Fluevog|Derby|PVC'), ('John Fluevog|Derby|Rubber'), ('John Fluevog|Dress Boot|Leather'), ('John Fluevog|Dress Boot|Leatherette'), ('John Fluevog|Dress Boot|Polyurethane'), ('John Fluevog|Dress Boot|PVC'), ('John Fluevog|Dress Boot|Rubber'), ('John Fluevog|Dress Shoe|Leather'), ('John Fluevog|Dress Shoe|Leatherette'), ('John Fluevog|Dress Shoe|Polyurethane'), ('John Fluevog|Dress Shoe|PVC'), ('John Fluevog|Dress Shoe|Rubber'), ('John Fluevog|Driving Shoe|Leather'), ('John Fluevog|Driving Shoe|Leatherette'), ('John Fluevog|Driving Shoe|Polyurethane'), ('John Fluevog|Driving Shoe|PVC'), ('John Fluevog|Driving Shoe|Rubber'), ('John Fluevog|Hiker|Leather'), ('John Fluevog|Hiker|Leatherette'), ('John Fluevog|Hiker|Polyurethane'), ('John Fluevog|Hiker|PVC'), ('John Fluevog|Hiker|Rubber'), ('John Fluevog|Loafer (Slip-on)|Leather'), ('John Fluevog|Loafer (Slip-on)|Leatherette'), ('John Fluevog|Loafer (Slip-on)|Polyurethane'), ('John Fluevog|Loafer (Slip-on)|PVC'), ('John Fluevog|Loafer (Slip-on)|Rubber'), ('John Fluevog|Oxford (Lace-up)|Leather'), ('John Fluevog|Oxford (Lace-up)|Leatherette'), ('John Fluevog|Oxford (Lace-up)|Polyurethane'), ('John Fluevog|Oxford (Lace-up)|PVC'), ('John Fluevog|Oxford (Lace-up)|Rubber'), ('John Fluevog|Patent Leather|Leather'), ('John Fluevog|Patent Leather|Leatherette'), ('John Fluevog|Patent Leather|Polyurethane'), ('John Fluevog|Patent Leather|PVC'), ('John Fluevog|Patent Leather|Rubber'), ('John Fluevog|Penny Loafer|Leather'), ('John Fluevog|Penny Loafer|Leatherette'), ('John Fluevog|Penny Loafer|Polyurethane'), ('John Fluevog|Penny Loafer|PVC'), ('John Fluevog|Penny Loafer|Rubber'), ('John Fluevog|Runner|Leather'), ('John Fluevog|Runner|Leatherette'), ('John Fluevog|Runner|Polyurethane'), ('John Fluevog|Runner|PVC'), ('John Fluevog|Runner|Rubber'), ('John Fluevog|Saddle Shoe|Leather'), ('John Fluevog|Saddle Shoe|Leatherette'), ('John Fluevog|Saddle Shoe|Polyurethane'), ('John Fluevog|Saddle Shoe|PVC'), ('John Fluevog|Saddle Shoe|Rubber'), ('John Fluevog|Sandal|Leather'), ('John Fluevog|Sandal|Leatherette'), ('John Fluevog|Sandal|Polyurethane'), ('John Fluevog|Sandal|PVC'), ('John Fluevog|Sandal|Rubber'), ('John Fluevog|Tennis|Leather'), ('John Fluevog|Tennis|Leatherette'), ('John Fluevog|Tennis|Polyurethane'), ('John Fluevog|Tennis|PVC'), ('John Fluevog|Tennis|Rubber'), ('John Fluevog|Walker|Leather'), ('John Fluevog|Walker|Leatherette'), ('John Fluevog|Walker|Polyurethane'), ('John Fluevog|Walker|PVC'), ('John Fluevog|Walker|Rubber'), ('John Fluevog|Wingtip|Leather'), ('John Fluevog|Wingtip|Leatherette'), ('John Fluevog|Wingtip|Polyurethane'), ('John Fluevog|Wingtip|PVC'), ('John Fluevog|Wingtip|Rubber'), ('John Fluevog|Work Boot|Leather'), ('John Fluevog|Work Boot|Leatherette'), ('John Fluevog|Work Boot|Polyurethane'), ('John Fluevog|Work Boot|PVC'), ('John Fluevog|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Keen|Balmoral|Leather'), ('Keen|Balmoral|Leatherette'), ('Keen|Balmoral|Polyurethane'), ('Keen|Balmoral|PVC'), ('Keen|Balmoral|Rubber'), ('Keen|Boat Shoe|Leather'), ('Keen|Boat Shoe|Leatherette'), ('Keen|Boat Shoe|Polyurethane'), ('Keen|Boat Shoe|PVC'), ('Keen|Boat Shoe|Rubber'), ('Keen|Brouge|Leather'), ('Keen|Brouge|Leatherette'), ('Keen|Brouge|Polyurethane'), ('Keen|Brouge|PVC'), ('Keen|Brouge|Rubber'), ('Keen|Cross Trainer|Leather'), ('Keen|Cross Trainer|Leatherette'), ('Keen|Cross Trainer|Polyurethane'), ('Keen|Cross Trainer|PVC'), ('Keen|Cross Trainer|Rubber'), ('Keen|Derby|Leather'), ('Keen|Derby|Leatherette'), ('Keen|Derby|Polyurethane'), ('Keen|Derby|PVC'), ('Keen|Derby|Rubber'), ('Keen|Dress Boot|Leather'), ('Keen|Dress Boot|Leatherette'), ('Keen|Dress Boot|Polyurethane'), ('Keen|Dress Boot|PVC'), ('Keen|Dress Boot|Rubber'), ('Keen|Dress Shoe|Leather'), ('Keen|Dress Shoe|Leatherette'), ('Keen|Dress Shoe|Polyurethane'), ('Keen|Dress Shoe|PVC'), ('Keen|Dress Shoe|Rubber'), ('Keen|Driving Shoe|Leather'), ('Keen|Driving Shoe|Leatherette'), ('Keen|Driving Shoe|Polyurethane'), ('Keen|Driving Shoe|PVC'), ('Keen|Driving Shoe|Rubber'), ('Keen|Hiker|Leather'), ('Keen|Hiker|Leatherette'), ('Keen|Hiker|Polyurethane'), ('Keen|Hiker|PVC'), ('Keen|Hiker|Rubber'), ('Keen|Loafer (Slip-on)|Leather'), ('Keen|Loafer (Slip-on)|Leatherette'), ('Keen|Loafer (Slip-on)|Polyurethane'), ('Keen|Loafer (Slip-on)|PVC'), ('Keen|Loafer (Slip-on)|Rubber'), ('Keen|Oxford (Lace-up)|Leather'), ('Keen|Oxford (Lace-up)|Leatherette'), ('Keen|Oxford (Lace-up)|Polyurethane'), ('Keen|Oxford (Lace-up)|PVC'), ('Keen|Oxford (Lace-up)|Rubber'), ('Keen|Patent Leather|Leather'), ('Keen|Patent Leather|Leatherette'), ('Keen|Patent Leather|Polyurethane'), ('Keen|Patent Leather|PVC'), ('Keen|Patent Leather|Rubber'), ('Keen|Penny Loafer|Leather'), ('Keen|Penny Loafer|Leatherette'), ('Keen|Penny Loafer|Polyurethane'), ('Keen|Penny Loafer|PVC'), ('Keen|Penny Loafer|Rubber'), ('Keen|Runner|Leather'), ('Keen|Runner|Leatherette'), ('Keen|Runner|Polyurethane'), ('Keen|Runner|PVC'), ('Keen|Runner|Rubber'), ('Keen|Saddle Shoe|Leather'), ('Keen|Saddle Shoe|Leatherette'), ('Keen|Saddle Shoe|Polyurethane'), ('Keen|Saddle Shoe|PVC'), ('Keen|Saddle Shoe|Rubber'), ('Keen|Sandal|Leather'), ('Keen|Sandal|Leatherette'), ('Keen|Sandal|Polyurethane'), ('Keen|Sandal|PVC'), ('Keen|Sandal|Rubber'), ('Keen|Tennis|Leather'), ('Keen|Tennis|Leatherette'), ('Keen|Tennis|Polyurethane'), ('Keen|Tennis|PVC'), ('Keen|Tennis|Rubber'), ('Keen|Walker|Leather'), ('Keen|Walker|Leatherette'), ('Keen|Walker|Polyurethane'), ('Keen|Walker|PVC'), ('Keen|Walker|Rubber'), ('Keen|Wingtip|Leather'), ('Keen|Wingtip|Leatherette'), ('Keen|Wingtip|Polyurethane'), ('Keen|Wingtip|PVC'), ('Keen|Wingtip|Rubber'), ('Keen|Work Boot|Leather'), ('Keen|Work Boot|Leatherette'), ('Keen|Work Boot|Polyurethane'), ('Keen|Work Boot|PVC'), ('Keen|Work Boot|Rubber'), ('Lacoste|Balmoral|Leather'), ('Lacoste|Balmoral|Leatherette'), ('Lacoste|Balmoral|Polyurethane'), ('Lacoste|Balmoral|PVC'), ('Lacoste|Balmoral|Rubber'), ('Lacoste|Boat Shoe|Leather'), ('Lacoste|Boat Shoe|Leatherette'), ('Lacoste|Boat Shoe|Polyurethane'), ('Lacoste|Boat Shoe|PVC'), ('Lacoste|Boat Shoe|Rubber'), ('Lacoste|Brouge|Leather'), ('Lacoste|Brouge|Leatherette'), ('Lacoste|Brouge|Polyurethane'), ('Lacoste|Brouge|PVC'), ('Lacoste|Brouge|Rubber'), ('Lacoste|Cross Trainer|Leather'), ('Lacoste|Cross Trainer|Leatherette'), ('Lacoste|Cross Trainer|Polyurethane'), ('Lacoste|Cross Trainer|PVC'), ('Lacoste|Cross Trainer|Rubber'), ('Lacoste|Derby|Leather'), ('Lacoste|Derby|Leatherette'), ('Lacoste|Derby|Polyurethane'), ('Lacoste|Derby|PVC'), ('Lacoste|Derby|Rubber'), ('Lacoste|Dress Boot|Leather'), ('Lacoste|Dress Boot|Leatherette'), ('Lacoste|Dress Boot|Polyurethane'), ('Lacoste|Dress Boot|PVC'), ('Lacoste|Dress Boot|Rubber'), ('Lacoste|Dress Shoe|Leather'), ('Lacoste|Dress Shoe|Leatherette'), ('Lacoste|Dress Shoe|Polyurethane'), ('Lacoste|Dress Shoe|PVC'), ('Lacoste|Dress Shoe|Rubber'), ('Lacoste|Driving Shoe|Leather'), ('Lacoste|Driving Shoe|Leatherette'), ('Lacoste|Driving Shoe|Polyurethane'), ('Lacoste|Driving Shoe|PVC'), ('Lacoste|Driving Shoe|Rubber'), ('Lacoste|Hiker|Leather'), ('Lacoste|Hiker|Leatherette'), ('Lacoste|Hiker|Polyurethane'), ('Lacoste|Hiker|PVC'), ('Lacoste|Hiker|Rubber'), ('Lacoste|Loafer (Slip-on)|Leather'), ('Lacoste|Loafer (Slip-on)|Leatherette'), ('Lacoste|Loafer (Slip-on)|Polyurethane'), ('Lacoste|Loafer (Slip-on)|PVC'), ('Lacoste|Loafer (Slip-on)|Rubber'), ('Lacoste|Oxford (Lace-up)|Leather'), ('Lacoste|Oxford (Lace-up)|Leatherette'), ('Lacoste|Oxford (Lace-up)|Polyurethane'), ('Lacoste|Oxford (Lace-up)|PVC'), ('Lacoste|Oxford (Lace-up)|Rubber'), ('Lacoste|Patent Leather|Leather'), ('Lacoste|Patent Leather|Leatherette'), ('Lacoste|Patent Leather|Polyurethane'), ('Lacoste|Patent Leather|PVC'), ('Lacoste|Patent Leather|Rubber'), ('Lacoste|Penny Loafer|Leather'), ('Lacoste|Penny Loafer|Leatherette'), ('Lacoste|Penny Loafer|Polyurethane'), ('Lacoste|Penny Loafer|PVC'), ('Lacoste|Penny Loafer|Rubber'), ('Lacoste|Runner|Leather'), ('Lacoste|Runner|Leatherette'), ('Lacoste|Runner|Polyurethane'), ('Lacoste|Runner|PVC'), ('Lacoste|Runner|Rubber'), ('Lacoste|Saddle Shoe|Leather'), ('Lacoste|Saddle Shoe|Leatherette'), ('Lacoste|Saddle Shoe|Polyurethane'), ('Lacoste|Saddle Shoe|PVC'), ('Lacoste|Saddle Shoe|Rubber'), ('Lacoste|Sandal|Leather'), ('Lacoste|Sandal|Leatherette'), ('Lacoste|Sandal|Polyurethane'), ('Lacoste|Sandal|PVC'), ('Lacoste|Sandal|Rubber'), ('Lacoste|Tennis|Leather'), ('Lacoste|Tennis|Leatherette'), ('Lacoste|Tennis|Polyurethane'), ('Lacoste|Tennis|PVC'), ('Lacoste|Tennis|Rubber'), ('Lacoste|Walker|Leather'), ('Lacoste|Walker|Leatherette'), ('Lacoste|Walker|Polyurethane'), ('Lacoste|Walker|PVC'), ('Lacoste|Walker|Rubber'), ('Lacoste|Wingtip|Leather'), ('Lacoste|Wingtip|Leatherette'), ('Lacoste|Wingtip|Polyurethane'), ('Lacoste|Wingtip|PVC'), ('Lacoste|Wingtip|Rubber'), ('Lacoste|Work Boot|Leather'), ('Lacoste|Work Boot|Leatherette'), ('Lacoste|Work Boot|Polyurethane'), ('Lacoste|Work Boot|PVC'), ('Lacoste|Work Boot|Rubber'), ('Marc Jacobs|Balmoral|Leather'), ('Marc Jacobs|Balmoral|Leatherette'), ('Marc Jacobs|Balmoral|Polyurethane'), ('Marc Jacobs|Balmoral|PVC'), ('Marc Jacobs|Balmoral|Rubber'), ('Marc Jacobs|Boat Shoe|Leather'), ('Marc Jacobs|Boat Shoe|Leatherette'), ('Marc Jacobs|Boat Shoe|Polyurethane'), ('Marc Jacobs|Boat Shoe|PVC'), ('Marc Jacobs|Boat Shoe|Rubber'), ('Marc Jacobs|Brouge|Leather'), ('Marc Jacobs|Brouge|Leatherette'), ('Marc Jacobs|Brouge|Polyurethane'), ('Marc Jacobs|Brouge|PVC'), ('Marc Jacobs|Brouge|Rubber'), ('Marc Jacobs|Cross Trainer|Leather'), ('Marc Jacobs|Cross Trainer|Leatherette'), ('Marc Jacobs|Cross Trainer|Polyurethane'), ('Marc Jacobs|Cross Trainer|PVC'), ('Marc Jacobs|Cross Trainer|Rubber'), ('Marc Jacobs|Derby|Leather'), ('Marc Jacobs|Derby|Leatherette'), ('Marc Jacobs|Derby|Polyurethane'), ('Marc Jacobs|Derby|PVC'), ('Marc Jacobs|Derby|Rubber'), ('Marc Jacobs|Dress Boot|Leather'), ('Marc Jacobs|Dress Boot|Leatherette'), ('Marc Jacobs|Dress Boot|Polyurethane'), ('Marc Jacobs|Dress Boot|PVC'), ('Marc Jacobs|Dress Boot|Rubber'), ('Marc Jacobs|Dress Shoe|Leather'), ('Marc Jacobs|Dress Shoe|Leatherette'), ('Marc Jacobs|Dress Shoe|Polyurethane'), ('Marc Jacobs|Dress Shoe|PVC'), ('Marc Jacobs|Dress Shoe|Rubber'), ('Marc Jacobs|Driving Shoe|Leather'), ('Marc Jacobs|Driving Shoe|Leatherette'), ('Marc Jacobs|Driving Shoe|Polyurethane'), ('Marc Jacobs|Driving Shoe|PVC'), ('Marc Jacobs|Driving Shoe|Rubber'), ('Marc Jacobs|Hiker|Leather'), ('Marc Jacobs|Hiker|Leatherette'), ('Marc Jacobs|Hiker|Polyurethane'), ('Marc Jacobs|Hiker|PVC'), ('Marc Jacobs|Hiker|Rubber'), ('Marc Jacobs|Loafer (Slip-on)|Leather'), ('Marc Jacobs|Loafer (Slip-on)|Leatherette'), ('Marc Jacobs|Loafer (Slip-on)|Polyurethane'), ('Marc Jacobs|Loafer (Slip-on)|PVC'), ('Marc Jacobs|Loafer (Slip-on)|Rubber'), ('Marc Jacobs|Oxford (Lace-up)|Leather'), ('Marc Jacobs|Oxford (Lace-up)|Leatherette'), ('Marc Jacobs|Oxford (Lace-up)|Polyurethane'), ('Marc Jacobs|Oxford (Lace-up)|PVC'), ('Marc Jacobs|Oxford (Lace-up)|Rubber'), ('Marc Jacobs|Patent Leather|Leather'), ('Marc Jacobs|Patent Leather|Leatherette'), ('Marc Jacobs|Patent Leather|Polyurethane'), ('Marc Jacobs|Patent Leather|PVC'), ('Marc Jacobs|Patent Leather|Rubber'), ('Marc Jacobs|Penny Loafer|Leather'), ('Marc Jacobs|Penny Loafer|Leatherette'), ('Marc Jacobs|Penny Loafer|Polyurethane'), ('Marc Jacobs|Penny Loafer|PVC'), ('Marc Jacobs|Penny Loafer|Rubber'), ('Marc Jacobs|Runner|Leather'), ('Marc Jacobs|Runner|Leatherette'), ('Marc Jacobs|Runner|Polyurethane'), ('Marc Jacobs|Runner|PVC'), ('Marc Jacobs|Runner|Rubber'), ('Marc Jacobs|Saddle Shoe|Leather'), ('Marc Jacobs|Saddle Shoe|Leatherette'), ('Marc Jacobs|Saddle Shoe|Polyurethane'), ('Marc Jacobs|Saddle Shoe|PVC'), ('Marc Jacobs|Saddle Shoe|Rubber'), ('Marc Jacobs|Sandal|Leather'), ('Marc Jacobs|Sandal|Leatherette'), ('Marc Jacobs|Sandal|Polyurethane'), ('Marc Jacobs|Sandal|PVC'), ('Marc Jacobs|Sandal|Rubber'), ('Marc Jacobs|Tennis|Leather'), ('Marc Jacobs|Tennis|Leatherette'), ('Marc Jacobs|Tennis|Polyurethane'), ('Marc Jacobs|Tennis|PVC'), ('Marc Jacobs|Tennis|Rubber'), ('Marc Jacobs|Walker|Leather'), ('Marc Jacobs|Walker|Leatherette'), ('Marc Jacobs|Walker|Polyurethane'), ('Marc Jacobs|Walker|PVC'), ('Marc Jacobs|Walker|Rubber'), ('Marc Jacobs|Wingtip|Leather'), ('Marc Jacobs|Wingtip|Leatherette'), ('Marc Jacobs|Wingtip|Polyurethane'), ('Marc Jacobs|Wingtip|PVC'), ('Marc Jacobs|Wingtip|Rubber'), ('Marc Jacobs|Work Boot|Leather'), ('Marc Jacobs|Work Boot|Leatherette'), ('Marc Jacobs|Work Boot|Polyurethane'), ('Marc Jacobs|Work Boot|PVC'), ('Marc Jacobs|Work Boot|Rubber'), ('Merrell|Balmoral|Leather'), ('Merrell|Balmoral|Leatherette'), ('Merrell|Balmoral|Polyurethane'), ('Merrell|Balmoral|PVC'), ('Merrell|Balmoral|Rubber'), ('Merrell|Boat Shoe|Leather'), ('Merrell|Boat Shoe|Leatherette'), ('Merrell|Boat Shoe|Polyurethane'), ('Merrell|Boat Shoe|PVC'), ('Merrell|Boat Shoe|Rubber'), ('Merrell|Brouge|Leather'), ('Merrell|Brouge|Leatherette'), ('Merrell|Brouge|Polyurethane'), ('Merrell|Brouge|PVC'), ('Merrell|Brouge|Rubber'), ('Merrell|Cross Trainer|Leather'), ('Merrell|Cross Trainer|Leatherette'), ('Merrell|Cross Trainer|Polyurethane'), ('Merrell|Cross Trainer|PVC'), ('Merrell|Cross Trainer|Rubber'), ('Merrell|Derby|Leather'), ('Merrell|Derby|Leatherette'), ('Merrell|Derby|Polyurethane'), ('Merrell|Derby|PVC'), ('Merrell|Derby|Rubber'), ('Merrell|Dress Boot|Leather'), ('Merrell|Dress Boot|Leatherette'), ('Merrell|Dress Boot|Polyurethane'), ('Merrell|Dress Boot|PVC'), ('Merrell|Dress Boot|Rubber'), ('Merrell|Dress Shoe|Leather'), ('Merrell|Dress Shoe|Leatherette'), ('Merrell|Dress Shoe|Polyurethane'), ('Merrell|Dress Shoe|PVC'), ('Merrell|Dress Shoe|Rubber'), ('Merrell|Driving Shoe|Leather'), ('Merrell|Driving Shoe|Leatherette'), ('Merrell|Driving Shoe|Polyurethane'), ('Merrell|Driving Shoe|PVC'), ('Merrell|Driving Shoe|Rubber'), ('Merrell|Hiker|Leather'), ('Merrell|Hiker|Leatherette'), ('Merrell|Hiker|Polyurethane'), ('Merrell|Hiker|PVC'), ('Merrell|Hiker|Rubber'), ('Merrell|Loafer (Slip-on)|Leather'), ('Merrell|Loafer (Slip-on)|Leatherette'), ('Merrell|Loafer (Slip-on)|Polyurethane'), ('Merrell|Loafer (Slip-on)|PVC'), ('Merrell|Loafer (Slip-on)|Rubber'), ('Merrell|Oxford (Lace-up)|Leather'), ('Merrell|Oxford (Lace-up)|Leatherette'), ('Merrell|Oxford (Lace-up)|Polyurethane'), ('Merrell|Oxford (Lace-up)|PVC'), ('Merrell|Oxford (Lace-up)|Rubber'), ('Merrell|Patent Leather|Leather'), ('Merrell|Patent Leather|Leatherette'), ('Merrell|Patent Leather|Polyurethane'), ('Merrell|Patent Leather|PVC'), ('Merrell|Patent Leather|Rubber'), ('Merrell|Penny Loafer|Leather'), ('Merrell|Penny Loafer|Leatherette'), ('Merrell|Penny Loafer|Polyurethane'), ('Merrell|Penny Loafer|PVC'), ('Merrell|Penny Loafer|Rubber'), ('Merrell|Runner|Leather'), ('Merrell|Runner|Leatherette'), ('Merrell|Runner|Polyurethane'), ('Merrell|Runner|PVC'), ('Merrell|Runner|Rubber'), ('Merrell|Saddle Shoe|Leather'), ('Merrell|Saddle Shoe|Leatherette'), ('Merrell|Saddle Shoe|Polyurethane'), ('Merrell|Saddle Shoe|PVC'), ('Merrell|Saddle Shoe|Rubber'), ('Merrell|Sandal|Leather'), ('Merrell|Sandal|Leatherette'), ('Merrell|Sandal|Polyurethane'), ('Merrell|Sandal|PVC'), ('Merrell|Sandal|Rubber'), ('Merrell|Tennis|Leather'), ('Merrell|Tennis|Leatherette'), ('Merrell|Tennis|Polyurethane'), ('Merrell|Tennis|PVC'), ('Merrell|Tennis|Rubber'), ('Merrell|Walker|Leather'), ('Merrell|Walker|Leatherette'), ('Merrell|Walker|Polyurethane'), ('Merrell|Walker|PVC'), ('Merrell|Walker|Rubber'), ('Merrell|Wingtip|Leather'), ('Merrell|Wingtip|Leatherette'), ('Merrell|Wingtip|Polyurethane'), ('Merrell|Wingtip|PVC'), ('Merrell|Wingtip|Rubber'), ('Merrell|Work Boot|Leather'), ('Merrell|Work Boot|Leatherette'), ('Merrell|Work Boot|Polyurethane'), ('Merrell|Work Boot|PVC'), ('Merrell|Work Boot|Rubber'), ('Mizuno|Balmoral|Leather'), ('Mizuno|Balmoral|Leatherette'), ('Mizuno|Balmoral|Polyurethane'), ('Mizuno|Balmoral|PVC'), ('Mizuno|Balmoral|Rubber'), ('Mizuno|Boat Shoe|Leather'), ('Mizuno|Boat Shoe|Leatherette'), ('Mizuno|Boat Shoe|Polyurethane'), ('Mizuno|Boat Shoe|PVC'), ('Mizuno|Boat Shoe|Rubber'), ('Mizuno|Brouge|Leather'), ('Mizuno|Brouge|Leatherette'), ('Mizuno|Brouge|Polyurethane'), ('Mizuno|Brouge|PVC'), ('Mizuno|Brouge|Rubber'), ('Mizuno|Cross Trainer|Leather'), ('Mizuno|Cross Trainer|Leatherette'), ('Mizuno|Cross Trainer|Polyurethane'), ('Mizuno|Cross Trainer|PVC'), ('Mizuno|Cross Trainer|Rubber'), ('Mizuno|Derby|Leather'), ('Mizuno|Derby|Leatherette'), ('Mizuno|Derby|Polyurethane'), ('Mizuno|Derby|PVC'), ('Mizuno|Derby|Rubber'), ('Mizuno|Dress Boot|Leather'), ('Mizuno|Dress Boot|Leatherette'), ('Mizuno|Dress Boot|Polyurethane'), ('Mizuno|Dress Boot|PVC'), ('Mizuno|Dress Boot|Rubber'), ('Mizuno|Dress Shoe|Leather'), ('Mizuno|Dress Shoe|Leatherette'), ('Mizuno|Dress Shoe|Polyurethane'), ('Mizuno|Dress Shoe|PVC'), ('Mizuno|Dress Shoe|Rubber'), ('Mizuno|Driving Shoe|Leather'), ('Mizuno|Driving Shoe|Leatherette'), ('Mizuno|Driving Shoe|Polyurethane'), ('Mizuno|Driving Shoe|PVC'), ('Mizuno|Driving Shoe|Rubber'), ('Mizuno|Hiker|Leather'), ('Mizuno|Hiker|Leatherette'), ('Mizuno|Hiker|Polyurethane'), ('Mizuno|Hiker|PVC'), ('Mizuno|Hiker|Rubber'), ('Mizuno|Loafer (Slip-on)|Leather'), ('Mizuno|Loafer (Slip-on)|Leatherette'), ('Mizuno|Loafer (Slip-on)|Polyurethane'), ('Mizuno|Loafer (Slip-on)|PVC'), ('Mizuno|Loafer (Slip-on)|Rubber'), ('Mizuno|Oxford (Lace-up)|Leather'), ('Mizuno|Oxford (Lace-up)|Leatherette'), ('Mizuno|Oxford (Lace-up)|Polyurethane'), ('Mizuno|Oxford (Lace-up)|PVC'), ('Mizuno|Oxford (Lace-up)|Rubber'), ('Mizuno|Patent Leather|Leather'), ('Mizuno|Patent Leather|Leatherette'), ('Mizuno|Patent Leather|Polyurethane'), ('Mizuno|Patent Leather|PVC'), ('Mizuno|Patent Leather|Rubber'), ('Mizuno|Penny Loafer|Leather'), ('Mizuno|Penny Loafer|Leatherette'), ('Mizuno|Penny Loafer|Polyurethane'), ('Mizuno|Penny Loafer|PVC'), ('Mizuno|Penny Loafer|Rubber'), ('Mizuno|Runner|Leather'), ('Mizuno|Runner|Leatherette'), ('Mizuno|Runner|Polyurethane'), ('Mizuno|Runner|PVC'), ('Mizuno|Runner|Rubber'), ('Mizuno|Saddle Shoe|Leather'), ('Mizuno|Saddle Shoe|Leatherette'), ('Mizuno|Saddle Shoe|Polyurethane'), ('Mizuno|Saddle Shoe|PVC'), ('Mizuno|Saddle Shoe|Rubber'), ('Mizuno|Sandal|Leather'), ('Mizuno|Sandal|Leatherette'), ('Mizuno|Sandal|Polyurethane'), ('Mizuno|Sandal|PVC'), ('Mizuno|Sandal|Rubber'), ('Mizuno|Tennis|Leather'), ('Mizuno|Tennis|Leatherette'), ('Mizuno|Tennis|Polyurethane'), ('Mizuno|Tennis|PVC'), ('Mizuno|Tennis|Rubber'), ('Mizuno|Walker|Leather'), ('Mizuno|Walker|Leatherette'), ('Mizuno|Walker|Polyurethane'), ('Mizuno|Walker|PVC'), ('Mizuno|Walker|Rubber'), ('Mizuno|Wingtip|Leather'), ('Mizuno|Wingtip|Leatherette'), ('Mizuno|Wingtip|Polyurethane'), ('Mizuno|Wingtip|PVC'), ('Mizuno|Wingtip|Rubber'), ('Mizuno|Work Boot|Leather'), ('Mizuno|Work Boot|Leatherette'), ('Mizuno|Work Boot|Polyurethane'), ('Mizuno|Work Boot|PVC'), ('Mizuno|Work Boot|Rubber'), ('Muck Boot|Balmoral|Leather'), ('Muck Boot|Balmoral|Leatherette'), ('Muck Boot|Balmoral|Polyurethane'), ('Muck Boot|Balmoral|PVC'), ('Muck Boot|Balmoral|Rubber'), ('Muck Boot|Boat Shoe|Leather'), ('Muck Boot|Boat Shoe|Leatherette'), ('Muck Boot|Boat Shoe|Polyurethane'), ('Muck Boot|Boat Shoe|PVC'), ('Muck Boot|Boat Shoe|Rubber'), ('Muck Boot|Brouge|Leather'), ('Muck Boot|Brouge|Leatherette'), ('Muck Boot|Brouge|Polyurethane'), ('Muck Boot|Brouge|PVC'), ('Muck Boot|Brouge|Rubber'), ('Muck Boot|Cross Trainer|Leather'), ('Muck Boot|Cross Trainer|Leatherette'), ('Muck Boot|Cross Trainer|Polyurethane'), ('Muck Boot|Cross Trainer|PVC'), ('Muck Boot|Cross Trainer|Rubber'), ('Muck Boot|Derby|Leather'), ('Muck Boot|Derby|Leatherette'), ('Muck Boot|Derby|Polyurethane'), ('Muck Boot|Derby|PVC'), ('Muck Boot|Derby|Rubber'), ('Muck Boot|Dress Boot|Leather'), ('Muck Boot|Dress Boot|Leatherette'), ('Muck Boot|Dress Boot|Polyurethane'), ('Muck Boot|Dress Boot|PVC'), ('Muck Boot|Dress Boot|Rubber'), ('Muck Boot|Dress Shoe|Leather'), ('Muck Boot|Dress Shoe|Leatherette'), ('Muck Boot|Dress Shoe|Polyurethane'), ('Muck Boot|Dress Shoe|PVC'), ('Muck Boot|Dress Shoe|Rubber'), ('Muck Boot|Driving Shoe|Leather'), ('Muck Boot|Driving Shoe|Leatherette'), ('Muck Boot|Driving Shoe|Polyurethane'), ('Muck Boot|Driving Shoe|PVC'), ('Muck Boot|Driving Shoe|Rubber'), ('Muck Boot|Hiker|Leather'), ('Muck Boot|Hiker|Leatherette'), ('Muck Boot|Hiker|Polyurethane'), ('Muck Boot|Hiker|PVC'), ('Muck Boot|Hiker|Rubber'), ('Muck Boot|Loafer (Slip-on)|Leather'), ('Muck Boot|Loafer (Slip-on)|Leatherette'), ('Muck Boot|Loafer (Slip-on)|Polyurethane'), ('Muck Boot|Loafer (Slip-on)|PVC'), ('Muck Boot|Loafer (Slip-on)|Rubber'), ('Muck Boot|Oxford (Lace-up)|Leather'), ('Muck Boot|Oxford (Lace-up)|Leatherette'), ('Muck Boot|Oxford (Lace-up)|Polyurethane'), ('Muck Boot|Oxford (Lace-up)|PVC'), ('Muck Boot|Oxford (Lace-up)|Rubber'), ('Muck Boot|Patent Leather|Leather'), ('Muck Boot|Patent Leather|Leatherette'), ('Muck Boot|Patent Leather|Polyurethane'), ('Muck Boot|Patent Leather|PVC'), ('Muck Boot|Patent Leather|Rubber'), ('Muck Boot|Penny Loafer|Leather'), ('Muck Boot|Penny Loafer|Leatherette'), ('Muck Boot|Penny Loafer|Polyurethane'), ('Muck Boot|Penny Loafer|PVC'), ('Muck Boot|Penny Loafer|Rubber'), ('Muck Boot|Runner|Leather'), ('Muck Boot|Runner|Leatherette'), ('Muck Boot|Runner|Polyurethane'), ('Muck Boot|Runner|PVC'), ('Muck Boot|Runner|Rubber'), ('Muck Boot|Saddle Shoe|Leather'), ('Muck Boot|Saddle Shoe|Leatherette'), ('Muck Boot|Saddle Shoe|Polyurethane'), ('Muck Boot|Saddle Shoe|PVC'), ('Muck Boot|Saddle Shoe|Rubber'), ('Muck Boot|Sandal|Leather'), ('Muck Boot|Sandal|Leatherette'), ('Muck Boot|Sandal|Polyurethane'), ('Muck Boot|Sandal|PVC'), ('Muck Boot|Sandal|Rubber'), ('Muck Boot|Tennis|Leather'), ('Muck Boot|Tennis|Leatherette'), ('Muck Boot|Tennis|Polyurethane'), ('Muck Boot|Tennis|PVC'), ('Muck Boot|Tennis|Rubber'), ('Muck Boot|Walker|Leather'), ('Muck Boot|Walker|Leatherette'), ('Muck Boot|Walker|Polyurethane'), ('Muck Boot|Walker|PVC'), ('Muck Boot|Walker|Rubber'), ('Muck Boot|Wingtip|Leather'), ('Muck Boot|Wingtip|Leatherette'), ('Muck Boot|Wingtip|Polyurethane'), ('Muck Boot|Wingtip|PVC'), ('Muck Boot|Wingtip|Rubber'), ('Muck Boot|Work Boot|Leather'), ('Muck Boot|Work Boot|Leatherette'), ('Muck Boot|Work Boot|Polyurethane'), ('Muck Boot|Work Boot|PVC'), ('Muck Boot|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Original Penguin|Balmoral|Leather'), ('Original Penguin|Balmoral|Leatherette'), ('Original Penguin|Balmoral|Polyurethane'), ('Original Penguin|Balmoral|PVC'), ('Original Penguin|Balmoral|Rubber'), ('Original Penguin|Boat Shoe|Leather'), ('Original Penguin|Boat Shoe|Leatherette'), ('Original Penguin|Boat Shoe|Polyurethane'), ('Original Penguin|Boat Shoe|PVC'), ('Original Penguin|Boat Shoe|Rubber'), ('Original Penguin|Brouge|Leather'), ('Original Penguin|Brouge|Leatherette'), ('Original Penguin|Brouge|Polyurethane'), ('Original Penguin|Brouge|PVC'), ('Original Penguin|Brouge|Rubber'), ('Original Penguin|Cross Trainer|Leather'), ('Original Penguin|Cross Trainer|Leatherette'), ('Original Penguin|Cross Trainer|Polyurethane'), ('Original Penguin|Cross Trainer|PVC'), ('Original Penguin|Cross Trainer|Rubber'), ('Original Penguin|Derby|Leather'), ('Original Penguin|Derby|Leatherette'), ('Original Penguin|Derby|Polyurethane'), ('Original Penguin|Derby|PVC'), ('Original Penguin|Derby|Rubber'), ('Original Penguin|Dress Boot|Leather'), ('Original Penguin|Dress Boot|Leatherette'), ('Original Penguin|Dress Boot|Polyurethane'), ('Original Penguin|Dress Boot|PVC'), ('Original Penguin|Dress Boot|Rubber'), ('Original Penguin|Dress Shoe|Leather'), ('Original Penguin|Dress Shoe|Leatherette'), ('Original Penguin|Dress Shoe|Polyurethane'), ('Original Penguin|Dress Shoe|PVC'), ('Original Penguin|Dress Shoe|Rubber'), ('Original Penguin|Driving Shoe|Leather'), ('Original Penguin|Driving Shoe|Leatherette'), ('Original Penguin|Driving Shoe|Polyurethane'), ('Original Penguin|Driving Shoe|PVC'), ('Original Penguin|Driving Shoe|Rubber'), ('Original Penguin|Hiker|Leather'), ('Original Penguin|Hiker|Leatherette'), ('Original Penguin|Hiker|Polyurethane'), ('Original Penguin|Hiker|PVC'), ('Original Penguin|Hiker|Rubber'), ('Original Penguin|Loafer (Slip-on)|Leather'), ('Original Penguin|Loafer (Slip-on)|Leatherette'), ('Original Penguin|Loafer (Slip-on)|Polyurethane'), ('Original Penguin|Loafer (Slip-on)|PVC'), ('Original Penguin|Loafer (Slip-on)|Rubber'), ('Original Penguin|Oxford (Lace-up)|Leather'), ('Original Penguin|Oxford (Lace-up)|Leatherette'), ('Original Penguin|Oxford (Lace-up)|Polyurethane'), ('Original Penguin|Oxford (Lace-up)|PVC'), ('Original Penguin|Oxford (Lace-up)|Rubber'), ('Original Penguin|Patent Leather|Leather'), ('Original Penguin|Patent Leather|Leatherette'), ('Original Penguin|Patent Leather|Polyurethane'), ('Original Penguin|Patent Leather|PVC'), ('Original Penguin|Patent Leather|Rubber'), ('Original Penguin|Penny Loafer|Leather'), ('Original Penguin|Penny Loafer|Leatherette'), ('Original Penguin|Penny Loafer|Polyurethane'), ('Original Penguin|Penny Loafer|PVC'), ('Original Penguin|Penny Loafer|Rubber'), ('Original Penguin|Runner|Leather'), ('Original Penguin|Runner|Leatherette'), ('Original Penguin|Runner|Polyurethane'), ('Original Penguin|Runner|PVC'), ('Original Penguin|Runner|Rubber'), ('Original Penguin|Saddle Shoe|Leather'), ('Original Penguin|Saddle Shoe|Leatherette'), ('Original Penguin|Saddle Shoe|Polyurethane'), ('Original Penguin|Saddle Shoe|PVC'), ('Original Penguin|Saddle Shoe|Rubber'), ('Original Penguin|Sandal|Leather'), ('Original Penguin|Sandal|Leatherette'), ('Original Penguin|Sandal|Polyurethane'), ('Original Penguin|Sandal|PVC'), ('Original Penguin|Sandal|Rubber'), ('Original Penguin|Tennis|Leather'), ('Original Penguin|Tennis|Leatherette'), ('Original Penguin|Tennis|Polyurethane'), ('Original Penguin|Tennis|PVC'), ('Original Penguin|Tennis|Rubber'), ('Original Penguin|Walker|Leather'), ('Original Penguin|Walker|Leatherette'), ('Original Penguin|Walker|Polyurethane'), ('Original Penguin|Walker|PVC'), ('Original Penguin|Walker|Rubber'), ('Original Penguin|Wingtip|Leather'), ('Original Penguin|Wingtip|Leatherette'), ('Original Penguin|Wingtip|Polyurethane'), ('Original Penguin|Wingtip|PVC'), ('Original Penguin|Wingtip|Rubber'), ('Original Penguin|Work Boot|Leather'), ('Original Penguin|Work Boot|Leatherette'), ('Original Penguin|Work Boot|Polyurethane'), ('Original Penguin|Work Boot|PVC'), ('Original Penguin|Work Boot|Rubber'), ('Polo Ralph Lauren|Balmoral|Leather'), ('Polo Ralph Lauren|Balmoral|Leatherette'), ('Polo Ralph Lauren|Balmoral|Polyurethane'), ('Polo Ralph Lauren|Balmoral|PVC'), ('Polo Ralph Lauren|Balmoral|Rubber'), ('Polo Ralph Lauren|Boat Shoe|Leather'), ('Polo Ralph Lauren|Boat Shoe|Leatherette'), ('Polo Ralph Lauren|Boat Shoe|Polyurethane'), ('Polo Ralph Lauren|Boat Shoe|PVC'), ('Polo Ralph Lauren|Boat Shoe|Rubber'), ('Polo Ralph Lauren|Brouge|Leather'), ('Polo Ralph Lauren|Brouge|Leatherette'), ('Polo Ralph Lauren|Brouge|Polyurethane'), ('Polo Ralph Lauren|Brouge|PVC'), ('Polo Ralph Lauren|Brouge|Rubber'), ('Polo Ralph Lauren|Cross Trainer|Leather'), ('Polo Ralph Lauren|Cross Trainer|Leatherette'), ('Polo Ralph Lauren|Cross Trainer|Polyurethane'), ('Polo Ralph Lauren|Cross Trainer|PVC'), ('Polo Ralph Lauren|Cross Trainer|Rubber'), ('Polo Ralph Lauren|Derby|Leather'), ('Polo Ralph Lauren|Derby|Leatherette'), ('Polo Ralph Lauren|Derby|Polyurethane'), ('Polo Ralph Lauren|Derby|PVC'), ('Polo Ralph Lauren|Derby|Rubber'), ('Polo Ralph Lauren|Dress Boot|Leather'), ('Polo Ralph Lauren|Dress Boot|Leatherette'), ('Polo Ralph Lauren|Dress Boot|Polyurethane'), ('Polo Ralph Lauren|Dress Boot|PVC'), ('Polo Ralph Lauren|Dress Boot|Rubber'), ('Polo Ralph Lauren|Dress Shoe|Leather'), ('Polo Ralph Lauren|Dress Shoe|Leatherette'), ('Polo Ralph Lauren|Dress Shoe|Polyurethane'), ('Polo Ralph Lauren|Dress Shoe|PVC'), ('Polo Ralph Lauren|Dress Shoe|Rubber'), ('Polo Ralph Lauren|Driving Shoe|Leather'), ('Polo Ralph Lauren|Driving Shoe|Leatherette'), ('Polo Ralph Lauren|Driving Shoe|Polyurethane'), ('Polo Ralph Lauren|Driving Shoe|PVC'), ('Polo Ralph Lauren|Driving Shoe|Rubber'), ('Polo Ralph Lauren|Hiker|Leather'), ('Polo Ralph Lauren|Hiker|Leatherette'), ('Polo Ralph Lauren|Hiker|Polyurethane'), ('Polo Ralph Lauren|Hiker|PVC'), ('Polo Ralph Lauren|Hiker|Rubber'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leather'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leatherette'), ('Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane'), ('Polo Ralph Lauren|Loafer (Slip-on)|PVC'), ('Polo Ralph Lauren|Loafer (Slip-on)|Rubber'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leather'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leatherette'), ('Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane'), ('Polo Ralph Lauren|Oxford (Lace-up)|PVC'), ('Polo Ralph Lauren|Oxford (Lace-up)|Rubber'), ('Polo Ralph Lauren|Patent Leather|Leather'), ('Polo Ralph Lauren|Patent Leather|Leatherette'), ('Polo Ralph Lauren|Patent Leather|Polyurethane'), ('Polo Ralph Lauren|Patent Leather|PVC'), ('Polo Ralph Lauren|Patent Leather|Rubber'), ('Polo Ralph Lauren|Penny Loafer|Leather'), ('Polo Ralph Lauren|Penny Loafer|Leatherette'), ('Polo Ralph Lauren|Penny Loafer|Polyurethane'), ('Polo Ralph Lauren|Penny Loafer|PVC'), ('Polo Ralph Lauren|Penny Loafer|Rubber'), ('Polo Ralph Lauren|Runner|Leather'), ('Polo Ralph Lauren|Runner|Leatherette'), ('Polo Ralph Lauren|Runner|Polyurethane'), ('Polo Ralph Lauren|Runner|PVC'), ('Polo Ralph Lauren|Runner|Rubber'), ('Polo Ralph Lauren|Saddle Shoe|Leather'), ('Polo Ralph Lauren|Saddle Shoe|Leatherette'), ('Polo Ralph Lauren|Saddle Shoe|Polyurethane'), ('Polo Ralph Lauren|Saddle Shoe|PVC'), ('Polo Ralph Lauren|Saddle Shoe|Rubber'), ('Polo Ralph Lauren|Sandal|Leather'), ('Polo Ralph Lauren|Sandal|Leatherette'), ('Polo Ralph Lauren|Sandal|Polyurethane'), ('Polo Ralph Lauren|Sandal|PVC'), ('Polo Ralph Lauren|Sandal|Rubber'), ('Polo Ralph Lauren|Tennis|Leather'), ('Polo Ralph Lauren|Tennis|Leatherette'), ('Polo Ralph Lauren|Tennis|Polyurethane'), ('Polo Ralph Lauren|Tennis|PVC'), ('Polo Ralph Lauren|Tennis|Rubber'), ('Polo Ralph Lauren|Walker|Leather'), ('Polo Ralph Lauren|Walker|Leatherette'), ('Polo Ralph Lauren|Walker|Polyurethane'), ('Polo Ralph Lauren|Walker|PVC'), ('Polo Ralph Lauren|Walker|Rubber'), ('Polo Ralph Lauren|Wingtip|Leather'), ('Polo Ralph Lauren|Wingtip|Leatherette'), ('Polo Ralph Lauren|Wingtip|Polyurethane'), ('Polo Ralph Lauren|Wingtip|PVC'), ('Polo Ralph Lauren|Wingtip|Rubber'), ('Polo Ralph Lauren|Work Boot|Leather'), ('Polo Ralph Lauren|Work Boot|Leatherette'), ('Polo Ralph Lauren|Work Boot|Polyurethane'), ('Polo Ralph Lauren|Work Boot|PVC'), ('Polo Ralph Lauren|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reef|Balmoral|Leather'), ('Reef|Balmoral|Leatherette'), ('Reef|Balmoral|Polyurethane'), ('Reef|Balmoral|PVC'), ('Reef|Balmoral|Rubber'), ('Reef|Boat Shoe|Leather'), ('Reef|Boat Shoe|Leatherette'), ('Reef|Boat Shoe|Polyurethane'), ('Reef|Boat Shoe|PVC'), ('Reef|Boat Shoe|Rubber'), ('Reef|Brouge|Leather'), ('Reef|Brouge|Leatherette'), ('Reef|Brouge|Polyurethane'), ('Reef|Brouge|PVC'), ('Reef|Brouge|Rubber'), ('Reef|Cross Trainer|Leather'), ('Reef|Cross Trainer|Leatherette'), ('Reef|Cross Trainer|Polyurethane'), ('Reef|Cross Trainer|PVC'), ('Reef|Cross Trainer|Rubber'), ('Reef|Derby|Leather'), ('Reef|Derby|Leatherette'), ('Reef|Derby|Polyurethane'), ('Reef|Derby|PVC'), ('Reef|Derby|Rubber'), ('Reef|Dress Boot|Leather'), ('Reef|Dress Boot|Leatherette'), ('Reef|Dress Boot|Polyurethane'), ('Reef|Dress Boot|PVC'), ('Reef|Dress Boot|Rubber'), ('Reef|Dress Shoe|Leather'), ('Reef|Dress Shoe|Leatherette'), ('Reef|Dress Shoe|Polyurethane'), ('Reef|Dress Shoe|PVC'), ('Reef|Dress Shoe|Rubber'), ('Reef|Driving Shoe|Leather'), ('Reef|Driving Shoe|Leatherette'), ('Reef|Driving Shoe|Polyurethane'), ('Reef|Driving Shoe|PVC'), ('Reef|Driving Shoe|Rubber'), ('Reef|Hiker|Leather'), ('Reef|Hiker|Leatherette'), ('Reef|Hiker|Polyurethane'), ('Reef|Hiker|PVC'), ('Reef|Hiker|Rubber'), ('Reef|Loafer (Slip-on)|Leather'), ('Reef|Loafer (Slip-on)|Leatherette'), ('Reef|Loafer (Slip-on)|Polyurethane'), ('Reef|Loafer (Slip-on)|PVC'), ('Reef|Loafer (Slip-on)|Rubber'), ('Reef|Oxford (Lace-up)|Leather'), ('Reef|Oxford (Lace-up)|Leatherette'), ('Reef|Oxford (Lace-up)|Polyurethane'), ('Reef|Oxford (Lace-up)|PVC'), ('Reef|Oxford (Lace-up)|Rubber'), ('Reef|Patent Leather|Leather'), ('Reef|Patent Leather|Leatherette'), ('Reef|Patent Leather|Polyurethane'), ('Reef|Patent Leather|PVC'), ('Reef|Patent Leather|Rubber'), ('Reef|Penny Loafer|Leather'), ('Reef|Penny Loafer|Leatherette'), ('Reef|Penny Loafer|Polyurethane'), ('Reef|Penny Loafer|PVC'), ('Reef|Penny Loafer|Rubber'), ('Reef|Runner|Leather'), ('Reef|Runner|Leatherette'), ('Reef|Runner|Polyurethane'), ('Reef|Runner|PVC'), ('Reef|Runner|Rubber'), ('Reef|Saddle Shoe|Leather'), ('Reef|Saddle Shoe|Leatherette'), ('Reef|Saddle Shoe|Polyurethane'), ('Reef|Saddle Shoe|PVC'), ('Reef|Saddle Shoe|Rubber'), ('Reef|Sandal|Leather'), ('Reef|Sandal|Leatherette'), ('Reef|Sandal|Polyurethane'), ('Reef|Sandal|PVC'), ('Reef|Sandal|Rubber'), ('Reef|Tennis|Leather'), ('Reef|Tennis|Leatherette'), ('Reef|Tennis|Polyurethane'), ('Reef|Tennis|PVC'), ('Reef|Tennis|Rubber'), ('Reef|Walker|Leather'), ('Reef|Walker|Leatherette'), ('Reef|Walker|Polyurethane'), ('Reef|Walker|PVC'), ('Reef|Walker|Rubber'), ('Reef|Wingtip|Leather'), ('Reef|Wingtip|Leatherette'), ('Reef|Wingtip|Polyurethane'), ('Reef|Wingtip|PVC'), ('Reef|Wingtip|Rubber'), ('Reef|Work Boot|Leather'), ('Reef|Work Boot|Leatherette'), ('Reef|Work Boot|Polyurethane'), ('Reef|Work Boot|PVC'), ('Reef|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Salomon|Balmoral|Leather'), ('Salomon|Balmoral|Leatherette'), ('Salomon|Balmoral|Polyurethane'), ('Salomon|Balmoral|PVC'), ('Salomon|Balmoral|Rubber'), ('Salomon|Boat Shoe|Leather'), ('Salomon|Boat Shoe|Leatherette'), ('Salomon|Boat Shoe|Polyurethane'), ('Salomon|Boat Shoe|PVC'), ('Salomon|Boat Shoe|Rubber'), ('Salomon|Brouge|Leather'), ('Salomon|Brouge|Leatherette'), ('Salomon|Brouge|Polyurethane'), ('Salomon|Brouge|PVC'), ('Salomon|Brouge|Rubber'), ('Salomon|Cross Trainer|Leather'), ('Salomon|Cross Trainer|Leatherette'), ('Salomon|Cross Trainer|Polyurethane'), ('Salomon|Cross Trainer|PVC'), ('Salomon|Cross Trainer|Rubber'), ('Salomon|Derby|Leather'), ('Salomon|Derby|Leatherette'), ('Salomon|Derby|Polyurethane'), ('Salomon|Derby|PVC'), ('Salomon|Derby|Rubber'), ('Salomon|Dress Boot|Leather'), ('Salomon|Dress Boot|Leatherette'), ('Salomon|Dress Boot|Polyurethane'), ('Salomon|Dress Boot|PVC'), ('Salomon|Dress Boot|Rubber'), ('Salomon|Dress Shoe|Leather'), ('Salomon|Dress Shoe|Leatherette'), ('Salomon|Dress Shoe|Polyurethane'), ('Salomon|Dress Shoe|PVC'), ('Salomon|Dress Shoe|Rubber'), ('Salomon|Driving Shoe|Leather'), ('Salomon|Driving Shoe|Leatherette'), ('Salomon|Driving Shoe|Polyurethane'), ('Salomon|Driving Shoe|PVC'), ('Salomon|Driving Shoe|Rubber'), ('Salomon|Hiker|Leather'), ('Salomon|Hiker|Leatherette'), ('Salomon|Hiker|Polyurethane'), ('Salomon|Hiker|PVC'), ('Salomon|Hiker|Rubber'), ('Salomon|Loafer (Slip-on)|Leather'), ('Salomon|Loafer (Slip-on)|Leatherette'), ('Salomon|Loafer (Slip-on)|Polyurethane'), ('Salomon|Loafer (Slip-on)|PVC'), ('Salomon|Loafer (Slip-on)|Rubber'), ('Salomon|Oxford (Lace-up)|Leather'), ('Salomon|Oxford (Lace-up)|Leatherette'), ('Salomon|Oxford (Lace-up)|Polyurethane'), ('Salomon|Oxford (Lace-up)|PVC'), ('Salomon|Oxford (Lace-up)|Rubber'), ('Salomon|Patent Leather|Leather'), ('Salomon|Patent Leather|Leatherette'), ('Salomon|Patent Leather|Polyurethane'), ('Salomon|Patent Leather|PVC'), ('Salomon|Patent Leather|Rubber'), ('Salomon|Penny Loafer|Leather'), ('Salomon|Penny Loafer|Leatherette'), ('Salomon|Penny Loafer|Polyurethane'), ('Salomon|Penny Loafer|PVC'), ('Salomon|Penny Loafer|Rubber'), ('Salomon|Runner|Leather'), ('Salomon|Runner|Leatherette'), ('Salomon|Runner|Polyurethane'), ('Salomon|Runner|PVC'), ('Salomon|Runner|Rubber'), ('Salomon|Saddle Shoe|Leather'), ('Salomon|Saddle Shoe|Leatherette'), ('Salomon|Saddle Shoe|Polyurethane'), ('Salomon|Saddle Shoe|PVC'), ('Salomon|Saddle Shoe|Rubber'), ('Salomon|Sandal|Leather'), ('Salomon|Sandal|Leatherette'), ('Salomon|Sandal|Polyurethane'), ('Salomon|Sandal|PVC'), ('Salomon|Sandal|Rubber'), ('Salomon|Tennis|Leather'), ('Salomon|Tennis|Leatherette'), ('Salomon|Tennis|Polyurethane'), ('Salomon|Tennis|PVC'), ('Salomon|Tennis|Rubber'), ('Salomon|Walker|Leather'), ('Salomon|Walker|Leatherette'), ('Salomon|Walker|Polyurethane'), ('Salomon|Walker|PVC'), ('Salomon|Walker|Rubber'), ('Salomon|Wingtip|Leather'), ('Salomon|Wingtip|Leatherette'), ('Salomon|Wingtip|Polyurethane'), ('Salomon|Wingtip|PVC'), ('Salomon|Wingtip|Rubber'), ('Salomon|Work Boot|Leather'), ('Salomon|Work Boot|Leatherette'), ('Salomon|Work Boot|Polyurethane'), ('Salomon|Work Boot|PVC'), ('Salomon|Work Boot|Rubber'), ('Sanuk|Balmoral|Leather'), ('Sanuk|Balmoral|Leatherette'), ('Sanuk|Balmoral|Polyurethane'), ('Sanuk|Balmoral|PVC'), ('Sanuk|Balmoral|Rubber'), ('Sanuk|Boat Shoe|Leather'), ('Sanuk|Boat Shoe|Leatherette'), ('Sanuk|Boat Shoe|Polyurethane'), ('Sanuk|Boat Shoe|PVC'), ('Sanuk|Boat Shoe|Rubber'), ('Sanuk|Brouge|Leather'), ('Sanuk|Brouge|Leatherette'), ('Sanuk|Brouge|Polyurethane'), ('Sanuk|Brouge|PVC'), ('Sanuk|Brouge|Rubber'), ('Sanuk|Cross Trainer|Leather'), ('Sanuk|Cross Trainer|Leatherette'), ('Sanuk|Cross Trainer|Polyurethane'), ('Sanuk|Cross Trainer|PVC'), ('Sanuk|Cross Trainer|Rubber'), ('Sanuk|Derby|Leather'), ('Sanuk|Derby|Leatherette'), ('Sanuk|Derby|Polyurethane'), ('Sanuk|Derby|PVC'), ('Sanuk|Derby|Rubber'), ('Sanuk|Dress Boot|Leather'), ('Sanuk|Dress Boot|Leatherette'), ('Sanuk|Dress Boot|Polyurethane'), ('Sanuk|Dress Boot|PVC'), ('Sanuk|Dress Boot|Rubber'), ('Sanuk|Dress Shoe|Leather'), ('Sanuk|Dress Shoe|Leatherette'), ('Sanuk|Dress Shoe|Polyurethane'), ('Sanuk|Dress Shoe|PVC'), ('Sanuk|Dress Shoe|Rubber'), ('Sanuk|Driving Shoe|Leather'), ('Sanuk|Driving Shoe|Leatherette'), ('Sanuk|Driving Shoe|Polyurethane'), ('Sanuk|Driving Shoe|PVC'), ('Sanuk|Driving Shoe|Rubber'), ('Sanuk|Hiker|Leather'), ('Sanuk|Hiker|Leatherette'), ('Sanuk|Hiker|Polyurethane'), ('Sanuk|Hiker|PVC'), ('Sanuk|Hiker|Rubber'), ('Sanuk|Loafer (Slip-on)|Leather'), ('Sanuk|Loafer (Slip-on)|Leatherette'), ('Sanuk|Loafer (Slip-on)|Polyurethane'), ('Sanuk|Loafer (Slip-on)|PVC'), ('Sanuk|Loafer (Slip-on)|Rubber'), ('Sanuk|Oxford (Lace-up)|Leather'), ('Sanuk|Oxford (Lace-up)|Leatherette'), ('Sanuk|Oxford (Lace-up)|Polyurethane'), ('Sanuk|Oxford (Lace-up)|PVC'), ('Sanuk|Oxford (Lace-up)|Rubber'), ('Sanuk|Patent Leather|Leather'), ('Sanuk|Patent Leather|Leatherette'), ('Sanuk|Patent Leather|Polyurethane'), ('Sanuk|Patent Leather|PVC'), ('Sanuk|Patent Leather|Rubber'), ('Sanuk|Penny Loafer|Leather'), ('Sanuk|Penny Loafer|Leatherette'), ('Sanuk|Penny Loafer|Polyurethane'), ('Sanuk|Penny Loafer|PVC'), ('Sanuk|Penny Loafer|Rubber'), ('Sanuk|Runner|Leather'), ('Sanuk|Runner|Leatherette'), ('Sanuk|Runner|Polyurethane'), ('Sanuk|Runner|PVC'), ('Sanuk|Runner|Rubber'), ('Sanuk|Saddle Shoe|Leather'), ('Sanuk|Saddle Shoe|Leatherette'), ('Sanuk|Saddle Shoe|Polyurethane'), ('Sanuk|Saddle Shoe|PVC'), ('Sanuk|Saddle Shoe|Rubber'), ('Sanuk|Sandal|Leather'), ('Sanuk|Sandal|Leatherette'), ('Sanuk|Sandal|Polyurethane'), ('Sanuk|Sandal|PVC'), ('Sanuk|Sandal|Rubber'), ('Sanuk|Tennis|Leather'), ('Sanuk|Tennis|Leatherette'), ('Sanuk|Tennis|Polyurethane'), ('Sanuk|Tennis|PVC'), ('Sanuk|Tennis|Rubber'), ('Sanuk|Walker|Leather'), ('Sanuk|Walker|Leatherette'), ('Sanuk|Walker|Polyurethane'), ('Sanuk|Walker|PVC'), ('Sanuk|Walker|Rubber'), ('Sanuk|Wingtip|Leather'), ('Sanuk|Wingtip|Leatherette'), ('Sanuk|Wingtip|Polyurethane'), ('Sanuk|Wingtip|PVC'), ('Sanuk|Wingtip|Rubber'), ('Sanuk|Work Boot|Leather'), ('Sanuk|Work Boot|Leatherette'), ('Sanuk|Work Boot|Polyurethane'), ('Sanuk|Work Boot|PVC'), ('Sanuk|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Tamarac|Balmoral|Leather'), ('Tamarac|Balmoral|Leatherette'), ('Tamarac|Balmoral|Polyurethane'), ('Tamarac|Balmoral|PVC'), ('Tamarac|Balmoral|Rubber'), ('Tamarac|Boat Shoe|Leather'), ('Tamarac|Boat Shoe|Leatherette'), ('Tamarac|Boat Shoe|Polyurethane'), ('Tamarac|Boat Shoe|PVC'), ('Tamarac|Boat Shoe|Rubber'), ('Tamarac|Brouge|Leather'), ('Tamarac|Brouge|Leatherette'), ('Tamarac|Brouge|Polyurethane'), ('Tamarac|Brouge|PVC'), ('Tamarac|Brouge|Rubber'), ('Tamarac|Cross Trainer|Leather'), ('Tamarac|Cross Trainer|Leatherette'), ('Tamarac|Cross Trainer|Polyurethane'), ('Tamarac|Cross Trainer|PVC'), ('Tamarac|Cross Trainer|Rubber'), ('Tamarac|Derby|Leather'), ('Tamarac|Derby|Leatherette'), ('Tamarac|Derby|Polyurethane'), ('Tamarac|Derby|PVC'), ('Tamarac|Derby|Rubber'), ('Tamarac|Dress Boot|Leather'), ('Tamarac|Dress Boot|Leatherette'), ('Tamarac|Dress Boot|Polyurethane'), ('Tamarac|Dress Boot|PVC'), ('Tamarac|Dress Boot|Rubber'), ('Tamarac|Dress Shoe|Leather'), ('Tamarac|Dress Shoe|Leatherette'), ('Tamarac|Dress Shoe|Polyurethane'), ('Tamarac|Dress Shoe|PVC'), ('Tamarac|Dress Shoe|Rubber'), ('Tamarac|Driving Shoe|Leather'), ('Tamarac|Driving Shoe|Leatherette'), ('Tamarac|Driving Shoe|Polyurethane'), ('Tamarac|Driving Shoe|PVC'), ('Tamarac|Driving Shoe|Rubber'), ('Tamarac|Hiker|Leather'), ('Tamarac|Hiker|Leatherette'), ('Tamarac|Hiker|Polyurethane'), ('Tamarac|Hiker|PVC'), ('Tamarac|Hiker|Rubber'), ('Tamarac|Loafer (Slip-on)|Leather'), ('Tamarac|Loafer (Slip-on)|Leatherette'), ('Tamarac|Loafer (Slip-on)|Polyurethane'), ('Tamarac|Loafer (Slip-on)|PVC'), ('Tamarac|Loafer (Slip-on)|Rubber'), ('Tamarac|Oxford (Lace-up)|Leather'), ('Tamarac|Oxford (Lace-up)|Leatherette'), ('Tamarac|Oxford (Lace-up)|Polyurethane'), ('Tamarac|Oxford (Lace-up)|PVC'), ('Tamarac|Oxford (Lace-up)|Rubber'), ('Tamarac|Patent Leather|Leather'), ('Tamarac|Patent Leather|Leatherette'), ('Tamarac|Patent Leather|Polyurethane'), ('Tamarac|Patent Leather|PVC'), ('Tamarac|Patent Leather|Rubber'), ('Tamarac|Penny Loafer|Leather'), ('Tamarac|Penny Loafer|Leatherette'), ('Tamarac|Penny Loafer|Polyurethane'), ('Tamarac|Penny Loafer|PVC'), ('Tamarac|Penny Loafer|Rubber'), ('Tamarac|Runner|Leather'), ('Tamarac|Runner|Leatherette'), ('Tamarac|Runner|Polyurethane'), ('Tamarac|Runner|PVC'), ('Tamarac|Runner|Rubber'), ('Tamarac|Saddle Shoe|Leather'), ('Tamarac|Saddle Shoe|Leatherette'), ('Tamarac|Saddle Shoe|Polyurethane'), ('Tamarac|Saddle Shoe|PVC'), ('Tamarac|Saddle Shoe|Rubber'), ('Tamarac|Sandal|Leather'), ('Tamarac|Sandal|Leatherette'), ('Tamarac|Sandal|Polyurethane'), ('Tamarac|Sandal|PVC'), ('Tamarac|Sandal|Rubber'), ('Tamarac|Tennis|Leather'), ('Tamarac|Tennis|Leatherette'), ('Tamarac|Tennis|Polyurethane'), ('Tamarac|Tennis|PVC'), ('Tamarac|Tennis|Rubber'), ('Tamarac|Walker|Leather'), ('Tamarac|Walker|Leatherette'), ('Tamarac|Walker|Polyurethane'), ('Tamarac|Walker|PVC'), ('Tamarac|Walker|Rubber'), ('Tamarac|Wingtip|Leather'), ('Tamarac|Wingtip|Leatherette'), ('Tamarac|Wingtip|Polyurethane'), ('Tamarac|Wingtip|PVC'), ('Tamarac|Wingtip|Rubber'), ('Tamarac|Work Boot|Leather'), ('Tamarac|Work Boot|Leatherette'), ('Tamarac|Work Boot|Polyurethane'), ('Tamarac|Work Boot|PVC'), ('Tamarac|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('To Boot New York|Balmoral|Leather'), ('To Boot New York|Balmoral|Leatherette'), ('To Boot New York|Balmoral|Polyurethane'), ('To Boot New York|Balmoral|PVC'), ('To Boot New York|Balmoral|Rubber'), ('To Boot New York|Boat Shoe|Leather'), ('To Boot New York|Boat Shoe|Leatherette'), ('To Boot New York|Boat Shoe|Polyurethane'), ('To Boot New York|Boat Shoe|PVC'), ('To Boot New York|Boat Shoe|Rubber'), ('To Boot New York|Brouge|Leather'), ('To Boot New York|Brouge|Leatherette'), ('To Boot New York|Brouge|Polyurethane'), ('To Boot New York|Brouge|PVC'), ('To Boot New York|Brouge|Rubber'), ('To Boot New York|Cross Trainer|Leather'), ('To Boot New York|Cross Trainer|Leatherette'), ('To Boot New York|Cross Trainer|Polyurethane'), ('To Boot New York|Cross Trainer|PVC'), ('To Boot New York|Cross Trainer|Rubber'), ('To Boot New York|Derby|Leather'), ('To Boot New York|Derby|Leatherette'), ('To Boot New York|Derby|Polyurethane'), ('To Boot New York|Derby|PVC'), ('To Boot New York|Derby|Rubber'), ('To Boot New York|Dress Boot|Leather'), ('To Boot New York|Dress Boot|Leatherette'), ('To Boot New York|Dress Boot|Polyurethane'), ('To Boot New York|Dress Boot|PVC'), ('To Boot New York|Dress Boot|Rubber'), ('To Boot New York|Dress Shoe|Leather'), ('To Boot New York|Dress Shoe|Leatherette'), ('To Boot New York|Dress Shoe|Polyurethane'), ('To Boot New York|Dress Shoe|PVC'), ('To Boot New York|Dress Shoe|Rubber'), ('To Boot New York|Driving Shoe|Leather'), ('To Boot New York|Driving Shoe|Leatherette'), ('To Boot New York|Driving Shoe|Polyurethane'), ('To Boot New York|Driving Shoe|PVC'), ('To Boot New York|Driving Shoe|Rubber'), ('To Boot New York|Hiker|Leather'), ('To Boot New York|Hiker|Leatherette'), ('To Boot New York|Hiker|Polyurethane'), ('To Boot New York|Hiker|PVC'), ('To Boot New York|Hiker|Rubber'), ('To Boot New York|Loafer (Slip-on)|Leather'), ('To Boot New York|Loafer (Slip-on)|Leatherette'), ('To Boot New York|Loafer (Slip-on)|Polyurethane'), ('To Boot New York|Loafer (Slip-on)|PVC'), ('To Boot New York|Loafer (Slip-on)|Rubber'), ('To Boot New York|Oxford (Lace-up)|Leather'), ('To Boot New York|Oxford (Lace-up)|Leatherette'), ('To Boot New York|Oxford (Lace-up)|Polyurethane'), ('To Boot New York|Oxford (Lace-up)|PVC'), ('To Boot New York|Oxford (Lace-up)|Rubber'), ('To Boot New York|Patent Leather|Leather'), ('To Boot New York|Patent Leather|Leatherette'), ('To Boot New York|Patent Leather|Polyurethane'), ('To Boot New York|Patent Leather|PVC'), ('To Boot New York|Patent Leather|Rubber'), ('To Boot New York|Penny Loafer|Leather'), ('To Boot New York|Penny Loafer|Leatherette'), ('To Boot New York|Penny Loafer|Polyurethane'), ('To Boot New York|Penny Loafer|PVC'), ('To Boot New York|Penny Loafer|Rubber'), ('To Boot New York|Runner|Leather'), ('To Boot New York|Runner|Leatherette'), ('To Boot New York|Runner|Polyurethane'), ('To Boot New York|Runner|PVC'), ('To Boot New York|Runner|Rubber'), ('To Boot New York|Saddle Shoe|Leather'), ('To Boot New York|Saddle Shoe|Leatherette'), ('To Boot New York|Saddle Shoe|Polyurethane'), ('To Boot New York|Saddle Shoe|PVC'), ('To Boot New York|Saddle Shoe|Rubber'), ('To Boot New York|Sandal|Leather'), ('To Boot New York|Sandal|Leatherette'), ('To Boot New York|Sandal|Polyurethane'), ('To Boot New York|Sandal|PVC'), ('To Boot New York|Sandal|Rubber'), ('To Boot New York|Tennis|Leather'), ('To Boot New York|Tennis|Leatherette'), ('To Boot New York|Tennis|Polyurethane'), ('To Boot New York|Tennis|PVC'), ('To Boot New York|Tennis|Rubber'), ('To Boot New York|Walker|Leather'), ('To Boot New York|Walker|Leatherette'), ('To Boot New York|Walker|Polyurethane'), ('To Boot New York|Walker|PVC'), ('To Boot New York|Walker|Rubber'), ('To Boot New York|Wingtip|Leather'), ('To Boot New York|Wingtip|Leatherette'), ('To Boot New York|Wingtip|Polyurethane'), ('To Boot New York|Wingtip|PVC'), ('To Boot New York|Wingtip|Rubber'), ('To Boot New York|Work Boot|Leather'), ('To Boot New York|Work Boot|Leatherette'), ('To Boot New York|Work Boot|Polyurethane'), ('To Boot New York|Work Boot|PVC'), ('To Boot New York|Work Boot|Rubber'), ('Ugg|Balmoral|Leather'), ('Ugg|Balmoral|Leatherette'), ('Ugg|Balmoral|Polyurethane'), ('Ugg|Balmoral|PVC'), ('Ugg|Balmoral|Rubber'), ('Ugg|Boat Shoe|Leather'), ('Ugg|Boat Shoe|Leatherette'), ('Ugg|Boat Shoe|Polyurethane'), ('Ugg|Boat Shoe|PVC'), ('Ugg|Boat Shoe|Rubber'), ('Ugg|Brouge|Leather'), ('Ugg|Brouge|Leatherette'), ('Ugg|Brouge|Polyurethane'), ('Ugg|Brouge|PVC'), ('Ugg|Brouge|Rubber'), ('Ugg|Cross Trainer|Leather'), ('Ugg|Cross Trainer|Leatherette'), ('Ugg|Cross Trainer|Polyurethane'), ('Ugg|Cross Trainer|PVC'), ('Ugg|Cross Trainer|Rubber'), ('Ugg|Derby|Leather'), ('Ugg|Derby|Leatherette'), ('Ugg|Derby|Polyurethane'), ('Ugg|Derby|PVC'), ('Ugg|Derby|Rubber'), ('Ugg|Dress Boot|Leather'), ('Ugg|Dress Boot|Leatherette'), ('Ugg|Dress Boot|Polyurethane'), ('Ugg|Dress Boot|PVC'), ('Ugg|Dress Boot|Rubber'), ('Ugg|Dress Shoe|Leather'), ('Ugg|Dress Shoe|Leatherette'), ('Ugg|Dress Shoe|Polyurethane'), ('Ugg|Dress Shoe|PVC'), ('Ugg|Dress Shoe|Rubber'), ('Ugg|Driving Shoe|Leather'), ('Ugg|Driving Shoe|Leatherette'), ('Ugg|Driving Shoe|Polyurethane'), ('Ugg|Driving Shoe|PVC'), ('Ugg|Driving Shoe|Rubber'), ('Ugg|Hiker|Leather'), ('Ugg|Hiker|Leatherette'), ('Ugg|Hiker|Polyurethane'), ('Ugg|Hiker|PVC'), ('Ugg|Hiker|Rubber'), ('Ugg|Loafer (Slip-on)|Leather'), ('Ugg|Loafer (Slip-on)|Leatherette'), ('Ugg|Loafer (Slip-on)|Polyurethane'), ('Ugg|Loafer (Slip-on)|PVC'), ('Ugg|Loafer (Slip-on)|Rubber'), ('Ugg|Oxford (Lace-up)|Leather'), ('Ugg|Oxford (Lace-up)|Leatherette'), ('Ugg|Oxford (Lace-up)|Polyurethane'), ('Ugg|Oxford (Lace-up)|PVC'), ('Ugg|Oxford (Lace-up)|Rubber'), ('Ugg|Patent Leather|Leather'), ('Ugg|Patent Leather|Leatherette'), ('Ugg|Patent Leather|Polyurethane'), ('Ugg|Patent Leather|PVC'), ('Ugg|Patent Leather|Rubber'), ('Ugg|Penny Loafer|Leather'), ('Ugg|Penny Loafer|Leatherette'), ('Ugg|Penny Loafer|Polyurethane'), ('Ugg|Penny Loafer|PVC'), ('Ugg|Penny Loafer|Rubber'), ('Ugg|Runner|Leather'), ('Ugg|Runner|Leatherette'), ('Ugg|Runner|Polyurethane'), ('Ugg|Runner|PVC'), ('Ugg|Runner|Rubber'), ('Ugg|Saddle Shoe|Leather'), ('Ugg|Saddle Shoe|Leatherette'), ('Ugg|Saddle Shoe|Polyurethane'), ('Ugg|Saddle Shoe|PVC'), ('Ugg|Saddle Shoe|Rubber'), ('Ugg|Sandal|Leather'), ('Ugg|Sandal|Leatherette'), ('Ugg|Sandal|Polyurethane'), ('Ugg|Sandal|PVC'), ('Ugg|Sandal|Rubber'), ('Ugg|Tennis|Leather'), ('Ugg|Tennis|Leatherette'), ('Ugg|Tennis|Polyurethane'), ('Ugg|Tennis|PVC'), ('Ugg|Tennis|Rubber'), ('Ugg|Walker|Leather'), ('Ugg|Walker|Leatherette'), ('Ugg|Walker|Polyurethane'), ('Ugg|Walker|PVC'), ('Ugg|Walker|Rubber'), ('Ugg|Wingtip|Leather'), ('Ugg|Wingtip|Leatherette'), ('Ugg|Wingtip|Polyurethane'), ('Ugg|Wingtip|PVC'), ('Ugg|Wingtip|Rubber'), ('Ugg|Work Boot|Leather'), ('Ugg|Work Boot|Leatherette'), ('Ugg|Work Boot|Polyurethane'), ('Ugg|Work Boot|PVC'), ('Ugg|Work Boot|Rubber')
ActiveRecord::SchemaMigration Load (1.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Started GET “/” for 127.0.0.1 at 2015-02-26 22:45:47 +0200

ActiveRecord::SchemaMigration Load (20.0ms)  SELECT `schema_migrations`.* FROM `schema_migrations`

Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (3.0ms)

Completed 200 OK in 777ms (Views: 775.7ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-26 22:45:48 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-26 22:45:48 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-26 22:45:48 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-26 22:45:48 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-26 22:45:48 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-26 22:45:49 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-26 22:45:49 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-26 22:45:49 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-26 22:45:49 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-26 22:45:49 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-26 22:45:49 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-26 22:45:49 +0200

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-02-26 22:45:49 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-26 23:04:14 +0200 Processing by CustomersController#new as HTML

Sizetype Load (15.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/new.html.erb within layouts/application (524.5ms)

Completed 200 OK in 1692ms (Views: 1647.8ms | ActiveRecord: 43.1ms)

Started POST “/customers” for 127.0.0.1 at 2015-02-26 23:04:41 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+lVKdNSsFSVGnlUat1YGZWubVofibaZ5+MI854SV1/E=", "customer"=>{"Email"=>"yo@mama.com", "Email_confirmation"=>"yo@mama.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"UK/Australia"}, "commit"=>"Sign up"}
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO `customers` (`Email`, `Gender`, `created_at`, `password_digest`, `preferredSizeType`, `updated_at`) VALUES ('yo@mama.com', 'M', '2015-02-26 21:04:41', '$2a$10$vJhDDFg4lcuejlxjqOnq2.tclYefoL./TpoSyDQEoK6Id05lJ8Zb6', 'UK/Australia', '2015-02-26 21:04:41')
 (139.3ms)  COMMIT
Sizetype Load (24.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1

Redirected to localhost:3000/home Completed 302 Found in 641ms (ActiveRecord: 191.3ms)

Started GET “/home” for 127.0.0.1 at 2015-02-26 23:04:42 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (19.1ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Brand Load (14.1ms)  SELECT `brands`.* FROM `brands`
Style Load (8.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Lengthfit Load (1.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (188.8ms)

Completed 200 OK in 573ms (Views: 445.8ms | ActiveRecord: 95.3ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-26 23:04:42 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-26 23:04:43 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-26 23:05:22 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+lVKdNSsFSVGnlUat1YGZWubVofibaZ5+MI854SV1/E=", "newshoe"=>{"OwnerID"=>"1", "Brand"=>"Cole Haan", "Style"=>"Runner", "Material"=>"Leather", "Size"=>"8.0", "SizeType"=>"UK/Australia", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (15.1ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'Cole Haan|Runner|Leather' LIMIT 1
SQL (46.2ms)  UPDATE `typetorealsizes` SET `modified` = 1, `updated_at` = '2015-02-26 21:05:22' WHERE `typetorealsizes`.`T2RS_ID` = 966
Sizetype Load (18.1ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`T2RS_ID` = 966 LIMIT 1
SQL (0.0ms)  INSERT INTO `shoes` (`Brand`, `LengthFit`, `Material`, `OwnerID`, `RealSize`, `Size`, `SizeType`, `Style`, `T2RS_ID`, `created_at`, `preRealSize`, `updated_at`) VALUES ('Cole Haan', 'Perfect', 'Leather', 1, 269.43, 8.0, 'UK/Australia', 'Runner', 966, '2015-02-26 21:05:22', 269.43, '2015-02-26 21:05:22')
 (0.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
SQL (5.0ms)  UPDATE `customers` SET `ShoeSize` = 269.43, `ShoeSizeError` = 0.0, `updated_at` = '2015-02-26 21:05:22' WHERE `customers`.`CustID` = 1
 (54.4ms)  COMMIT
 (0.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
 (0.0ms)  BEGIN
 (0.0ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 311ms (ActiveRecord: 171.8ms)

Started GET “/home” for 127.0.0.1 at 2015-02-26 23:05:22 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (1.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Brand Load (1.0ms)  SELECT `brands`.* FROM `brands`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
Material Load (1.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Lengthfit Load (1.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (29.5ms)

Completed 200 OK in 606ms (Views: 593.7ms | ActiveRecord: 5.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:23 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-26 23:05:49 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+lVKdNSsFSVGnlUat1YGZWubVofibaZ5+MI854SV1/E=", "newshoe"=>{"OwnerID"=>"1", "Brand"=>"Crocs", "Style"=>"Sandal", "Material"=>"Leather", "Size"=>"8.5", "SizeType"=>"UK/Australia", "LengthFit"=>"Too Long"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'Crocs|Sandal|Leather' LIMIT 1
SQL (18.2ms)  UPDATE `typetorealsizes` SET `modified` = 1, `updated_at` = '2015-02-26 21:05:49' WHERE `typetorealsizes`.`T2RS_ID` = 1276
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`T2RS_ID` = 1276 LIMIT 1
SQL (0.0ms)  INSERT INTO `shoes` (`Brand`, `LengthFit`, `Material`, `OwnerID`, `RealSize`, `Size`, `SizeType`, `Style`, `T2RS_ID`, `created_at`, `preRealSize`, `updated_at`) VALUES ('Crocs', 'Too Long', 'Leather', 1, 271.971, 8.5, 'UK/Australia', 'Sandal', 1276, '2015-02-26 21:05:49', 271.971, '2015-02-26 21:05:49')
 (0.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
SQL (1.0ms)  UPDATE `customers` SET `ShoeSize` = 270.70050000000003, `ShoeSizeError` = 1.2704999999999984, `updated_at` = '2015-02-26 21:05:49' WHERE `customers`.`CustID` = 1
 (104.9ms)  COMMIT
 (1.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
 (1.0ms)  BEGIN
SQL (29.0ms)  UPDATE `customers` SET `ShoeSize` = 270.70050000000003, `ShoeSizeError` = 1.2704999999999984, `updated_at` = '2015-02-26 21:05:49' WHERE `customers`.`CustID` = 1
 (62.9ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 274ms (ActiveRecord: 220.9ms)

Started GET “/home” for 127.0.0.1 at 2015-02-26 23:05:49 +0200 Processing by CustomersController#home as HTML

Customer Load (0.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (1.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Brand Load (1.0ms)  SELECT `brands`.* FROM `brands`
Style Load (1.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Lengthfit Load (1.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
Rendered customers/home.html.erb within layouts/application (55.0ms)

Completed 200 OK in 584ms (Views: 569.0ms | ActiveRecord: 5.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-26 23:05:50 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-26 23:06:11 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+lVKdNSsFSVGnlUat1YGZWubVofibaZ5+MI854SV1/E=", "newshoe"=>{"OwnerID"=>"1", "Brand"=>"Cole Haan", "Style"=>"Sandal", "Material"=>"Leather", "Size"=>"7.5", "SizeType"=>"UK/Australia", "LengthFit"=>"Slightly Short"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'Cole Haan|Sandal|Leather' LIMIT 1
SQL (1.0ms)  UPDATE `typetorealsizes` SET `modified` = 1, `updated_at` = '2015-02-26 21:06:11' WHERE `typetorealsizes`.`T2RS_ID` = 976
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`T2RS_ID` = 976 LIMIT 1
SQL (18.0ms)  INSERT INTO `shoes` (`Brand`, `LengthFit`, `Material`, `OwnerID`, `RealSize`, `Size`, `SizeType`, `Style`, `T2RS_ID`, `created_at`, `preRealSize`, `updated_at`) VALUES ('Cole Haan', 'Slightly Short', 'Leather', 1, 266.042, 7.5, 'UK/Australia', 'Sandal', 976, '2015-02-26 21:06:11', 266.042, '2015-02-26 21:06:11')
 (1.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
SQL (1.0ms)  UPDATE `customers` SET `ShoeSize` = 269.1476666666667, `ShoeSizeError` = 2.428723167061715, `updated_at` = '2015-02-26 21:06:11' WHERE `customers`.`CustID` = 1
 (38.0ms)  COMMIT
 (1.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
 (1.0ms)  BEGIN
SQL (1.0ms)  UPDATE `customers` SET `ShoeSize` = 269.1476666666667, `ShoeSizeError` = 2.428723167061715, `updated_at` = '2015-02-26 21:06:11' WHERE `customers`.`CustID` = 1
 (109.0ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 259ms (ActiveRecord: 178.1ms)

Started GET “/home” for 127.0.0.1 at 2015-02-26 23:06:12 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (0.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Brand Load (1.0ms)  SELECT `brands`.* FROM `brands`
Style Load (0.0ms)  SELECT `styles`.* FROM `styles`
Material Load (1.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
CACHE (0.0ms)  SELECT `brands`.* FROM `brands`
CACHE (0.0ms)  SELECT `styles`.* FROM `styles`
CACHE (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/home.html.erb within layouts/application (25.0ms)

Completed 200 OK in 343ms (Views: 335.0ms | ActiveRecord: 4.0ms)

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:12 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-26 23:06:30 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"+lVKdNSsFSVGnlUat1YGZWubVofibaZ5+MI854SV1/E=", "newshoe"=>{"OwnerID"=>"1", "Brand"=>"Crocs", "Style"=>"Runner", "Material"=>"Leather", "Size"=>"8.0", "SizeType"=>"UK/Australia", "LengthFit"=>"Slightly Short"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (27.1ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`BrandStyleMaterial` = 'Crocs|Runner|Leather' LIMIT 1
SQL (0.0ms)  UPDATE `typetorealsizes` SET `modified` = 1, `updated_at` = '2015-02-26 21:06:30' WHERE `typetorealsizes`.`T2RS_ID` = 1266
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
CACHE (0.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Typetorealsize Load (0.0ms)  SELECT  `typetorealsizes`.* FROM `typetorealsizes`  WHERE `typetorealsizes`.`T2RS_ID` = 1266 LIMIT 1
SQL (10.0ms)  INSERT INTO `shoes` (`Brand`, `LengthFit`, `Material`, `OwnerID`, `RealSize`, `Size`, `SizeType`, `Style`, `T2RS_ID`, `created_at`, `preRealSize`, `updated_at`) VALUES ('Crocs', 'Slightly Short', 'Leather', 1, 270.277, 8.0, 'UK/Australia', 'Runner', 1266, '2015-02-26 21:06:30', 270.277, '2015-02-26 21:06:30')
 (2.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
SQL (1.0ms)  UPDATE `customers` SET `ShoeSize` = 269.43, `ShoeSizeError` = 2.1594347640065545, `updated_at` = '2015-02-26 21:06:30' WHERE `customers`.`CustID` = 1
 (40.0ms)  COMMIT
 (1.0ms)  SELECT `shoes`.`RealSize` FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
 (0.0ms)  BEGIN
SQL (1.0ms)  UPDATE `customers` SET `ShoeSizeError` = 2.1594347640065545, `updated_at` = '2015-02-26 21:06:30' WHERE `customers`.`CustID` = 1
 (58.0ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 224ms (ActiveRecord: 145.1ms)

Started GET “/home” for 127.0.0.1 at 2015-02-26 23:06:30 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  `customers`.* FROM `customers`  WHERE `customers`.`CustID` = 1 LIMIT 1
Shoe Load (1.0ms)  SELECT `shoes`.* FROM `shoes`  WHERE `shoes`.`OwnerID` = 1
Brand Load (0.0ms)  SELECT `brands`.* FROM `brands`
Style Load (7.0ms)  SELECT `styles`.* FROM `styles`
Material Load (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (1.0ms)  SELECT  `sizetypes`.* FROM `sizetypes`  WHERE `sizetypes`.`SizeType` = 'UK/Australia' LIMIT 1
Lengthfit Load (0.0ms)  SELECT `lengthfits`.* FROM `lengthfits`
CACHE (0.0ms)  SELECT `brands`.* FROM `brands`
CACHE (0.0ms)  SELECT `styles`.* FROM `styles`
CACHE (0.0ms)  SELECT `materials`.* FROM `materials`
Sizetype Load (1.0ms)  SELECT `sizetypes`.* FROM `sizetypes`
Rendered customers/home.html.erb within layouts/application (39.0ms)

Completed 200 OK in 409ms (Views: 387.1ms | ActiveRecord: 11.0ms)

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-26 23:06:31 +0200

 (1312.8ms)  DROP DATABASE IF EXISTS "newmyshoefits_dev"
 (9383.0ms)  CREATE DATABASE "newmyshoefits_dev" ENCODING = 'unicode'
 (125.0ms)  CREATE TABLE "affected_shoes" ("id" serial primary key, "ShoeID" bigint, "OwnerID" bigint, "T2RS_ID" bigint, "RealSize" float(24)) 
 (15.6ms)  CREATE TABLE "brands" ("Brand" character varying(30) NOT NULL) 
 (93.8ms)  CREATE UNIQUE INDEX  "index_brands_on_Brand" ON "brands" USING btree ("Brand")
 (62.5ms)  CREATE TABLE "customers" ("CustID" serial primary key, "Email" character varying(30) NOT NULL, "Gender" character varying(1) NOT NULL, "password_digest" character varying(60) NOT NULL, "ShoeSize" float(24), "ShoeSizeError" float(24), "preferredSizeType" character varying(20) NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
 (31.3ms)  CREATE TABLE "genders" ("Gender" character varying(1) NOT NULL) 
 (46.9ms)  CREATE UNIQUE INDEX  "index_genders_on_Gender" ON "genders" USING btree ("Gender")
 (0.0ms)  CREATE TABLE "lengthfits" ("LengthFit" character varying(20) NOT NULL) 
 (109.4ms)  CREATE UNIQUE INDEX  "index_lengthfits_on_LengthFit" ON "lengthfits" USING btree ("LengthFit")
 (0.0ms)  CREATE TABLE "materials" ("Material" character varying(20) NOT NULL) 
 (109.4ms)  CREATE UNIQUE INDEX  "index_materials_on_Material" ON "materials" USING btree ("Material")
 (78.1ms)  CREATE TABLE "shoes" ("ShoeID" serial primary key, "OwnerID" bigint NOT NULL, "T2RS_ID" bigint NOT NULL, "Brand" character varying(30) NOT NULL, "Style" character varying(20) NOT NULL, "Material" character varying(20) NOT NULL, "SizeType" character varying(20) NOT NULL, "LengthFit" character varying(20) NOT NULL, "Size" float(24) NOT NULL, "preRealSize" float(24), "RealSize" float(24), "created_at" timestamp, "updated_at" timestamp) 
 (15.6ms)  CREATE TABLE "sizetypes" ("SizeType" character varying(20) NOT NULL, "ToMondo1" float(24) NOT NULL, "ToMondo0" float(24) NOT NULL, "SizeTypeInterval" float(24) NOT NULL, "MinSize" float(24) NOT NULL, "MaxSize" float(24) NOT NULL) 
 (109.4ms)  CREATE UNIQUE INDEX  "index_sizetypes_on_SizeType" ON "sizetypes" USING btree ("SizeType")
 (0.0ms)  CREATE TABLE "styles" ("Style" character varying(20) NOT NULL) 
 (125.0ms)  CREATE UNIQUE INDEX  "index_styles_on_Style" ON "styles" USING btree ("Style")
 (62.5ms)  CREATE TABLE "t2rs_entry_infos" ("id" serial primary key, "OwnerID" bigint, "PreSize" float(24), "RealSize" float(24), "ShoeSize" float(24)) 
 (140.6ms)  CREATE TABLE "typetorealsizes" ("T2RS_ID" serial primary key, "BrandStyleMaterial" character varying(70) NOT NULL, "ToMondo1" float(24) DEFAULT 1.0 NOT NULL, "ToMondo0" float(24) DEFAULT 0.0 NOT NULL, "modified" boolean DEFAULT 'f' NOT NULL, "Uncertainty" float(24) DEFAULT 0.0, "created_at" timestamp, "updated_at" timestamp) 
 (93.7ms)  CREATE UNIQUE INDEX  "index_typetorealsizes_on_BrandStyleMaterial" ON "typetorealsizes" USING btree ("BrandStyleMaterial")
 (15.6ms)  CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
 (187.5ms)  CREATE UNIQUE INDEX  "unique_schema_migrations" ON "schema_migrations"  ("version")
 (15.6ms)  SELECT version FROM "schema_migrations"
 (15.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150226134530')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128062158')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064156')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064957')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065447')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065759')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065918')
 (15.7ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070117')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070629')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128071640')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150225141726')
 (2687.8ms)  DROP DATABASE IF EXISTS "newmyshoefits_test"
 (10908.7ms)  CREATE DATABASE "newmyshoefits_test" ENCODING = 'unicode'
 (109.3ms)  CREATE TABLE "affected_shoes" ("id" serial primary key, "ShoeID" bigint, "OwnerID" bigint, "T2RS_ID" bigint, "RealSize" float(24)) 
 (31.3ms)  CREATE TABLE "brands" ("Brand" character varying(30) NOT NULL) 
 (46.9ms)  CREATE UNIQUE INDEX  "index_brands_on_Brand" ON "brands" USING btree ("Brand")
 (93.7ms)  CREATE TABLE "customers" ("CustID" serial primary key, "Email" character varying(30) NOT NULL, "Gender" character varying(1) NOT NULL, "password_digest" character varying(60) NOT NULL, "ShoeSize" float(24), "ShoeSizeError" float(24), "preferredSizeType" character varying(20) NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
 (0.0ms)  CREATE TABLE "genders" ("Gender" character varying(1) NOT NULL) 
 (109.5ms)  CREATE UNIQUE INDEX  "index_genders_on_Gender" ON "genders" USING btree ("Gender")
 (0.0ms)  CREATE TABLE "lengthfits" ("LengthFit" character varying(20) NOT NULL) 
 (141.1ms)  CREATE UNIQUE INDEX  "index_lengthfits_on_LengthFit" ON "lengthfits" USING btree ("LengthFit")
 (15.6ms)  CREATE TABLE "materials" ("Material" character varying(20) NOT NULL) 
 (156.3ms)  CREATE UNIQUE INDEX  "index_materials_on_Material" ON "materials" USING btree ("Material")
 (140.6ms)  CREATE TABLE "shoes" ("ShoeID" serial primary key, "OwnerID" bigint NOT NULL, "T2RS_ID" bigint NOT NULL, "Brand" character varying(30) NOT NULL, "Style" character varying(20) NOT NULL, "Material" character varying(20) NOT NULL, "SizeType" character varying(20) NOT NULL, "LengthFit" character varying(20) NOT NULL, "Size" float(24) NOT NULL, "preRealSize" float(24), "RealSize" float(24), "created_at" timestamp, "updated_at" timestamp) 
 (0.0ms)  CREATE TABLE "sizetypes" ("SizeType" character varying(20) NOT NULL, "ToMondo1" float(24) NOT NULL, "ToMondo0" float(24) NOT NULL, "SizeTypeInterval" float(24) NOT NULL, "MinSize" float(24) NOT NULL, "MaxSize" float(24) NOT NULL) 
 (93.8ms)  CREATE UNIQUE INDEX  "index_sizetypes_on_SizeType" ON "sizetypes" USING btree ("SizeType")
 (0.0ms)  CREATE TABLE "styles" ("Style" character varying(20) NOT NULL) 
 (78.1ms)  CREATE UNIQUE INDEX  "index_styles_on_Style" ON "styles" USING btree ("Style")
 (78.1ms)  CREATE TABLE "t2rs_entry_infos" ("id" serial primary key, "OwnerID" bigint, "PreSize" float(24), "RealSize" float(24), "ShoeSize" float(24)) 
 (171.9ms)  CREATE TABLE "typetorealsizes" ("T2RS_ID" serial primary key, "BrandStyleMaterial" character varying(70) NOT NULL, "ToMondo1" float(24) DEFAULT 1.0 NOT NULL, "ToMondo0" float(24) DEFAULT 0.0 NOT NULL, "modified" boolean DEFAULT 'f' NOT NULL, "Uncertainty" float(24) DEFAULT 0.0, "created_at" timestamp, "updated_at" timestamp) 
 (78.1ms)  CREATE UNIQUE INDEX  "index_typetorealsizes_on_BrandStyleMaterial" ON "typetorealsizes" USING btree ("BrandStyleMaterial")
 (0.0ms)  CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
 (109.4ms)  CREATE UNIQUE INDEX  "unique_schema_migrations" ON "schema_migrations"  ("version")
 (0.0ms)  SELECT version FROM "schema_migrations"
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150226134530')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128062158')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064156')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064957')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065447')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065759')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065918')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070117')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070629')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128071640')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150225141726')
ActiveRecord::SchemaMigration Load (15.6ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.5ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Adidas"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Aldo"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Armani"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Asics"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Birkenstock"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Bostonian"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Carhartt"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Champion"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Clarks"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Cole Haan"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Columbia"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Converse"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Crocs"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dansko"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "DC"]]
 (31.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Diesel"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dockers"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dr. Martens"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dream Pairs"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Ecco"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Etnies"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Fred Perry"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Frye"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Hi-Tec"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "John Fluevog"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Kamik"]]
 (156.3ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Keen"]]
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Lacoste"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Marc Jacobs"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Merrell"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Mizuno"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Muck Boot"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "New Balance"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Nike"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Original Penguin"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Polo Ralph Lauren"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Puma"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Reebok"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Reef"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Rockport"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Salomon"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Sanuk"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Saucony"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Skechers"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Sperry Top-Sider"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Tamarac"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Teva"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Timberland"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Timberland Pro"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "To Boot New York"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Ugg"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "genders" ("Gender") VALUES ($1) RETURNING "Gender"  [["Gender", "F"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "genders" ("Gender") VALUES ($1) RETURNING "Gender"  [["Gender", "M"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Perfect"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Slightly Long"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Slightly Short"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Too Long"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Too Short"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Leather"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Leatherette"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Polyurethane"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "PVC"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Rubber"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 49.0], ["MinSize", 32.0], ["SizeType", "Europe"], ["SizeTypeInterval", 0.5], ["ToMondo0", -10.0], ["ToMondo1", 6.67]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 320.0], ["MinSize", 200.0], ["SizeType", "Mondopoint"], ["SizeTypeInterval", 5.0], ["ToMondo0", 0.0], ["ToMondo1", 1.0]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 14.0], ["MinSize", 0.0], ["SizeType", "UK/Australia"], ["SizeTypeInterval", 0.5], ["ToMondo0", 201.67], ["ToMondo1", 8.47]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 15.0], ["MinSize", 1.0], ["SizeType", "US/Canada"], ["SizeTypeInterval", 0.5], ["ToMondo0", 292.0], ["ToMondo1", 8.47]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Balmoral"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Boat Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Brouge"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Cross Trainer"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Derby"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Dress Boot"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Dress Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Driving Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Hiker"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Loafer (Slip-on)"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Oxford (Lace-up)"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Patent Leather"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Penny Loafer"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Runner"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Saddle Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Sandal"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Tennis"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Walker"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Wingtip"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Work Boot"]]
 (0.0ms)  COMMIT
SQL (0.0ms)  DELETE FROM "typetorealsizes"
 (0.0ms)  SELECT "brands"."Brand" FROM "brands"
 (0.0ms)  SELECT "styles"."Style" FROM "styles"
 (0.0ms)  SELECT "materials"."Material" FROM "materials"
 (15.6ms)  INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES ("Adidas|Balmoral|Leather"), ("Adidas|Balmoral|Leatherette"), ("Adidas|Balmoral|Polyurethane"), ("Adidas|Balmoral|PVC"), ("Adidas|Balmoral|Rubber"), ("Adidas|Boat Shoe|Leather"), ("Adidas|Boat Shoe|Leatherette"), ("Adidas|Boat Shoe|Polyurethane"), ("Adidas|Boat Shoe|PVC"), ("Adidas|Boat Shoe|Rubber"), ("Adidas|Brouge|Leather"), ("Adidas|Brouge|Leatherette"), ("Adidas|Brouge|Polyurethane"), ("Adidas|Brouge|PVC"), ("Adidas|Brouge|Rubber"), ("Adidas|Cross Trainer|Leather"), ("Adidas|Cross Trainer|Leatherette"), ("Adidas|Cross Trainer|Polyurethane"), ("Adidas|Cross Trainer|PVC"), ("Adidas|Cross Trainer|Rubber"), ("Adidas|Derby|Leather"), ("Adidas|Derby|Leatherette"), ("Adidas|Derby|Polyurethane"), ("Adidas|Derby|PVC"), ("Adidas|Derby|Rubber"), ("Adidas|Dress Boot|Leather"), ("Adidas|Dress Boot|Leatherette"), ("Adidas|Dress Boot|Polyurethane"), ("Adidas|Dress Boot|PVC"), ("Adidas|Dress Boot|Rubber"), ("Adidas|Dress Shoe|Leather"), ("Adidas|Dress Shoe|Leatherette"), ("Adidas|Dress Shoe|Polyurethane"), ("Adidas|Dress Shoe|PVC"), ("Adidas|Dress Shoe|Rubber"), ("Adidas|Driving Shoe|Leather"), ("Adidas|Driving Shoe|Leatherette"), ("Adidas|Driving Shoe|Polyurethane"), ("Adidas|Driving Shoe|PVC"), ("Adidas|Driving Shoe|Rubber"), ("Adidas|Hiker|Leather"), ("Adidas|Hiker|Leatherette"), ("Adidas|Hiker|Polyurethane"), ("Adidas|Hiker|PVC"), ("Adidas|Hiker|Rubber"), ("Adidas|Loafer (Slip-on)|Leather"), ("Adidas|Loafer (Slip-on)|Leatherette"), ("Adidas|Loafer (Slip-on)|Polyurethane"), ("Adidas|Loafer (Slip-on)|PVC"), ("Adidas|Loafer (Slip-on)|Rubber"), ("Adidas|Oxford (Lace-up)|Leather"), ("Adidas|Oxford (Lace-up)|Leatherette"), ("Adidas|Oxford (Lace-up)|Polyurethane"), ("Adidas|Oxford (Lace-up)|PVC"), ("Adidas|Oxford (Lace-up)|Rubber"), ("Adidas|Patent Leather|Leather"), ("Adidas|Patent Leather|Leatherette"), ("Adidas|Patent Leather|Polyurethane"), ("Adidas|Patent Leather|PVC"), ("Adidas|Patent Leather|Rubber"), ("Adidas|Penny Loafer|Leather"), ("Adidas|Penny Loafer|Leatherette"), ("Adidas|Penny Loafer|Polyurethane"), ("Adidas|Penny Loafer|PVC"), ("Adidas|Penny Loafer|Rubber"), ("Adidas|Runner|Leather"), ("Adidas|Runner|Leatherette"), ("Adidas|Runner|Polyurethane"), ("Adidas|Runner|PVC"), ("Adidas|Runner|Rubber"), ("Adidas|Saddle Shoe|Leather"), ("Adidas|Saddle Shoe|Leatherette"), ("Adidas|Saddle Shoe|Polyurethane"), ("Adidas|Saddle Shoe|PVC"), ("Adidas|Saddle Shoe|Rubber"), ("Adidas|Sandal|Leather"), ("Adidas|Sandal|Leatherette"), ("Adidas|Sandal|Polyurethane"), ("Adidas|Sandal|PVC"), ("Adidas|Sandal|Rubber"), ("Adidas|Tennis|Leather"), ("Adidas|Tennis|Leatherette"), ("Adidas|Tennis|Polyurethane"), ("Adidas|Tennis|PVC"), ("Adidas|Tennis|Rubber"), ("Adidas|Walker|Leather"), ("Adidas|Walker|Leatherette"), ("Adidas|Walker|Polyurethane"), ("Adidas|Walker|PVC"), ("Adidas|Walker|Rubber"), ("Adidas|Wingtip|Leather"), ("Adidas|Wingtip|Leatherette"), ("Adidas|Wingtip|Polyurethane"), ("Adidas|Wingtip|PVC"), ("Adidas|Wingtip|Rubber"), ("Adidas|Work Boot|Leather"), ("Adidas|Work Boot|Leatherette"), ("Adidas|Work Boot|Polyurethane"), ("Adidas|Work Boot|PVC"), ("Adidas|Work Boot|Rubber"), ("Aldo|Balmoral|Leather"), ("Aldo|Balmoral|Leatherette"), ("Aldo|Balmoral|Polyurethane"), ("Aldo|Balmoral|PVC"), ("Aldo|Balmoral|Rubber"), ("Aldo|Boat Shoe|Leather"), ("Aldo|Boat Shoe|Leatherette"), ("Aldo|Boat Shoe|Polyurethane"), ("Aldo|Boat Shoe|PVC"), ("Aldo|Boat Shoe|Rubber"), ("Aldo|Brouge|Leather"), ("Aldo|Brouge|Leatherette"), ("Aldo|Brouge|Polyurethane"), ("Aldo|Brouge|PVC"), ("Aldo|Brouge|Rubber"), ("Aldo|Cross Trainer|Leather"), ("Aldo|Cross Trainer|Leatherette"), ("Aldo|Cross Trainer|Polyurethane"), ("Aldo|Cross Trainer|PVC"), ("Aldo|Cross Trainer|Rubber"), ("Aldo|Derby|Leather"), ("Aldo|Derby|Leatherette"), ("Aldo|Derby|Polyurethane"), ("Aldo|Derby|PVC"), ("Aldo|Derby|Rubber"), ("Aldo|Dress Boot|Leather"), ("Aldo|Dress Boot|Leatherette"), ("Aldo|Dress Boot|Polyurethane"), ("Aldo|Dress Boot|PVC"), ("Aldo|Dress Boot|Rubber"), ("Aldo|Dress Shoe|Leather"), ("Aldo|Dress Shoe|Leatherette"), ("Aldo|Dress Shoe|Polyurethane"), ("Aldo|Dress Shoe|PVC"), ("Aldo|Dress Shoe|Rubber"), ("Aldo|Driving Shoe|Leather"), ("Aldo|Driving Shoe|Leatherette"), ("Aldo|Driving Shoe|Polyurethane"), ("Aldo|Driving Shoe|PVC"), ("Aldo|Driving Shoe|Rubber"), ("Aldo|Hiker|Leather"), ("Aldo|Hiker|Leatherette"), ("Aldo|Hiker|Polyurethane"), ("Aldo|Hiker|PVC"), ("Aldo|Hiker|Rubber"), ("Aldo|Loafer (Slip-on)|Leather"), ("Aldo|Loafer (Slip-on)|Leatherette"), ("Aldo|Loafer (Slip-on)|Polyurethane"), ("Aldo|Loafer (Slip-on)|PVC"), ("Aldo|Loafer (Slip-on)|Rubber"), ("Aldo|Oxford (Lace-up)|Leather"), ("Aldo|Oxford (Lace-up)|Leatherette"), ("Aldo|Oxford (Lace-up)|Polyurethane"), ("Aldo|Oxford (Lace-up)|PVC"), ("Aldo|Oxford (Lace-up)|Rubber"), ("Aldo|Patent Leather|Leather"), ("Aldo|Patent Leather|Leatherette"), ("Aldo|Patent Leather|Polyurethane"), ("Aldo|Patent Leather|PVC"), ("Aldo|Patent Leather|Rubber"), ("Aldo|Penny Loafer|Leather"), ("Aldo|Penny Loafer|Leatherette"), ("Aldo|Penny Loafer|Polyurethane"), ("Aldo|Penny Loafer|PVC"), ("Aldo|Penny Loafer|Rubber"), ("Aldo|Runner|Leather"), ("Aldo|Runner|Leatherette"), ("Aldo|Runner|Polyurethane"), ("Aldo|Runner|PVC"), ("Aldo|Runner|Rubber"), ("Aldo|Saddle Shoe|Leather"), ("Aldo|Saddle Shoe|Leatherette"), ("Aldo|Saddle Shoe|Polyurethane"), ("Aldo|Saddle Shoe|PVC"), ("Aldo|Saddle Shoe|Rubber"), ("Aldo|Sandal|Leather"), ("Aldo|Sandal|Leatherette"), ("Aldo|Sandal|Polyurethane"), ("Aldo|Sandal|PVC"), ("Aldo|Sandal|Rubber"), ("Aldo|Tennis|Leather"), ("Aldo|Tennis|Leatherette"), ("Aldo|Tennis|Polyurethane"), ("Aldo|Tennis|PVC"), ("Aldo|Tennis|Rubber"), ("Aldo|Walker|Leather"), ("Aldo|Walker|Leatherette"), ("Aldo|Walker|Polyurethane"), ("Aldo|Walker|PVC"), ("Aldo|Walker|Rubber"), ("Aldo|Wingtip|Leather"), ("Aldo|Wingtip|Leatherette"), ("Aldo|Wingtip|Polyurethane"), ("Aldo|Wingtip|PVC"), ("Aldo|Wingtip|Rubber"), ("Aldo|Work Boot|Leather"), ("Aldo|Work Boot|Leatherette"), ("Aldo|Work Boot|Polyurethane"), ("Aldo|Work Boot|PVC"), ("Aldo|Work Boot|Rubber"), ("Armani|Balmoral|Leather"), ("Armani|Balmoral|Leatherette"), ("Armani|Balmoral|Polyurethane"), ("Armani|Balmoral|PVC"), ("Armani|Balmoral|Rubber"), ("Armani|Boat Shoe|Leather"), ("Armani|Boat Shoe|Leatherette"), ("Armani|Boat Shoe|Polyurethane"), ("Armani|Boat Shoe|PVC"), ("Armani|Boat Shoe|Rubber"), ("Armani|Brouge|Leather"), ("Armani|Brouge|Leatherette"), ("Armani|Brouge|Polyurethane"), ("Armani|Brouge|PVC"), ("Armani|Brouge|Rubber"), ("Armani|Cross Trainer|Leather"), ("Armani|Cross Trainer|Leatherette"), ("Armani|Cross Trainer|Polyurethane"), ("Armani|Cross Trainer|PVC"), ("Armani|Cross Trainer|Rubber"), ("Armani|Derby|Leather"), ("Armani|Derby|Leatherette"), ("Armani|Derby|Polyurethane"), ("Armani|Derby|PVC"), ("Armani|Derby|Rubber"), ("Armani|Dress Boot|Leather"), ("Armani|Dress Boot|Leatherette"), ("Armani|Dress Boot|Polyurethane"), ("Armani|Dress Boot|PVC"), ("Armani|Dress Boot|Rubber"), ("Armani|Dress Shoe|Leather"), ("Armani|Dress Shoe|Leatherette"), ("Armani|Dress Shoe|Polyurethane"), ("Armani|Dress Shoe|PVC"), ("Armani|Dress Shoe|Rubber"), ("Armani|Driving Shoe|Leather"), ("Armani|Driving Shoe|Leatherette"), ("Armani|Driving Shoe|Polyurethane"), ("Armani|Driving Shoe|PVC"), ("Armani|Driving Shoe|Rubber"), ("Armani|Hiker|Leather"), ("Armani|Hiker|Leatherette"), ("Armani|Hiker|Polyurethane"), ("Armani|Hiker|PVC"), ("Armani|Hiker|Rubber"), ("Armani|Loafer (Slip-on)|Leather"), ("Armani|Loafer (Slip-on)|Leatherette"), ("Armani|Loafer (Slip-on)|Polyurethane"), ("Armani|Loafer (Slip-on)|PVC"), ("Armani|Loafer (Slip-on)|Rubber"), ("Armani|Oxford (Lace-up)|Leather"), ("Armani|Oxford (Lace-up)|Leatherette"), ("Armani|Oxford (Lace-up)|Polyurethane"), ("Armani|Oxford (Lace-up)|PVC"), ("Armani|Oxford (Lace-up)|Rubber"), ("Armani|Patent Leather|Leather"), ("Armani|Patent Leather|Leatherette"), ("Armani|Patent Leather|Polyurethane"), ("Armani|Patent Leather|PVC"), ("Armani|Patent Leather|Rubber"), ("Armani|Penny Loafer|Leather"), ("Armani|Penny Loafer|Leatherette"), ("Armani|Penny Loafer|Polyurethane"), ("Armani|Penny Loafer|PVC"), ("Armani|Penny Loafer|Rubber"), ("Armani|Runner|Leather"), ("Armani|Runner|Leatherette"), ("Armani|Runner|Polyurethane"), ("Armani|Runner|PVC"), ("Armani|Runner|Rubber"), ("Armani|Saddle Shoe|Leather"), ("Armani|Saddle Shoe|Leatherette"), ("Armani|Saddle Shoe|Polyurethane"), ("Armani|Saddle Shoe|PVC"), ("Armani|Saddle Shoe|Rubber"), ("Armani|Sandal|Leather"), ("Armani|Sandal|Leatherette"), ("Armani|Sandal|Polyurethane"), ("Armani|Sandal|PVC"), ("Armani|Sandal|Rubber"), ("Armani|Tennis|Leather"), ("Armani|Tennis|Leatherette"), ("Armani|Tennis|Polyurethane"), ("Armani|Tennis|PVC"), ("Armani|Tennis|Rubber"), ("Armani|Walker|Leather"), ("Armani|Walker|Leatherette"), ("Armani|Walker|Polyurethane"), ("Armani|Walker|PVC"), ("Armani|Walker|Rubber"), ("Armani|Wingtip|Leather"), ("Armani|Wingtip|Leatherette"), ("Armani|Wingtip|Polyurethane"), ("Armani|Wingtip|PVC"), ("Armani|Wingtip|Rubber"), ("Armani|Work Boot|Leather"), ("Armani|Work Boot|Leatherette"), ("Armani|Work Boot|Polyurethane"), ("Armani|Work Boot|PVC"), ("Armani|Work Boot|Rubber"), ("Asics|Balmoral|Leather"), ("Asics|Balmoral|Leatherette"), ("Asics|Balmoral|Polyurethane"), ("Asics|Balmoral|PVC"), ("Asics|Balmoral|Rubber"), ("Asics|Boat Shoe|Leather"), ("Asics|Boat Shoe|Leatherette"), ("Asics|Boat Shoe|Polyurethane"), ("Asics|Boat Shoe|PVC"), ("Asics|Boat Shoe|Rubber"), ("Asics|Brouge|Leather"), ("Asics|Brouge|Leatherette"), ("Asics|Brouge|Polyurethane"), ("Asics|Brouge|PVC"), ("Asics|Brouge|Rubber"), ("Asics|Cross Trainer|Leather"), ("Asics|Cross Trainer|Leatherette"), ("Asics|Cross Trainer|Polyurethane"), ("Asics|Cross Trainer|PVC"), ("Asics|Cross Trainer|Rubber"), ("Asics|Derby|Leather"), ("Asics|Derby|Leatherette"), ("Asics|Derby|Polyurethane"), ("Asics|Derby|PVC"), ("Asics|Derby|Rubber"), ("Asics|Dress Boot|Leather"), ("Asics|Dress Boot|Leatherette"), ("Asics|Dress Boot|Polyurethane"), ("Asics|Dress Boot|PVC"), ("Asics|Dress Boot|Rubber"), ("Asics|Dress Shoe|Leather"), ("Asics|Dress Shoe|Leatherette"), ("Asics|Dress Shoe|Polyurethane"), ("Asics|Dress Shoe|PVC"), ("Asics|Dress Shoe|Rubber"), ("Asics|Driving Shoe|Leather"), ("Asics|Driving Shoe|Leatherette"), ("Asics|Driving Shoe|Polyurethane"), ("Asics|Driving Shoe|PVC"), ("Asics|Driving Shoe|Rubber"), ("Asics|Hiker|Leather"), ("Asics|Hiker|Leatherette"), ("Asics|Hiker|Polyurethane"), ("Asics|Hiker|PVC"), ("Asics|Hiker|Rubber"), ("Asics|Loafer (Slip-on)|Leather"), ("Asics|Loafer (Slip-on)|Leatherette"), ("Asics|Loafer (Slip-on)|Polyurethane"), ("Asics|Loafer (Slip-on)|PVC"), ("Asics|Loafer (Slip-on)|Rubber"), ("Asics|Oxford (Lace-up)|Leather"), ("Asics|Oxford (Lace-up)|Leatherette"), ("Asics|Oxford (Lace-up)|Polyurethane"), ("Asics|Oxford (Lace-up)|PVC"), ("Asics|Oxford (Lace-up)|Rubber"), ("Asics|Patent Leather|Leather"), ("Asics|Patent Leather|Leatherette"), ("Asics|Patent Leather|Polyurethane"), ("Asics|Patent Leather|PVC"), ("Asics|Patent Leather|Rubber"), ("Asics|Penny Loafer|Leather"), ("Asics|Penny Loafer|Leatherette"), ("Asics|Penny Loafer|Polyurethane"), ("Asics|Penny Loafer|PVC"), ("Asics|Penny Loafer|Rubber"), ("Asics|Runner|Leather"), ("Asics|Runner|Leatherette"), ("Asics|Runner|Polyurethane"), ("Asics|Runner|PVC"), ("Asics|Runner|Rubber"), ("Asics|Saddle Shoe|Leather"), ("Asics|Saddle Shoe|Leatherette"), ("Asics|Saddle Shoe|Polyurethane"), ("Asics|Saddle Shoe|PVC"), ("Asics|Saddle Shoe|Rubber"), ("Asics|Sandal|Leather"), ("Asics|Sandal|Leatherette"), ("Asics|Sandal|Polyurethane"), ("Asics|Sandal|PVC"), ("Asics|Sandal|Rubber"), ("Asics|Tennis|Leather"), ("Asics|Tennis|Leatherette"), ("Asics|Tennis|Polyurethane"), ("Asics|Tennis|PVC"), ("Asics|Tennis|Rubber"), ("Asics|Walker|Leather"), ("Asics|Walker|Leatherette"), ("Asics|Walker|Polyurethane"), ("Asics|Walker|PVC"), ("Asics|Walker|Rubber"), ("Asics|Wingtip|Leather"), ("Asics|Wingtip|Leatherette"), ("Asics|Wingtip|Polyurethane"), ("Asics|Wingtip|PVC"), ("Asics|Wingtip|Rubber"), ("Asics|Work Boot|Leather"), ("Asics|Work Boot|Leatherette"), ("Asics|Work Boot|Polyurethane"), ("Asics|Work Boot|PVC"), ("Asics|Work Boot|Rubber"), ("Birkenstock|Balmoral|Leather"), ("Birkenstock|Balmoral|Leatherette"), ("Birkenstock|Balmoral|Polyurethane"), ("Birkenstock|Balmoral|PVC"), ("Birkenstock|Balmoral|Rubber"), ("Birkenstock|Boat Shoe|Leather"), ("Birkenstock|Boat Shoe|Leatherette"), ("Birkenstock|Boat Shoe|Polyurethane"), ("Birkenstock|Boat Shoe|PVC"), ("Birkenstock|Boat Shoe|Rubber"), ("Birkenstock|Brouge|Leather"), ("Birkenstock|Brouge|Leatherette"), ("Birkenstock|Brouge|Polyurethane"), ("Birkenstock|Brouge|PVC"), ("Birkenstock|Brouge|Rubber"), ("Birkenstock|Cross Trainer|Leather"), ("Birkenstock|Cross Trainer|Leatherette"), ("Birkenstock|Cross Trainer|Polyurethane"), ("Birkenstock|Cross Trainer|PVC"), ("Birkenstock|Cross Trainer|Rubber"), ("Birkenstock|Derby|Leather"), ("Birkenstock|Derby|Leatherette"), ("Birkenstock|Derby|Polyurethane"), ("Birkenstock|Derby|PVC"), ("Birkenstock|Derby|Rubber"), ("Birkenstock|Dress Boot|Leather"), ("Birkenstock|Dress Boot|Leatherette"), ("Birkenstock|Dress Boot|Polyurethane"), ("Birkenstock|Dress Boot|PVC"), ("Birkenstock|Dress Boot|Rubber"), ("Birkenstock|Dress Shoe|Leather"), ("Birkenstock|Dress Shoe|Leatherette"), ("Birkenstock|Dress Shoe|Polyurethane"), ("Birkenstock|Dress Shoe|PVC"), ("Birkenstock|Dress Shoe|Rubber"), ("Birkenstock|Driving Shoe|Leather"), ("Birkenstock|Driving Shoe|Leatherette"), ("Birkenstock|Driving Shoe|Polyurethane"), ("Birkenstock|Driving Shoe|PVC"), ("Birkenstock|Driving Shoe|Rubber"), ("Birkenstock|Hiker|Leather"), ("Birkenstock|Hiker|Leatherette"), ("Birkenstock|Hiker|Polyurethane"), ("Birkenstock|Hiker|PVC"), ("Birkenstock|Hiker|Rubber"), ("Birkenstock|Loafer (Slip-on)|Leather"), ("Birkenstock|Loafer (Slip-on)|Leatherette"), ("Birkenstock|Loafer (Slip-on)|Polyurethane"), ("Birkenstock|Loafer (Slip-on)|PVC"), ("Birkenstock|Loafer (Slip-on)|Rubber"), ("Birkenstock|Oxford (Lace-up)|Leather"), ("Birkenstock|Oxford (Lace-up)|Leatherette"), ("Birkenstock|Oxford (Lace-up)|Polyurethane"), ("Birkenstock|Oxford (Lace-up)|PVC"), ("Birkenstock|Oxford (Lace-up)|Rubber"), ("Birkenstock|Patent Leather|Leather"), ("Birkenstock|Patent Leather|Leatherette"), ("Birkenstock|Patent Leather|Polyurethane"), ("Birkenstock|Patent Leather|PVC"), ("Birkenstock|Patent Leather|Rubber"), ("Birkenstock|Penny Loafer|Leather"), ("Birkenstock|Penny Loafer|Leatherette"), ("Birkenstock|Penny Loafer|Polyurethane"), ("Birkenstock|Penny Loafer|PVC"), ("Birkenstock|Penny Loafer|Rubber"), ("Birkenstock|Runner|Leather"), ("Birkenstock|Runner|Leatherette"), ("Birkenstock|Runner|Polyurethane"), ("Birkenstock|Runner|PVC"), ("Birkenstock|Runner|Rubber"), ("Birkenstock|Saddle Shoe|Leather"), ("Birkenstock|Saddle Shoe|Leatherette"), ("Birkenstock|Saddle Shoe|Polyurethane"), ("Birkenstock|Saddle Shoe|PVC"), ("Birkenstock|Saddle Shoe|Rubber"), ("Birkenstock|Sandal|Leather"), ("Birkenstock|Sandal|Leatherette"), ("Birkenstock|Sandal|Polyurethane"), ("Birkenstock|Sandal|PVC"), ("Birkenstock|Sandal|Rubber"), ("Birkenstock|Tennis|Leather"), ("Birkenstock|Tennis|Leatherette"), ("Birkenstock|Tennis|Polyurethane"), ("Birkenstock|Tennis|PVC"), ("Birkenstock|Tennis|Rubber"), ("Birkenstock|Walker|Leather"), ("Birkenstock|Walker|Leatherette"), ("Birkenstock|Walker|Polyurethane"), ("Birkenstock|Walker|PVC"), ("Birkenstock|Walker|Rubber"), ("Birkenstock|Wingtip|Leather"), ("Birkenstock|Wingtip|Leatherette"), ("Birkenstock|Wingtip|Polyurethane"), ("Birkenstock|Wingtip|PVC"), ("Birkenstock|Wingtip|Rubber"), ("Birkenstock|Work Boot|Leather"), ("Birkenstock|Work Boot|Leatherette"), ("Birkenstock|Work Boot|Polyurethane"), ("Birkenstock|Work Boot|PVC"), ("Birkenstock|Work Boot|Rubber"), ("Bostonian|Balmoral|Leather"), ("Bostonian|Balmoral|Leatherette"), ("Bostonian|Balmoral|Polyurethane"), ("Bostonian|Balmoral|PVC"), ("Bostonian|Balmoral|Rubber"), ("Bostonian|Boat Shoe|Leather"), ("Bostonian|Boat Shoe|Leatherette"), ("Bostonian|Boat Shoe|Polyurethane"), ("Bostonian|Boat Shoe|PVC"), ("Bostonian|Boat Shoe|Rubber"), ("Bostonian|Brouge|Leather"), ("Bostonian|Brouge|Leatherette"), ("Bostonian|Brouge|Polyurethane"), ("Bostonian|Brouge|PVC"), ("Bostonian|Brouge|Rubber"), ("Bostonian|Cross Trainer|Leather"), ("Bostonian|Cross Trainer|Leatherette"), ("Bostonian|Cross Trainer|Polyurethane"), ("Bostonian|Cross Trainer|PVC"), ("Bostonian|Cross Trainer|Rubber"), ("Bostonian|Derby|Leather"), ("Bostonian|Derby|Leatherette"), ("Bostonian|Derby|Polyurethane"), ("Bostonian|Derby|PVC"), ("Bostonian|Derby|Rubber"), ("Bostonian|Dress Boot|Leather"), ("Bostonian|Dress Boot|Leatherette"), ("Bostonian|Dress Boot|Polyurethane"), ("Bostonian|Dress Boot|PVC"), ("Bostonian|Dress Boot|Rubber"), ("Bostonian|Dress Shoe|Leather"), ("Bostonian|Dress Shoe|Leatherette"), ("Bostonian|Dress Shoe|Polyurethane"), ("Bostonian|Dress Shoe|PVC"), ("Bostonian|Dress Shoe|Rubber"), ("Bostonian|Driving Shoe|Leather"), ("Bostonian|Driving Shoe|Leatherette"), ("Bostonian|Driving Shoe|Polyurethane"), ("Bostonian|Driving Shoe|PVC"), ("Bostonian|Driving Shoe|Rubber"), ("Bostonian|Hiker|Leather"), ("Bostonian|Hiker|Leatherette"), ("Bostonian|Hiker|Polyurethane"), ("Bostonian|Hiker|PVC"), ("Bostonian|Hiker|Rubber"), ("Bostonian|Loafer (Slip-on)|Leather"), ("Bostonian|Loafer (Slip-on)|Leatherette"), ("Bostonian|Loafer (Slip-on)|Polyurethane"), ("Bostonian|Loafer (Slip-on)|PVC"), ("Bostonian|Loafer (Slip-on)|Rubber"), ("Bostonian|Oxford (Lace-up)|Leather"), ("Bostonian|Oxford (Lace-up)|Leatherette"), ("Bostonian|Oxford (Lace-up)|Polyurethane"), ("Bostonian|Oxford (Lace-up)|PVC"), ("Bostonian|Oxford (Lace-up)|Rubber"), ("Bostonian|Patent Leather|Leather"), ("Bostonian|Patent Leather|Leatherette"), ("Bostonian|Patent Leather|Polyurethane"), ("Bostonian|Patent Leather|PVC"), ("Bostonian|Patent Leather|Rubber"), ("Bostonian|Penny Loafer|Leather"), ("Bostonian|Penny Loafer|Leatherette"), ("Bostonian|Penny Loafer|Polyurethane"), ("Bostonian|Penny Loafer|PVC"), ("Bostonian|Penny Loafer|Rubber"), ("Bostonian|Runner|Leather"), ("Bostonian|Runner|Leatherette"), ("Bostonian|Runner|Polyurethane"), ("Bostonian|Runner|PVC"), ("Bostonian|Runner|Rubber"), ("Bostonian|Saddle Shoe|Leather"), ("Bostonian|Saddle Shoe|Leatherette"), ("Bostonian|Saddle Shoe|Polyurethane"), ("Bostonian|Saddle Shoe|PVC"), ("Bostonian|Saddle Shoe|Rubber"), ("Bostonian|Sandal|Leather"), ("Bostonian|Sandal|Leatherette"), ("Bostonian|Sandal|Polyurethane"), ("Bostonian|Sandal|PVC"), ("Bostonian|Sandal|Rubber"), ("Bostonian|Tennis|Leather"), ("Bostonian|Tennis|Leatherette"), ("Bostonian|Tennis|Polyurethane"), ("Bostonian|Tennis|PVC"), ("Bostonian|Tennis|Rubber"), ("Bostonian|Walker|Leather"), ("Bostonian|Walker|Leatherette"), ("Bostonian|Walker|Polyurethane"), ("Bostonian|Walker|PVC"), ("Bostonian|Walker|Rubber"), ("Bostonian|Wingtip|Leather"), ("Bostonian|Wingtip|Leatherette"), ("Bostonian|Wingtip|Polyurethane"), ("Bostonian|Wingtip|PVC"), ("Bostonian|Wingtip|Rubber"), ("Bostonian|Work Boot|Leather"), ("Bostonian|Work Boot|Leatherette"), ("Bostonian|Work Boot|Polyurethane"), ("Bostonian|Work Boot|PVC"), ("Bostonian|Work Boot|Rubber"), ("Carhartt|Balmoral|Leather"), ("Carhartt|Balmoral|Leatherette"), ("Carhartt|Balmoral|Polyurethane"), ("Carhartt|Balmoral|PVC"), ("Carhartt|Balmoral|Rubber"), ("Carhartt|Boat Shoe|Leather"), ("Carhartt|Boat Shoe|Leatherette"), ("Carhartt|Boat Shoe|Polyurethane"), ("Carhartt|Boat Shoe|PVC"), ("Carhartt|Boat Shoe|Rubber"), ("Carhartt|Brouge|Leather"), ("Carhartt|Brouge|Leatherette"), ("Carhartt|Brouge|Polyurethane"), ("Carhartt|Brouge|PVC"), ("Carhartt|Brouge|Rubber"), ("Carhartt|Cross Trainer|Leather"), ("Carhartt|Cross Trainer|Leatherette"), ("Carhartt|Cross Trainer|Polyurethane"), ("Carhartt|Cross Trainer|PVC"), ("Carhartt|Cross Trainer|Rubber"), ("Carhartt|Derby|Leather"), ("Carhartt|Derby|Leatherette"), ("Carhartt|Derby|Polyurethane"), ("Carhartt|Derby|PVC"), ("Carhartt|Derby|Rubber"), ("Carhartt|Dress Boot|Leather"), ("Carhartt|Dress Boot|Leatherette"), ("Carhartt|Dress Boot|Polyurethane"), ("Carhartt|Dress Boot|PVC"), ("Carhartt|Dress Boot|Rubber"), ("Carhartt|Dress Shoe|Leather"), ("Carhartt|Dress Shoe|Leatherette"), ("Carhartt|Dress Shoe|Polyurethane"), ("Carhartt|Dress Shoe|PVC"), ("Carhartt|Dress Shoe|Rubber"), ("Carhartt|Driving Shoe|Leather"), ("Carhartt|Driving Shoe|Leatherette"), ("Carhartt|Driving Shoe|Polyurethane"), ("Carhartt|Driving Shoe|PVC"), ("Carhartt|Driving Shoe|Rubber"), ("Carhartt|Hiker|Leather"), ("Carhartt|Hiker|Leatherette"), ("Carhartt|Hiker|Polyurethane"), ("Carhartt|Hiker|PVC"), ("Carhartt|Hiker|Rubber"), ("Carhartt|Loafer (Slip-on)|Leather"), ("Carhartt|Loafer (Slip-on)|Leatherette"), ("Carhartt|Loafer (Slip-on)|Polyurethane"), ("Carhartt|Loafer (Slip-on)|PVC"), ("Carhartt|Loafer (Slip-on)|Rubber"), ("Carhartt|Oxford (Lace-up)|Leather"), ("Carhartt|Oxford (Lace-up)|Leatherette"), ("Carhartt|Oxford (Lace-up)|Polyurethane"), ("Carhartt|Oxford (Lace-up)|PVC"), ("Carhartt|Oxford (Lace-up)|Rubber"), ("Carhartt|Patent Leather|Leather"), ("Carhartt|Patent Leather|Leatherette"), ("Carhartt|Patent Leather|Polyurethane"), ("Carhartt|Patent Leather|PVC"), ("Carhartt|Patent Leather|Rubber"), ("Carhartt|Penny Loafer|Leather"), ("Carhartt|Penny Loafer|Leatherette"), ("Carhartt|Penny Loafer|Polyurethane"), ("Carhartt|Penny Loafer|PVC"), ("Carhartt|Penny Loafer|Rubber"), ("Carhartt|Runner|Leather"), ("Carhartt|Runner|Leatherette"), ("Carhartt|Runner|Polyurethane"), ("Carhartt|Runner|PVC"), ("Carhartt|Runner|Rubber"), ("Carhartt|Saddle Shoe|Leather"), ("Carhartt|Saddle Shoe|Leatherette"), ("Carhartt|Saddle Shoe|Polyurethane"), ("Carhartt|Saddle Shoe|PVC"), ("Carhartt|Saddle Shoe|Rubber"), ("Carhartt|Sandal|Leather"), ("Carhartt|Sandal|Leatherette"), ("Carhartt|Sandal|Polyurethane"), ("Carhartt|Sandal|PVC"), ("Carhartt|Sandal|Rubber"), ("Carhartt|Tennis|Leather"), ("Carhartt|Tennis|Leatherette"), ("Carhartt|Tennis|Polyurethane"), ("Carhartt|Tennis|PVC"), ("Carhartt|Tennis|Rubber"), ("Carhartt|Walker|Leather"), ("Carhartt|Walker|Leatherette"), ("Carhartt|Walker|Polyurethane"), ("Carhartt|Walker|PVC"), ("Carhartt|Walker|Rubber"), ("Carhartt|Wingtip|Leather"), ("Carhartt|Wingtip|Leatherette"), ("Carhartt|Wingtip|Polyurethane"), ("Carhartt|Wingtip|PVC"), ("Carhartt|Wingtip|Rubber"), ("Carhartt|Work Boot|Leather"), ("Carhartt|Work Boot|Leatherette"), ("Carhartt|Work Boot|Polyurethane"), ("Carhartt|Work Boot|PVC"), ("Carhartt|Work Boot|Rubber"), ("Champion|Balmoral|Leather"), ("Champion|Balmoral|Leatherette"), ("Champion|Balmoral|Polyurethane"), ("Champion|Balmoral|PVC"), ("Champion|Balmoral|Rubber"), ("Champion|Boat Shoe|Leather"), ("Champion|Boat Shoe|Leatherette"), ("Champion|Boat Shoe|Polyurethane"), ("Champion|Boat Shoe|PVC"), ("Champion|Boat Shoe|Rubber"), ("Champion|Brouge|Leather"), ("Champion|Brouge|Leatherette"), ("Champion|Brouge|Polyurethane"), ("Champion|Brouge|PVC"), ("Champion|Brouge|Rubber"), ("Champion|Cross Trainer|Leather"), ("Champion|Cross Trainer|Leatherette"), ("Champion|Cross Trainer|Polyurethane"), ("Champion|Cross Trainer|PVC"), ("Champion|Cross Trainer|Rubber"), ("Champion|Derby|Leather"), ("Champion|Derby|Leatherette"), ("Champion|Derby|Polyurethane"), ("Champion|Derby|PVC"), ("Champion|Derby|Rubber"), ("Champion|Dress Boot|Leather"), ("Champion|Dress Boot|Leatherette"), ("Champion|Dress Boot|Polyurethane"), ("Champion|Dress Boot|PVC"), ("Champion|Dress Boot|Rubber"), ("Champion|Dress Shoe|Leather"), ("Champion|Dress Shoe|Leatherette"), ("Champion|Dress Shoe|Polyurethane"), ("Champion|Dress Shoe|PVC"), ("Champion|Dress Shoe|Rubber"), ("Champion|Driving Shoe|Leather"), ("Champion|Driving Shoe|Leatherette"), ("Champion|Driving Shoe|Polyurethane"), ("Champion|Driving Shoe|PVC"), ("Champion|Driving Shoe|Rubber"), ("Champion|Hiker|Leather"), ("Champion|Hiker|Leatherette"), ("Champion|Hiker|Polyurethane"), ("Champion|Hiker|PVC"), ("Champion|Hiker|Rubber"), ("Champion|Loafer (Slip-on)|Leather"), ("Champion|Loafer (Slip-on)|Leatherette"), ("Champion|Loafer (Slip-on)|Polyurethane"), ("Champion|Loafer (Slip-on)|PVC"), ("Champion|Loafer (Slip-on)|Rubber"), ("Champion|Oxford (Lace-up)|Leather"), ("Champion|Oxford (Lace-up)|Leatherette"), ("Champion|Oxford (Lace-up)|Polyurethane"), ("Champion|Oxford (Lace-up)|PVC"), ("Champion|Oxford (Lace-up)|Rubber"), ("Champion|Patent Leather|Leather"), ("Champion|Patent Leather|Leatherette"), ("Champion|Patent Leather|Polyurethane"), ("Champion|Patent Leather|PVC"), ("Champion|Patent Leather|Rubber"), ("Champion|Penny Loafer|Leather"), ("Champion|Penny Loafer|Leatherette"), ("Champion|Penny Loafer|Polyurethane"), ("Champion|Penny Loafer|PVC"), ("Champion|Penny Loafer|Rubber"), ("Champion|Runner|Leather"), ("Champion|Runner|Leatherette"), ("Champion|Runner|Polyurethane"), ("Champion|Runner|PVC"), ("Champion|Runner|Rubber"), ("Champion|Saddle Shoe|Leather"), ("Champion|Saddle Shoe|Leatherette"), ("Champion|Saddle Shoe|Polyurethane"), ("Champion|Saddle Shoe|PVC"), ("Champion|Saddle Shoe|Rubber"), ("Champion|Sandal|Leather"), ("Champion|Sandal|Leatherette"), ("Champion|Sandal|Polyurethane"), ("Champion|Sandal|PVC"), ("Champion|Sandal|Rubber"), ("Champion|Tennis|Leather"), ("Champion|Tennis|Leatherette"), ("Champion|Tennis|Polyurethane"), ("Champion|Tennis|PVC"), ("Champion|Tennis|Rubber"), ("Champion|Walker|Leather"), ("Champion|Walker|Leatherette"), ("Champion|Walker|Polyurethane"), ("Champion|Walker|PVC"), ("Champion|Walker|Rubber"), ("Champion|Wingtip|Leather"), ("Champion|Wingtip|Leatherette"), ("Champion|Wingtip|Polyurethane"), ("Champion|Wingtip|PVC"), ("Champion|Wingtip|Rubber"), ("Champion|Work Boot|Leather"), ("Champion|Work Boot|Leatherette"), ("Champion|Work Boot|Polyurethane"), ("Champion|Work Boot|PVC"), ("Champion|Work Boot|Rubber"), ("Clarks|Balmoral|Leather"), ("Clarks|Balmoral|Leatherette"), ("Clarks|Balmoral|Polyurethane"), ("Clarks|Balmoral|PVC"), ("Clarks|Balmoral|Rubber"), ("Clarks|Boat Shoe|Leather"), ("Clarks|Boat Shoe|Leatherette"), ("Clarks|Boat Shoe|Polyurethane"), ("Clarks|Boat Shoe|PVC"), ("Clarks|Boat Shoe|Rubber"), ("Clarks|Brouge|Leather"), ("Clarks|Brouge|Leatherette"), ("Clarks|Brouge|Polyurethane"), ("Clarks|Brouge|PVC"), ("Clarks|Brouge|Rubber"), ("Clarks|Cross Trainer|Leather"), ("Clarks|Cross Trainer|Leatherette"), ("Clarks|Cross Trainer|Polyurethane"), ("Clarks|Cross Trainer|PVC"), ("Clarks|Cross Trainer|Rubber"), ("Clarks|Derby|Leather"), ("Clarks|Derby|Leatherette"), ("Clarks|Derby|Polyurethane"), ("Clarks|Derby|PVC"), ("Clarks|Derby|Rubber"), ("Clarks|Dress Boot|Leather"), ("Clarks|Dress Boot|Leatherette"), ("Clarks|Dress Boot|Polyurethane"), ("Clarks|Dress Boot|PVC"), ("Clarks|Dress Boot|Rubber"), ("Clarks|Dress Shoe|Leather"), ("Clarks|Dress Shoe|Leatherette"), ("Clarks|Dress Shoe|Polyurethane"), ("Clarks|Dress Shoe|PVC"), ("Clarks|Dress Shoe|Rubber"), ("Clarks|Driving Shoe|Leather"), ("Clarks|Driving Shoe|Leatherette"), ("Clarks|Driving Shoe|Polyurethane"), ("Clarks|Driving Shoe|PVC"), ("Clarks|Driving Shoe|Rubber"), ("Clarks|Hiker|Leather"), ("Clarks|Hiker|Leatherette"), ("Clarks|Hiker|Polyurethane"), ("Clarks|Hiker|PVC"), ("Clarks|Hiker|Rubber"), ("Clarks|Loafer (Slip-on)|Leather"), ("Clarks|Loafer (Slip-on)|Leatherette"), ("Clarks|Loafer (Slip-on)|Polyurethane"), ("Clarks|Loafer (Slip-on)|PVC"), ("Clarks|Loafer (Slip-on)|Rubber"), ("Clarks|Oxford (Lace-up)|Leather"), ("Clarks|Oxford (Lace-up)|Leatherette"), ("Clarks|Oxford (Lace-up)|Polyurethane"), ("Clarks|Oxford (Lace-up)|PVC"), ("Clarks|Oxford (Lace-up)|Rubber"), ("Clarks|Patent Leather|Leather"), ("Clarks|Patent Leather|Leatherette"), ("Clarks|Patent Leather|Polyurethane"), ("Clarks|Patent Leather|PVC"), ("Clarks|Patent Leather|Rubber"), ("Clarks|Penny Loafer|Leather"), ("Clarks|Penny Loafer|Leatherette"), ("Clarks|Penny Loafer|Polyurethane"), ("Clarks|Penny Loafer|PVC"), ("Clarks|Penny Loafer|Rubber"), ("Clarks|Runner|Leather"), ("Clarks|Runner|Leatherette"), ("Clarks|Runner|Polyurethane"), ("Clarks|Runner|PVC"), ("Clarks|Runner|Rubber"), ("Clarks|Saddle Shoe|Leather"), ("Clarks|Saddle Shoe|Leatherette"), ("Clarks|Saddle Shoe|Polyurethane"), ("Clarks|Saddle Shoe|PVC"), ("Clarks|Saddle Shoe|Rubber"), ("Clarks|Sandal|Leather"), ("Clarks|Sandal|Leatherette"), ("Clarks|Sandal|Polyurethane"), ("Clarks|Sandal|PVC"), ("Clarks|Sandal|Rubber"), ("Clarks|Tennis|Leather"), ("Clarks|Tennis|Leatherette"), ("Clarks|Tennis|Polyurethane"), ("Clarks|Tennis|PVC"), ("Clarks|Tennis|Rubber"), ("Clarks|Walker|Leather"), ("Clarks|Walker|Leatherette"), ("Clarks|Walker|Polyurethane"), ("Clarks|Walker|PVC"), ("Clarks|Walker|Rubber"), ("Clarks|Wingtip|Leather"), ("Clarks|Wingtip|Leatherette"), ("Clarks|Wingtip|Polyurethane"), ("Clarks|Wingtip|PVC"), ("Clarks|Wingtip|Rubber"), ("Clarks|Work Boot|Leather"), ("Clarks|Work Boot|Leatherette"), ("Clarks|Work Boot|Polyurethane"), ("Clarks|Work Boot|PVC"), ("Clarks|Work Boot|Rubber"), ("Cole Haan|Balmoral|Leather"), ("Cole Haan|Balmoral|Leatherette"), ("Cole Haan|Balmoral|Polyurethane"), ("Cole Haan|Balmoral|PVC"), ("Cole Haan|Balmoral|Rubber"), ("Cole Haan|Boat Shoe|Leather"), ("Cole Haan|Boat Shoe|Leatherette"), ("Cole Haan|Boat Shoe|Polyurethane"), ("Cole Haan|Boat Shoe|PVC"), ("Cole Haan|Boat Shoe|Rubber"), ("Cole Haan|Brouge|Leather"), ("Cole Haan|Brouge|Leatherette"), ("Cole Haan|Brouge|Polyurethane"), ("Cole Haan|Brouge|PVC"), ("Cole Haan|Brouge|Rubber"), ("Cole Haan|Cross Trainer|Leather"), ("Cole Haan|Cross Trainer|Leatherette"), ("Cole Haan|Cross Trainer|Polyurethane"), ("Cole Haan|Cross Trainer|PVC"), ("Cole Haan|Cross Trainer|Rubber"), ("Cole Haan|Derby|Leather"), ("Cole Haan|Derby|Leatherette"), ("Cole Haan|Derby|Polyurethane"), ("Cole Haan|Derby|PVC"), ("Cole Haan|Derby|Rubber"), ("Cole Haan|Dress Boot|Leather"), ("Cole Haan|Dress Boot|Leatherette"), ("Cole Haan|Dress Boot|Polyurethane"), ("Cole Haan|Dress Boot|PVC"), ("Cole Haan|Dress Boot|Rubber"), ("Cole Haan|Dress Shoe|Leather"), ("Cole Haan|Dress Shoe|Leatherette"), ("Cole Haan|Dress Shoe|Polyurethane"), ("Cole Haan|Dress Shoe|PVC"), ("Cole Haan|Dress Shoe|Rubber"), ("Cole Haan|Driving Shoe|Leather"), ("Cole Haan|Driving Shoe|Leatherette"), ("Cole Haan|Driving Shoe|Polyurethane"), ("Cole Haan|Driving Shoe|PVC"), ("Cole Haan|Driving Shoe|Rubber"), ("Cole Haan|Hiker|Leather"), ("Cole Haan|Hiker|Leatherette"), ("Cole Haan|Hiker|Polyurethane"), ("Cole Haan|Hiker|PVC"), ("Cole Haan|Hiker|Rubber"), ("Cole Haan|Loafer (Slip-on)|Leather"), ("Cole Haan|Loafer (Slip-on)|Leatherette"), ("Cole Haan|Loafer (Slip-on)|Polyurethane"), ("Cole Haan|Loafer (Slip-on)|PVC"), ("Cole Haan|Loafer (Slip-on)|Rubber"), ("Cole Haan|Oxford (Lace-up)|Leather"), ("Cole Haan|Oxford (Lace-up)|Leatherette"), ("Cole Haan|Oxford (Lace-up)|Polyurethane"), ("Cole Haan|Oxford (Lace-up)|PVC"), ("Cole Haan|Oxford (Lace-up)|Rubber"), ("Cole Haan|Patent Leather|Leather"), ("Cole Haan|Patent Leather|Leatherette"), ("Cole Haan|Patent Leather|Polyurethane"), ("Cole Haan|Patent Leather|PVC"), ("Cole Haan|Patent Leather|Rubber"), ("Cole Haan|Penny Loafer|Leather"), ("Cole Haan|Penny Loafer|Leatherette"), ("Cole Haan|Penny Loafer|Polyurethane"), ("Cole Haan|Penny Loafer|PVC"), ("Cole Haan|Penny Loafer|Rubber"), ("Cole Haan|Runner|Leather"), ("Cole Haan|Runner|Leatherette"), ("Cole Haan|Runner|Polyurethane"), ("Cole Haan|Runner|PVC"), ("Cole Haan|Runner|Rubber"), ("Cole Haan|Saddle Shoe|Leather"), ("Cole Haan|Saddle Shoe|Leatherette"), ("Cole Haan|Saddle Shoe|Polyurethane"), ("Cole Haan|Saddle Shoe|PVC"), ("Cole Haan|Saddle Shoe|Rubber"), ("Cole Haan|Sandal|Leather"), ("Cole Haan|Sandal|Leatherette"), ("Cole Haan|Sandal|Polyurethane"), ("Cole Haan|Sandal|PVC"), ("Cole Haan|Sandal|Rubber"), ("Cole Haan|Tennis|Leather"), ("Cole Haan|Tennis|Leatherette"), ("Cole Haan|Tennis|Polyurethane"), ("Cole Haan|Tennis|PVC"), ("Cole Haan|Tennis|Rubber"), ("Cole Haan|Walker|Leather"), ("Cole Haan|Walker|Leatherette"), ("Cole Haan|Walker|Polyurethane"), ("Cole Haan|Walker|PVC"), ("Cole Haan|Walker|Rubber"), ("Cole Haan|Wingtip|Leather"), ("Cole Haan|Wingtip|Leatherette"), ("Cole Haan|Wingtip|Polyurethane"), ("Cole Haan|Wingtip|PVC"), ("Cole Haan|Wingtip|Rubber"), ("Cole Haan|Work Boot|Leather"), ("Cole Haan|Work Boot|Leatherette"), ("Cole Haan|Work Boot|Polyurethane"), ("Cole Haan|Work Boot|PVC"), ("Cole Haan|Work Boot|Rubber"), ("Columbia|Balmoral|Leather"), ("Columbia|Balmoral|Leatherette"), ("Columbia|Balmoral|Polyurethane"), ("Columbia|Balmoral|PVC"), ("Columbia|Balmoral|Rubber"), ("Columbia|Boat Shoe|Leather"), ("Columbia|Boat Shoe|Leatherette"), ("Columbia|Boat Shoe|Polyurethane"), ("Columbia|Boat Shoe|PVC"), ("Columbia|Boat Shoe|Rubber"), ("Columbia|Brouge|Leather"), ("Columbia|Brouge|Leatherette"), ("Columbia|Brouge|Polyurethane"), ("Columbia|Brouge|PVC"), ("Columbia|Brouge|Rubber"), ("Columbia|Cross Trainer|Leather"), ("Columbia|Cross Trainer|Leatherette"), ("Columbia|Cross Trainer|Polyurethane"), ("Columbia|Cross Trainer|PVC"), ("Columbia|Cross Trainer|Rubber"), ("Columbia|Derby|Leather"), ("Columbia|Derby|Leatherette"), ("Columbia|Derby|Polyurethane"), ("Columbia|Derby|PVC"), ("Columbia|Derby|Rubber"), ("Columbia|Dress Boot|Leather"), ("Columbia|Dress Boot|Leatherette"), ("Columbia|Dress Boot|Polyurethane"), ("Columbia|Dress Boot|PVC"), ("Columbia|Dress Boot|Rubber"), ("Columbia|Dress Shoe|Leather"), ("Columbia|Dress Shoe|Leatherette"), ("Columbia|Dress Shoe|Polyurethane"), ("Columbia|Dress Shoe|PVC"), ("Columbia|Dress Shoe|Rubber"), ("Columbia|Driving Shoe|Leather"), ("Columbia|Driving Shoe|Leatherette"), ("Columbia|Driving Shoe|Polyurethane"), ("Columbia|Driving Shoe|PVC"), ("Columbia|Driving Shoe|Rubber"), ("Columbia|Hiker|Leather"), ("Columbia|Hiker|Leatherette"), ("Columbia|Hiker|Polyurethane"), ("Columbia|Hiker|PVC"), ("Columbia|Hiker|Rubber"), ("Columbia|Loafer (Slip-on)|Leather"), ("Columbia|Loafer (Slip-on)|Leatherette"), ("Columbia|Loafer (Slip-on)|Polyurethane"), ("Columbia|Loafer (Slip-on)|PVC"), ("Columbia|Loafer (Slip-on)|Rubber"), ("Columbia|Oxford (Lace-up)|Leather"), ("Columbia|Oxford (Lace-up)|Leatherette"), ("Columbia|Oxford (Lace-up)|Polyurethane"), ("Columbia|Oxford (Lace-up)|PVC"), ("Columbia|Oxford (Lace-up)|Rubber"), ("Columbia|Patent Leather|Leather"), ("Columbia|Patent Leather|Leatherette"), ("Columbia|Patent Leather|Polyurethane"), ("Columbia|Patent Leather|PVC"), ("Columbia|Patent Leather|Rubber"), ("Columbia|Penny Loafer|Leather"), ("Columbia|Penny Loafer|Leatherette"), ("Columbia|Penny Loafer|Polyurethane"), ("Columbia|Penny Loafer|PVC"), ("Columbia|Penny Loafer|Rubber"), ("Columbia|Runner|Leather"), ("Columbia|Runner|Leatherette"), ("Columbia|Runner|Polyurethane"), ("Columbia|Runner|PVC"), ("Columbia|Runner|Rubber"), ("Columbia|Saddle Shoe|Leather"), ("Columbia|Saddle Shoe|Leatherette"), ("Columbia|Saddle Shoe|Polyurethane"), ("Columbia|Saddle Shoe|PVC"), ("Columbia|Saddle Shoe|Rubber"), ("Columbia|Sandal|Leather"), ("Columbia|Sandal|Leatherette"), ("Columbia|Sandal|Polyurethane"), ("Columbia|Sandal|PVC"), ("Columbia|Sandal|Rubber"), ("Columbia|Tennis|Leather"), ("Columbia|Tennis|Leatherette"), ("Columbia|Tennis|Polyurethane"), ("Columbia|Tennis|PVC"), ("Columbia|Tennis|Rubber"), ("Columbia|Walker|Leather"), ("Columbia|Walker|Leatherette"), ("Columbia|Walker|Polyurethane"), ("Columbia|Walker|PVC"), ("Columbia|Walker|Rubber"), ("Columbia|Wingtip|Leather"), ("Columbia|Wingtip|Leatherette"), ("Columbia|Wingtip|Polyurethane"), ("Columbia|Wingtip|PVC"), ("Columbia|Wingtip|Rubber"), ("Columbia|Work Boot|Leather"), ("Columbia|Work Boot|Leatherette"), ("Columbia|Work Boot|Polyurethane"), ("Columbia|Work Boot|PVC"), ("Columbia|Work Boot|Rubber"), ("Converse|Balmoral|Leather"), ("Converse|Balmoral|Leatherette"), ("Converse|Balmoral|Polyurethane"), ("Converse|Balmoral|PVC"), ("Converse|Balmoral|Rubber"), ("Converse|Boat Shoe|Leather"), ("Converse|Boat Shoe|Leatherette"), ("Converse|Boat Shoe|Polyurethane"), ("Converse|Boat Shoe|PVC"), ("Converse|Boat Shoe|Rubber"), ("Converse|Brouge|Leather"), ("Converse|Brouge|Leatherette"), ("Converse|Brouge|Polyurethane"), ("Converse|Brouge|PVC"), ("Converse|Brouge|Rubber"), ("Converse|Cross Trainer|Leather"), ("Converse|Cross Trainer|Leatherette"), ("Converse|Cross Trainer|Polyurethane"), ("Converse|Cross Trainer|PVC"), ("Converse|Cross Trainer|Rubber"), ("Converse|Derby|Leather"), ("Converse|Derby|Leatherette"), ("Converse|Derby|Polyurethane"), ("Converse|Derby|PVC"), ("Converse|Derby|Rubber"), ("Converse|Dress Boot|Leather"), ("Converse|Dress Boot|Leatherette"), ("Converse|Dress Boot|Polyurethane"), ("Converse|Dress Boot|PVC"), ("Converse|Dress Boot|Rubber"), ("Converse|Dress Shoe|Leather"), ("Converse|Dress Shoe|Leatherette"), ("Converse|Dress Shoe|Polyurethane"), ("Converse|Dress Shoe|PVC"), ("Converse|Dress Shoe|Rubber"), ("Converse|Driving Shoe|Leather"), ("Converse|Driving Shoe|Leatherette"), ("Converse|Driving Shoe|Polyurethane"), ("Converse|Driving Shoe|PVC"), ("Converse|Driving Shoe|Rubber"), ("Converse|Hiker|Leather"), ("Converse|Hiker|Leatherette"), ("Converse|Hiker|Polyurethane"), ("Converse|Hiker|PVC"), ("Converse|Hiker|Rubber"), ("Converse|Loafer (Slip-on)|Leather"), ("Converse|Loafer (Slip-on)|Leatherette"), ("Converse|Loafer (Slip-on)|Polyurethane"), ("Converse|Loafer (Slip-on)|PVC"), ("Converse|Loafer (Slip-on)|Rubber"), ("Converse|Oxford (Lace-up)|Leather"), ("Converse|Oxford (Lace-up)|Leatherette"), ("Converse|Oxford (Lace-up)|Polyurethane"), ("Converse|Oxford (Lace-up)|PVC"), ("Converse|Oxford (Lace-up)|Rubber"), ("Converse|Patent Leather|Leather"), ("Converse|Patent Leather|Leatherette"), ("Converse|Patent Leather|Polyurethane"), ("Converse|Patent Leather|PVC"), ("Converse|Patent Leather|Rubber"), ("Converse|Penny Loafer|Leather"), ("Converse|Penny Loafer|Leatherette"), ("Converse|Penny Loafer|Polyurethane"), ("Converse|Penny Loafer|PVC"), ("Converse|Penny Loafer|Rubber"), ("Converse|Runner|Leather"), ("Converse|Runner|Leatherette"), ("Converse|Runner|Polyurethane"), ("Converse|Runner|PVC"), ("Converse|Runner|Rubber"), ("Converse|Saddle Shoe|Leather"), ("Converse|Saddle Shoe|Leatherette"), ("Converse|Saddle Shoe|Polyurethane"), ("Converse|Saddle Shoe|PVC"), ("Converse|Saddle Shoe|Rubber"), ("Converse|Sandal|Leather"), ("Converse|Sandal|Leatherette"), ("Converse|Sandal|Polyurethane"), ("Converse|Sandal|PVC"), ("Converse|Sandal|Rubber"), ("Converse|Tennis|Leather"), ("Converse|Tennis|Leatherette"), ("Converse|Tennis|Polyurethane"), ("Converse|Tennis|PVC"), ("Converse|Tennis|Rubber"), ("Converse|Walker|Leather"), ("Converse|Walker|Leatherette"), ("Converse|Walker|Polyurethane"), ("Converse|Walker|PVC"), ("Converse|Walker|Rubber"), ("Converse|Wingtip|Leather"), ("Converse|Wingtip|Leatherette"), ("Converse|Wingtip|Polyurethane"), ("Converse|Wingtip|PVC"), ("Converse|Wingtip|Rubber"), ("Converse|Work Boot|Leather"), ("Converse|Work Boot|Leatherette"), ("Converse|Work Boot|Polyurethane"), ("Converse|Work Boot|PVC"), ("Converse|Work Boot|Rubber"), ("Crocs|Balmoral|Leather"), ("Crocs|Balmoral|Leatherette"), ("Crocs|Balmoral|Polyurethane"), ("Crocs|Balmoral|PVC"), ("Crocs|Balmoral|Rubber"), ("Crocs|Boat Shoe|Leather"), ("Crocs|Boat Shoe|Leatherette"), ("Crocs|Boat Shoe|Polyurethane"), ("Crocs|Boat Shoe|PVC"), ("Crocs|Boat Shoe|Rubber"), ("Crocs|Brouge|Leather"), ("Crocs|Brouge|Leatherette"), ("Crocs|Brouge|Polyurethane"), ("Crocs|Brouge|PVC"), ("Crocs|Brouge|Rubber"), ("Crocs|Cross Trainer|Leather"), ("Crocs|Cross Trainer|Leatherette"), ("Crocs|Cross Trainer|Polyurethane"), ("Crocs|Cross Trainer|PVC"), ("Crocs|Cross Trainer|Rubber"), ("Crocs|Derby|Leather"), ("Crocs|Derby|Leatherette"), ("Crocs|Derby|Polyurethane"), ("Crocs|Derby|PVC"), ("Crocs|Derby|Rubber"), ("Crocs|Dress Boot|Leather"), ("Crocs|Dress Boot|Leatherette"), ("Crocs|Dress Boot|Polyurethane"), ("Crocs|Dress Boot|PVC"), ("Crocs|Dress Boot|Rubber"), ("Crocs|Dress Shoe|Leather"), ("Crocs|Dress Shoe|Leatherette"), ("Crocs|Dress Shoe|Polyurethane"), ("Crocs|Dress Shoe|PVC"), ("Crocs|Dress Shoe|Rubber"), ("Crocs|Driving Shoe|Leather"), ("Crocs|Driving Shoe|Leatherette"), ("Crocs|Driving Shoe|Polyurethane"), ("Crocs|Driving Shoe|PVC"), ("Crocs|Driving Shoe|Rubber"), ("Crocs|Hiker|Leather"), ("Crocs|Hiker|Leatherette"), ("Crocs|Hiker|Polyurethane"), ("Crocs|Hiker|PVC"), ("Crocs|Hiker|Rubber"), ("Crocs|Loafer (Slip-on)|Leather"), ("Crocs|Loafer (Slip-on)|Leatherette"), ("Crocs|Loafer (Slip-on)|Polyurethane"), ("Crocs|Loafer (Slip-on)|PVC"), ("Crocs|Loafer (Slip-on)|Rubber"), ("Crocs|Oxford (Lace-up)|Leather"), ("Crocs|Oxford (Lace-up)|Leatherette"), ("Crocs|Oxford (Lace-up)|Polyurethane"), ("Crocs|Oxford (Lace-up)|PVC"), ("Crocs|Oxford (Lace-up)|Rubber"), ("Crocs|Patent Leather|Leather"), ("Crocs|Patent Leather|Leatherette"), ("Crocs|Patent Leather|Polyurethane"), ("Crocs|Patent Leather|PVC"), ("Crocs|Patent Leather|Rubber"), ("Crocs|Penny Loafer|Leather"), ("Crocs|Penny Loafer|Leatherette"), ("Crocs|Penny Loafer|Polyurethane"), ("Crocs|Penny Loafer|PVC"), ("Crocs|Penny Loafer|Rubber"), ("Crocs|Runner|Leather"), ("Crocs|Runner|Leatherette"), ("Crocs|Runner|Polyurethane"), ("Crocs|Runner|PVC"), ("Crocs|Runner|Rubber"), ("Crocs|Saddle Shoe|Leather"), ("Crocs|Saddle Shoe|Leatherette"), ("Crocs|Saddle Shoe|Polyurethane"), ("Crocs|Saddle Shoe|PVC"), ("Crocs|Saddle Shoe|Rubber"), ("Crocs|Sandal|Leather"), ("Crocs|Sandal|Leatherette"), ("Crocs|Sandal|Polyurethane"), ("Crocs|Sandal|PVC"), ("Crocs|Sandal|Rubber"), ("Crocs|Tennis|Leather"), ("Crocs|Tennis|Leatherette"), ("Crocs|Tennis|Polyurethane"), ("Crocs|Tennis|PVC"), ("Crocs|Tennis|Rubber"), ("Crocs|Walker|Leather"), ("Crocs|Walker|Leatherette"), ("Crocs|Walker|Polyurethane"), ("Crocs|Walker|PVC"), ("Crocs|Walker|Rubber"), ("Crocs|Wingtip|Leather"), ("Crocs|Wingtip|Leatherette"), ("Crocs|Wingtip|Polyurethane"), ("Crocs|Wingtip|PVC"), ("Crocs|Wingtip|Rubber"), ("Crocs|Work Boot|Leather"), ("Crocs|Work Boot|Leatherette"), ("Crocs|Work Boot|Polyurethane"), ("Crocs|Work Boot|PVC"), ("Crocs|Work Boot|Rubber"), ("Dansko|Balmoral|Leather"), ("Dansko|Balmoral|Leatherette"), ("Dansko|Balmoral|Polyurethane"), ("Dansko|Balmoral|PVC"), ("Dansko|Balmoral|Rubber"), ("Dansko|Boat Shoe|Leather"), ("Dansko|Boat Shoe|Leatherette"), ("Dansko|Boat Shoe|Polyurethane"), ("Dansko|Boat Shoe|PVC"), ("Dansko|Boat Shoe|Rubber"), ("Dansko|Brouge|Leather"), ("Dansko|Brouge|Leatherette"), ("Dansko|Brouge|Polyurethane"), ("Dansko|Brouge|PVC"), ("Dansko|Brouge|Rubber"), ("Dansko|Cross Trainer|Leather"), ("Dansko|Cross Trainer|Leatherette"), ("Dansko|Cross Trainer|Polyurethane"), ("Dansko|Cross Trainer|PVC"), ("Dansko|Cross Trainer|Rubber"), ("Dansko|Derby|Leather"), ("Dansko|Derby|Leatherette"), ("Dansko|Derby|Polyurethane"), ("Dansko|Derby|PVC"), ("Dansko|Derby|Rubber"), ("Dansko|Dress Boot|Leather"), ("Dansko|Dress Boot|Leatherette"), ("Dansko|Dress Boot|Polyurethane"), ("Dansko|Dress Boot|PVC"), ("Dansko|Dress Boot|Rubber"), ("Dansko|Dress Shoe|Leather"), ("Dansko|Dress Shoe|Leatherette"), ("Dansko|Dress Shoe|Polyurethane"), ("Dansko|Dress Shoe|PVC"), ("Dansko|Dress Shoe|Rubber"), ("Dansko|Driving Shoe|Leather"), ("Dansko|Driving Shoe|Leatherette"), ("Dansko|Driving Shoe|Polyurethane"), ("Dansko|Driving Shoe|PVC"), ("Dansko|Driving Shoe|Rubber"), ("Dansko|Hiker|Leather"), ("Dansko|Hiker|Leatherette"), ("Dansko|Hiker|Polyurethane"), ("Dansko|Hiker|PVC"), ("Dansko|Hiker|Rubber"), ("Dansko|Loafer (Slip-on)|Leather"), ("Dansko|Loafer (Slip-on)|Leatherette"), ("Dansko|Loafer (Slip-on)|Polyurethane"), ("Dansko|Loafer (Slip-on)|PVC"), ("Dansko|Loafer (Slip-on)|Rubber"), ("Dansko|Oxford (Lace-up)|Leather"), ("Dansko|Oxford (Lace-up)|Leatherette"), ("Dansko|Oxford (Lace-up)|Polyurethane"), ("Dansko|Oxford (Lace-up)|PVC"), ("Dansko|Oxford (Lace-up)|Rubber"), ("Dansko|Patent Leather|Leather"), ("Dansko|Patent Leather|Leatherette"), ("Dansko|Patent Leather|Polyurethane"), ("Dansko|Patent Leather|PVC"), ("Dansko|Patent Leather|Rubber"), ("Dansko|Penny Loafer|Leather"), ("Dansko|Penny Loafer|Leatherette"), ("Dansko|Penny Loafer|Polyurethane"), ("Dansko|Penny Loafer|PVC"), ("Dansko|Penny Loafer|Rubber"), ("Dansko|Runner|Leather"), ("Dansko|Runner|Leatherette"), ("Dansko|Runner|Polyurethane"), ("Dansko|Runner|PVC"), ("Dansko|Runner|Rubber"), ("Dansko|Saddle Shoe|Leather"), ("Dansko|Saddle Shoe|Leatherette"), ("Dansko|Saddle Shoe|Polyurethane"), ("Dansko|Saddle Shoe|PVC"), ("Dansko|Saddle Shoe|Rubber"), ("Dansko|Sandal|Leather"), ("Dansko|Sandal|Leatherette"), ("Dansko|Sandal|Polyurethane"), ("Dansko|Sandal|PVC"), ("Dansko|Sandal|Rubber"), ("Dansko|Tennis|Leather"), ("Dansko|Tennis|Leatherette"), ("Dansko|Tennis|Polyurethane"), ("Dansko|Tennis|PVC"), ("Dansko|Tennis|Rubber"), ("Dansko|Walker|Leather"), ("Dansko|Walker|Leatherette"), ("Dansko|Walker|Polyurethane"), ("Dansko|Walker|PVC"), ("Dansko|Walker|Rubber"), ("Dansko|Wingtip|Leather"), ("Dansko|Wingtip|Leatherette"), ("Dansko|Wingtip|Polyurethane"), ("Dansko|Wingtip|PVC"), ("Dansko|Wingtip|Rubber"), ("Dansko|Work Boot|Leather"), ("Dansko|Work Boot|Leatherette"), ("Dansko|Work Boot|Polyurethane"), ("Dansko|Work Boot|PVC"), ("Dansko|Work Boot|Rubber"), ("DC|Balmoral|Leather"), ("DC|Balmoral|Leatherette"), ("DC|Balmoral|Polyurethane"), ("DC|Balmoral|PVC"), ("DC|Balmoral|Rubber"), ("DC|Boat Shoe|Leather"), ("DC|Boat Shoe|Leatherette"), ("DC|Boat Shoe|Polyurethane"), ("DC|Boat Shoe|PVC"), ("DC|Boat Shoe|Rubber"), ("DC|Brouge|Leather"), ("DC|Brouge|Leatherette"), ("DC|Brouge|Polyurethane"), ("DC|Brouge|PVC"), ("DC|Brouge|Rubber"), ("DC|Cross Trainer|Leather"), ("DC|Cross Trainer|Leatherette"), ("DC|Cross Trainer|Polyurethane"), ("DC|Cross Trainer|PVC"), ("DC|Cross Trainer|Rubber"), ("DC|Derby|Leather"), ("DC|Derby|Leatherette"), ("DC|Derby|Polyurethane"), ("DC|Derby|PVC"), ("DC|Derby|Rubber"), ("DC|Dress Boot|Leather"), ("DC|Dress Boot|Leatherette"), ("DC|Dress Boot|Polyurethane"), ("DC|Dress Boot|PVC"), ("DC|Dress Boot|Rubber"), ("DC|Dress Shoe|Leather"), ("DC|Dress Shoe|Leatherette"), ("DC|Dress Shoe|Polyurethane"), ("DC|Dress Shoe|PVC"), ("DC|Dress Shoe|Rubber"), ("DC|Driving Shoe|Leather"), ("DC|Driving Shoe|Leatherette"), ("DC|Driving Shoe|Polyurethane"), ("DC|Driving Shoe|PVC"), ("DC|Driving Shoe|Rubber"), ("DC|Hiker|Leather"), ("DC|Hiker|Leatherette"), ("DC|Hiker|Polyurethane"), ("DC|Hiker|PVC"), ("DC|Hiker|Rubber"), ("DC|Loafer (Slip-on)|Leather"), ("DC|Loafer (Slip-on)|Leatherette"), ("DC|Loafer (Slip-on)|Polyurethane"), ("DC|Loafer (Slip-on)|PVC"), ("DC|Loafer (Slip-on)|Rubber"), ("DC|Oxford (Lace-up)|Leather"), ("DC|Oxford (Lace-up)|Leatherette"), ("DC|Oxford (Lace-up)|Polyurethane"), ("DC|Oxford (Lace-up)|PVC"), ("DC|Oxford (Lace-up)|Rubber"), ("DC|Patent Leather|Leather"), ("DC|Patent Leather|Leatherette"), ("DC|Patent Leather|Polyurethane"), ("DC|Patent Leather|PVC"), ("DC|Patent Leather|Rubber"), ("DC|Penny Loafer|Leather"), ("DC|Penny Loafer|Leatherette"), ("DC|Penny Loafer|Polyurethane"), ("DC|Penny Loafer|PVC"), ("DC|Penny Loafer|Rubber"), ("DC|Runner|Leather"), ("DC|Runner|Leatherette"), ("DC|Runner|Polyurethane"), ("DC|Runner|PVC"), ("DC|Runner|Rubber"), ("DC|Saddle Shoe|Leather"), ("DC|Saddle Shoe|Leatherette"), ("DC|Saddle Shoe|Polyurethane"), ("DC|Saddle Shoe|PVC"), ("DC|Saddle Shoe|Rubber"), ("DC|Sandal|Leather"), ("DC|Sandal|Leatherette"), ("DC|Sandal|Polyurethane"), ("DC|Sandal|PVC"), ("DC|Sandal|Rubber"), ("DC|Tennis|Leather"), ("DC|Tennis|Leatherette"), ("DC|Tennis|Polyurethane"), ("DC|Tennis|PVC"), ("DC|Tennis|Rubber"), ("DC|Walker|Leather"), ("DC|Walker|Leatherette"), ("DC|Walker|Polyurethane"), ("DC|Walker|PVC"), ("DC|Walker|Rubber"), ("DC|Wingtip|Leather"), ("DC|Wingtip|Leatherette"), ("DC|Wingtip|Polyurethane"), ("DC|Wingtip|PVC"), ("DC|Wingtip|Rubber"), ("DC|Work Boot|Leather"), ("DC|Work Boot|Leatherette"), ("DC|Work Boot|Polyurethane"), ("DC|Work Boot|PVC"), ("DC|Work Boot|Rubber"), ("Diesel|Balmoral|Leather"), ("Diesel|Balmoral|Leatherette"), ("Diesel|Balmoral|Polyurethane"), ("Diesel|Balmoral|PVC"), ("Diesel|Balmoral|Rubber"), ("Diesel|Boat Shoe|Leather"), ("Diesel|Boat Shoe|Leatherette"), ("Diesel|Boat Shoe|Polyurethane"), ("Diesel|Boat Shoe|PVC"), ("Diesel|Boat Shoe|Rubber"), ("Diesel|Brouge|Leather"), ("Diesel|Brouge|Leatherette"), ("Diesel|Brouge|Polyurethane"), ("Diesel|Brouge|PVC"), ("Diesel|Brouge|Rubber"), ("Diesel|Cross Trainer|Leather"), ("Diesel|Cross Trainer|Leatherette"), ("Diesel|Cross Trainer|Polyurethane"), ("Diesel|Cross Trainer|PVC"), ("Diesel|Cross Trainer|Rubber"), ("Diesel|Derby|Leather"), ("Diesel|Derby|Leatherette"), ("Diesel|Derby|Polyurethane"), ("Diesel|Derby|PVC"), ("Diesel|Derby|Rubber"), ("Diesel|Dress Boot|Leather"), ("Diesel|Dress Boot|Leatherette"), ("Diesel|Dress Boot|Polyurethane"), ("Diesel|Dress Boot|PVC"), ("Diesel|Dress Boot|Rubber"), ("Diesel|Dress Shoe|Leather"), ("Diesel|Dress Shoe|Leatherette"), ("Diesel|Dress Shoe|Polyurethane"), ("Diesel|Dress Shoe|PVC"), ("Diesel|Dress Shoe|Rubber"), ("Diesel|Driving Shoe|Leather"), ("Diesel|Driving Shoe|Leatherette"), ("Diesel|Driving Shoe|Polyurethane"), ("Diesel|Driving Shoe|PVC"), ("Diesel|Driving Shoe|Rubber"), ("Diesel|Hiker|Leather"), ("Diesel|Hiker|Leatherette"), ("Diesel|Hiker|Polyurethane"), ("Diesel|Hiker|PVC"), ("Diesel|Hiker|Rubber"), ("Diesel|Loafer (Slip-on)|Leather"), ("Diesel|Loafer (Slip-on)|Leatherette"), ("Diesel|Loafer (Slip-on)|Polyurethane"), ("Diesel|Loafer (Slip-on)|PVC"), ("Diesel|Loafer (Slip-on)|Rubber"), ("Diesel|Oxford (Lace-up)|Leather"), ("Diesel|Oxford (Lace-up)|Leatherette"), ("Diesel|Oxford (Lace-up)|Polyurethane"), ("Diesel|Oxford (Lace-up)|PVC"), ("Diesel|Oxford (Lace-up)|Rubber"), ("Diesel|Patent Leather|Leather"), ("Diesel|Patent Leather|Leatherette"), ("Diesel|Patent Leather|Polyurethane"), ("Diesel|Patent Leather|PVC"), ("Diesel|Patent Leather|Rubber"), ("Diesel|Penny Loafer|Leather"), ("Diesel|Penny Loafer|Leatherette"), ("Diesel|Penny Loafer|Polyurethane"), ("Diesel|Penny Loafer|PVC"), ("Diesel|Penny Loafer|Rubber"), ("Diesel|Runner|Leather"), ("Diesel|Runner|Leatherette"), ("Diesel|Runner|Polyurethane"), ("Diesel|Runner|PVC"), ("Diesel|Runner|Rubber"), ("Diesel|Saddle Shoe|Leather"), ("Diesel|Saddle Shoe|Leatherette"), ("Diesel|Saddle Shoe|Polyurethane"), ("Diesel|Saddle Shoe|PVC"), ("Diesel|Saddle Shoe|Rubber"), ("Diesel|Sandal|Leather"), ("Diesel|Sandal|Leatherette"), ("Diesel|Sandal|Polyurethane"), ("Diesel|Sandal|PVC"), ("Diesel|Sandal|Rubber"), ("Diesel|Tennis|Leather"), ("Diesel|Tennis|Leatherette"), ("Diesel|Tennis|Polyurethane"), ("Diesel|Tennis|PVC"), ("Diesel|Tennis|Rubber"), ("Diesel|Walker|Leather"), ("Diesel|Walker|Leatherette"), ("Diesel|Walker|Polyurethane"), ("Diesel|Walker|PVC"), ("Diesel|Walker|Rubber"), ("Diesel|Wingtip|Leather"), ("Diesel|Wingtip|Leatherette"), ("Diesel|Wingtip|Polyurethane"), ("Diesel|Wingtip|PVC"), ("Diesel|Wingtip|Rubber"), ("Diesel|Work Boot|Leather"), ("Diesel|Work Boot|Leatherette"), ("Diesel|Work Boot|Polyurethane"), ("Diesel|Work Boot|PVC"), ("Diesel|Work Boot|Rubber"), ("Dockers|Balmoral|Leather"), ("Dockers|Balmoral|Leatherette"), ("Dockers|Balmoral|Polyurethane"), ("Dockers|Balmoral|PVC"), ("Dockers|Balmoral|Rubber"), ("Dockers|Boat Shoe|Leather"), ("Dockers|Boat Shoe|Leatherette"), ("Dockers|Boat Shoe|Polyurethane"), ("Dockers|Boat Shoe|PVC"), ("Dockers|Boat Shoe|Rubber"), ("Dockers|Brouge|Leather"), ("Dockers|Brouge|Leatherette"), ("Dockers|Brouge|Polyurethane"), ("Dockers|Brouge|PVC"), ("Dockers|Brouge|Rubber"), ("Dockers|Cross Trainer|Leather"), ("Dockers|Cross Trainer|Leatherette"), ("Dockers|Cross Trainer|Polyurethane"), ("Dockers|Cross Trainer|PVC"), ("Dockers|Cross Trainer|Rubber"), ("Dockers|Derby|Leather"), ("Dockers|Derby|Leatherette"), ("Dockers|Derby|Polyurethane"), ("Dockers|Derby|PVC"), ("Dockers|Derby|Rubber"), ("Dockers|Dress Boot|Leather"), ("Dockers|Dress Boot|Leatherette"), ("Dockers|Dress Boot|Polyurethane"), ("Dockers|Dress Boot|PVC"), ("Dockers|Dress Boot|Rubber"), ("Dockers|Dress Shoe|Leather"), ("Dockers|Dress Shoe|Leatherette"), ("Dockers|Dress Shoe|Polyurethane"), ("Dockers|Dress Shoe|PVC"), ("Dockers|Dress Shoe|Rubber"), ("Dockers|Driving Shoe|Leather"), ("Dockers|Driving Shoe|Leatherette"), ("Dockers|Driving Shoe|Polyurethane"), ("Dockers|Driving Shoe|PVC"), ("Dockers|Driving Shoe|Rubber"), ("Dockers|Hiker|Leather"), ("Dockers|Hiker|Leatherette"), ("Dockers|Hiker|Polyurethane"), ("Dockers|Hiker|PVC"), ("Dockers|Hiker|Rubber"), ("Dockers|Loafer (Slip-on)|Leather"), ("Dockers|Loafer (Slip-on)|Leatherette"), ("Dockers|Loafer (Slip-on)|Polyurethane"), ("Dockers|Loafer (Slip-on)|PVC"), ("Dockers|Loafer (Slip-on)|Rubber"), ("Dockers|Oxford (Lace-up)|Leather"), ("Dockers|Oxford (Lace-up)|Leatherette"), ("Dockers|Oxford (Lace-up)|Polyurethane"), ("Dockers|Oxford (Lace-up)|PVC"), ("Dockers|Oxford (Lace-up)|Rubber"), ("Dockers|Patent Leather|Leather"), ("Dockers|Patent Leather|Leatherette"), ("Dockers|Patent Leather|Polyurethane"), ("Dockers|Patent Leather|PVC"), ("Dockers|Patent Leather|Rubber"), ("Dockers|Penny Loafer|Leather"), ("Dockers|Penny Loafer|Leatherette"), ("Dockers|Penny Loafer|Polyurethane"), ("Dockers|Penny Loafer|PVC"), ("Dockers|Penny Loafer|Rubber"), ("Dockers|Runner|Leather"), ("Dockers|Runner|Leatherette"), ("Dockers|Runner|Polyurethane"), ("Dockers|Runner|PVC"), ("Dockers|Runner|Rubber"), ("Dockers|Saddle Shoe|Leather"), ("Dockers|Saddle Shoe|Leatherette"), ("Dockers|Saddle Shoe|Polyurethane"), ("Dockers|Saddle Shoe|PVC"), ("Dockers|Saddle Shoe|Rubber"), ("Dockers|Sandal|Leather"), ("Dockers|Sandal|Leatherette"), ("Dockers|Sandal|Polyurethane"), ("Dockers|Sandal|PVC"), ("Dockers|Sandal|Rubber"), ("Dockers|Tennis|Leather"), ("Dockers|Tennis|Leatherette"), ("Dockers|Tennis|Polyurethane"), ("Dockers|Tennis|PVC"), ("Dockers|Tennis|Rubber"), ("Dockers|Walker|Leather"), ("Dockers|Walker|Leatherette"), ("Dockers|Walker|Polyurethane"), ("Dockers|Walker|PVC"), ("Dockers|Walker|Rubber"), ("Dockers|Wingtip|Leather"), ("Dockers|Wingtip|Leatherette"), ("Dockers|Wingtip|Polyurethane"), ("Dockers|Wingtip|PVC"), ("Dockers|Wingtip|Rubber"), ("Dockers|Work Boot|Leather"), ("Dockers|Work Boot|Leatherette"), ("Dockers|Work Boot|Polyurethane"), ("Dockers|Work Boot|PVC"), ("Dockers|Work Boot|Rubber"), ("Dr. Martens|Balmoral|Leather"), ("Dr. Martens|Balmoral|Leatherette"), ("Dr. Martens|Balmoral|Polyurethane"), ("Dr. Martens|Balmoral|PVC"), ("Dr. Martens|Balmoral|Rubber"), ("Dr. Martens|Boat Shoe|Leather"), ("Dr. Martens|Boat Shoe|Leatherette"), ("Dr. Martens|Boat Shoe|Polyurethane"), ("Dr. Martens|Boat Shoe|PVC"), ("Dr. Martens|Boat Shoe|Rubber"), ("Dr. Martens|Brouge|Leather"), ("Dr. Martens|Brouge|Leatherette"), ("Dr. Martens|Brouge|Polyurethane"), ("Dr. Martens|Brouge|PVC"), ("Dr. Martens|Brouge|Rubber"), ("Dr. Martens|Cross Trainer|Leather"), ("Dr. Martens|Cross Trainer|Leatherette"), ("Dr. Martens|Cross Trainer|Polyurethane"), ("Dr. Martens|Cross Trainer|PVC"), ("Dr. Martens|Cross Trainer|Rubber"), ("Dr. Martens|Derby|Leather"), ("Dr. Martens|Derby|Leatherette"), ("Dr. Martens|Derby|Polyurethane"), ("Dr. Martens|Derby|PVC"), ("Dr. Martens|Derby|Rubber"), ("Dr. Martens|Dress Boot|Leather"), ("Dr. Martens|Dress Boot|Leatherette"), ("Dr. Martens|Dress Boot|Polyurethane"), ("Dr. Martens|Dress Boot|PVC"), ("Dr. Martens|Dress Boot|Rubber"), ("Dr. Martens|Dress Shoe|Leather"), ("Dr. Martens|Dress Shoe|Leatherette"), ("Dr. Martens|Dress Shoe|Polyurethane"), ("Dr. Martens|Dress Shoe|PVC"), ("Dr. Martens|Dress Shoe|Rubber"), ("Dr. Martens|Driving Shoe|Leather"), ("Dr. Martens|Driving Shoe|Leatherette"), ("Dr. Martens|Driving Shoe|Polyurethane"), ("Dr. Martens|Driving Shoe|PVC"), ("Dr. Martens|Driving Shoe|Rubber"), ("Dr. Martens|Hiker|Leather"), ("Dr. Martens|Hiker|Leatherette"), ("Dr. Martens|Hiker|Polyurethane"), ("Dr. Martens|Hiker|PVC"), ("Dr. Martens|Hiker|Rubber"), ("Dr. Martens|Loafer (Slip-on)|Leather"), ("Dr. Martens|Loafer (Slip-on)|Leatherette"), ("Dr. Martens|Loafer (Slip-on)|Polyurethane"), ("Dr. Martens|Loafer (Slip-on)|PVC"), ("Dr. Martens|Loafer (Slip-on)|Rubber"), ("Dr. Martens|Oxford (Lace-up)|Leather"), ("Dr. Martens|Oxford (Lace-up)|Leatherette"), ("Dr. Martens|Oxford (Lace-up)|Polyurethane"), ("Dr. Martens|Oxford (Lace-up)|PVC"), ("Dr. Martens|Oxford (Lace-up)|Rubber"), ("Dr. Martens|Patent Leather|Leather"), ("Dr. Martens|Patent Leather|Leatherette"), ("Dr. Martens|Patent Leather|Polyurethane"), ("Dr. Martens|Patent Leather|PVC"), ("Dr. Martens|Patent Leather|Rubber"), ("Dr. Martens|Penny Loafer|Leather"), ("Dr. Martens|Penny Loafer|Leatherette"), ("Dr. Martens|Penny Loafer|Polyurethane"), ("Dr. Martens|Penny Loafer|PVC"), ("Dr. Martens|Penny Loafer|Rubber"), ("Dr. Martens|Runner|Leather"), ("Dr. Martens|Runner|Leatherette"), ("Dr. Martens|Runner|Polyurethane"), ("Dr. Martens|Runner|PVC"), ("Dr. Martens|Runner|Rubber"), ("Dr. Martens|Saddle Shoe|Leather"), ("Dr. Martens|Saddle Shoe|Leatherette"), ("Dr. Martens|Saddle Shoe|Polyurethane"), ("Dr. Martens|Saddle Shoe|PVC"), ("Dr. Martens|Saddle Shoe|Rubber"), ("Dr. Martens|Sandal|Leather"), ("Dr. Martens|Sandal|Leatherette"), ("Dr. Martens|Sandal|Polyurethane"), ("Dr. Martens|Sandal|PVC"), ("Dr. Martens|Sandal|Rubber"), ("Dr. Martens|Tennis|Leather"), ("Dr. Martens|Tennis|Leatherette"), ("Dr. Martens|Tennis|Polyurethane"), ("Dr. Martens|Tennis|PVC"), ("Dr. Martens|Tennis|Rubber"), ("Dr. Martens|Walker|Leather"), ("Dr. Martens|Walker|Leatherette"), ("Dr. Martens|Walker|Polyurethane"), ("Dr. Martens|Walker|PVC"), ("Dr. Martens|Walker|Rubber"), ("Dr. Martens|Wingtip|Leather"), ("Dr. Martens|Wingtip|Leatherette"), ("Dr. Martens|Wingtip|Polyurethane"), ("Dr. Martens|Wingtip|PVC"), ("Dr. Martens|Wingtip|Rubber"), ("Dr. Martens|Work Boot|Leather"), ("Dr. Martens|Work Boot|Leatherette"), ("Dr. Martens|Work Boot|Polyurethane"), ("Dr. Martens|Work Boot|PVC"), ("Dr. Martens|Work Boot|Rubber"), ("Dream Pairs|Balmoral|Leather"), ("Dream Pairs|Balmoral|Leatherette"), ("Dream Pairs|Balmoral|Polyurethane"), ("Dream Pairs|Balmoral|PVC"), ("Dream Pairs|Balmoral|Rubber"), ("Dream Pairs|Boat Shoe|Leather"), ("Dream Pairs|Boat Shoe|Leatherette"), ("Dream Pairs|Boat Shoe|Polyurethane"), ("Dream Pairs|Boat Shoe|PVC"), ("Dream Pairs|Boat Shoe|Rubber"), ("Dream Pairs|Brouge|Leather"), ("Dream Pairs|Brouge|Leatherette"), ("Dream Pairs|Brouge|Polyurethane"), ("Dream Pairs|Brouge|PVC"), ("Dream Pairs|Brouge|Rubber"), ("Dream Pairs|Cross Trainer|Leather"), ("Dream Pairs|Cross Trainer|Leatherette"), ("Dream Pairs|Cross Trainer|Polyurethane"), ("Dream Pairs|Cross Trainer|PVC"), ("Dream Pairs|Cross Trainer|Rubber"), ("Dream Pairs|Derby|Leather"), ("Dream Pairs|Derby|Leatherette"), ("Dream Pairs|Derby|Polyurethane"), ("Dream Pairs|Derby|PVC"), ("Dream Pairs|Derby|Rubber"), ("Dream Pairs|Dress Boot|Leather"), ("Dream Pairs|Dress Boot|Leatherette"), ("Dream Pairs|Dress Boot|Polyurethane"), ("Dream Pairs|Dress Boot|PVC"), ("Dream Pairs|Dress Boot|Rubber"), ("Dream Pairs|Dress Shoe|Leather"), ("Dream Pairs|Dress Shoe|Leatherette"), ("Dream Pairs|Dress Shoe|Polyurethane"), ("Dream Pairs|Dress Shoe|PVC"), ("Dream Pairs|Dress Shoe|Rubber"), ("Dream Pairs|Driving Shoe|Leather"), ("Dream Pairs|Driving Shoe|Leatherette"), ("Dream Pairs|Driving Shoe|Polyurethane"), ("Dream Pairs|Driving Shoe|PVC"), ("Dream Pairs|Driving Shoe|Rubber"), ("Dream Pairs|Hiker|Leather"), ("Dream Pairs|Hiker|Leatherette"), ("Dream Pairs|Hiker|Polyurethane"), ("Dream Pairs|Hiker|PVC"), ("Dream Pairs|Hiker|Rubber"), ("Dream Pairs|Loafer (Slip-on)|Leather"), ("Dream Pairs|Loafer (Slip-on)|Leatherette"), ("Dream Pairs|Loafer (Slip-on)|Polyurethane"), ("Dream Pairs|Loafer (Slip-on)|PVC"), ("Dream Pairs|Loafer (Slip-on)|Rubber"), ("Dream Pairs|Oxford (Lace-up)|Leather"), ("Dream Pairs|Oxford (Lace-up)|Leatherette"), ("Dream Pairs|Oxford (Lace-up)|Polyurethane"), ("Dream Pairs|Oxford (Lace-up)|PVC"), ("Dream Pairs|Oxford (Lace-up)|Rubber"), ("Dream Pairs|Patent Leather|Leather"), ("Dream Pairs|Patent Leather|Leatherette"), ("Dream Pairs|Patent Leather|Polyurethane"), ("Dream Pairs|Patent Leather|PVC"), ("Dream Pairs|Patent Leather|Rubber"), ("Dream Pairs|Penny Loafer|Leather"), ("Dream Pairs|Penny Loafer|Leatherette"), ("Dream Pairs|Penny Loafer|Polyurethane"), ("Dream Pairs|Penny Loafer|PVC"), ("Dream Pairs|Penny Loafer|Rubber"), ("Dream Pairs|Runner|Leather"), ("Dream Pairs|Runner|Leatherette"), ("Dream Pairs|Runner|Polyurethane"), ("Dream Pairs|Runner|PVC"), ("Dream Pairs|Runner|Rubber"), ("Dream Pairs|Saddle Shoe|Leather"), ("Dream Pairs|Saddle Shoe|Leatherette"), ("Dream Pairs|Saddle Shoe|Polyurethane"), ("Dream Pairs|Saddle Shoe|PVC"), ("Dream Pairs|Saddle Shoe|Rubber"), ("Dream Pairs|Sandal|Leather"), ("Dream Pairs|Sandal|Leatherette"), ("Dream Pairs|Sandal|Polyurethane"), ("Dream Pairs|Sandal|PVC"), ("Dream Pairs|Sandal|Rubber"), ("Dream Pairs|Tennis|Leather"), ("Dream Pairs|Tennis|Leatherette"), ("Dream Pairs|Tennis|Polyurethane"), ("Dream Pairs|Tennis|PVC"), ("Dream Pairs|Tennis|Rubber"), ("Dream Pairs|Walker|Leather"), ("Dream Pairs|Walker|Leatherette"), ("Dream Pairs|Walker|Polyurethane"), ("Dream Pairs|Walker|PVC"), ("Dream Pairs|Walker|Rubber"), ("Dream Pairs|Wingtip|Leather"), ("Dream Pairs|Wingtip|Leatherette"), ("Dream Pairs|Wingtip|Polyurethane"), ("Dream Pairs|Wingtip|PVC"), ("Dream Pairs|Wingtip|Rubber"), ("Dream Pairs|Work Boot|Leather"), ("Dream Pairs|Work Boot|Leatherette"), ("Dream Pairs|Work Boot|Polyurethane"), ("Dream Pairs|Work Boot|PVC"), ("Dream Pairs|Work Boot|Rubber"), ("Ecco|Balmoral|Leather"), ("Ecco|Balmoral|Leatherette"), ("Ecco|Balmoral|Polyurethane"), ("Ecco|Balmoral|PVC"), ("Ecco|Balmoral|Rubber"), ("Ecco|Boat Shoe|Leather"), ("Ecco|Boat Shoe|Leatherette"), ("Ecco|Boat Shoe|Polyurethane"), ("Ecco|Boat Shoe|PVC"), ("Ecco|Boat Shoe|Rubber"), ("Ecco|Brouge|Leather"), ("Ecco|Brouge|Leatherette"), ("Ecco|Brouge|Polyurethane"), ("Ecco|Brouge|PVC"), ("Ecco|Brouge|Rubber"), ("Ecco|Cross Trainer|Leather"), ("Ecco|Cross Trainer|Leatherette"), ("Ecco|Cross Trainer|Polyurethane"), ("Ecco|Cross Trainer|PVC"), ("Ecco|Cross Trainer|Rubber"), ("Ecco|Derby|Leather"), ("Ecco|Derby|Leatherette"), ("Ecco|Derby|Polyurethane"), ("Ecco|Derby|PVC"), ("Ecco|Derby|Rubber"), ("Ecco|Dress Boot|Leather"), ("Ecco|Dress Boot|Leatherette"), ("Ecco|Dress Boot|Polyurethane"), ("Ecco|Dress Boot|PVC"), ("Ecco|Dress Boot|Rubber"), ("Ecco|Dress Shoe|Leather"), ("Ecco|Dress Shoe|Leatherette"), ("Ecco|Dress Shoe|Polyurethane"), ("Ecco|Dress Shoe|PVC"), ("Ecco|Dress Shoe|Rubber"), ("Ecco|Driving Shoe|Leather"), ("Ecco|Driving Shoe|Leatherette"), ("Ecco|Driving Shoe|Polyurethane"), ("Ecco|Driving Shoe|PVC"), ("Ecco|Driving Shoe|Rubber"), ("Ecco|Hiker|Leather"), ("Ecco|Hiker|Leatherette"), ("Ecco|Hiker|Polyurethane"), ("Ecco|Hiker|PVC"), ("Ecco|Hiker|Rubber"), ("Ecco|Loafer (Slip-on)|Leather"), ("Ecco|Loafer (Slip-on)|Leatherette"), ("Ecco|Loafer (Slip-on)|Polyurethane"), ("Ecco|Loafer (Slip-on)|PVC"), ("Ecco|Loafer (Slip-on)|Rubber"), ("Ecco|Oxford (Lace-up)|Leather"), ("Ecco|Oxford (Lace-up)|Leatherette"), ("Ecco|Oxford (Lace-up)|Polyurethane"), ("Ecco|Oxford (Lace-up)|PVC"), ("Ecco|Oxford (Lace-up)|Rubber"), ("Ecco|Patent Leather|Leather"), ("Ecco|Patent Leather|Leatherette"), ("Ecco|Patent Leather|Polyurethane"), ("Ecco|Patent Leather|PVC"), ("Ecco|Patent Leather|Rubber"), ("Ecco|Penny Loafer|Leather"), ("Ecco|Penny Loafer|Leatherette"), ("Ecco|Penny Loafer|Polyurethane"), ("Ecco|Penny Loafer|PVC"), ("Ecco|Penny Loafer|Rubber"), ("Ecco|Runner|Leather"), ("Ecco|Runner|Leatherette"), ("Ecco|Runner|Polyurethane"), ("Ecco|Runner|PVC"), ("Ecco|Runner|Rubber"), ("Ecco|Saddle Shoe|Leather"), ("Ecco|Saddle Shoe|Leatherette"), ("Ecco|Saddle Shoe|Polyurethane"), ("Ecco|Saddle Shoe|PVC"), ("Ecco|Saddle Shoe|Rubber"), ("Ecco|Sandal|Leather"), ("Ecco|Sandal|Leatherette"), ("Ecco|Sandal|Polyurethane"), ("Ecco|Sandal|PVC"), ("Ecco|Sandal|Rubber"), ("Ecco|Tennis|Leather"), ("Ecco|Tennis|Leatherette"), ("Ecco|Tennis|Polyurethane"), ("Ecco|Tennis|PVC"), ("Ecco|Tennis|Rubber"), ("Ecco|Walker|Leather"), ("Ecco|Walker|Leatherette"), ("Ecco|Walker|Polyurethane"), ("Ecco|Walker|PVC"), ("Ecco|Walker|Rubber"), ("Ecco|Wingtip|Leather"), ("Ecco|Wingtip|Leatherette"), ("Ecco|Wingtip|Polyurethane"), ("Ecco|Wingtip|PVC"), ("Ecco|Wingtip|Rubber"), ("Ecco|Work Boot|Leather"), ("Ecco|Work Boot|Leatherette"), ("Ecco|Work Boot|Polyurethane"), ("Ecco|Work Boot|PVC"), ("Ecco|Work Boot|Rubber"), ("Etnies|Balmoral|Leather"), ("Etnies|Balmoral|Leatherette"), ("Etnies|Balmoral|Polyurethane"), ("Etnies|Balmoral|PVC"), ("Etnies|Balmoral|Rubber"), ("Etnies|Boat Shoe|Leather"), ("Etnies|Boat Shoe|Leatherette"), ("Etnies|Boat Shoe|Polyurethane"), ("Etnies|Boat Shoe|PVC"), ("Etnies|Boat Shoe|Rubber"), ("Etnies|Brouge|Leather"), ("Etnies|Brouge|Leatherette"), ("Etnies|Brouge|Polyurethane"), ("Etnies|Brouge|PVC"), ("Etnies|Brouge|Rubber"), ("Etnies|Cross Trainer|Leather"), ("Etnies|Cross Trainer|Leatherette"), ("Etnies|Cross Trainer|Polyurethane"), ("Etnies|Cross Trainer|PVC"), ("Etnies|Cross Trainer|Rubber"), ("Etnies|Derby|Leather"), ("Etnies|Derby|Leatherette"), ("Etnies|Derby|Polyurethane"), ("Etnies|Derby|PVC"), ("Etnies|Derby|Rubber"), ("Etnies|Dress Boot|Leather"), ("Etnies|Dress Boot|Leatherette"), ("Etnies|Dress Boot|Polyurethane"), ("Etnies|Dress Boot|PVC"), ("Etnies|Dress Boot|Rubber"), ("Etnies|Dress Shoe|Leather"), ("Etnies|Dress Shoe|Leatherette"), ("Etnies|Dress Shoe|Polyurethane"), ("Etnies|Dress Shoe|PVC"), ("Etnies|Dress Shoe|Rubber"), ("Etnies|Driving Shoe|Leather"), ("Etnies|Driving Shoe|Leatherette"), ("Etnies|Driving Shoe|Polyurethane"), ("Etnies|Driving Shoe|PVC"), ("Etnies|Driving Shoe|Rubber"), ("Etnies|Hiker|Leather"), ("Etnies|Hiker|Leatherette"), ("Etnies|Hiker|Polyurethane"), ("Etnies|Hiker|PVC"), ("Etnies|Hiker|Rubber"), ("Etnies|Loafer (Slip-on)|Leather"), ("Etnies|Loafer (Slip-on)|Leatherette"), ("Etnies|Loafer (Slip-on)|Polyurethane"), ("Etnies|Loafer (Slip-on)|PVC"), ("Etnies|Loafer (Slip-on)|Rubber"), ("Etnies|Oxford (Lace-up)|Leather"), ("Etnies|Oxford (Lace-up)|Leatherette"), ("Etnies|Oxford (Lace-up)|Polyurethane"), ("Etnies|Oxford (Lace-up)|PVC"), ("Etnies|Oxford (Lace-up)|Rubber"), ("Etnies|Patent Leather|Leather"), ("Etnies|Patent Leather|Leatherette"), ("Etnies|Patent Leather|Polyurethane"), ("Etnies|Patent Leather|PVC"), ("Etnies|Patent Leather|Rubber"), ("Etnies|Penny Loafer|Leather"), ("Etnies|Penny Loafer|Leatherette"), ("Etnies|Penny Loafer|Polyurethane"), ("Etnies|Penny Loafer|PVC"), ("Etnies|Penny Loafer|Rubber"), ("Etnies|Runner|Leather"), ("Etnies|Runner|Leatherette"), ("Etnies|Runner|Polyurethane"), ("Etnies|Runner|PVC"), ("Etnies|Runner|Rubber"), ("Etnies|Saddle Shoe|Leather"), ("Etnies|Saddle Shoe|Leatherette"), ("Etnies|Saddle Shoe|Polyurethane"), ("Etnies|Saddle Shoe|PVC"), ("Etnies|Saddle Shoe|Rubber"), ("Etnies|Sandal|Leather"), ("Etnies|Sandal|Leatherette"), ("Etnies|Sandal|Polyurethane"), ("Etnies|Sandal|PVC"), ("Etnies|Sandal|Rubber"), ("Etnies|Tennis|Leather"), ("Etnies|Tennis|Leatherette"), ("Etnies|Tennis|Polyurethane"), ("Etnies|Tennis|PVC"), ("Etnies|Tennis|Rubber"), ("Etnies|Walker|Leather"), ("Etnies|Walker|Leatherette"), ("Etnies|Walker|Polyurethane"), ("Etnies|Walker|PVC"), ("Etnies|Walker|Rubber"), ("Etnies|Wingtip|Leather"), ("Etnies|Wingtip|Leatherette"), ("Etnies|Wingtip|Polyurethane"), ("Etnies|Wingtip|PVC"), ("Etnies|Wingtip|Rubber"), ("Etnies|Work Boot|Leather"), ("Etnies|Work Boot|Leatherette"), ("Etnies|Work Boot|Polyurethane"), ("Etnies|Work Boot|PVC"), ("Etnies|Work Boot|Rubber"), ("Fred Perry|Balmoral|Leather"), ("Fred Perry|Balmoral|Leatherette"), ("Fred Perry|Balmoral|Polyurethane"), ("Fred Perry|Balmoral|PVC"), ("Fred Perry|Balmoral|Rubber"), ("Fred Perry|Boat Shoe|Leather"), ("Fred Perry|Boat Shoe|Leatherette"), ("Fred Perry|Boat Shoe|Polyurethane"), ("Fred Perry|Boat Shoe|PVC"), ("Fred Perry|Boat Shoe|Rubber"), ("Fred Perry|Brouge|Leather"), ("Fred Perry|Brouge|Leatherette"), ("Fred Perry|Brouge|Polyurethane"), ("Fred Perry|Brouge|PVC"), ("Fred Perry|Brouge|Rubber"), ("Fred Perry|Cross Trainer|Leather"), ("Fred Perry|Cross Trainer|Leatherette"), ("Fred Perry|Cross Trainer|Polyurethane"), ("Fred Perry|Cross Trainer|PVC"), ("Fred Perry|Cross Trainer|Rubber"), ("Fred Perry|Derby|Leather"), ("Fred Perry|Derby|Leatherette"), ("Fred Perry|Derby|Polyurethane"), ("Fred Perry|Derby|PVC"), ("Fred Perry|Derby|Rubber"), ("Fred Perry|Dress Boot|Leather"), ("Fred Perry|Dress Boot|Leatherette"), ("Fred Perry|Dress Boot|Polyurethane"), ("Fred Perry|Dress Boot|PVC"), ("Fred Perry|Dress Boot|Rubber"), ("Fred Perry|Dress Shoe|Leather"), ("Fred Perry|Dress Shoe|Leatherette"), ("Fred Perry|Dress Shoe|Polyurethane"), ("Fred Perry|Dress Shoe|PVC"), ("Fred Perry|Dress Shoe|Rubber"), ("Fred Perry|Driving Shoe|Leather"), ("Fred Perry|Driving Shoe|Leatherette"), ("Fred Perry|Driving Shoe|Polyurethane"), ("Fred Perry|Driving Shoe|PVC"), ("Fred Perry|Driving Shoe|Rubber"), ("Fred Perry|Hiker|Leather"), ("Fred Perry|Hiker|Leatherette"), ("Fred Perry|Hiker|Polyurethane"), ("Fred Perry|Hiker|PVC"), ("Fred Perry|Hiker|Rubber"), ("Fred Perry|Loafer (Slip-on)|Leather"), ("Fred Perry|Loafer (Slip-on)|Leatherette"), ("Fred Perry|Loafer (Slip-on)|Polyurethane"), ("Fred Perry|Loafer (Slip-on)|PVC"), ("Fred Perry|Loafer (Slip-on)|Rubber"), ("Fred Perry|Oxford (Lace-up)|Leather"), ("Fred Perry|Oxford (Lace-up)|Leatherette"), ("Fred Perry|Oxford (Lace-up)|Polyurethane"), ("Fred Perry|Oxford (Lace-up)|PVC"), ("Fred Perry|Oxford (Lace-up)|Rubber"), ("Fred Perry|Patent Leather|Leather"), ("Fred Perry|Patent Leather|Leatherette"), ("Fred Perry|Patent Leather|Polyurethane"), ("Fred Perry|Patent Leather|PVC"), ("Fred Perry|Patent Leather|Rubber"), ("Fred Perry|Penny Loafer|Leather"), ("Fred Perry|Penny Loafer|Leatherette"), ("Fred Perry|Penny Loafer|Polyurethane"), ("Fred Perry|Penny Loafer|PVC"), ("Fred Perry|Penny Loafer|Rubber"), ("Fred Perry|Runner|Leather"), ("Fred Perry|Runner|Leatherette"), ("Fred Perry|Runner|Polyurethane"), ("Fred Perry|Runner|PVC"), ("Fred Perry|Runner|Rubber"), ("Fred Perry|Saddle Shoe|Leather"), ("Fred Perry|Saddle Shoe|Leatherette"), ("Fred Perry|Saddle Shoe|Polyurethane"), ("Fred Perry|Saddle Shoe|PVC"), ("Fred Perry|Saddle Shoe|Rubber"), ("Fred Perry|Sandal|Leather"), ("Fred Perry|Sandal|Leatherette"), ("Fred Perry|Sandal|Polyurethane"), ("Fred Perry|Sandal|PVC"), ("Fred Perry|Sandal|Rubber"), ("Fred Perry|Tennis|Leather"), ("Fred Perry|Tennis|Leatherette"), ("Fred Perry|Tennis|Polyurethane"), ("Fred Perry|Tennis|PVC"), ("Fred Perry|Tennis|Rubber"), ("Fred Perry|Walker|Leather"), ("Fred Perry|Walker|Leatherette"), ("Fred Perry|Walker|Polyurethane"), ("Fred Perry|Walker|PVC"), ("Fred Perry|Walker|Rubber"), ("Fred Perry|Wingtip|Leather"), ("Fred Perry|Wingtip|Leatherette"), ("Fred Perry|Wingtip|Polyurethane"), ("Fred Perry|Wingtip|PVC"), ("Fred Perry|Wingtip|Rubber"), ("Fred Perry|Work Boot|Leather"), ("Fred Perry|Work Boot|Leatherette"), ("Fred Perry|Work Boot|Polyurethane"), ("Fred Perry|Work Boot|PVC"), ("Fred Perry|Work Boot|Rubber"), ("Frye|Balmoral|Leather"), ("Frye|Balmoral|Leatherette"), ("Frye|Balmoral|Polyurethane"), ("Frye|Balmoral|PVC"), ("Frye|Balmoral|Rubber"), ("Frye|Boat Shoe|Leather"), ("Frye|Boat Shoe|Leatherette"), ("Frye|Boat Shoe|Polyurethane"), ("Frye|Boat Shoe|PVC"), ("Frye|Boat Shoe|Rubber"), ("Frye|Brouge|Leather"), ("Frye|Brouge|Leatherette"), ("Frye|Brouge|Polyurethane"), ("Frye|Brouge|PVC"), ("Frye|Brouge|Rubber"), ("Frye|Cross Trainer|Leather"), ("Frye|Cross Trainer|Leatherette"), ("Frye|Cross Trainer|Polyurethane"), ("Frye|Cross Trainer|PVC"), ("Frye|Cross Trainer|Rubber"), ("Frye|Derby|Leather"), ("Frye|Derby|Leatherette"), ("Frye|Derby|Polyurethane"), ("Frye|Derby|PVC"), ("Frye|Derby|Rubber"), ("Frye|Dress Boot|Leather"), ("Frye|Dress Boot|Leatherette"), ("Frye|Dress Boot|Polyurethane"), ("Frye|Dress Boot|PVC"), ("Frye|Dress Boot|Rubber"), ("Frye|Dress Shoe|Leather"), ("Frye|Dress Shoe|Leatherette"), ("Frye|Dress Shoe|Polyurethane"), ("Frye|Dress Shoe|PVC"), ("Frye|Dress Shoe|Rubber"), ("Frye|Driving Shoe|Leather"), ("Frye|Driving Shoe|Leatherette"), ("Frye|Driving Shoe|Polyurethane"), ("Frye|Driving Shoe|PVC"), ("Frye|Driving Shoe|Rubber"), ("Frye|Hiker|Leather"), ("Frye|Hiker|Leatherette"), ("Frye|Hiker|Polyurethane"), ("Frye|Hiker|PVC"), ("Frye|Hiker|Rubber"), ("Frye|Loafer (Slip-on)|Leather"), ("Frye|Loafer (Slip-on)|Leatherette"), ("Frye|Loafer (Slip-on)|Polyurethane"), ("Frye|Loafer (Slip-on)|PVC"), ("Frye|Loafer (Slip-on)|Rubber"), ("Frye|Oxford (Lace-up)|Leather"), ("Frye|Oxford (Lace-up)|Leatherette"), ("Frye|Oxford (Lace-up)|Polyurethane"), ("Frye|Oxford (Lace-up)|PVC"), ("Frye|Oxford (Lace-up)|Rubber"), ("Frye|Patent Leather|Leather"), ("Frye|Patent Leather|Leatherette"), ("Frye|Patent Leather|Polyurethane"), ("Frye|Patent Leather|PVC"), ("Frye|Patent Leather|Rubber"), ("Frye|Penny Loafer|Leather"), ("Frye|Penny Loafer|Leatherette"), ("Frye|Penny Loafer|Polyurethane"), ("Frye|Penny Loafer|PVC"), ("Frye|Penny Loafer|Rubber"), ("Frye|Runner|Leather"), ("Frye|Runner|Leatherette"), ("Frye|Runner|Polyurethane"), ("Frye|Runner|PVC"), ("Frye|Runner|Rubber"), ("Frye|Saddle Shoe|Leather"), ("Frye|Saddle Shoe|Leatherette"), ("Frye|Saddle Shoe|Polyurethane"), ("Frye|Saddle Shoe|PVC"), ("Frye|Saddle Shoe|Rubber"), ("Frye|Sandal|Leather"), ("Frye|Sandal|Leatherette"), ("Frye|Sandal|Polyurethane"), ("Frye|Sandal|PVC"), ("Frye|Sandal|Rubber"), ("Frye|Tennis|Leather"), ("Frye|Tennis|Leatherette"), ("Frye|Tennis|Polyurethane"), ("Frye|Tennis|PVC"), ("Frye|Tennis|Rubber"), ("Frye|Walker|Leather"), ("Frye|Walker|Leatherette"), ("Frye|Walker|Polyurethane"), ("Frye|Walker|PVC"), ("Frye|Walker|Rubber"), ("Frye|Wingtip|Leather"), ("Frye|Wingtip|Leatherette"), ("Frye|Wingtip|Polyurethane"), ("Frye|Wingtip|PVC"), ("Frye|Wingtip|Rubber"), ("Frye|Work Boot|Leather"), ("Frye|Work Boot|Leatherette"), ("Frye|Work Boot|Polyurethane"), ("Frye|Work Boot|PVC"), ("Frye|Work Boot|Rubber"), ("Hi-Tec|Balmoral|Leather"), ("Hi-Tec|Balmoral|Leatherette"), ("Hi-Tec|Balmoral|Polyurethane"), ("Hi-Tec|Balmoral|PVC"), ("Hi-Tec|Balmoral|Rubber"), ("Hi-Tec|Boat Shoe|Leather"), ("Hi-Tec|Boat Shoe|Leatherette"), ("Hi-Tec|Boat Shoe|Polyurethane"), ("Hi-Tec|Boat Shoe|PVC"), ("Hi-Tec|Boat Shoe|Rubber"), ("Hi-Tec|Brouge|Leather"), ("Hi-Tec|Brouge|Leatherette"), ("Hi-Tec|Brouge|Polyurethane"), ("Hi-Tec|Brouge|PVC"), ("Hi-Tec|Brouge|Rubber"), ("Hi-Tec|Cross Trainer|Leather"), ("Hi-Tec|Cross Trainer|Leatherette"), ("Hi-Tec|Cross Trainer|Polyurethane"), ("Hi-Tec|Cross Trainer|PVC"), ("Hi-Tec|Cross Trainer|Rubber"), ("Hi-Tec|Derby|Leather"), ("Hi-Tec|Derby|Leatherette"), ("Hi-Tec|Derby|Polyurethane"), ("Hi-Tec|Derby|PVC"), ("Hi-Tec|Derby|Rubber"), ("Hi-Tec|Dress Boot|Leather"), ("Hi-Tec|Dress Boot|Leatherette"), ("Hi-Tec|Dress Boot|Polyurethane"), ("Hi-Tec|Dress Boot|PVC"), ("Hi-Tec|Dress Boot|Rubber"), ("Hi-Tec|Dress Shoe|Leather"), ("Hi-Tec|Dress Shoe|Leatherette"), ("Hi-Tec|Dress Shoe|Polyurethane"), ("Hi-Tec|Dress Shoe|PVC"), ("Hi-Tec|Dress Shoe|Rubber"), ("Hi-Tec|Driving Shoe|Leather"), ("Hi-Tec|Driving Shoe|Leatherette"), ("Hi-Tec|Driving Shoe|Polyurethane"), ("Hi-Tec|Driving Shoe|PVC"), ("Hi-Tec|Driving Shoe|Rubber"), ("Hi-Tec|Hiker|Leather"), ("Hi-Tec|Hiker|Leatherette"), ("Hi-Tec|Hiker|Polyurethane"), ("Hi-Tec|Hiker|PVC"), ("Hi-Tec|Hiker|Rubber"), ("Hi-Tec|Loafer (Slip-on)|Leather"), ("Hi-Tec|Loafer (Slip-on)|Leatherette"), ("Hi-Tec|Loafer (Slip-on)|Polyurethane"), ("Hi-Tec|Loafer (Slip-on)|PVC"), ("Hi-Tec|Loafer (Slip-on)|Rubber"), ("Hi-Tec|Oxford (Lace-up)|Leather"), ("Hi-Tec|Oxford (Lace-up)|Leatherette"), ("Hi-Tec|Oxford (Lace-up)|Polyurethane"), ("Hi-Tec|Oxford (Lace-up)|PVC"), ("Hi-Tec|Oxford (Lace-up)|Rubber"), ("Hi-Tec|Patent Leather|Leather"), ("Hi-Tec|Patent Leather|Leatherette"), ("Hi-Tec|Patent Leather|Polyurethane"), ("Hi-Tec|Patent Leather|PVC"), ("Hi-Tec|Patent Leather|Rubber"), ("Hi-Tec|Penny Loafer|Leather"), ("Hi-Tec|Penny Loafer|Leatherette"), ("Hi-Tec|Penny Loafer|Polyurethane"), ("Hi-Tec|Penny Loafer|PVC"), ("Hi-Tec|Penny Loafer|Rubber"), ("Hi-Tec|Runner|Leather"), ("Hi-Tec|Runner|Leatherette"), ("Hi-Tec|Runner|Polyurethane"), ("Hi-Tec|Runner|PVC"), ("Hi-Tec|Runner|Rubber"), ("Hi-Tec|Saddle Shoe|Leather"), ("Hi-Tec|Saddle Shoe|Leatherette"), ("Hi-Tec|Saddle Shoe|Polyurethane"), ("Hi-Tec|Saddle Shoe|PVC"), ("Hi-Tec|Saddle Shoe|Rubber"), ("Hi-Tec|Sandal|Leather"), ("Hi-Tec|Sandal|Leatherette"), ("Hi-Tec|Sandal|Polyurethane"), ("Hi-Tec|Sandal|PVC"), ("Hi-Tec|Sandal|Rubber"), ("Hi-Tec|Tennis|Leather"), ("Hi-Tec|Tennis|Leatherette"), ("Hi-Tec|Tennis|Polyurethane"), ("Hi-Tec|Tennis|PVC"), ("Hi-Tec|Tennis|Rubber"), ("Hi-Tec|Walker|Leather"), ("Hi-Tec|Walker|Leatherette"), ("Hi-Tec|Walker|Polyurethane"), ("Hi-Tec|Walker|PVC"), ("Hi-Tec|Walker|Rubber"), ("Hi-Tec|Wingtip|Leather"), ("Hi-Tec|Wingtip|Leatherette"), ("Hi-Tec|Wingtip|Polyurethane"), ("Hi-Tec|Wingtip|PVC"), ("Hi-Tec|Wingtip|Rubber"), ("Hi-Tec|Work Boot|Leather"), ("Hi-Tec|Work Boot|Leatherette"), ("Hi-Tec|Work Boot|Polyurethane"), ("Hi-Tec|Work Boot|PVC"), ("Hi-Tec|Work Boot|Rubber"), ("John Fluevog|Balmoral|Leather"), ("John Fluevog|Balmoral|Leatherette"), ("John Fluevog|Balmoral|Polyurethane"), ("John Fluevog|Balmoral|PVC"), ("John Fluevog|Balmoral|Rubber"), ("John Fluevog|Boat Shoe|Leather"), ("John Fluevog|Boat Shoe|Leatherette"), ("John Fluevog|Boat Shoe|Polyurethane"), ("John Fluevog|Boat Shoe|PVC"), ("John Fluevog|Boat Shoe|Rubber"), ("John Fluevog|Brouge|Leather"), ("John Fluevog|Brouge|Leatherette"), ("John Fluevog|Brouge|Polyurethane"), ("John Fluevog|Brouge|PVC"), ("John Fluevog|Brouge|Rubber"), ("John Fluevog|Cross Trainer|Leather"), ("John Fluevog|Cross Trainer|Leatherette"), ("John Fluevog|Cross Trainer|Polyurethane"), ("John Fluevog|Cross Trainer|PVC"), ("John Fluevog|Cross Trainer|Rubber"), ("John Fluevog|Derby|Leather"), ("John Fluevog|Derby|Leatherette"), ("John Fluevog|Derby|Polyurethane"), ("John Fluevog|Derby|PVC"), ("John Fluevog|Derby|Rubber"), ("John Fluevog|Dress Boot|Leather"), ("John Fluevog|Dress Boot|Leatherette"), ("John Fluevog|Dress Boot|Polyurethane"), ("John Fluevog|Dress Boot|PVC"), ("John Fluevog|Dress Boot|Rubber"), ("John Fluevog|Dress Shoe|Leather"), ("John Fluevog|Dress Shoe|Leatherette"), ("John Fluevog|Dress Shoe|Polyurethane"), ("John Fluevog|Dress Shoe|PVC"), ("John Fluevog|Dress Shoe|Rubber"), ("John Fluevog|Driving Shoe|Leather"), ("John Fluevog|Driving Shoe|Leatherette"), ("John Fluevog|Driving Shoe|Polyurethane"), ("John Fluevog|Driving Shoe|PVC"), ("John Fluevog|Driving Shoe|Rubber"), ("John Fluevog|Hiker|Leather"), ("John Fluevog|Hiker|Leatherette"), ("John Fluevog|Hiker|Polyurethane"), ("John Fluevog|Hiker|PVC"), ("John Fluevog|Hiker|Rubber"), ("John Fluevog|Loafer (Slip-on)|Leather"), ("John Fluevog|Loafer (Slip-on)|Leatherette"), ("John Fluevog|Loafer (Slip-on)|Polyurethane"), ("John Fluevog|Loafer (Slip-on)|PVC"), ("John Fluevog|Loafer (Slip-on)|Rubber"), ("John Fluevog|Oxford (Lace-up)|Leather"), ("John Fluevog|Oxford (Lace-up)|Leatherette"), ("John Fluevog|Oxford (Lace-up)|Polyurethane"), ("John Fluevog|Oxford (Lace-up)|PVC"), ("John Fluevog|Oxford (Lace-up)|Rubber"), ("John Fluevog|Patent Leather|Leather"), ("John Fluevog|Patent Leather|Leatherette"), ("John Fluevog|Patent Leather|Polyurethane"), ("John Fluevog|Patent Leather|PVC"), ("John Fluevog|Patent Leather|Rubber"), ("John Fluevog|Penny Loafer|Leather"), ("John Fluevog|Penny Loafer|Leatherette"), ("John Fluevog|Penny Loafer|Polyurethane"), ("John Fluevog|Penny Loafer|PVC"), ("John Fluevog|Penny Loafer|Rubber"), ("John Fluevog|Runner|Leather"), ("John Fluevog|Runner|Leatherette"), ("John Fluevog|Runner|Polyurethane"), ("John Fluevog|Runner|PVC"), ("John Fluevog|Runner|Rubber"), ("John Fluevog|Saddle Shoe|Leather"), ("John Fluevog|Saddle Shoe|Leatherette"), ("John Fluevog|Saddle Shoe|Polyurethane"), ("John Fluevog|Saddle Shoe|PVC"), ("John Fluevog|Saddle Shoe|Rubber"), ("John Fluevog|Sandal|Leather"), ("John Fluevog|Sandal|Leatherette"), ("John Fluevog|Sandal|Polyurethane"), ("John Fluevog|Sandal|PVC"), ("John Fluevog|Sandal|Rubber"), ("John Fluevog|Tennis|Leather"), ("John Fluevog|Tennis|Leatherette"), ("John Fluevog|Tennis|Polyurethane"), ("John Fluevog|Tennis|PVC"), ("John Fluevog|Tennis|Rubber"), ("John Fluevog|Walker|Leather"), ("John Fluevog|Walker|Leatherette"), ("John Fluevog|Walker|Polyurethane"), ("John Fluevog|Walker|PVC"), ("John Fluevog|Walker|Rubber"), ("John Fluevog|Wingtip|Leather"), ("John Fluevog|Wingtip|Leatherette"), ("John Fluevog|Wingtip|Polyurethane"), ("John Fluevog|Wingtip|PVC"), ("John Fluevog|Wingtip|Rubber"), ("John Fluevog|Work Boot|Leather"), ("John Fluevog|Work Boot|Leatherette"), ("John Fluevog|Work Boot|Polyurethane"), ("John Fluevog|Work Boot|PVC"), ("John Fluevog|Work Boot|Rubber"), ("Kamik|Balmoral|Leather"), ("Kamik|Balmoral|Leatherette"), ("Kamik|Balmoral|Polyurethane"), ("Kamik|Balmoral|PVC"), ("Kamik|Balmoral|Rubber"), ("Kamik|Boat Shoe|Leather"), ("Kamik|Boat Shoe|Leatherette"), ("Kamik|Boat Shoe|Polyurethane"), ("Kamik|Boat Shoe|PVC"), ("Kamik|Boat Shoe|Rubber"), ("Kamik|Brouge|Leather"), ("Kamik|Brouge|Leatherette"), ("Kamik|Brouge|Polyurethane"), ("Kamik|Brouge|PVC"), ("Kamik|Brouge|Rubber"), ("Kamik|Cross Trainer|Leather"), ("Kamik|Cross Trainer|Leatherette"), ("Kamik|Cross Trainer|Polyurethane"), ("Kamik|Cross Trainer|PVC"), ("Kamik|Cross Trainer|Rubber"), ("Kamik|Derby|Leather"), ("Kamik|Derby|Leatherette"), ("Kamik|Derby|Polyurethane"), ("Kamik|Derby|PVC"), ("Kamik|Derby|Rubber"), ("Kamik|Dress Boot|Leather"), ("Kamik|Dress Boot|Leatherette"), ("Kamik|Dress Boot|Polyurethane"), ("Kamik|Dress Boot|PVC"), ("Kamik|Dress Boot|Rubber"), ("Kamik|Dress Shoe|Leather"), ("Kamik|Dress Shoe|Leatherette"), ("Kamik|Dress Shoe|Polyurethane"), ("Kamik|Dress Shoe|PVC"), ("Kamik|Dress Shoe|Rubber"), ("Kamik|Driving Shoe|Leather"), ("Kamik|Driving Shoe|Leatherette"), ("Kamik|Driving Shoe|Polyurethane"), ("Kamik|Driving Shoe|PVC"), ("Kamik|Driving Shoe|Rubber"), ("Kamik|Hiker|Leather"), ("Kamik|Hiker|Leatherette"), ("Kamik|Hiker|Polyurethane"), ("Kamik|Hiker|PVC"), ("Kamik|Hiker|Rubber"), ("Kamik|Loafer (Slip-on)|Leather"), ("Kamik|Loafer (Slip-on)|Leatherette"), ("Kamik|Loafer (Slip-on)|Polyurethane"), ("Kamik|Loafer (Slip-on)|PVC"), ("Kamik|Loafer (Slip-on)|Rubber"), ("Kamik|Oxford (Lace-up)|Leather"), ("Kamik|Oxford (Lace-up)|Leatherette"), ("Kamik|Oxford (Lace-up)|Polyurethane"), ("Kamik|Oxford (Lace-up)|PVC"), ("Kamik|Oxford (Lace-up)|Rubber"), ("Kamik|Patent Leather|Leather"), ("Kamik|Patent Leather|Leatherette"), ("Kamik|Patent Leather|Polyurethane"), ("Kamik|Patent Leather|PVC"), ("Kamik|Patent Leather|Rubber"), ("Kamik|Penny Loafer|Leather"), ("Kamik|Penny Loafer|Leatherette"), ("Kamik|Penny Loafer|Polyurethane"), ("Kamik|Penny Loafer|PVC"), ("Kamik|Penny Loafer|Rubber"), ("Kamik|Runner|Leather"), ("Kamik|Runner|Leatherette"), ("Kamik|Runner|Polyurethane"), ("Kamik|Runner|PVC"), ("Kamik|Runner|Rubber"), ("Kamik|Saddle Shoe|Leather"), ("Kamik|Saddle Shoe|Leatherette"), ("Kamik|Saddle Shoe|Polyurethane"), ("Kamik|Saddle Shoe|PVC"), ("Kamik|Saddle Shoe|Rubber"), ("Kamik|Sandal|Leather"), ("Kamik|Sandal|Leatherette"), ("Kamik|Sandal|Polyurethane"), ("Kamik|Sandal|PVC"), ("Kamik|Sandal|Rubber"), ("Kamik|Tennis|Leather"), ("Kamik|Tennis|Leatherette"), ("Kamik|Tennis|Polyurethane"), ("Kamik|Tennis|PVC"), ("Kamik|Tennis|Rubber"), ("Kamik|Walker|Leather"), ("Kamik|Walker|Leatherette"), ("Kamik|Walker|Polyurethane"), ("Kamik|Walker|PVC"), ("Kamik|Walker|Rubber"), ("Kamik|Wingtip|Leather"), ("Kamik|Wingtip|Leatherette"), ("Kamik|Wingtip|Polyurethane"), ("Kamik|Wingtip|PVC"), ("Kamik|Wingtip|Rubber"), ("Kamik|Work Boot|Leather"), ("Kamik|Work Boot|Leatherette"), ("Kamik|Work Boot|Polyurethane"), ("Kamik|Work Boot|PVC"), ("Kamik|Work Boot|Rubber"), ("Keen|Balmoral|Leather"), ("Keen|Balmoral|Leatherette"), ("Keen|Balmoral|Polyurethane"), ("Keen|Balmoral|PVC"), ("Keen|Balmoral|Rubber"), ("Keen|Boat Shoe|Leather"), ("Keen|Boat Shoe|Leatherette"), ("Keen|Boat Shoe|Polyurethane"), ("Keen|Boat Shoe|PVC"), ("Keen|Boat Shoe|Rubber"), ("Keen|Brouge|Leather"), ("Keen|Brouge|Leatherette"), ("Keen|Brouge|Polyurethane"), ("Keen|Brouge|PVC"), ("Keen|Brouge|Rubber"), ("Keen|Cross Trainer|Leather"), ("Keen|Cross Trainer|Leatherette"), ("Keen|Cross Trainer|Polyurethane"), ("Keen|Cross Trainer|PVC"), ("Keen|Cross Trainer|Rubber"), ("Keen|Derby|Leather"), ("Keen|Derby|Leatherette"), ("Keen|Derby|Polyurethane"), ("Keen|Derby|PVC"), ("Keen|Derby|Rubber"), ("Keen|Dress Boot|Leather"), ("Keen|Dress Boot|Leatherette"), ("Keen|Dress Boot|Polyurethane"), ("Keen|Dress Boot|PVC"), ("Keen|Dress Boot|Rubber"), ("Keen|Dress Shoe|Leather"), ("Keen|Dress Shoe|Leatherette"), ("Keen|Dress Shoe|Polyurethane"), ("Keen|Dress Shoe|PVC"), ("Keen|Dress Shoe|Rubber"), ("Keen|Driving Shoe|Leather"), ("Keen|Driving Shoe|Leatherette"), ("Keen|Driving Shoe|Polyurethane"), ("Keen|Driving Shoe|PVC"), ("Keen|Driving Shoe|Rubber"), ("Keen|Hiker|Leather"), ("Keen|Hiker|Leatherette"), ("Keen|Hiker|Polyurethane"), ("Keen|Hiker|PVC"), ("Keen|Hiker|Rubber"), ("Keen|Loafer (Slip-on)|Leather"), ("Keen|Loafer (Slip-on)|Leatherette"), ("Keen|Loafer (Slip-on)|Polyurethane"), ("Keen|Loafer (Slip-on)|PVC"), ("Keen|Loafer (Slip-on)|Rubber"), ("Keen|Oxford (Lace-up)|Leather"), ("Keen|Oxford (Lace-up)|Leatherette"), ("Keen|Oxford (Lace-up)|Polyurethane"), ("Keen|Oxford (Lace-up)|PVC"), ("Keen|Oxford (Lace-up)|Rubber"), ("Keen|Patent Leather|Leather"), ("Keen|Patent Leather|Leatherette"), ("Keen|Patent Leather|Polyurethane"), ("Keen|Patent Leather|PVC"), ("Keen|Patent Leather|Rubber"), ("Keen|Penny Loafer|Leather"), ("Keen|Penny Loafer|Leatherette"), ("Keen|Penny Loafer|Polyurethane"), ("Keen|Penny Loafer|PVC"), ("Keen|Penny Loafer|Rubber"), ("Keen|Runner|Leather"), ("Keen|Runner|Leatherette"), ("Keen|Runner|Polyurethane"), ("Keen|Runner|PVC"), ("Keen|Runner|Rubber"), ("Keen|Saddle Shoe|Leather"), ("Keen|Saddle Shoe|Leatherette"), ("Keen|Saddle Shoe|Polyurethane"), ("Keen|Saddle Shoe|PVC"), ("Keen|Saddle Shoe|Rubber"), ("Keen|Sandal|Leather"), ("Keen|Sandal|Leatherette"), ("Keen|Sandal|Polyurethane"), ("Keen|Sandal|PVC"), ("Keen|Sandal|Rubber"), ("Keen|Tennis|Leather"), ("Keen|Tennis|Leatherette"), ("Keen|Tennis|Polyurethane"), ("Keen|Tennis|PVC"), ("Keen|Tennis|Rubber"), ("Keen|Walker|Leather"), ("Keen|Walker|Leatherette"), ("Keen|Walker|Polyurethane"), ("Keen|Walker|PVC"), ("Keen|Walker|Rubber"), ("Keen|Wingtip|Leather"), ("Keen|Wingtip|Leatherette"), ("Keen|Wingtip|Polyurethane"), ("Keen|Wingtip|PVC"), ("Keen|Wingtip|Rubber"), ("Keen|Work Boot|Leather"), ("Keen|Work Boot|Leatherette"), ("Keen|Work Boot|Polyurethane"), ("Keen|Work Boot|PVC"), ("Keen|Work Boot|Rubber"), ("Lacoste|Balmoral|Leather"), ("Lacoste|Balmoral|Leatherette"), ("Lacoste|Balmoral|Polyurethane"), ("Lacoste|Balmoral|PVC"), ("Lacoste|Balmoral|Rubber"), ("Lacoste|Boat Shoe|Leather"), ("Lacoste|Boat Shoe|Leatherette"), ("Lacoste|Boat Shoe|Polyurethane"), ("Lacoste|Boat Shoe|PVC"), ("Lacoste|Boat Shoe|Rubber"), ("Lacoste|Brouge|Leather"), ("Lacoste|Brouge|Leatherette"), ("Lacoste|Brouge|Polyurethane"), ("Lacoste|Brouge|PVC"), ("Lacoste|Brouge|Rubber"), ("Lacoste|Cross Trainer|Leather"), ("Lacoste|Cross Trainer|Leatherette"), ("Lacoste|Cross Trainer|Polyurethane"), ("Lacoste|Cross Trainer|PVC"), ("Lacoste|Cross Trainer|Rubber"), ("Lacoste|Derby|Leather"), ("Lacoste|Derby|Leatherette"), ("Lacoste|Derby|Polyurethane"), ("Lacoste|Derby|PVC"), ("Lacoste|Derby|Rubber"), ("Lacoste|Dress Boot|Leather"), ("Lacoste|Dress Boot|Leatherette"), ("Lacoste|Dress Boot|Polyurethane"), ("Lacoste|Dress Boot|PVC"), ("Lacoste|Dress Boot|Rubber"), ("Lacoste|Dress Shoe|Leather"), ("Lacoste|Dress Shoe|Leatherette"), ("Lacoste|Dress Shoe|Polyurethane"), ("Lacoste|Dress Shoe|PVC"), ("Lacoste|Dress Shoe|Rubber"), ("Lacoste|Driving Shoe|Leather"), ("Lacoste|Driving Shoe|Leatherette"), ("Lacoste|Driving Shoe|Polyurethane"), ("Lacoste|Driving Shoe|PVC"), ("Lacoste|Driving Shoe|Rubber"), ("Lacoste|Hiker|Leather"), ("Lacoste|Hiker|Leatherette"), ("Lacoste|Hiker|Polyurethane"), ("Lacoste|Hiker|PVC"), ("Lacoste|Hiker|Rubber"), ("Lacoste|Loafer (Slip-on)|Leather"), ("Lacoste|Loafer (Slip-on)|Leatherette"), ("Lacoste|Loafer (Slip-on)|Polyurethane"), ("Lacoste|Loafer (Slip-on)|PVC"), ("Lacoste|Loafer (Slip-on)|Rubber"), ("Lacoste|Oxford (Lace-up)|Leather"), ("Lacoste|Oxford (Lace-up)|Leatherette"), ("Lacoste|Oxford (Lace-up)|Polyurethane"), ("Lacoste|Oxford (Lace-up)|PVC"), ("Lacoste|Oxford (Lace-up)|Rubber"), ("Lacoste|Patent Leather|Leather"), ("Lacoste|Patent Leather|Leatherette"), ("Lacoste|Patent Leather|Polyurethane"), ("Lacoste|Patent Leather|PVC"), ("Lacoste|Patent Leather|Rubber"), ("Lacoste|Penny Loafer|Leather"), ("Lacoste|Penny Loafer|Leatherette"), ("Lacoste|Penny Loafer|Polyurethane"), ("Lacoste|Penny Loafer|PVC"), ("Lacoste|Penny Loafer|Rubber"), ("Lacoste|Runner|Leather"), ("Lacoste|Runner|Leatherette"), ("Lacoste|Runner|Polyurethane"), ("Lacoste|Runner|PVC"), ("Lacoste|Runner|Rubber"), ("Lacoste|Saddle Shoe|Leather"), ("Lacoste|Saddle Shoe|Leatherette"), ("Lacoste|Saddle Shoe|Polyurethane"), ("Lacoste|Saddle Shoe|PVC"), ("Lacoste|Saddle Shoe|Rubber"), ("Lacoste|Sandal|Leather"), ("Lacoste|Sandal|Leatherette"), ("Lacoste|Sandal|Polyurethane"), ("Lacoste|Sandal|PVC"), ("Lacoste|Sandal|Rubber"), ("Lacoste|Tennis|Leather"), ("Lacoste|Tennis|Leatherette"), ("Lacoste|Tennis|Polyurethane"), ("Lacoste|Tennis|PVC"), ("Lacoste|Tennis|Rubber"), ("Lacoste|Walker|Leather"), ("Lacoste|Walker|Leatherette"), ("Lacoste|Walker|Polyurethane"), ("Lacoste|Walker|PVC"), ("Lacoste|Walker|Rubber"), ("Lacoste|Wingtip|Leather"), ("Lacoste|Wingtip|Leatherette"), ("Lacoste|Wingtip|Polyurethane"), ("Lacoste|Wingtip|PVC"), ("Lacoste|Wingtip|Rubber"), ("Lacoste|Work Boot|Leather"), ("Lacoste|Work Boot|Leatherette"), ("Lacoste|Work Boot|Polyurethane"), ("Lacoste|Work Boot|PVC"), ("Lacoste|Work Boot|Rubber"), ("Marc Jacobs|Balmoral|Leather"), ("Marc Jacobs|Balmoral|Leatherette"), ("Marc Jacobs|Balmoral|Polyurethane"), ("Marc Jacobs|Balmoral|PVC"), ("Marc Jacobs|Balmoral|Rubber"), ("Marc Jacobs|Boat Shoe|Leather"), ("Marc Jacobs|Boat Shoe|Leatherette"), ("Marc Jacobs|Boat Shoe|Polyurethane"), ("Marc Jacobs|Boat Shoe|PVC"), ("Marc Jacobs|Boat Shoe|Rubber"), ("Marc Jacobs|Brouge|Leather"), ("Marc Jacobs|Brouge|Leatherette"), ("Marc Jacobs|Brouge|Polyurethane"), ("Marc Jacobs|Brouge|PVC"), ("Marc Jacobs|Brouge|Rubber"), ("Marc Jacobs|Cross Trainer|Leather"), ("Marc Jacobs|Cross Trainer|Leatherette"), ("Marc Jacobs|Cross Trainer|Polyurethane"), ("Marc Jacobs|Cross Trainer|PVC"), ("Marc Jacobs|Cross Trainer|Rubber"), ("Marc Jacobs|Derby|Leather"), ("Marc Jacobs|Derby|Leatherette"), ("Marc Jacobs|Derby|Polyurethane"), ("Marc Jacobs|Derby|PVC"), ("Marc Jacobs|Derby|Rubber"), ("Marc Jacobs|Dress Boot|Leather"), ("Marc Jacobs|Dress Boot|Leatherette"), ("Marc Jacobs|Dress Boot|Polyurethane"), ("Marc Jacobs|Dress Boot|PVC"), ("Marc Jacobs|Dress Boot|Rubber"), ("Marc Jacobs|Dress Shoe|Leather"), ("Marc Jacobs|Dress Shoe|Leatherette"), ("Marc Jacobs|Dress Shoe|Polyurethane"), ("Marc Jacobs|Dress Shoe|PVC"), ("Marc Jacobs|Dress Shoe|Rubber"), ("Marc Jacobs|Driving Shoe|Leather"), ("Marc Jacobs|Driving Shoe|Leatherette"), ("Marc Jacobs|Driving Shoe|Polyurethane"), ("Marc Jacobs|Driving Shoe|PVC"), ("Marc Jacobs|Driving Shoe|Rubber"), ("Marc Jacobs|Hiker|Leather"), ("Marc Jacobs|Hiker|Leatherette"), ("Marc Jacobs|Hiker|Polyurethane"), ("Marc Jacobs|Hiker|PVC"), ("Marc Jacobs|Hiker|Rubber"), ("Marc Jacobs|Loafer (Slip-on)|Leather"), ("Marc Jacobs|Loafer (Slip-on)|Leatherette"), ("Marc Jacobs|Loafer (Slip-on)|Polyurethane"), ("Marc Jacobs|Loafer (Slip-on)|PVC"), ("Marc Jacobs|Loafer (Slip-on)|Rubber"), ("Marc Jacobs|Oxford (Lace-up)|Leather"), ("Marc Jacobs|Oxford (Lace-up)|Leatherette"), ("Marc Jacobs|Oxford (Lace-up)|Polyurethane"), ("Marc Jacobs|Oxford (Lace-up)|PVC"), ("Marc Jacobs|Oxford (Lace-up)|Rubber"), ("Marc Jacobs|Patent Leather|Leather"), ("Marc Jacobs|Patent Leather|Leatherette"), ("Marc Jacobs|Patent Leather|Polyurethane"), ("Marc Jacobs|Patent Leather|PVC"), ("Marc Jacobs|Patent Leather|Rubber"), ("Marc Jacobs|Penny Loafer|Leather"), ("Marc Jacobs|Penny Loafer|Leatherette"), ("Marc Jacobs|Penny Loafer|Polyurethane"), ("Marc Jacobs|Penny Loafer|PVC"), ("Marc Jacobs|Penny Loafer|Rubber"), ("Marc Jacobs|Runner|Leather"), ("Marc Jacobs|Runner|Leatherette"), ("Marc Jacobs|Runner|Polyurethane"), ("Marc Jacobs|Runner|PVC"), ("Marc Jacobs|Runner|Rubber"), ("Marc Jacobs|Saddle Shoe|Leather"), ("Marc Jacobs|Saddle Shoe|Leatherette"), ("Marc Jacobs|Saddle Shoe|Polyurethane"), ("Marc Jacobs|Saddle Shoe|PVC"), ("Marc Jacobs|Saddle Shoe|Rubber"), ("Marc Jacobs|Sandal|Leather"), ("Marc Jacobs|Sandal|Leatherette"), ("Marc Jacobs|Sandal|Polyurethane"), ("Marc Jacobs|Sandal|PVC"), ("Marc Jacobs|Sandal|Rubber"), ("Marc Jacobs|Tennis|Leather"), ("Marc Jacobs|Tennis|Leatherette"), ("Marc Jacobs|Tennis|Polyurethane"), ("Marc Jacobs|Tennis|PVC"), ("Marc Jacobs|Tennis|Rubber"), ("Marc Jacobs|Walker|Leather"), ("Marc Jacobs|Walker|Leatherette"), ("Marc Jacobs|Walker|Polyurethane"), ("Marc Jacobs|Walker|PVC"), ("Marc Jacobs|Walker|Rubber"), ("Marc Jacobs|Wingtip|Leather"), ("Marc Jacobs|Wingtip|Leatherette"), ("Marc Jacobs|Wingtip|Polyurethane"), ("Marc Jacobs|Wingtip|PVC"), ("Marc Jacobs|Wingtip|Rubber"), ("Marc Jacobs|Work Boot|Leather"), ("Marc Jacobs|Work Boot|Leatherette"), ("Marc Jacobs|Work Boot|Polyurethane"), ("Marc Jacobs|Work Boot|PVC"), ("Marc Jacobs|Work Boot|Rubber"), ("Merrell|Balmoral|Leather"), ("Merrell|Balmoral|Leatherette"), ("Merrell|Balmoral|Polyurethane"), ("Merrell|Balmoral|PVC"), ("Merrell|Balmoral|Rubber"), ("Merrell|Boat Shoe|Leather"), ("Merrell|Boat Shoe|Leatherette"), ("Merrell|Boat Shoe|Polyurethane"), ("Merrell|Boat Shoe|PVC"), ("Merrell|Boat Shoe|Rubber"), ("Merrell|Brouge|Leather"), ("Merrell|Brouge|Leatherette"), ("Merrell|Brouge|Polyurethane"), ("Merrell|Brouge|PVC"), ("Merrell|Brouge|Rubber"), ("Merrell|Cross Trainer|Leather"), ("Merrell|Cross Trainer|Leatherette"), ("Merrell|Cross Trainer|Polyurethane"), ("Merrell|Cross Trainer|PVC"), ("Merrell|Cross Trainer|Rubber"), ("Merrell|Derby|Leather"), ("Merrell|Derby|Leatherette"), ("Merrell|Derby|Polyurethane"), ("Merrell|Derby|PVC"), ("Merrell|Derby|Rubber"), ("Merrell|Dress Boot|Leather"), ("Merrell|Dress Boot|Leatherette"), ("Merrell|Dress Boot|Polyurethane"), ("Merrell|Dress Boot|PVC"), ("Merrell|Dress Boot|Rubber"), ("Merrell|Dress Shoe|Leather"), ("Merrell|Dress Shoe|Leatherette"), ("Merrell|Dress Shoe|Polyurethane"), ("Merrell|Dress Shoe|PVC"), ("Merrell|Dress Shoe|Rubber"), ("Merrell|Driving Shoe|Leather"), ("Merrell|Driving Shoe|Leatherette"), ("Merrell|Driving Shoe|Polyurethane"), ("Merrell|Driving Shoe|PVC"), ("Merrell|Driving Shoe|Rubber"), ("Merrell|Hiker|Leather"), ("Merrell|Hiker|Leatherette"), ("Merrell|Hiker|Polyurethane"), ("Merrell|Hiker|PVC"), ("Merrell|Hiker|Rubber"), ("Merrell|Loafer (Slip-on)|Leather"), ("Merrell|Loafer (Slip-on)|Leatherette"), ("Merrell|Loafer (Slip-on)|Polyurethane"), ("Merrell|Loafer (Slip-on)|PVC"), ("Merrell|Loafer (Slip-on)|Rubber"), ("Merrell|Oxford (Lace-up)|Leather"), ("Merrell|Oxford (Lace-up)|Leatherette"), ("Merrell|Oxford (Lace-up)|Polyurethane"), ("Merrell|Oxford (Lace-up)|PVC"), ("Merrell|Oxford (Lace-up)|Rubber"), ("Merrell|Patent Leather|Leather"), ("Merrell|Patent Leather|Leatherette"), ("Merrell|Patent Leather|Polyurethane"), ("Merrell|Patent Leather|PVC"), ("Merrell|Patent Leather|Rubber"), ("Merrell|Penny Loafer|Leather"), ("Merrell|Penny Loafer|Leatherette"), ("Merrell|Penny Loafer|Polyurethane"), ("Merrell|Penny Loafer|PVC"), ("Merrell|Penny Loafer|Rubber"), ("Merrell|Runner|Leather"), ("Merrell|Runner|Leatherette"), ("Merrell|Runner|Polyurethane"), ("Merrell|Runner|PVC"), ("Merrell|Runner|Rubber"), ("Merrell|Saddle Shoe|Leather"), ("Merrell|Saddle Shoe|Leatherette"), ("Merrell|Saddle Shoe|Polyurethane"), ("Merrell|Saddle Shoe|PVC"), ("Merrell|Saddle Shoe|Rubber"), ("Merrell|Sandal|Leather"), ("Merrell|Sandal|Leatherette"), ("Merrell|Sandal|Polyurethane"), ("Merrell|Sandal|PVC"), ("Merrell|Sandal|Rubber"), ("Merrell|Tennis|Leather"), ("Merrell|Tennis|Leatherette"), ("Merrell|Tennis|Polyurethane"), ("Merrell|Tennis|PVC"), ("Merrell|Tennis|Rubber"), ("Merrell|Walker|Leather"), ("Merrell|Walker|Leatherette"), ("Merrell|Walker|Polyurethane"), ("Merrell|Walker|PVC"), ("Merrell|Walker|Rubber"), ("Merrell|Wingtip|Leather"), ("Merrell|Wingtip|Leatherette"), ("Merrell|Wingtip|Polyurethane"), ("Merrell|Wingtip|PVC"), ("Merrell|Wingtip|Rubber"), ("Merrell|Work Boot|Leather"), ("Merrell|Work Boot|Leatherette"), ("Merrell|Work Boot|Polyurethane"), ("Merrell|Work Boot|PVC"), ("Merrell|Work Boot|Rubber"), ("Mizuno|Balmoral|Leather"), ("Mizuno|Balmoral|Leatherette"), ("Mizuno|Balmoral|Polyurethane"), ("Mizuno|Balmoral|PVC"), ("Mizuno|Balmoral|Rubber"), ("Mizuno|Boat Shoe|Leather"), ("Mizuno|Boat Shoe|Leatherette"), ("Mizuno|Boat Shoe|Polyurethane"), ("Mizuno|Boat Shoe|PVC"), ("Mizuno|Boat Shoe|Rubber"), ("Mizuno|Brouge|Leather"), ("Mizuno|Brouge|Leatherette"), ("Mizuno|Brouge|Polyurethane"), ("Mizuno|Brouge|PVC"), ("Mizuno|Brouge|Rubber"), ("Mizuno|Cross Trainer|Leather"), ("Mizuno|Cross Trainer|Leatherette"), ("Mizuno|Cross Trainer|Polyurethane"), ("Mizuno|Cross Trainer|PVC"), ("Mizuno|Cross Trainer|Rubber"), ("Mizuno|Derby|Leather"), ("Mizuno|Derby|Leatherette"), ("Mizuno|Derby|Polyurethane"), ("Mizuno|Derby|PVC"), ("Mizuno|Derby|Rubber"), ("Mizuno|Dress Boot|Leather"), ("Mizuno|Dress Boot|Leatherette"), ("Mizuno|Dress Boot|Polyurethane"), ("Mizuno|Dress Boot|PVC"), ("Mizuno|Dress Boot|Rubber"), ("Mizuno|Dress Shoe|Leather"), ("Mizuno|Dress Shoe|Leatherette"), ("Mizuno|Dress Shoe|Polyurethane"), ("Mizuno|Dress Shoe|PVC"), ("Mizuno|Dress Shoe|Rubber"), ("Mizuno|Driving Shoe|Leather"), ("Mizuno|Driving Shoe|Leatherette"), ("Mizuno|Driving Shoe|Polyurethane"), ("Mizuno|Driving Shoe|PVC"), ("Mizuno|Driving Shoe|Rubber"), ("Mizuno|Hiker|Leather"), ("Mizuno|Hiker|Leatherette"), ("Mizuno|Hiker|Polyurethane"), ("Mizuno|Hiker|PVC"), ("Mizuno|Hiker|Rubber"), ("Mizuno|Loafer (Slip-on)|Leather"), ("Mizuno|Loafer (Slip-on)|Leatherette"), ("Mizuno|Loafer (Slip-on)|Polyurethane"), ("Mizuno|Loafer (Slip-on)|PVC"), ("Mizuno|Loafer (Slip-on)|Rubber"), ("Mizuno|Oxford (Lace-up)|Leather"), ("Mizuno|Oxford (Lace-up)|Leatherette"), ("Mizuno|Oxford (Lace-up)|Polyurethane"), ("Mizuno|Oxford (Lace-up)|PVC"), ("Mizuno|Oxford (Lace-up)|Rubber"), ("Mizuno|Patent Leather|Leather"), ("Mizuno|Patent Leather|Leatherette"), ("Mizuno|Patent Leather|Polyurethane"), ("Mizuno|Patent Leather|PVC"), ("Mizuno|Patent Leather|Rubber"), ("Mizuno|Penny Loafer|Leather"), ("Mizuno|Penny Loafer|Leatherette"), ("Mizuno|Penny Loafer|Polyurethane"), ("Mizuno|Penny Loafer|PVC"), ("Mizuno|Penny Loafer|Rubber"), ("Mizuno|Runner|Leather"), ("Mizuno|Runner|Leatherette"), ("Mizuno|Runner|Polyurethane"), ("Mizuno|Runner|PVC"), ("Mizuno|Runner|Rubber"), ("Mizuno|Saddle Shoe|Leather"), ("Mizuno|Saddle Shoe|Leatherette"), ("Mizuno|Saddle Shoe|Polyurethane"), ("Mizuno|Saddle Shoe|PVC"), ("Mizuno|Saddle Shoe|Rubber"), ("Mizuno|Sandal|Leather"), ("Mizuno|Sandal|Leatherette"), ("Mizuno|Sandal|Polyurethane"), ("Mizuno|Sandal|PVC"), ("Mizuno|Sandal|Rubber"), ("Mizuno|Tennis|Leather"), ("Mizuno|Tennis|Leatherette"), ("Mizuno|Tennis|Polyurethane"), ("Mizuno|Tennis|PVC"), ("Mizuno|Tennis|Rubber"), ("Mizuno|Walker|Leather"), ("Mizuno|Walker|Leatherette"), ("Mizuno|Walker|Polyurethane"), ("Mizuno|Walker|PVC"), ("Mizuno|Walker|Rubber"), ("Mizuno|Wingtip|Leather"), ("Mizuno|Wingtip|Leatherette"), ("Mizuno|Wingtip|Polyurethane"), ("Mizuno|Wingtip|PVC"), ("Mizuno|Wingtip|Rubber"), ("Mizuno|Work Boot|Leather"), ("Mizuno|Work Boot|Leatherette"), ("Mizuno|Work Boot|Polyurethane"), ("Mizuno|Work Boot|PVC"), ("Mizuno|Work Boot|Rubber"), ("Muck Boot|Balmoral|Leather"), ("Muck Boot|Balmoral|Leatherette"), ("Muck Boot|Balmoral|Polyurethane"), ("Muck Boot|Balmoral|PVC"), ("Muck Boot|Balmoral|Rubber"), ("Muck Boot|Boat Shoe|Leather"), ("Muck Boot|Boat Shoe|Leatherette"), ("Muck Boot|Boat Shoe|Polyurethane"), ("Muck Boot|Boat Shoe|PVC"), ("Muck Boot|Boat Shoe|Rubber"), ("Muck Boot|Brouge|Leather"), ("Muck Boot|Brouge|Leatherette"), ("Muck Boot|Brouge|Polyurethane"), ("Muck Boot|Brouge|PVC"), ("Muck Boot|Brouge|Rubber"), ("Muck Boot|Cross Trainer|Leather"), ("Muck Boot|Cross Trainer|Leatherette"), ("Muck Boot|Cross Trainer|Polyurethane"), ("Muck Boot|Cross Trainer|PVC"), ("Muck Boot|Cross Trainer|Rubber"), ("Muck Boot|Derby|Leather"), ("Muck Boot|Derby|Leatherette"), ("Muck Boot|Derby|Polyurethane"), ("Muck Boot|Derby|PVC"), ("Muck Boot|Derby|Rubber"), ("Muck Boot|Dress Boot|Leather"), ("Muck Boot|Dress Boot|Leatherette"), ("Muck Boot|Dress Boot|Polyurethane"), ("Muck Boot|Dress Boot|PVC"), ("Muck Boot|Dress Boot|Rubber"), ("Muck Boot|Dress Shoe|Leather"), ("Muck Boot|Dress Shoe|Leatherette"), ("Muck Boot|Dress Shoe|Polyurethane"), ("Muck Boot|Dress Shoe|PVC"), ("Muck Boot|Dress Shoe|Rubber"), ("Muck Boot|Driving Shoe|Leather"), ("Muck Boot|Driving Shoe|Leatherette"), ("Muck Boot|Driving Shoe|Polyurethane"), ("Muck Boot|Driving Shoe|PVC"), ("Muck Boot|Driving Shoe|Rubber"), ("Muck Boot|Hiker|Leather"), ("Muck Boot|Hiker|Leatherette"), ("Muck Boot|Hiker|Polyurethane"), ("Muck Boot|Hiker|PVC"), ("Muck Boot|Hiker|Rubber"), ("Muck Boot|Loafer (Slip-on)|Leather"), ("Muck Boot|Loafer (Slip-on)|Leatherette"), ("Muck Boot|Loafer (Slip-on)|Polyurethane"), ("Muck Boot|Loafer (Slip-on)|PVC"), ("Muck Boot|Loafer (Slip-on)|Rubber"), ("Muck Boot|Oxford (Lace-up)|Leather"), ("Muck Boot|Oxford (Lace-up)|Leatherette"), ("Muck Boot|Oxford (Lace-up)|Polyurethane"), ("Muck Boot|Oxford (Lace-up)|PVC"), ("Muck Boot|Oxford (Lace-up)|Rubber"), ("Muck Boot|Patent Leather|Leather"), ("Muck Boot|Patent Leather|Leatherette"), ("Muck Boot|Patent Leather|Polyurethane"), ("Muck Boot|Patent Leather|PVC"), ("Muck Boot|Patent Leather|Rubber"), ("Muck Boot|Penny Loafer|Leather"), ("Muck Boot|Penny Loafer|Leatherette"), ("Muck Boot|Penny Loafer|Polyurethane"), ("Muck Boot|Penny Loafer|PVC"), ("Muck Boot|Penny Loafer|Rubber"), ("Muck Boot|Runner|Leather"), ("Muck Boot|Runner|Leatherette"), ("Muck Boot|Runner|Polyurethane"), ("Muck Boot|Runner|PVC"), ("Muck Boot|Runner|Rubber"), ("Muck Boot|Saddle Shoe|Leather"), ("Muck Boot|Saddle Shoe|Leatherette"), ("Muck Boot|Saddle Shoe|Polyurethane"), ("Muck Boot|Saddle Shoe|PVC"), ("Muck Boot|Saddle Shoe|Rubber"), ("Muck Boot|Sandal|Leather"), ("Muck Boot|Sandal|Leatherette"), ("Muck Boot|Sandal|Polyurethane"), ("Muck Boot|Sandal|PVC"), ("Muck Boot|Sandal|Rubber"), ("Muck Boot|Tennis|Leather"), ("Muck Boot|Tennis|Leatherette"), ("Muck Boot|Tennis|Polyurethane"), ("Muck Boot|Tennis|PVC"), ("Muck Boot|Tennis|Rubber"), ("Muck Boot|Walker|Leather"), ("Muck Boot|Walker|Leatherette"), ("Muck Boot|Walker|Polyurethane"), ("Muck Boot|Walker|PVC"), ("Muck Boot|Walker|Rubber"), ("Muck Boot|Wingtip|Leather"), ("Muck Boot|Wingtip|Leatherette"), ("Muck Boot|Wingtip|Polyurethane"), ("Muck Boot|Wingtip|PVC"), ("Muck Boot|Wingtip|Rubber"), ("Muck Boot|Work Boot|Leather"), ("Muck Boot|Work Boot|Leatherette"), ("Muck Boot|Work Boot|Polyurethane"), ("Muck Boot|Work Boot|PVC"), ("Muck Boot|Work Boot|Rubber"), ("New Balance|Balmoral|Leather"), ("New Balance|Balmoral|Leatherette"), ("New Balance|Balmoral|Polyurethane"), ("New Balance|Balmoral|PVC"), ("New Balance|Balmoral|Rubber"), ("New Balance|Boat Shoe|Leather"), ("New Balance|Boat Shoe|Leatherette"), ("New Balance|Boat Shoe|Polyurethane"), ("New Balance|Boat Shoe|PVC"), ("New Balance|Boat Shoe|Rubber"), ("New Balance|Brouge|Leather"), ("New Balance|Brouge|Leatherette"), ("New Balance|Brouge|Polyurethane"), ("New Balance|Brouge|PVC"), ("New Balance|Brouge|Rubber"), ("New Balance|Cross Trainer|Leather"), ("New Balance|Cross Trainer|Leatherette"), ("New Balance|Cross Trainer|Polyurethane"), ("New Balance|Cross Trainer|PVC"), ("New Balance|Cross Trainer|Rubber"), ("New Balance|Derby|Leather"), ("New Balance|Derby|Leatherette"), ("New Balance|Derby|Polyurethane"), ("New Balance|Derby|PVC"), ("New Balance|Derby|Rubber"), ("New Balance|Dress Boot|Leather"), ("New Balance|Dress Boot|Leatherette"), ("New Balance|Dress Boot|Polyurethane"), ("New Balance|Dress Boot|PVC"), ("New Balance|Dress Boot|Rubber"), ("New Balance|Dress Shoe|Leather"), ("New Balance|Dress Shoe|Leatherette"), ("New Balance|Dress Shoe|Polyurethane"), ("New Balance|Dress Shoe|PVC"), ("New Balance|Dress Shoe|Rubber"), ("New Balance|Driving Shoe|Leather"), ("New Balance|Driving Shoe|Leatherette"), ("New Balance|Driving Shoe|Polyurethane"), ("New Balance|Driving Shoe|PVC"), ("New Balance|Driving Shoe|Rubber"), ("New Balance|Hiker|Leather"), ("New Balance|Hiker|Leatherette"), ("New Balance|Hiker|Polyurethane"), ("New Balance|Hiker|PVC"), ("New Balance|Hiker|Rubber"), ("New Balance|Loafer (Slip-on)|Leather"), ("New Balance|Loafer (Slip-on)|Leatherette"), ("New Balance|Loafer (Slip-on)|Polyurethane"), ("New Balance|Loafer (Slip-on)|PVC"), ("New Balance|Loafer (Slip-on)|Rubber"), ("New Balance|Oxford (Lace-up)|Leather"), ("New Balance|Oxford (Lace-up)|Leatherette"), ("New Balance|Oxford (Lace-up)|Polyurethane"), ("New Balance|Oxford (Lace-up)|PVC"), ("New Balance|Oxford (Lace-up)|Rubber"), ("New Balance|Patent Leather|Leather"), ("New Balance|Patent Leather|Leatherette"), ("New Balance|Patent Leather|Polyurethane"), ("New Balance|Patent Leather|PVC"), ("New Balance|Patent Leather|Rubber"), ("New Balance|Penny Loafer|Leather"), ("New Balance|Penny Loafer|Leatherette"), ("New Balance|Penny Loafer|Polyurethane"), ("New Balance|Penny Loafer|PVC"), ("New Balance|Penny Loafer|Rubber"), ("New Balance|Runner|Leather"), ("New Balance|Runner|Leatherette"), ("New Balance|Runner|Polyurethane"), ("New Balance|Runner|PVC"), ("New Balance|Runner|Rubber"), ("New Balance|Saddle Shoe|Leather"), ("New Balance|Saddle Shoe|Leatherette"), ("New Balance|Saddle Shoe|Polyurethane"), ("New Balance|Saddle Shoe|PVC"), ("New Balance|Saddle Shoe|Rubber"), ("New Balance|Sandal|Leather"), ("New Balance|Sandal|Leatherette"), ("New Balance|Sandal|Polyurethane"), ("New Balance|Sandal|PVC"), ("New Balance|Sandal|Rubber"), ("New Balance|Tennis|Leather"), ("New Balance|Tennis|Leatherette"), ("New Balance|Tennis|Polyurethane"), ("New Balance|Tennis|PVC"), ("New Balance|Tennis|Rubber"), ("New Balance|Walker|Leather"), ("New Balance|Walker|Leatherette"), ("New Balance|Walker|Polyurethane"), ("New Balance|Walker|PVC"), ("New Balance|Walker|Rubber"), ("New Balance|Wingtip|Leather"), ("New Balance|Wingtip|Leatherette"), ("New Balance|Wingtip|Polyurethane"), ("New Balance|Wingtip|PVC"), ("New Balance|Wingtip|Rubber"), ("New Balance|Work Boot|Leather"), ("New Balance|Work Boot|Leatherette"), ("New Balance|Work Boot|Polyurethane"), ("New Balance|Work Boot|PVC"), ("New Balance|Work Boot|Rubber"), ("Nike|Balmoral|Leather"), ("Nike|Balmoral|Leatherette"), ("Nike|Balmoral|Polyurethane"), ("Nike|Balmoral|PVC"), ("Nike|Balmoral|Rubber"), ("Nike|Boat Shoe|Leather"), ("Nike|Boat Shoe|Leatherette"), ("Nike|Boat Shoe|Polyurethane"), ("Nike|Boat Shoe|PVC"), ("Nike|Boat Shoe|Rubber"), ("Nike|Brouge|Leather"), ("Nike|Brouge|Leatherette"), ("Nike|Brouge|Polyurethane"), ("Nike|Brouge|PVC"), ("Nike|Brouge|Rubber"), ("Nike|Cross Trainer|Leather"), ("Nike|Cross Trainer|Leatherette"), ("Nike|Cross Trainer|Polyurethane"), ("Nike|Cross Trainer|PVC"), ("Nike|Cross Trainer|Rubber"), ("Nike|Derby|Leather"), ("Nike|Derby|Leatherette"), ("Nike|Derby|Polyurethane"), ("Nike|Derby|PVC"), ("Nike|Derby|Rubber"), ("Nike|Dress Boot|Leather"), ("Nike|Dress Boot|Leatherette"), ("Nike|Dress Boot|Polyurethane"), ("Nike|Dress Boot|PVC"), ("Nike|Dress Boot|Rubber"), ("Nike|Dress Shoe|Leather"), ("Nike|Dress Shoe|Leatherette"), ("Nike|Dress Shoe|Polyurethane"), ("Nike|Dress Shoe|PVC"), ("Nike|Dress Shoe|Rubber"), ("Nike|Driving Shoe|Leather"), ("Nike|Driving Shoe|Leatherette"), ("Nike|Driving Shoe|Polyurethane"), ("Nike|Driving Shoe|PVC"), ("Nike|Driving Shoe|Rubber"), ("Nike|Hiker|Leather"), ("Nike|Hiker|Leatherette"), ("Nike|Hiker|Polyurethane"), ("Nike|Hiker|PVC"), ("Nike|Hiker|Rubber"), ("Nike|Loafer (Slip-on)|Leather"), ("Nike|Loafer (Slip-on)|Leatherette"), ("Nike|Loafer (Slip-on)|Polyurethane"), ("Nike|Loafer (Slip-on)|PVC"), ("Nike|Loafer (Slip-on)|Rubber"), ("Nike|Oxford (Lace-up)|Leather"), ("Nike|Oxford (Lace-up)|Leatherette"), ("Nike|Oxford (Lace-up)|Polyurethane"), ("Nike|Oxford (Lace-up)|PVC"), ("Nike|Oxford (Lace-up)|Rubber"), ("Nike|Patent Leather|Leather"), ("Nike|Patent Leather|Leatherette"), ("Nike|Patent Leather|Polyurethane"), ("Nike|Patent Leather|PVC"), ("Nike|Patent Leather|Rubber"), ("Nike|Penny Loafer|Leather"), ("Nike|Penny Loafer|Leatherette"), ("Nike|Penny Loafer|Polyurethane"), ("Nike|Penny Loafer|PVC"), ("Nike|Penny Loafer|Rubber"), ("Nike|Runner|Leather"), ("Nike|Runner|Leatherette"), ("Nike|Runner|Polyurethane"), ("Nike|Runner|PVC"), ("Nike|Runner|Rubber"), ("Nike|Saddle Shoe|Leather"), ("Nike|Saddle Shoe|Leatherette"), ("Nike|Saddle Shoe|Polyurethane"), ("Nike|Saddle Shoe|PVC"), ("Nike|Saddle Shoe|Rubber"), ("Nike|Sandal|Leather"), ("Nike|Sandal|Leatherette"), ("Nike|Sandal|Polyurethane"), ("Nike|Sandal|PVC"), ("Nike|Sandal|Rubber"), ("Nike|Tennis|Leather"), ("Nike|Tennis|Leatherette"), ("Nike|Tennis|Polyurethane"), ("Nike|Tennis|PVC"), ("Nike|Tennis|Rubber"), ("Nike|Walker|Leather"), ("Nike|Walker|Leatherette"), ("Nike|Walker|Polyurethane"), ("Nike|Walker|PVC"), ("Nike|Walker|Rubber"), ("Nike|Wingtip|Leather"), ("Nike|Wingtip|Leatherette"), ("Nike|Wingtip|Polyurethane"), ("Nike|Wingtip|PVC"), ("Nike|Wingtip|Rubber"), ("Nike|Work Boot|Leather"), ("Nike|Work Boot|Leatherette"), ("Nike|Work Boot|Polyurethane"), ("Nike|Work Boot|PVC"), ("Nike|Work Boot|Rubber"), ("Original Penguin|Balmoral|Leather"), ("Original Penguin|Balmoral|Leatherette"), ("Original Penguin|Balmoral|Polyurethane"), ("Original Penguin|Balmoral|PVC"), ("Original Penguin|Balmoral|Rubber"), ("Original Penguin|Boat Shoe|Leather"), ("Original Penguin|Boat Shoe|Leatherette"), ("Original Penguin|Boat Shoe|Polyurethane"), ("Original Penguin|Boat Shoe|PVC"), ("Original Penguin|Boat Shoe|Rubber"), ("Original Penguin|Brouge|Leather"), ("Original Penguin|Brouge|Leatherette"), ("Original Penguin|Brouge|Polyurethane"), ("Original Penguin|Brouge|PVC"), ("Original Penguin|Brouge|Rubber"), ("Original Penguin|Cross Trainer|Leather"), ("Original Penguin|Cross Trainer|Leatherette"), ("Original Penguin|Cross Trainer|Polyurethane"), ("Original Penguin|Cross Trainer|PVC"), ("Original Penguin|Cross Trainer|Rubber"), ("Original Penguin|Derby|Leather"), ("Original Penguin|Derby|Leatherette"), ("Original Penguin|Derby|Polyurethane"), ("Original Penguin|Derby|PVC"), ("Original Penguin|Derby|Rubber"), ("Original Penguin|Dress Boot|Leather"), ("Original Penguin|Dress Boot|Leatherette"), ("Original Penguin|Dress Boot|Polyurethane"), ("Original Penguin|Dress Boot|PVC"), ("Original Penguin|Dress Boot|Rubber"), ("Original Penguin|Dress Shoe|Leather"), ("Original Penguin|Dress Shoe|Leatherette"), ("Original Penguin|Dress Shoe|Polyurethane"), ("Original Penguin|Dress Shoe|PVC"), ("Original Penguin|Dress Shoe|Rubber"), ("Original Penguin|Driving Shoe|Leather"), ("Original Penguin|Driving Shoe|Leatherette"), ("Original Penguin|Driving Shoe|Polyurethane"), ("Original Penguin|Driving Shoe|PVC"), ("Original Penguin|Driving Shoe|Rubber"), ("Original Penguin|Hiker|Leather"), ("Original Penguin|Hiker|Leatherette"), ("Original Penguin|Hiker|Polyurethane"), ("Original Penguin|Hiker|PVC"), ("Original Penguin|Hiker|Rubber"), ("Original Penguin|Loafer (Slip-on)|Leather"), ("Original Penguin|Loafer (Slip-on)|Leatherette"), ("Original Penguin|Loafer (Slip-on)|Polyurethane"), ("Original Penguin|Loafer (Slip-on)|PVC"), ("Original Penguin|Loafer (Slip-on)|Rubber"), ("Original Penguin|Oxford (Lace-up)|Leather"), ("Original Penguin|Oxford (Lace-up)|Leatherette"), ("Original Penguin|Oxford (Lace-up)|Polyurethane"), ("Original Penguin|Oxford (Lace-up)|PVC"), ("Original Penguin|Oxford (Lace-up)|Rubber"), ("Original Penguin|Patent Leather|Leather"), ("Original Penguin|Patent Leather|Leatherette"), ("Original Penguin|Patent Leather|Polyurethane"), ("Original Penguin|Patent Leather|PVC"), ("Original Penguin|Patent Leather|Rubber"), ("Original Penguin|Penny Loafer|Leather"), ("Original Penguin|Penny Loafer|Leatherette"), ("Original Penguin|Penny Loafer|Polyurethane"), ("Original Penguin|Penny Loafer|PVC"), ("Original Penguin|Penny Loafer|Rubber"), ("Original Penguin|Runner|Leather"), ("Original Penguin|Runner|Leatherette"), ("Original Penguin|Runner|Polyurethane"), ("Original Penguin|Runner|PVC"), ("Original Penguin|Runner|Rubber"), ("Original Penguin|Saddle Shoe|Leather"), ("Original Penguin|Saddle Shoe|Leatherette"), ("Original Penguin|Saddle Shoe|Polyurethane"), ("Original Penguin|Saddle Shoe|PVC"), ("Original Penguin|Saddle Shoe|Rubber"), ("Original Penguin|Sandal|Leather"), ("Original Penguin|Sandal|Leatherette"), ("Original Penguin|Sandal|Polyurethane"), ("Original Penguin|Sandal|PVC"), ("Original Penguin|Sandal|Rubber"), ("Original Penguin|Tennis|Leather"), ("Original Penguin|Tennis|Leatherette"), ("Original Penguin|Tennis|Polyurethane"), ("Original Penguin|Tennis|PVC"), ("Original Penguin|Tennis|Rubber"), ("Original Penguin|Walker|Leather"), ("Original Penguin|Walker|Leatherette"), ("Original Penguin|Walker|Polyurethane"), ("Original Penguin|Walker|PVC"), ("Original Penguin|Walker|Rubber"), ("Original Penguin|Wingtip|Leather"), ("Original Penguin|Wingtip|Leatherette"), ("Original Penguin|Wingtip|Polyurethane"), ("Original Penguin|Wingtip|PVC"), ("Original Penguin|Wingtip|Rubber"), ("Original Penguin|Work Boot|Leather"), ("Original Penguin|Work Boot|Leatherette"), ("Original Penguin|Work Boot|Polyurethane"), ("Original Penguin|Work Boot|PVC"), ("Original Penguin|Work Boot|Rubber"), ("Polo Ralph Lauren|Balmoral|Leather"), ("Polo Ralph Lauren|Balmoral|Leatherette"), ("Polo Ralph Lauren|Balmoral|Polyurethane"), ("Polo Ralph Lauren|Balmoral|PVC"), ("Polo Ralph Lauren|Balmoral|Rubber"), ("Polo Ralph Lauren|Boat Shoe|Leather"), ("Polo Ralph Lauren|Boat Shoe|Leatherette"), ("Polo Ralph Lauren|Boat Shoe|Polyurethane"), ("Polo Ralph Lauren|Boat Shoe|PVC"), ("Polo Ralph Lauren|Boat Shoe|Rubber"), ("Polo Ralph Lauren|Brouge|Leather"), ("Polo Ralph Lauren|Brouge|Leatherette"), ("Polo Ralph Lauren|Brouge|Polyurethane"), ("Polo Ralph Lauren|Brouge|PVC"), ("Polo Ralph Lauren|Brouge|Rubber"), ("Polo Ralph Lauren|Cross Trainer|Leather"), ("Polo Ralph Lauren|Cross Trainer|Leatherette"), ("Polo Ralph Lauren|Cross Trainer|Polyurethane"), ("Polo Ralph Lauren|Cross Trainer|PVC"), ("Polo Ralph Lauren|Cross Trainer|Rubber"), ("Polo Ralph Lauren|Derby|Leather"), ("Polo Ralph Lauren|Derby|Leatherette"), ("Polo Ralph Lauren|Derby|Polyurethane"), ("Polo Ralph Lauren|Derby|PVC"), ("Polo Ralph Lauren|Derby|Rubber"), ("Polo Ralph Lauren|Dress Boot|Leather"), ("Polo Ralph Lauren|Dress Boot|Leatherette"), ("Polo Ralph Lauren|Dress Boot|Polyurethane"), ("Polo Ralph Lauren|Dress Boot|PVC"), ("Polo Ralph Lauren|Dress Boot|Rubber"), ("Polo Ralph Lauren|Dress Shoe|Leather"), ("Polo Ralph Lauren|Dress Shoe|Leatherette"), ("Polo Ralph Lauren|Dress Shoe|Polyurethane"), ("Polo Ralph Lauren|Dress Shoe|PVC"), ("Polo Ralph Lauren|Dress Shoe|Rubber"), ("Polo Ralph Lauren|Driving Shoe|Leather"), ("Polo Ralph Lauren|Driving Shoe|Leatherette"), ("Polo Ralph Lauren|Driving Shoe|Polyurethane"), ("Polo Ralph Lauren|Driving Shoe|PVC"), ("Polo Ralph Lauren|Driving Shoe|Rubber"), ("Polo Ralph Lauren|Hiker|Leather"), ("Polo Ralph Lauren|Hiker|Leatherette"), ("Polo Ralph Lauren|Hiker|Polyurethane"), ("Polo Ralph Lauren|Hiker|PVC"), ("Polo Ralph Lauren|Hiker|Rubber"), ("Polo Ralph Lauren|Loafer (Slip-on)|Leather"), ("Polo Ralph Lauren|Loafer (Slip-on)|Leatherette"), ("Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane"), ("Polo Ralph Lauren|Loafer (Slip-on)|PVC"), ("Polo Ralph Lauren|Loafer (Slip-on)|Rubber"), ("Polo Ralph Lauren|Oxford (Lace-up)|Leather"), ("Polo Ralph Lauren|Oxford (Lace-up)|Leatherette"), ("Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane"), ("Polo Ralph Lauren|Oxford (Lace-up)|PVC"), ("Polo Ralph Lauren|Oxford (Lace-up)|Rubber"), ("Polo Ralph Lauren|Patent Leather|Leather"), ("Polo Ralph Lauren|Patent Leather|Leatherette"), ("Polo Ralph Lauren|Patent Leather|Polyurethane"), ("Polo Ralph Lauren|Patent Leather|PVC"), ("Polo Ralph Lauren|Patent Leather|Rubber"), ("Polo Ralph Lauren|Penny Loafer|Leather"), ("Polo Ralph Lauren|Penny Loafer|Leatherette"), ("Polo Ralph Lauren|Penny Loafer|Polyurethane"), ("Polo Ralph Lauren|Penny Loafer|PVC"), ("Polo Ralph Lauren|Penny Loafer|Rubber"), ("Polo Ralph Lauren|Runner|Leather"), ("Polo Ralph Lauren|Runner|Leatherette"), ("Polo Ralph Lauren|Runner|Polyurethane"), ("Polo Ralph Lauren|Runner|PVC"), ("Polo Ralph Lauren|Runner|Rubber"), ("Polo Ralph Lauren|Saddle Shoe|Leather"), ("Polo Ralph Lauren|Saddle Shoe|Leatherette"), ("Polo Ralph Lauren|Saddle Shoe|Polyurethane"), ("Polo Ralph Lauren|Saddle Shoe|PVC"), ("Polo Ralph Lauren|Saddle Shoe|Rubber"), ("Polo Ralph Lauren|Sandal|Leather"), ("Polo Ralph Lauren|Sandal|Leatherette"), ("Polo Ralph Lauren|Sandal|Polyurethane"), ("Polo Ralph Lauren|Sandal|PVC"), ("Polo Ralph Lauren|Sandal|Rubber"), ("Polo Ralph Lauren|Tennis|Leather"), ("Polo Ralph Lauren|Tennis|Leatherette"), ("Polo Ralph Lauren|Tennis|Polyurethane"), ("Polo Ralph Lauren|Tennis|PVC"), ("Polo Ralph Lauren|Tennis|Rubber"), ("Polo Ralph Lauren|Walker|Leather"), ("Polo Ralph Lauren|Walker|Leatherette"), ("Polo Ralph Lauren|Walker|Polyurethane"), ("Polo Ralph Lauren|Walker|PVC"), ("Polo Ralph Lauren|Walker|Rubber"), ("Polo Ralph Lauren|Wingtip|Leather"), ("Polo Ralph Lauren|Wingtip|Leatherette"), ("Polo Ralph Lauren|Wingtip|Polyurethane"), ("Polo Ralph Lauren|Wingtip|PVC"), ("Polo Ralph Lauren|Wingtip|Rubber"), ("Polo Ralph Lauren|Work Boot|Leather"), ("Polo Ralph Lauren|Work Boot|Leatherette"), ("Polo Ralph Lauren|Work Boot|Polyurethane"), ("Polo Ralph Lauren|Work Boot|PVC"), ("Polo Ralph Lauren|Work Boot|Rubber"), ("Puma|Balmoral|Leather"), ("Puma|Balmoral|Leatherette"), ("Puma|Balmoral|Polyurethane"), ("Puma|Balmoral|PVC"), ("Puma|Balmoral|Rubber"), ("Puma|Boat Shoe|Leather"), ("Puma|Boat Shoe|Leatherette"), ("Puma|Boat Shoe|Polyurethane"), ("Puma|Boat Shoe|PVC"), ("Puma|Boat Shoe|Rubber"), ("Puma|Brouge|Leather"), ("Puma|Brouge|Leatherette"), ("Puma|Brouge|Polyurethane"), ("Puma|Brouge|PVC"), ("Puma|Brouge|Rubber"), ("Puma|Cross Trainer|Leather"), ("Puma|Cross Trainer|Leatherette"), ("Puma|Cross Trainer|Polyurethane"), ("Puma|Cross Trainer|PVC"), ("Puma|Cross Trainer|Rubber"), ("Puma|Derby|Leather"), ("Puma|Derby|Leatherette"), ("Puma|Derby|Polyurethane"), ("Puma|Derby|PVC"), ("Puma|Derby|Rubber"), ("Puma|Dress Boot|Leather"), ("Puma|Dress Boot|Leatherette"), ("Puma|Dress Boot|Polyurethane"), ("Puma|Dress Boot|PVC"), ("Puma|Dress Boot|Rubber"), ("Puma|Dress Shoe|Leather"), ("Puma|Dress Shoe|Leatherette"), ("Puma|Dress Shoe|Polyurethane"), ("Puma|Dress Shoe|PVC"), ("Puma|Dress Shoe|Rubber"), ("Puma|Driving Shoe|Leather"), ("Puma|Driving Shoe|Leatherette"), ("Puma|Driving Shoe|Polyurethane"), ("Puma|Driving Shoe|PVC"), ("Puma|Driving Shoe|Rubber"), ("Puma|Hiker|Leather"), ("Puma|Hiker|Leatherette"), ("Puma|Hiker|Polyurethane"), ("Puma|Hiker|PVC"), ("Puma|Hiker|Rubber"), ("Puma|Loafer (Slip-on)|Leather"), ("Puma|Loafer (Slip-on)|Leatherette"), ("Puma|Loafer (Slip-on)|Polyurethane"), ("Puma|Loafer (Slip-on)|PVC"), ("Puma|Loafer (Slip-on)|Rubber"), ("Puma|Oxford (Lace-up)|Leather"), ("Puma|Oxford (Lace-up)|Leatherette"), ("Puma|Oxford (Lace-up)|Polyurethane"), ("Puma|Oxford (Lace-up)|PVC"), ("Puma|Oxford (Lace-up)|Rubber"), ("Puma|Patent Leather|Leather"), ("Puma|Patent Leather|Leatherette"), ("Puma|Patent Leather|Polyurethane"), ("Puma|Patent Leather|PVC"), ("Puma|Patent Leather|Rubber"), ("Puma|Penny Loafer|Leather"), ("Puma|Penny Loafer|Leatherette"), ("Puma|Penny Loafer|Polyurethane"), ("Puma|Penny Loafer|PVC"), ("Puma|Penny Loafer|Rubber"), ("Puma|Runner|Leather"), ("Puma|Runner|Leatherette"), ("Puma|Runner|Polyurethane"), ("Puma|Runner|PVC"), ("Puma|Runner|Rubber"), ("Puma|Saddle Shoe|Leather"), ("Puma|Saddle Shoe|Leatherette"), ("Puma|Saddle Shoe|Polyurethane"), ("Puma|Saddle Shoe|PVC"), ("Puma|Saddle Shoe|Rubber"), ("Puma|Sandal|Leather"), ("Puma|Sandal|Leatherette"), ("Puma|Sandal|Polyurethane"), ("Puma|Sandal|PVC"), ("Puma|Sandal|Rubber"), ("Puma|Tennis|Leather"), ("Puma|Tennis|Leatherette"), ("Puma|Tennis|Polyurethane"), ("Puma|Tennis|PVC"), ("Puma|Tennis|Rubber"), ("Puma|Walker|Leather"), ("Puma|Walker|Leatherette"), ("Puma|Walker|Polyurethane"), ("Puma|Walker|PVC"), ("Puma|Walker|Rubber"), ("Puma|Wingtip|Leather"), ("Puma|Wingtip|Leatherette"), ("Puma|Wingtip|Polyurethane"), ("Puma|Wingtip|PVC"), ("Puma|Wingtip|Rubber"), ("Puma|Work Boot|Leather"), ("Puma|Work Boot|Leatherette"), ("Puma|Work Boot|Polyurethane"), ("Puma|Work Boot|PVC"), ("Puma|Work Boot|Rubber"), ("Reebok|Balmoral|Leather"), ("Reebok|Balmoral|Leatherette"), ("Reebok|Balmoral|Polyurethane"), ("Reebok|Balmoral|PVC"), ("Reebok|Balmoral|Rubber"), ("Reebok|Boat Shoe|Leather"), ("Reebok|Boat Shoe|Leatherette"), ("Reebok|Boat Shoe|Polyurethane"), ("Reebok|Boat Shoe|PVC"), ("Reebok|Boat Shoe|Rubber"), ("Reebok|Brouge|Leather"), ("Reebok|Brouge|Leatherette"), ("Reebok|Brouge|Polyurethane"), ("Reebok|Brouge|PVC"), ("Reebok|Brouge|Rubber"), ("Reebok|Cross Trainer|Leather"), ("Reebok|Cross Trainer|Leatherette"), ("Reebok|Cross Trainer|Polyurethane"), ("Reebok|Cross Trainer|PVC"), ("Reebok|Cross Trainer|Rubber"), ("Reebok|Derby|Leather"), ("Reebok|Derby|Leatherette"), ("Reebok|Derby|Polyurethane"), ("Reebok|Derby|PVC"), ("Reebok|Derby|Rubber"), ("Reebok|Dress Boot|Leather"), ("Reebok|Dress Boot|Leatherette"), ("Reebok|Dress Boot|Polyurethane"), ("Reebok|Dress Boot|PVC"), ("Reebok|Dress Boot|Rubber"), ("Reebok|Dress Shoe|Leather"), ("Reebok|Dress Shoe|Leatherette"), ("Reebok|Dress Shoe|Polyurethane"), ("Reebok|Dress Shoe|PVC"), ("Reebok|Dress Shoe|Rubber"), ("Reebok|Driving Shoe|Leather"), ("Reebok|Driving Shoe|Leatherette"), ("Reebok|Driving Shoe|Polyurethane"), ("Reebok|Driving Shoe|PVC"), ("Reebok|Driving Shoe|Rubber"), ("Reebok|Hiker|Leather"), ("Reebok|Hiker|Leatherette"), ("Reebok|Hiker|Polyurethane"), ("Reebok|Hiker|PVC"), ("Reebok|Hiker|Rubber"), ("Reebok|Loafer (Slip-on)|Leather"), ("Reebok|Loafer (Slip-on)|Leatherette"), ("Reebok|Loafer (Slip-on)|Polyurethane"), ("Reebok|Loafer (Slip-on)|PVC"), ("Reebok|Loafer (Slip-on)|Rubber"), ("Reebok|Oxford (Lace-up)|Leather"), ("Reebok|Oxford (Lace-up)|Leatherette"), ("Reebok|Oxford (Lace-up)|Polyurethane"), ("Reebok|Oxford (Lace-up)|PVC"), ("Reebok|Oxford (Lace-up)|Rubber"), ("Reebok|Patent Leather|Leather"), ("Reebok|Patent Leather|Leatherette"), ("Reebok|Patent Leather|Polyurethane"), ("Reebok|Patent Leather|PVC"), ("Reebok|Patent Leather|Rubber"), ("Reebok|Penny Loafer|Leather"), ("Reebok|Penny Loafer|Leatherette"), ("Reebok|Penny Loafer|Polyurethane"), ("Reebok|Penny Loafer|PVC"), ("Reebok|Penny Loafer|Rubber"), ("Reebok|Runner|Leather"), ("Reebok|Runner|Leatherette"), ("Reebok|Runner|Polyurethane"), ("Reebok|Runner|PVC"), ("Reebok|Runner|Rubber"), ("Reebok|Saddle Shoe|Leather"), ("Reebok|Saddle Shoe|Leatherette"), ("Reebok|Saddle Shoe|Polyurethane"), ("Reebok|Saddle Shoe|PVC"), ("Reebok|Saddle Shoe|Rubber"), ("Reebok|Sandal|Leather"), ("Reebok|Sandal|Leatherette"), ("Reebok|Sandal|Polyurethane"), ("Reebok|Sandal|PVC"), ("Reebok|Sandal|Rubber"), ("Reebok|Tennis|Leather"), ("Reebok|Tennis|Leatherette"), ("Reebok|Tennis|Polyurethane"), ("Reebok|Tennis|PVC"), ("Reebok|Tennis|Rubber"), ("Reebok|Walker|Leather"), ("Reebok|Walker|Leatherette"), ("Reebok|Walker|Polyurethane"), ("Reebok|Walker|PVC"), ("Reebok|Walker|Rubber"), ("Reebok|Wingtip|Leather"), ("Reebok|Wingtip|Leatherette"), ("Reebok|Wingtip|Polyurethane"), ("Reebok|Wingtip|PVC"), ("Reebok|Wingtip|Rubber"), ("Reebok|Work Boot|Leather"), ("Reebok|Work Boot|Leatherette"), ("Reebok|Work Boot|Polyurethane"), ("Reebok|Work Boot|PVC"), ("Reebok|Work Boot|Rubber"), ("Reef|Balmoral|Leather"), ("Reef|Balmoral|Leatherette"), ("Reef|Balmoral|Polyurethane"), ("Reef|Balmoral|PVC"), ("Reef|Balmoral|Rubber"), ("Reef|Boat Shoe|Leather"), ("Reef|Boat Shoe|Leatherette"), ("Reef|Boat Shoe|Polyurethane"), ("Reef|Boat Shoe|PVC"), ("Reef|Boat Shoe|Rubber"), ("Reef|Brouge|Leather"), ("Reef|Brouge|Leatherette"), ("Reef|Brouge|Polyurethane"), ("Reef|Brouge|PVC"), ("Reef|Brouge|Rubber"), ("Reef|Cross Trainer|Leather"), ("Reef|Cross Trainer|Leatherette"), ("Reef|Cross Trainer|Polyurethane"), ("Reef|Cross Trainer|PVC"), ("Reef|Cross Trainer|Rubber"), ("Reef|Derby|Leather"), ("Reef|Derby|Leatherette"), ("Reef|Derby|Polyurethane"), ("Reef|Derby|PVC"), ("Reef|Derby|Rubber"), ("Reef|Dress Boot|Leather"), ("Reef|Dress Boot|Leatherette"), ("Reef|Dress Boot|Polyurethane"), ("Reef|Dress Boot|PVC"), ("Reef|Dress Boot|Rubber"), ("Reef|Dress Shoe|Leather"), ("Reef|Dress Shoe|Leatherette"), ("Reef|Dress Shoe|Polyurethane"), ("Reef|Dress Shoe|PVC"), ("Reef|Dress Shoe|Rubber"), ("Reef|Driving Shoe|Leather"), ("Reef|Driving Shoe|Leatherette"), ("Reef|Driving Shoe|Polyurethane"), ("Reef|Driving Shoe|PVC"), ("Reef|Driving Shoe|Rubber"), ("Reef|Hiker|Leather"), ("Reef|Hiker|Leatherette"), ("Reef|Hiker|Polyurethane"), ("Reef|Hiker|PVC"), ("Reef|Hiker|Rubber"), ("Reef|Loafer (Slip-on)|Leather"), ("Reef|Loafer (Slip-on)|Leatherette"), ("Reef|Loafer (Slip-on)|Polyurethane"), ("Reef|Loafer (Slip-on)|PVC"), ("Reef|Loafer (Slip-on)|Rubber"), ("Reef|Oxford (Lace-up)|Leather"), ("Reef|Oxford (Lace-up)|Leatherette"), ("Reef|Oxford (Lace-up)|Polyurethane"), ("Reef|Oxford (Lace-up)|PVC"), ("Reef|Oxford (Lace-up)|Rubber"), ("Reef|Patent Leather|Leather"), ("Reef|Patent Leather|Leatherette"), ("Reef|Patent Leather|Polyurethane"), ("Reef|Patent Leather|PVC"), ("Reef|Patent Leather|Rubber"), ("Reef|Penny Loafer|Leather"), ("Reef|Penny Loafer|Leatherette"), ("Reef|Penny Loafer|Polyurethane"), ("Reef|Penny Loafer|PVC"), ("Reef|Penny Loafer|Rubber"), ("Reef|Runner|Leather"), ("Reef|Runner|Leatherette"), ("Reef|Runner|Polyurethane"), ("Reef|Runner|PVC"), ("Reef|Runner|Rubber"), ("Reef|Saddle Shoe|Leather"), ("Reef|Saddle Shoe|Leatherette"), ("Reef|Saddle Shoe|Polyurethane"), ("Reef|Saddle Shoe|PVC"), ("Reef|Saddle Shoe|Rubber"), ("Reef|Sandal|Leather"), ("Reef|Sandal|Leatherette"), ("Reef|Sandal|Polyurethane"), ("Reef|Sandal|PVC"), ("Reef|Sandal|Rubber"), ("Reef|Tennis|Leather"), ("Reef|Tennis|Leatherette"), ("Reef|Tennis|Polyurethane"), ("Reef|Tennis|PVC"), ("Reef|Tennis|Rubber"), ("Reef|Walker|Leather"), ("Reef|Walker|Leatherette"), ("Reef|Walker|Polyurethane"), ("Reef|Walker|PVC"), ("Reef|Walker|Rubber"), ("Reef|Wingtip|Leather"), ("Reef|Wingtip|Leatherette"), ("Reef|Wingtip|Polyurethane"), ("Reef|Wingtip|PVC"), ("Reef|Wingtip|Rubber"), ("Reef|Work Boot|Leather"), ("Reef|Work Boot|Leatherette"), ("Reef|Work Boot|Polyurethane"), ("Reef|Work Boot|PVC"), ("Reef|Work Boot|Rubber"), ("Rockport|Balmoral|Leather"), ("Rockport|Balmoral|Leatherette"), ("Rockport|Balmoral|Polyurethane"), ("Rockport|Balmoral|PVC"), ("Rockport|Balmoral|Rubber"), ("Rockport|Boat Shoe|Leather"), ("Rockport|Boat Shoe|Leatherette"), ("Rockport|Boat Shoe|Polyurethane"), ("Rockport|Boat Shoe|PVC"), ("Rockport|Boat Shoe|Rubber"), ("Rockport|Brouge|Leather"), ("Rockport|Brouge|Leatherette"), ("Rockport|Brouge|Polyurethane"), ("Rockport|Brouge|PVC"), ("Rockport|Brouge|Rubber"), ("Rockport|Cross Trainer|Leather"), ("Rockport|Cross Trainer|Leatherette"), ("Rockport|Cross Trainer|Polyurethane"), ("Rockport|Cross Trainer|PVC"), ("Rockport|Cross Trainer|Rubber"), ("Rockport|Derby|Leather"), ("Rockport|Derby|Leatherette"), ("Rockport|Derby|Polyurethane"), ("Rockport|Derby|PVC"), ("Rockport|Derby|Rubber"), ("Rockport|Dress Boot|Leather"), ("Rockport|Dress Boot|Leatherette"), ("Rockport|Dress Boot|Polyurethane"), ("Rockport|Dress Boot|PVC"), ("Rockport|Dress Boot|Rubber"), ("Rockport|Dress Shoe|Leather"), ("Rockport|Dress Shoe|Leatherette"), ("Rockport|Dress Shoe|Polyurethane"), ("Rockport|Dress Shoe|PVC"), ("Rockport|Dress Shoe|Rubber"), ("Rockport|Driving Shoe|Leather"), ("Rockport|Driving Shoe|Leatherette"), ("Rockport|Driving Shoe|Polyurethane"), ("Rockport|Driving Shoe|PVC"), ("Rockport|Driving Shoe|Rubber"), ("Rockport|Hiker|Leather"), ("Rockport|Hiker|Leatherette"), ("Rockport|Hiker|Polyurethane"), ("Rockport|Hiker|PVC"), ("Rockport|Hiker|Rubber"), ("Rockport|Loafer (Slip-on)|Leather"), ("Rockport|Loafer (Slip-on)|Leatherette"), ("Rockport|Loafer (Slip-on)|Polyurethane"), ("Rockport|Loafer (Slip-on)|PVC"), ("Rockport|Loafer (Slip-on)|Rubber"), ("Rockport|Oxford (Lace-up)|Leather"), ("Rockport|Oxford (Lace-up)|Leatherette"), ("Rockport|Oxford (Lace-up)|Polyurethane"), ("Rockport|Oxford (Lace-up)|PVC"), ("Rockport|Oxford (Lace-up)|Rubber"), ("Rockport|Patent Leather|Leather"), ("Rockport|Patent Leather|Leatherette"), ("Rockport|Patent Leather|Polyurethane"), ("Rockport|Patent Leather|PVC"), ("Rockport|Patent Leather|Rubber"), ("Rockport|Penny Loafer|Leather"), ("Rockport|Penny Loafer|Leatherette"), ("Rockport|Penny Loafer|Polyurethane"), ("Rockport|Penny Loafer|PVC"), ("Rockport|Penny Loafer|Rubber"), ("Rockport|Runner|Leather"), ("Rockport|Runner|Leatherette"), ("Rockport|Runner|Polyurethane"), ("Rockport|Runner|PVC"), ("Rockport|Runner|Rubber"), ("Rockport|Saddle Shoe|Leather"), ("Rockport|Saddle Shoe|Leatherette"), ("Rockport|Saddle Shoe|Polyurethane"), ("Rockport|Saddle Shoe|PVC"), ("Rockport|Saddle Shoe|Rubber"), ("Rockport|Sandal|Leather"), ("Rockport|Sandal|Leatherette"), ("Rockport|Sandal|Polyurethane"), ("Rockport|Sandal|PVC"), ("Rockport|Sandal|Rubber"), ("Rockport|Tennis|Leather"), ("Rockport|Tennis|Leatherette"), ("Rockport|Tennis|Polyurethane"), ("Rockport|Tennis|PVC"), ("Rockport|Tennis|Rubber"), ("Rockport|Walker|Leather"), ("Rockport|Walker|Leatherette"), ("Rockport|Walker|Polyurethane"), ("Rockport|Walker|PVC"), ("Rockport|Walker|Rubber"), ("Rockport|Wingtip|Leather"), ("Rockport|Wingtip|Leatherette"), ("Rockport|Wingtip|Polyurethane"), ("Rockport|Wingtip|PVC"), ("Rockport|Wingtip|Rubber"), ("Rockport|Work Boot|Leather"), ("Rockport|Work Boot|Leatherette"), ("Rockport|Work Boot|Polyurethane"), ("Rockport|Work Boot|PVC"), ("Rockport|Work Boot|Rubber"), ("Salomon|Balmoral|Leather"), ("Salomon|Balmoral|Leatherette"), ("Salomon|Balmoral|Polyurethane"), ("Salomon|Balmoral|PVC"), ("Salomon|Balmoral|Rubber"), ("Salomon|Boat Shoe|Leather"), ("Salomon|Boat Shoe|Leatherette"), ("Salomon|Boat Shoe|Polyurethane"), ("Salomon|Boat Shoe|PVC"), ("Salomon|Boat Shoe|Rubber"), ("Salomon|Brouge|Leather"), ("Salomon|Brouge|Leatherette"), ("Salomon|Brouge|Polyurethane"), ("Salomon|Brouge|PVC"), ("Salomon|Brouge|Rubber"), ("Salomon|Cross Trainer|Leather"), ("Salomon|Cross Trainer|Leatherette"), ("Salomon|Cross Trainer|Polyurethane"), ("Salomon|Cross Trainer|PVC"), ("Salomon|Cross Trainer|Rubber"), ("Salomon|Derby|Leather"), ("Salomon|Derby|Leatherette"), ("Salomon|Derby|Polyurethane"), ("Salomon|Derby|PVC"), ("Salomon|Derby|Rubber"), ("Salomon|Dress Boot|Leather"), ("Salomon|Dress Boot|Leatherette"), ("Salomon|Dress Boot|Polyurethane"), ("Salomon|Dress Boot|PVC"), ("Salomon|Dress Boot|Rubber"), ("Salomon|Dress Shoe|Leather"), ("Salomon|Dress Shoe|Leatherette"), ("Salomon|Dress Shoe|Polyurethane"), ("Salomon|Dress Shoe|PVC"), ("Salomon|Dress Shoe|Rubber"), ("Salomon|Driving Shoe|Leather"), ("Salomon|Driving Shoe|Leatherette"), ("Salomon|Driving Shoe|Polyurethane"), ("Salomon|Driving Shoe|PVC"), ("Salomon|Driving Shoe|Rubber"), ("Salomon|Hiker|Leather"), ("Salomon|Hiker|Leatherette"), ("Salomon|Hiker|Polyurethane"), ("Salomon|Hiker|PVC"), ("Salomon|Hiker|Rubber"), ("Salomon|Loafer (Slip-on)|Leather"), ("Salomon|Loafer (Slip-on)|Leatherette"), ("Salomon|Loafer (Slip-on)|Polyurethane"), ("Salomon|Loafer (Slip-on)|PVC"), ("Salomon|Loafer (Slip-on)|Rubber"), ("Salomon|Oxford (Lace-up)|Leather"), ("Salomon|Oxford (Lace-up)|Leatherette"), ("Salomon|Oxford (Lace-up)|Polyurethane"), ("Salomon|Oxford (Lace-up)|PVC"), ("Salomon|Oxford (Lace-up)|Rubber"), ("Salomon|Patent Leather|Leather"), ("Salomon|Patent Leather|Leatherette"), ("Salomon|Patent Leather|Polyurethane"), ("Salomon|Patent Leather|PVC"), ("Salomon|Patent Leather|Rubber"), ("Salomon|Penny Loafer|Leather"), ("Salomon|Penny Loafer|Leatherette"), ("Salomon|Penny Loafer|Polyurethane"), ("Salomon|Penny Loafer|PVC"), ("Salomon|Penny Loafer|Rubber"), ("Salomon|Runner|Leather"), ("Salomon|Runner|Leatherette"), ("Salomon|Runner|Polyurethane"), ("Salomon|Runner|PVC"), ("Salomon|Runner|Rubber"), ("Salomon|Saddle Shoe|Leather"), ("Salomon|Saddle Shoe|Leatherette"), ("Salomon|Saddle Shoe|Polyurethane"), ("Salomon|Saddle Shoe|PVC"), ("Salomon|Saddle Shoe|Rubber"), ("Salomon|Sandal|Leather"), ("Salomon|Sandal|Leatherette"), ("Salomon|Sandal|Polyurethane"), ("Salomon|Sandal|PVC"), ("Salomon|Sandal|Rubber"), ("Salomon|Tennis|Leather"), ("Salomon|Tennis|Leatherette"), ("Salomon|Tennis|Polyurethane"), ("Salomon|Tennis|PVC"), ("Salomon|Tennis|Rubber"), ("Salomon|Walker|Leather"), ("Salomon|Walker|Leatherette"), ("Salomon|Walker|Polyurethane"), ("Salomon|Walker|PVC"), ("Salomon|Walker|Rubber"), ("Salomon|Wingtip|Leather"), ("Salomon|Wingtip|Leatherette"), ("Salomon|Wingtip|Polyurethane"), ("Salomon|Wingtip|PVC"), ("Salomon|Wingtip|Rubber"), ("Salomon|Work Boot|Leather"), ("Salomon|Work Boot|Leatherette"), ("Salomon|Work Boot|Polyurethane"), ("Salomon|Work Boot|PVC"), ("Salomon|Work Boot|Rubber"), ("Sanuk|Balmoral|Leather"), ("Sanuk|Balmoral|Leatherette"), ("Sanuk|Balmoral|Polyurethane"), ("Sanuk|Balmoral|PVC"), ("Sanuk|Balmoral|Rubber"), ("Sanuk|Boat Shoe|Leather"), ("Sanuk|Boat Shoe|Leatherette"), ("Sanuk|Boat Shoe|Polyurethane"), ("Sanuk|Boat Shoe|PVC"), ("Sanuk|Boat Shoe|Rubber"), ("Sanuk|Brouge|Leather"), ("Sanuk|Brouge|Leatherette"), ("Sanuk|Brouge|Polyurethane"), ("Sanuk|Brouge|PVC"), ("Sanuk|Brouge|Rubber"), ("Sanuk|Cross Trainer|Leather"), ("Sanuk|Cross Trainer|Leatherette"), ("Sanuk|Cross Trainer|Polyurethane"), ("Sanuk|Cross Trainer|PVC"), ("Sanuk|Cross Trainer|Rubber"), ("Sanuk|Derby|Leather"), ("Sanuk|Derby|Leatherette"), ("Sanuk|Derby|Polyurethane"), ("Sanuk|Derby|PVC"), ("Sanuk|Derby|Rubber"), ("Sanuk|Dress Boot|Leather"), ("Sanuk|Dress Boot|Leatherette"), ("Sanuk|Dress Boot|Polyurethane"), ("Sanuk|Dress Boot|PVC"), ("Sanuk|Dress Boot|Rubber"), ("Sanuk|Dress Shoe|Leather"), ("Sanuk|Dress Shoe|Leatherette"), ("Sanuk|Dress Shoe|Polyurethane"), ("Sanuk|Dress Shoe|PVC"), ("Sanuk|Dress Shoe|Rubber"), ("Sanuk|Driving Shoe|Leather"), ("Sanuk|Driving Shoe|Leatherette"), ("Sanuk|Driving Shoe|Polyurethane"), ("Sanuk|Driving Shoe|PVC"), ("Sanuk|Driving Shoe|Rubber"), ("Sanuk|Hiker|Leather"), ("Sanuk|Hiker|Leatherette"), ("Sanuk|Hiker|Polyurethane"), ("Sanuk|Hiker|PVC"), ("Sanuk|Hiker|Rubber"), ("Sanuk|Loafer (Slip-on)|Leather"), ("Sanuk|Loafer (Slip-on)|Leatherette"), ("Sanuk|Loafer (Slip-on)|Polyurethane"), ("Sanuk|Loafer (Slip-on)|PVC"), ("Sanuk|Loafer (Slip-on)|Rubber"), ("Sanuk|Oxford (Lace-up)|Leather"), ("Sanuk|Oxford (Lace-up)|Leatherette"), ("Sanuk|Oxford (Lace-up)|Polyurethane"), ("Sanuk|Oxford (Lace-up)|PVC"), ("Sanuk|Oxford (Lace-up)|Rubber"), ("Sanuk|Patent Leather|Leather"), ("Sanuk|Patent Leather|Leatherette"), ("Sanuk|Patent Leather|Polyurethane"), ("Sanuk|Patent Leather|PVC"), ("Sanuk|Patent Leather|Rubber"), ("Sanuk|Penny Loafer|Leather"), ("Sanuk|Penny Loafer|Leatherette"), ("Sanuk|Penny Loafer|Polyurethane"), ("Sanuk|Penny Loafer|PVC"), ("Sanuk|Penny Loafer|Rubber"), ("Sanuk|Runner|Leather"), ("Sanuk|Runner|Leatherette"), ("Sanuk|Runner|Polyurethane"), ("Sanuk|Runner|PVC"), ("Sanuk|Runner|Rubber"), ("Sanuk|Saddle Shoe|Leather"), ("Sanuk|Saddle Shoe|Leatherette"), ("Sanuk|Saddle Shoe|Polyurethane"), ("Sanuk|Saddle Shoe|PVC"), ("Sanuk|Saddle Shoe|Rubber"), ("Sanuk|Sandal|Leather"), ("Sanuk|Sandal|Leatherette"), ("Sanuk|Sandal|Polyurethane"), ("Sanuk|Sandal|PVC"), ("Sanuk|Sandal|Rubber"), ("Sanuk|Tennis|Leather"), ("Sanuk|Tennis|Leatherette"), ("Sanuk|Tennis|Polyurethane"), ("Sanuk|Tennis|PVC"), ("Sanuk|Tennis|Rubber"), ("Sanuk|Walker|Leather"), ("Sanuk|Walker|Leatherette"), ("Sanuk|Walker|Polyurethane"), ("Sanuk|Walker|PVC"), ("Sanuk|Walker|Rubber"), ("Sanuk|Wingtip|Leather"), ("Sanuk|Wingtip|Leatherette"), ("Sanuk|Wingtip|Polyurethane"), ("Sanuk|Wingtip|PVC"), ("Sanuk|Wingtip|Rubber"), ("Sanuk|Work Boot|Leather"), ("Sanuk|Work Boot|Leatherette"), ("Sanuk|Work Boot|Polyurethane"), ("Sanuk|Work Boot|PVC"), ("Sanuk|Work Boot|Rubber"), ("Saucony|Balmoral|Leather"), ("Saucony|Balmoral|Leatherette"), ("Saucony|Balmoral|Polyurethane"), ("Saucony|Balmoral|PVC"), ("Saucony|Balmoral|Rubber"), ("Saucony|Boat Shoe|Leather"), ("Saucony|Boat Shoe|Leatherette"), ("Saucony|Boat Shoe|Polyurethane"), ("Saucony|Boat Shoe|PVC"), ("Saucony|Boat Shoe|Rubber"), ("Saucony|Brouge|Leather"), ("Saucony|Brouge|Leatherette"), ("Saucony|Brouge|Polyurethane"), ("Saucony|Brouge|PVC"), ("Saucony|Brouge|Rubber"), ("Saucony|Cross Trainer|Leather"), ("Saucony|Cross Trainer|Leatherette"), ("Saucony|Cross Trainer|Polyurethane"), ("Saucony|Cross Trainer|PVC"), ("Saucony|Cross Trainer|Rubber"), ("Saucony|Derby|Leather"), ("Saucony|Derby|Leatherette"), ("Saucony|Derby|Polyurethane"), ("Saucony|Derby|PVC"), ("Saucony|Derby|Rubber"), ("Saucony|Dress Boot|Leather"), ("Saucony|Dress Boot|Leatherette"), ("Saucony|Dress Boot|Polyurethane"), ("Saucony|Dress Boot|PVC"), ("Saucony|Dress Boot|Rubber"), ("Saucony|Dress Shoe|Leather"), ("Saucony|Dress Shoe|Leatherette"), ("Saucony|Dress Shoe|Polyurethane"), ("Saucony|Dress Shoe|PVC"), ("Saucony|Dress Shoe|Rubber"), ("Saucony|Driving Shoe|Leather"), ("Saucony|Driving Shoe|Leatherette"), ("Saucony|Driving Shoe|Polyurethane"), ("Saucony|Driving Shoe|PVC"), ("Saucony|Driving Shoe|Rubber"), ("Saucony|Hiker|Leather"), ("Saucony|Hiker|Leatherette"), ("Saucony|Hiker|Polyurethane"), ("Saucony|Hiker|PVC"), ("Saucony|Hiker|Rubber"), ("Saucony|Loafer (Slip-on)|Leather"), ("Saucony|Loafer (Slip-on)|Leatherette"), ("Saucony|Loafer (Slip-on)|Polyurethane"), ("Saucony|Loafer (Slip-on)|PVC"), ("Saucony|Loafer (Slip-on)|Rubber"), ("Saucony|Oxford (Lace-up)|Leather"), ("Saucony|Oxford (Lace-up)|Leatherette"), ("Saucony|Oxford (Lace-up)|Polyurethane"), ("Saucony|Oxford (Lace-up)|PVC"), ("Saucony|Oxford (Lace-up)|Rubber"), ("Saucony|Patent Leather|Leather"), ("Saucony|Patent Leather|Leatherette"), ("Saucony|Patent Leather|Polyurethane"), ("Saucony|Patent Leather|PVC"), ("Saucony|Patent Leather|Rubber"), ("Saucony|Penny Loafer|Leather"), ("Saucony|Penny Loafer|Leatherette"), ("Saucony|Penny Loafer|Polyurethane"), ("Saucony|Penny Loafer|PVC"), ("Saucony|Penny Loafer|Rubber"), ("Saucony|Runner|Leather"), ("Saucony|Runner|Leatherette"), ("Saucony|Runner|Polyurethane"), ("Saucony|Runner|PVC"), ("Saucony|Runner|Rubber"), ("Saucony|Saddle Shoe|Leather"), ("Saucony|Saddle Shoe|Leatherette"), ("Saucony|Saddle Shoe|Polyurethane"), ("Saucony|Saddle Shoe|PVC"), ("Saucony|Saddle Shoe|Rubber"), ("Saucony|Sandal|Leather"), ("Saucony|Sandal|Leatherette"), ("Saucony|Sandal|Polyurethane"), ("Saucony|Sandal|PVC"), ("Saucony|Sandal|Rubber"), ("Saucony|Tennis|Leather"), ("Saucony|Tennis|Leatherette"), ("Saucony|Tennis|Polyurethane"), ("Saucony|Tennis|PVC"), ("Saucony|Tennis|Rubber"), ("Saucony|Walker|Leather"), ("Saucony|Walker|Leatherette"), ("Saucony|Walker|Polyurethane"), ("Saucony|Walker|PVC"), ("Saucony|Walker|Rubber"), ("Saucony|Wingtip|Leather"), ("Saucony|Wingtip|Leatherette"), ("Saucony|Wingtip|Polyurethane"), ("Saucony|Wingtip|PVC"), ("Saucony|Wingtip|Rubber"), ("Saucony|Work Boot|Leather"), ("Saucony|Work Boot|Leatherette"), ("Saucony|Work Boot|Polyurethane"), ("Saucony|Work Boot|PVC"), ("Saucony|Work Boot|Rubber"), ("Skechers|Balmoral|Leather"), ("Skechers|Balmoral|Leatherette"), ("Skechers|Balmoral|Polyurethane"), ("Skechers|Balmoral|PVC"), ("Skechers|Balmoral|Rubber"), ("Skechers|Boat Shoe|Leather"), ("Skechers|Boat Shoe|Leatherette"), ("Skechers|Boat Shoe|Polyurethane"), ("Skechers|Boat Shoe|PVC"), ("Skechers|Boat Shoe|Rubber"), ("Skechers|Brouge|Leather"), ("Skechers|Brouge|Leatherette"), ("Skechers|Brouge|Polyurethane"), ("Skechers|Brouge|PVC"), ("Skechers|Brouge|Rubber"), ("Skechers|Cross Trainer|Leather"), ("Skechers|Cross Trainer|Leatherette"), ("Skechers|Cross Trainer|Polyurethane"), ("Skechers|Cross Trainer|PVC"), ("Skechers|Cross Trainer|Rubber"), ("Skechers|Derby|Leather"), ("Skechers|Derby|Leatherette"), ("Skechers|Derby|Polyurethane"), ("Skechers|Derby|PVC"), ("Skechers|Derby|Rubber"), ("Skechers|Dress Boot|Leather"), ("Skechers|Dress Boot|Leatherette"), ("Skechers|Dress Boot|Polyurethane"), ("Skechers|Dress Boot|PVC"), ("Skechers|Dress Boot|Rubber"), ("Skechers|Dress Shoe|Leather"), ("Skechers|Dress Shoe|Leatherette"), ("Skechers|Dress Shoe|Polyurethane"), ("Skechers|Dress Shoe|PVC"), ("Skechers|Dress Shoe|Rubber"), ("Skechers|Driving Shoe|Leather"), ("Skechers|Driving Shoe|Leatherette"), ("Skechers|Driving Shoe|Polyurethane"), ("Skechers|Driving Shoe|PVC"), ("Skechers|Driving Shoe|Rubber"), ("Skechers|Hiker|Leather"), ("Skechers|Hiker|Leatherette"), ("Skechers|Hiker|Polyurethane"), ("Skechers|Hiker|PVC"), ("Skechers|Hiker|Rubber"), ("Skechers|Loafer (Slip-on)|Leather"), ("Skechers|Loafer (Slip-on)|Leatherette"), ("Skechers|Loafer (Slip-on)|Polyurethane"), ("Skechers|Loafer (Slip-on)|PVC"), ("Skechers|Loafer (Slip-on)|Rubber"), ("Skechers|Oxford (Lace-up)|Leather"), ("Skechers|Oxford (Lace-up)|Leatherette"), ("Skechers|Oxford (Lace-up)|Polyurethane"), ("Skechers|Oxford (Lace-up)|PVC"), ("Skechers|Oxford (Lace-up)|Rubber"), ("Skechers|Patent Leather|Leather"), ("Skechers|Patent Leather|Leatherette"), ("Skechers|Patent Leather|Polyurethane"), ("Skechers|Patent Leather|PVC"), ("Skechers|Patent Leather|Rubber"), ("Skechers|Penny Loafer|Leather"), ("Skechers|Penny Loafer|Leatherette"), ("Skechers|Penny Loafer|Polyurethane"), ("Skechers|Penny Loafer|PVC"), ("Skechers|Penny Loafer|Rubber"), ("Skechers|Runner|Leather"), ("Skechers|Runner|Leatherette"), ("Skechers|Runner|Polyurethane"), ("Skechers|Runner|PVC"), ("Skechers|Runner|Rubber"), ("Skechers|Saddle Shoe|Leather"), ("Skechers|Saddle Shoe|Leatherette"), ("Skechers|Saddle Shoe|Polyurethane"), ("Skechers|Saddle Shoe|PVC"), ("Skechers|Saddle Shoe|Rubber"), ("Skechers|Sandal|Leather"), ("Skechers|Sandal|Leatherette"), ("Skechers|Sandal|Polyurethane"), ("Skechers|Sandal|PVC"), ("Skechers|Sandal|Rubber"), ("Skechers|Tennis|Leather"), ("Skechers|Tennis|Leatherette"), ("Skechers|Tennis|Polyurethane"), ("Skechers|Tennis|PVC"), ("Skechers|Tennis|Rubber"), ("Skechers|Walker|Leather"), ("Skechers|Walker|Leatherette"), ("Skechers|Walker|Polyurethane"), ("Skechers|Walker|PVC"), ("Skechers|Walker|Rubber"), ("Skechers|Wingtip|Leather"), ("Skechers|Wingtip|Leatherette"), ("Skechers|Wingtip|Polyurethane"), ("Skechers|Wingtip|PVC"), ("Skechers|Wingtip|Rubber"), ("Skechers|Work Boot|Leather"), ("Skechers|Work Boot|Leatherette"), ("Skechers|Work Boot|Polyurethane"), ("Skechers|Work Boot|PVC"), ("Skechers|Work Boot|Rubber"), ("Sperry Top-Sider|Balmoral|Leather"), ("Sperry Top-Sider|Balmoral|Leatherette"), ("Sperry Top-Sider|Balmoral|Polyurethane"), ("Sperry Top-Sider|Balmoral|PVC"), ("Sperry Top-Sider|Balmoral|Rubber"), ("Sperry Top-Sider|Boat Shoe|Leather"), ("Sperry Top-Sider|Boat Shoe|Leatherette"), ("Sperry Top-Sider|Boat Shoe|Polyurethane"), ("Sperry Top-Sider|Boat Shoe|PVC"), ("Sperry Top-Sider|Boat Shoe|Rubber"), ("Sperry Top-Sider|Brouge|Leather"), ("Sperry Top-Sider|Brouge|Leatherette"), ("Sperry Top-Sider|Brouge|Polyurethane"), ("Sperry Top-Sider|Brouge|PVC"), ("Sperry Top-Sider|Brouge|Rubber"), ("Sperry Top-Sider|Cross Trainer|Leather"), ("Sperry Top-Sider|Cross Trainer|Leatherette"), ("Sperry Top-Sider|Cross Trainer|Polyurethane"), ("Sperry Top-Sider|Cross Trainer|PVC"), ("Sperry Top-Sider|Cross Trainer|Rubber"), ("Sperry Top-Sider|Derby|Leather"), ("Sperry Top-Sider|Derby|Leatherette"), ("Sperry Top-Sider|Derby|Polyurethane"), ("Sperry Top-Sider|Derby|PVC"), ("Sperry Top-Sider|Derby|Rubber"), ("Sperry Top-Sider|Dress Boot|Leather"), ("Sperry Top-Sider|Dress Boot|Leatherette"), ("Sperry Top-Sider|Dress Boot|Polyurethane"), ("Sperry Top-Sider|Dress Boot|PVC"), ("Sperry Top-Sider|Dress Boot|Rubber"), ("Sperry Top-Sider|Dress Shoe|Leather"), ("Sperry Top-Sider|Dress Shoe|Leatherette"), ("Sperry Top-Sider|Dress Shoe|Polyurethane"), ("Sperry Top-Sider|Dress Shoe|PVC"), ("Sperry Top-Sider|Dress Shoe|Rubber"), ("Sperry Top-Sider|Driving Shoe|Leather"), ("Sperry Top-Sider|Driving Shoe|Leatherette"), ("Sperry Top-Sider|Driving Shoe|Polyurethane"), ("Sperry Top-Sider|Driving Shoe|PVC"), ("Sperry Top-Sider|Driving Shoe|Rubber"), ("Sperry Top-Sider|Hiker|Leather"), ("Sperry Top-Sider|Hiker|Leatherette"), ("Sperry Top-Sider|Hiker|Polyurethane"), ("Sperry Top-Sider|Hiker|PVC"), ("Sperry Top-Sider|Hiker|Rubber"), ("Sperry Top-Sider|Loafer (Slip-on)|Leather"), ("Sperry Top-Sider|Loafer (Slip-on)|Leatherette"), ("Sperry Top-Sider|Loafer (Slip-on)|Polyurethane"), ("Sperry Top-Sider|Loafer (Slip-on)|PVC"), ("Sperry Top-Sider|Loafer (Slip-on)|Rubber"), ("Sperry Top-Sider|Oxford (Lace-up)|Leather"), ("Sperry Top-Sider|Oxford (Lace-up)|Leatherette"), ("Sperry Top-Sider|Oxford (Lace-up)|Polyurethane"), ("Sperry Top-Sider|Oxford (Lace-up)|PVC"), ("Sperry Top-Sider|Oxford (Lace-up)|Rubber"), ("Sperry Top-Sider|Patent Leather|Leather"), ("Sperry Top-Sider|Patent Leather|Leatherette"), ("Sperry Top-Sider|Patent Leather|Polyurethane"), ("Sperry Top-Sider|Patent Leather|PVC"), ("Sperry Top-Sider|Patent Leather|Rubber"), ("Sperry Top-Sider|Penny Loafer|Leather"), ("Sperry Top-Sider|Penny Loafer|Leatherette"), ("Sperry Top-Sider|Penny Loafer|Polyurethane"), ("Sperry Top-Sider|Penny Loafer|PVC"), ("Sperry Top-Sider|Penny Loafer|Rubber"), ("Sperry Top-Sider|Runner|Leather"), ("Sperry Top-Sider|Runner|Leatherette"), ("Sperry Top-Sider|Runner|Polyurethane"), ("Sperry Top-Sider|Runner|PVC"), ("Sperry Top-Sider|Runner|Rubber"), ("Sperry Top-Sider|Saddle Shoe|Leather"), ("Sperry Top-Sider|Saddle Shoe|Leatherette"), ("Sperry Top-Sider|Saddle Shoe|Polyurethane"), ("Sperry Top-Sider|Saddle Shoe|PVC"), ("Sperry Top-Sider|Saddle Shoe|Rubber"), ("Sperry Top-Sider|Sandal|Leather"), ("Sperry Top-Sider|Sandal|Leatherette"), ("Sperry Top-Sider|Sandal|Polyurethane"), ("Sperry Top-Sider|Sandal|PVC"), ("Sperry Top-Sider|Sandal|Rubber"), ("Sperry Top-Sider|Tennis|Leather"), ("Sperry Top-Sider|Tennis|Leatherette"), ("Sperry Top-Sider|Tennis|Polyurethane"), ("Sperry Top-Sider|Tennis|PVC"), ("Sperry Top-Sider|Tennis|Rubber"), ("Sperry Top-Sider|Walker|Leather"), ("Sperry Top-Sider|Walker|Leatherette"), ("Sperry Top-Sider|Walker|Polyurethane"), ("Sperry Top-Sider|Walker|PVC"), ("Sperry Top-Sider|Walker|Rubber"), ("Sperry Top-Sider|Wingtip|Leather"), ("Sperry Top-Sider|Wingtip|Leatherette"), ("Sperry Top-Sider|Wingtip|Polyurethane"), ("Sperry Top-Sider|Wingtip|PVC"), ("Sperry Top-Sider|Wingtip|Rubber"), ("Sperry Top-Sider|Work Boot|Leather"), ("Sperry Top-Sider|Work Boot|Leatherette"), ("Sperry Top-Sider|Work Boot|Polyurethane"), ("Sperry Top-Sider|Work Boot|PVC"), ("Sperry Top-Sider|Work Boot|Rubber"), ("Tamarac|Balmoral|Leather"), ("Tamarac|Balmoral|Leatherette"), ("Tamarac|Balmoral|Polyurethane"), ("Tamarac|Balmoral|PVC"), ("Tamarac|Balmoral|Rubber"), ("Tamarac|Boat Shoe|Leather"), ("Tamarac|Boat Shoe|Leatherette"), ("Tamarac|Boat Shoe|Polyurethane"), ("Tamarac|Boat Shoe|PVC"), ("Tamarac|Boat Shoe|Rubber"), ("Tamarac|Brouge|Leather"), ("Tamarac|Brouge|Leatherette"), ("Tamarac|Brouge|Polyurethane"), ("Tamarac|Brouge|PVC"), ("Tamarac|Brouge|Rubber"), ("Tamarac|Cross Trainer|Leather"), ("Tamarac|Cross Trainer|Leatherette"), ("Tamarac|Cross Trainer|Polyurethane"), ("Tamarac|Cross Trainer|PVC"), ("Tamarac|Cross Trainer|Rubber"), ("Tamarac|Derby|Leather"), ("Tamarac|Derby|Leatherette"), ("Tamarac|Derby|Polyurethane"), ("Tamarac|Derby|PVC"), ("Tamarac|Derby|Rubber"), ("Tamarac|Dress Boot|Leather"), ("Tamarac|Dress Boot|Leatherette"), ("Tamarac|Dress Boot|Polyurethane"), ("Tamarac|Dress Boot|PVC"), ("Tamarac|Dress Boot|Rubber"), ("Tamarac|Dress Shoe|Leather"), ("Tamarac|Dress Shoe|Leatherette"), ("Tamarac|Dress Shoe|Polyurethane"), ("Tamarac|Dress Shoe|PVC"), ("Tamarac|Dress Shoe|Rubber"), ("Tamarac|Driving Shoe|Leather"), ("Tamarac|Driving Shoe|Leatherette"), ("Tamarac|Driving Shoe|Polyurethane"), ("Tamarac|Driving Shoe|PVC"), ("Tamarac|Driving Shoe|Rubber"), ("Tamarac|Hiker|Leather"), ("Tamarac|Hiker|Leatherette"), ("Tamarac|Hiker|Polyurethane"), ("Tamarac|Hiker|PVC"), ("Tamarac|Hiker|Rubber"), ("Tamarac|Loafer (Slip-on)|Leather"), ("Tamarac|Loafer (Slip-on)|Leatherette"), ("Tamarac|Loafer (Slip-on)|Polyurethane"), ("Tamarac|Loafer (Slip-on)|PVC"), ("Tamarac|Loafer (Slip-on)|Rubber"), ("Tamarac|Oxford (Lace-up)|Leather"), ("Tamarac|Oxford (Lace-up)|Leatherette"), ("Tamarac|Oxford (Lace-up)|Polyurethane"), ("Tamarac|Oxford (Lace-up)|PVC"), ("Tamarac|Oxford (Lace-up)|Rubber"), ("Tamarac|Patent Leather|Leather"), ("Tamarac|Patent Leather|Leatherette"), ("Tamarac|Patent Leather|Polyurethane"), ("Tamarac|Patent Leather|PVC"), ("Tamarac|Patent Leather|Rubber"), ("Tamarac|Penny Loafer|Leather"), ("Tamarac|Penny Loafer|Leatherette"), ("Tamarac|Penny Loafer|Polyurethane"), ("Tamarac|Penny Loafer|PVC"), ("Tamarac|Penny Loafer|Rubber"), ("Tamarac|Runner|Leather"), ("Tamarac|Runner|Leatherette"), ("Tamarac|Runner|Polyurethane"), ("Tamarac|Runner|PVC"), ("Tamarac|Runner|Rubber"), ("Tamarac|Saddle Shoe|Leather"), ("Tamarac|Saddle Shoe|Leatherette"), ("Tamarac|Saddle Shoe|Polyurethane"), ("Tamarac|Saddle Shoe|PVC"), ("Tamarac|Saddle Shoe|Rubber"), ("Tamarac|Sandal|Leather"), ("Tamarac|Sandal|Leatherette"), ("Tamarac|Sandal|Polyurethane"), ("Tamarac|Sandal|PVC"), ("Tamarac|Sandal|Rubber"), ("Tamarac|Tennis|Leather"), ("Tamarac|Tennis|Leatherette"), ("Tamarac|Tennis|Polyurethane"), ("Tamarac|Tennis|PVC"), ("Tamarac|Tennis|Rubber"), ("Tamarac|Walker|Leather"), ("Tamarac|Walker|Leatherette"), ("Tamarac|Walker|Polyurethane"), ("Tamarac|Walker|PVC"), ("Tamarac|Walker|Rubber"), ("Tamarac|Wingtip|Leather"), ("Tamarac|Wingtip|Leatherette"), ("Tamarac|Wingtip|Polyurethane"), ("Tamarac|Wingtip|PVC"), ("Tamarac|Wingtip|Rubber"), ("Tamarac|Work Boot|Leather"), ("Tamarac|Work Boot|Leatherette"), ("Tamarac|Work Boot|Polyurethane"), ("Tamarac|Work Boot|PVC"), ("Tamarac|Work Boot|Rubber"), ("Teva|Balmoral|Leather"), ("Teva|Balmoral|Leatherette"), ("Teva|Balmoral|Polyurethane"), ("Teva|Balmoral|PVC"), ("Teva|Balmoral|Rubber"), ("Teva|Boat Shoe|Leather"), ("Teva|Boat Shoe|Leatherette"), ("Teva|Boat Shoe|Polyurethane"), ("Teva|Boat Shoe|PVC"), ("Teva|Boat Shoe|Rubber"), ("Teva|Brouge|Leather"), ("Teva|Brouge|Leatherette"), ("Teva|Brouge|Polyurethane"), ("Teva|Brouge|PVC"), ("Teva|Brouge|Rubber"), ("Teva|Cross Trainer|Leather"), ("Teva|Cross Trainer|Leatherette"), ("Teva|Cross Trainer|Polyurethane"), ("Teva|Cross Trainer|PVC"), ("Teva|Cross Trainer|Rubber"), ("Teva|Derby|Leather"), ("Teva|Derby|Leatherette"), ("Teva|Derby|Polyurethane"), ("Teva|Derby|PVC"), ("Teva|Derby|Rubber"), ("Teva|Dress Boot|Leather"), ("Teva|Dress Boot|Leatherette"), ("Teva|Dress Boot|Polyurethane"), ("Teva|Dress Boot|PVC"), ("Teva|Dress Boot|Rubber"), ("Teva|Dress Shoe|Leather"), ("Teva|Dress Shoe|Leatherette"), ("Teva|Dress Shoe|Polyurethane"), ("Teva|Dress Shoe|PVC"), ("Teva|Dress Shoe|Rubber"), ("Teva|Driving Shoe|Leather"), ("Teva|Driving Shoe|Leatherette"), ("Teva|Driving Shoe|Polyurethane"), ("Teva|Driving Shoe|PVC"), ("Teva|Driving Shoe|Rubber"), ("Teva|Hiker|Leather"), ("Teva|Hiker|Leatherette"), ("Teva|Hiker|Polyurethane"), ("Teva|Hiker|PVC"), ("Teva|Hiker|Rubber"), ("Teva|Loafer (Slip-on)|Leather"), ("Teva|Loafer (Slip-on)|Leatherette"), ("Teva|Loafer (Slip-on)|Polyurethane"), ("Teva|Loafer (Slip-on)|PVC"), ("Teva|Loafer (Slip-on)|Rubber"), ("Teva|Oxford (Lace-up)|Leather"), ("Teva|Oxford (Lace-up)|Leatherette"), ("Teva|Oxford (Lace-up)|Polyurethane"), ("Teva|Oxford (Lace-up)|PVC"), ("Teva|Oxford (Lace-up)|Rubber"), ("Teva|Patent Leather|Leather"), ("Teva|Patent Leather|Leatherette"), ("Teva|Patent Leather|Polyurethane"), ("Teva|Patent Leather|PVC"), ("Teva|Patent Leather|Rubber"), ("Teva|Penny Loafer|Leather"), ("Teva|Penny Loafer|Leatherette"), ("Teva|Penny Loafer|Polyurethane"), ("Teva|Penny Loafer|PVC"), ("Teva|Penny Loafer|Rubber"), ("Teva|Runner|Leather"), ("Teva|Runner|Leatherette"), ("Teva|Runner|Polyurethane"), ("Teva|Runner|PVC"), ("Teva|Runner|Rubber"), ("Teva|Saddle Shoe|Leather"), ("Teva|Saddle Shoe|Leatherette"), ("Teva|Saddle Shoe|Polyurethane"), ("Teva|Saddle Shoe|PVC"), ("Teva|Saddle Shoe|Rubber"), ("Teva|Sandal|Leather"), ("Teva|Sandal|Leatherette"), ("Teva|Sandal|Polyurethane"), ("Teva|Sandal|PVC"), ("Teva|Sandal|Rubber"), ("Teva|Tennis|Leather"), ("Teva|Tennis|Leatherette"), ("Teva|Tennis|Polyurethane"), ("Teva|Tennis|PVC"), ("Teva|Tennis|Rubber"), ("Teva|Walker|Leather"), ("Teva|Walker|Leatherette"), ("Teva|Walker|Polyurethane"), ("Teva|Walker|PVC"), ("Teva|Walker|Rubber"), ("Teva|Wingtip|Leather"), ("Teva|Wingtip|Leatherette"), ("Teva|Wingtip|Polyurethane"), ("Teva|Wingtip|PVC"), ("Teva|Wingtip|Rubber"), ("Teva|Work Boot|Leather"), ("Teva|Work Boot|Leatherette"), ("Teva|Work Boot|Polyurethane"), ("Teva|Work Boot|PVC"), ("Teva|Work Boot|Rubber"), ("Timberland|Balmoral|Leather"), ("Timberland|Balmoral|Leatherette"), ("Timberland|Balmoral|Polyurethane"), ("Timberland|Balmoral|PVC"), ("Timberland|Balmoral|Rubber"), ("Timberland|Boat Shoe|Leather"), ("Timberland|Boat Shoe|Leatherette"), ("Timberland|Boat Shoe|Polyurethane"), ("Timberland|Boat Shoe|PVC"), ("Timberland|Boat Shoe|Rubber"), ("Timberland|Brouge|Leather"), ("Timberland|Brouge|Leatherette"), ("Timberland|Brouge|Polyurethane"), ("Timberland|Brouge|PVC"), ("Timberland|Brouge|Rubber"), ("Timberland|Cross Trainer|Leather"), ("Timberland|Cross Trainer|Leatherette"), ("Timberland|Cross Trainer|Polyurethane"), ("Timberland|Cross Trainer|PVC"), ("Timberland|Cross Trainer|Rubber"), ("Timberland|Derby|Leather"), ("Timberland|Derby|Leatherette"), ("Timberland|Derby|Polyurethane"), ("Timberland|Derby|PVC"), ("Timberland|Derby|Rubber"), ("Timberland|Dress Boot|Leather"), ("Timberland|Dress Boot|Leatherette"), ("Timberland|Dress Boot|Polyurethane"), ("Timberland|Dress Boot|PVC"), ("Timberland|Dress Boot|Rubber"), ("Timberland|Dress Shoe|Leather"), ("Timberland|Dress Shoe|Leatherette"), ("Timberland|Dress Shoe|Polyurethane"), ("Timberland|Dress Shoe|PVC"), ("Timberland|Dress Shoe|Rubber"), ("Timberland|Driving Shoe|Leather"), ("Timberland|Driving Shoe|Leatherette"), ("Timberland|Driving Shoe|Polyurethane"), ("Timberland|Driving Shoe|PVC"), ("Timberland|Driving Shoe|Rubber"), ("Timberland|Hiker|Leather"), ("Timberland|Hiker|Leatherette"), ("Timberland|Hiker|Polyurethane"), ("Timberland|Hiker|PVC"), ("Timberland|Hiker|Rubber"), ("Timberland|Loafer (Slip-on)|Leather"), ("Timberland|Loafer (Slip-on)|Leatherette"), ("Timberland|Loafer (Slip-on)|Polyurethane"), ("Timberland|Loafer (Slip-on)|PVC"), ("Timberland|Loafer (Slip-on)|Rubber"), ("Timberland|Oxford (Lace-up)|Leather"), ("Timberland|Oxford (Lace-up)|Leatherette"), ("Timberland|Oxford (Lace-up)|Polyurethane"), ("Timberland|Oxford (Lace-up)|PVC"), ("Timberland|Oxford (Lace-up)|Rubber"), ("Timberland|Patent Leather|Leather"), ("Timberland|Patent Leather|Leatherette"), ("Timberland|Patent Leather|Polyurethane"), ("Timberland|Patent Leather|PVC"), ("Timberland|Patent Leather|Rubber"), ("Timberland|Penny Loafer|Leather"), ("Timberland|Penny Loafer|Leatherette"), ("Timberland|Penny Loafer|Polyurethane"), ("Timberland|Penny Loafer|PVC"), ("Timberland|Penny Loafer|Rubber"), ("Timberland|Runner|Leather"), ("Timberland|Runner|Leatherette"), ("Timberland|Runner|Polyurethane"), ("Timberland|Runner|PVC"), ("Timberland|Runner|Rubber"), ("Timberland|Saddle Shoe|Leather"), ("Timberland|Saddle Shoe|Leatherette"), ("Timberland|Saddle Shoe|Polyurethane"), ("Timberland|Saddle Shoe|PVC"), ("Timberland|Saddle Shoe|Rubber"), ("Timberland|Sandal|Leather"), ("Timberland|Sandal|Leatherette"), ("Timberland|Sandal|Polyurethane"), ("Timberland|Sandal|PVC"), ("Timberland|Sandal|Rubber"), ("Timberland|Tennis|Leather"), ("Timberland|Tennis|Leatherette"), ("Timberland|Tennis|Polyurethane"), ("Timberland|Tennis|PVC"), ("Timberland|Tennis|Rubber"), ("Timberland|Walker|Leather"), ("Timberland|Walker|Leatherette"), ("Timberland|Walker|Polyurethane"), ("Timberland|Walker|PVC"), ("Timberland|Walker|Rubber"), ("Timberland|Wingtip|Leather"), ("Timberland|Wingtip|Leatherette"), ("Timberland|Wingtip|Polyurethane"), ("Timberland|Wingtip|PVC"), ("Timberland|Wingtip|Rubber"), ("Timberland|Work Boot|Leather"), ("Timberland|Work Boot|Leatherette"), ("Timberland|Work Boot|Polyurethane"), ("Timberland|Work Boot|PVC"), ("Timberland|Work Boot|Rubber"), ("Timberland Pro|Balmoral|Leather"), ("Timberland Pro|Balmoral|Leatherette"), ("Timberland Pro|Balmoral|Polyurethane"), ("Timberland Pro|Balmoral|PVC"), ("Timberland Pro|Balmoral|Rubber"), ("Timberland Pro|Boat Shoe|Leather"), ("Timberland Pro|Boat Shoe|Leatherette"), ("Timberland Pro|Boat Shoe|Polyurethane"), ("Timberland Pro|Boat Shoe|PVC"), ("Timberland Pro|Boat Shoe|Rubber"), ("Timberland Pro|Brouge|Leather"), ("Timberland Pro|Brouge|Leatherette"), ("Timberland Pro|Brouge|Polyurethane"), ("Timberland Pro|Brouge|PVC"), ("Timberland Pro|Brouge|Rubber"), ("Timberland Pro|Cross Trainer|Leather"), ("Timberland Pro|Cross Trainer|Leatherette"), ("Timberland Pro|Cross Trainer|Polyurethane"), ("Timberland Pro|Cross Trainer|PVC"), ("Timberland Pro|Cross Trainer|Rubber"), ("Timberland Pro|Derby|Leather"), ("Timberland Pro|Derby|Leatherette"), ("Timberland Pro|Derby|Polyurethane"), ("Timberland Pro|Derby|PVC"), ("Timberland Pro|Derby|Rubber"), ("Timberland Pro|Dress Boot|Leather"), ("Timberland Pro|Dress Boot|Leatherette"), ("Timberland Pro|Dress Boot|Polyurethane"), ("Timberland Pro|Dress Boot|PVC"), ("Timberland Pro|Dress Boot|Rubber"), ("Timberland Pro|Dress Shoe|Leather"), ("Timberland Pro|Dress Shoe|Leatherette"), ("Timberland Pro|Dress Shoe|Polyurethane"), ("Timberland Pro|Dress Shoe|PVC"), ("Timberland Pro|Dress Shoe|Rubber"), ("Timberland Pro|Driving Shoe|Leather"), ("Timberland Pro|Driving Shoe|Leatherette"), ("Timberland Pro|Driving Shoe|Polyurethane"), ("Timberland Pro|Driving Shoe|PVC"), ("Timberland Pro|Driving Shoe|Rubber"), ("Timberland Pro|Hiker|Leather"), ("Timberland Pro|Hiker|Leatherette"), ("Timberland Pro|Hiker|Polyurethane"), ("Timberland Pro|Hiker|PVC"), ("Timberland Pro|Hiker|Rubber"), ("Timberland Pro|Loafer (Slip-on)|Leather"), ("Timberland Pro|Loafer (Slip-on)|Leatherette"), ("Timberland Pro|Loafer (Slip-on)|Polyurethane"), ("Timberland Pro|Loafer (Slip-on)|PVC"), ("Timberland Pro|Loafer (Slip-on)|Rubber"), ("Timberland Pro|Oxford (Lace-up)|Leather"), ("Timberland Pro|Oxford (Lace-up)|Leatherette"), ("Timberland Pro|Oxford (Lace-up)|Polyurethane"), ("Timberland Pro|Oxford (Lace-up)|PVC"), ("Timberland Pro|Oxford (Lace-up)|Rubber"), ("Timberland Pro|Patent Leather|Leather"), ("Timberland Pro|Patent Leather|Leatherette"), ("Timberland Pro|Patent Leather|Polyurethane"), ("Timberland Pro|Patent Leather|PVC"), ("Timberland Pro|Patent Leather|Rubber"), ("Timberland Pro|Penny Loafer|Leather"), ("Timberland Pro|Penny Loafer|Leatherette"), ("Timberland Pro|Penny Loafer|Polyurethane"), ("Timberland Pro|Penny Loafer|PVC"), ("Timberland Pro|Penny Loafer|Rubber"), ("Timberland Pro|Runner|Leather"), ("Timberland Pro|Runner|Leatherette"), ("Timberland Pro|Runner|Polyurethane"), ("Timberland Pro|Runner|PVC"), ("Timberland Pro|Runner|Rubber"), ("Timberland Pro|Saddle Shoe|Leather"), ("Timberland Pro|Saddle Shoe|Leatherette"), ("Timberland Pro|Saddle Shoe|Polyurethane"), ("Timberland Pro|Saddle Shoe|PVC"), ("Timberland Pro|Saddle Shoe|Rubber"), ("Timberland Pro|Sandal|Leather"), ("Timberland Pro|Sandal|Leatherette"), ("Timberland Pro|Sandal|Polyurethane"), ("Timberland Pro|Sandal|PVC"), ("Timberland Pro|Sandal|Rubber"), ("Timberland Pro|Tennis|Leather"), ("Timberland Pro|Tennis|Leatherette"), ("Timberland Pro|Tennis|Polyurethane"), ("Timberland Pro|Tennis|PVC"), ("Timberland Pro|Tennis|Rubber"), ("Timberland Pro|Walker|Leather"), ("Timberland Pro|Walker|Leatherette"), ("Timberland Pro|Walker|Polyurethane"), ("Timberland Pro|Walker|PVC"), ("Timberland Pro|Walker|Rubber"), ("Timberland Pro|Wingtip|Leather"), ("Timberland Pro|Wingtip|Leatherette"), ("Timberland Pro|Wingtip|Polyurethane"), ("Timberland Pro|Wingtip|PVC"), ("Timberland Pro|Wingtip|Rubber"), ("Timberland Pro|Work Boot|Leather"), ("Timberland Pro|Work Boot|Leatherette"), ("Timberland Pro|Work Boot|Polyurethane"), ("Timberland Pro|Work Boot|PVC"), ("Timberland Pro|Work Boot|Rubber"), ("To Boot New York|Balmoral|Leather"), ("To Boot New York|Balmoral|Leatherette"), ("To Boot New York|Balmoral|Polyurethane"), ("To Boot New York|Balmoral|PVC"), ("To Boot New York|Balmoral|Rubber"), ("To Boot New York|Boat Shoe|Leather"), ("To Boot New York|Boat Shoe|Leatherette"), ("To Boot New York|Boat Shoe|Polyurethane"), ("To Boot New York|Boat Shoe|PVC"), ("To Boot New York|Boat Shoe|Rubber"), ("To Boot New York|Brouge|Leather"), ("To Boot New York|Brouge|Leatherette"), ("To Boot New York|Brouge|Polyurethane"), ("To Boot New York|Brouge|PVC"), ("To Boot New York|Brouge|Rubber"), ("To Boot New York|Cross Trainer|Leather"), ("To Boot New York|Cross Trainer|Leatherette"), ("To Boot New York|Cross Trainer|Polyurethane"), ("To Boot New York|Cross Trainer|PVC"), ("To Boot New York|Cross Trainer|Rubber"), ("To Boot New York|Derby|Leather"), ("To Boot New York|Derby|Leatherette"), ("To Boot New York|Derby|Polyurethane"), ("To Boot New York|Derby|PVC"), ("To Boot New York|Derby|Rubber"), ("To Boot New York|Dress Boot|Leather"), ("To Boot New York|Dress Boot|Leatherette"), ("To Boot New York|Dress Boot|Polyurethane"), ("To Boot New York|Dress Boot|PVC"), ("To Boot New York|Dress Boot|Rubber"), ("To Boot New York|Dress Shoe|Leather"), ("To Boot New York|Dress Shoe|Leatherette"), ("To Boot New York|Dress Shoe|Polyurethane"), ("To Boot New York|Dress Shoe|PVC"), ("To Boot New York|Dress Shoe|Rubber"), ("To Boot New York|Driving Shoe|Leather"), ("To Boot New York|Driving Shoe|Leatherette"), ("To Boot New York|Driving Shoe|Polyurethane"), ("To Boot New York|Driving Shoe|PVC"), ("To Boot New York|Driving Shoe|Rubber"), ("To Boot New York|Hiker|Leather"), ("To Boot New York|Hiker|Leatherette"), ("To Boot New York|Hiker|Polyurethane"), ("To Boot New York|Hiker|PVC"), ("To Boot New York|Hiker|Rubber"), ("To Boot New York|Loafer (Slip-on)|Leather"), ("To Boot New York|Loafer (Slip-on)|Leatherette"), ("To Boot New York|Loafer (Slip-on)|Polyurethane"), ("To Boot New York|Loafer (Slip-on)|PVC"), ("To Boot New York|Loafer (Slip-on)|Rubber"), ("To Boot New York|Oxford (Lace-up)|Leather"), ("To Boot New York|Oxford (Lace-up)|Leatherette"), ("To Boot New York|Oxford (Lace-up)|Polyurethane"), ("To Boot New York|Oxford (Lace-up)|PVC"), ("To Boot New York|Oxford (Lace-up)|Rubber"), ("To Boot New York|Patent Leather|Leather"), ("To Boot New York|Patent Leather|Leatherette"), ("To Boot New York|Patent Leather|Polyurethane"), ("To Boot New York|Patent Leather|PVC"), ("To Boot New York|Patent Leather|Rubber"), ("To Boot New York|Penny Loafer|Leather"), ("To Boot New York|Penny Loafer|Leatherette"), ("To Boot New York|Penny Loafer|Polyurethane"), ("To Boot New York|Penny Loafer|PVC"), ("To Boot New York|Penny Loafer|Rubber"), ("To Boot New York|Runner|Leather"), ("To Boot New York|Runner|Leatherette"), ("To Boot New York|Runner|Polyurethane"), ("To Boot New York|Runner|PVC"), ("To Boot New York|Runner|Rubber"), ("To Boot New York|Saddle Shoe|Leather"), ("To Boot New York|Saddle Shoe|Leatherette"), ("To Boot New York|Saddle Shoe|Polyurethane"), ("To Boot New York|Saddle Shoe|PVC"), ("To Boot New York|Saddle Shoe|Rubber"), ("To Boot New York|Sandal|Leather"), ("To Boot New York|Sandal|Leatherette"), ("To Boot New York|Sandal|Polyurethane"), ("To Boot New York|Sandal|PVC"), ("To Boot New York|Sandal|Rubber"), ("To Boot New York|Tennis|Leather"), ("To Boot New York|Tennis|Leatherette"), ("To Boot New York|Tennis|Polyurethane"), ("To Boot New York|Tennis|PVC"), ("To Boot New York|Tennis|Rubber"), ("To Boot New York|Walker|Leather"), ("To Boot New York|Walker|Leatherette"), ("To Boot New York|Walker|Polyurethane"), ("To Boot New York|Walker|PVC"), ("To Boot New York|Walker|Rubber"), ("To Boot New York|Wingtip|Leather"), ("To Boot New York|Wingtip|Leatherette"), ("To Boot New York|Wingtip|Polyurethane"), ("To Boot New York|Wingtip|PVC"), ("To Boot New York|Wingtip|Rubber"), ("To Boot New York|Work Boot|Leather"), ("To Boot New York|Work Boot|Leatherette"), ("To Boot New York|Work Boot|Polyurethane"), ("To Boot New York|Work Boot|PVC"), ("To Boot New York|Work Boot|Rubber"), ("Ugg|Balmoral|Leather"), ("Ugg|Balmoral|Leatherette"), ("Ugg|Balmoral|Polyurethane"), ("Ugg|Balmoral|PVC"), ("Ugg|Balmoral|Rubber"), ("Ugg|Boat Shoe|Leather"), ("Ugg|Boat Shoe|Leatherette"), ("Ugg|Boat Shoe|Polyurethane"), ("Ugg|Boat Shoe|PVC"), ("Ugg|Boat Shoe|Rubber"), ("Ugg|Brouge|Leather"), ("Ugg|Brouge|Leatherette"), ("Ugg|Brouge|Polyurethane"), ("Ugg|Brouge|PVC"), ("Ugg|Brouge|Rubber"), ("Ugg|Cross Trainer|Leather"), ("Ugg|Cross Trainer|Leatherette"), ("Ugg|Cross Trainer|Polyurethane"), ("Ugg|Cross Trainer|PVC"), ("Ugg|Cross Trainer|Rubber"), ("Ugg|Derby|Leather"), ("Ugg|Derby|Leatherette"), ("Ugg|Derby|Polyurethane"), ("Ugg|Derby|PVC"), ("Ugg|Derby|Rubber"), ("Ugg|Dress Boot|Leather"), ("Ugg|Dress Boot|Leatherette"), ("Ugg|Dress Boot|Polyurethane"), ("Ugg|Dress Boot|PVC"), ("Ugg|Dress Boot|Rubber"), ("Ugg|Dress Shoe|Leather"), ("Ugg|Dress Shoe|Leatherette"), ("Ugg|Dress Shoe|Polyurethane"), ("Ugg|Dress Shoe|PVC"), ("Ugg|Dress Shoe|Rubber"), ("Ugg|Driving Shoe|Leather"), ("Ugg|Driving Shoe|Leatherette"), ("Ugg|Driving Shoe|Polyurethane"), ("Ugg|Driving Shoe|PVC"), ("Ugg|Driving Shoe|Rubber"), ("Ugg|Hiker|Leather"), ("Ugg|Hiker|Leatherette"), ("Ugg|Hiker|Polyurethane"), ("Ugg|Hiker|PVC"), ("Ugg|Hiker|Rubber"), ("Ugg|Loafer (Slip-on)|Leather"), ("Ugg|Loafer (Slip-on)|Leatherette"), ("Ugg|Loafer (Slip-on)|Polyurethane"), ("Ugg|Loafer (Slip-on)|PVC"), ("Ugg|Loafer (Slip-on)|Rubber"), ("Ugg|Oxford (Lace-up)|Leather"), ("Ugg|Oxford (Lace-up)|Leatherette"), ("Ugg|Oxford (Lace-up)|Polyurethane"), ("Ugg|Oxford (Lace-up)|PVC"), ("Ugg|Oxford (Lace-up)|Rubber"), ("Ugg|Patent Leather|Leather"), ("Ugg|Patent Leather|Leatherette"), ("Ugg|Patent Leather|Polyurethane"), ("Ugg|Patent Leather|PVC"), ("Ugg|Patent Leather|Rubber"), ("Ugg|Penny Loafer|Leather"), ("Ugg|Penny Loafer|Leatherette"), ("Ugg|Penny Loafer|Polyurethane"), ("Ugg|Penny Loafer|PVC"), ("Ugg|Penny Loafer|Rubber"), ("Ugg|Runner|Leather"), ("Ugg|Runner|Leatherette"), ("Ugg|Runner|Polyurethane"), ("Ugg|Runner|PVC"), ("Ugg|Runner|Rubber"), ("Ugg|Saddle Shoe|Leather"), ("Ugg|Saddle Shoe|Leatherette"), ("Ugg|Saddle Shoe|Polyurethane"), ("Ugg|Saddle Shoe|PVC"), ("Ugg|Saddle Shoe|Rubber"), ("Ugg|Sandal|Leather"), ("Ugg|Sandal|Leatherette"), ("Ugg|Sandal|Polyurethane"), ("Ugg|Sandal|PVC"), ("Ugg|Sandal|Rubber"), ("Ugg|Tennis|Leather"), ("Ugg|Tennis|Leatherette"), ("Ugg|Tennis|Polyurethane"), ("Ugg|Tennis|PVC"), ("Ugg|Tennis|Rubber"), ("Ugg|Walker|Leather"), ("Ugg|Walker|Leatherette"), ("Ugg|Walker|Polyurethane"), ("Ugg|Walker|PVC"), ("Ugg|Walker|Rubber"), ("Ugg|Wingtip|Leather"), ("Ugg|Wingtip|Leatherette"), ("Ugg|Wingtip|Polyurethane"), ("Ugg|Wingtip|PVC"), ("Ugg|Wingtip|Rubber"), ("Ugg|Work Boot|Leather"), ("Ugg|Work Boot|Leatherette"), ("Ugg|Work Boot|Polyurethane"), ("Ugg|Work Boot|PVC"), ("Ugg|Work Boot|Rubber")

PG::UndefinedColumn: ERROR: column “brandstylematerial” of relation “typetorealsizes” does not exist LINE 1: INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES (“Ad…

^

: INSERT INTO typetorealsizes (BrandStyleMaterial) VALUES (“Adidas|Balmoral|Leather”), (“Adidas|Balmoral|Leatherette”), (“Adidas|Balmoral|Polyurethane”), (“Adidas|Balmoral|PVC”), (“Adidas|Balmoral|Rubber”), (“Adidas|Boat Shoe|Leather”), (“Adidas|Boat Shoe|Leatherette”), (“Adidas|Boat Shoe|Polyurethane”), (“Adidas|Boat Shoe|PVC”), (“Adidas|Boat Shoe|Rubber”), (“Adidas|Brouge|Leather”), (“Adidas|Brouge|Leatherette”), (“Adidas|Brouge|Polyurethane”), (“Adidas|Brouge|PVC”), (“Adidas|Brouge|Rubber”), (“Adidas|Cross Trainer|Leather”), (“Adidas|Cross Trainer|Leatherette”), (“Adidas|Cross Trainer|Polyurethane”), (“Adidas|Cross Trainer|PVC”), (“Adidas|Cross Trainer|Rubber”), (“Adidas|Derby|Leather”), (“Adidas|Derby|Leatherette”), (“Adidas|Derby|Polyurethane”), (“Adidas|Derby|PVC”), (“Adidas|Derby|Rubber”), (“Adidas|Dress Boot|Leather”), (“Adidas|Dress Boot|Leatherette”), (“Adidas|Dress Boot|Polyurethane”), (“Adidas|Dress Boot|PVC”), (“Adidas|Dress Boot|Rubber”), (“Adidas|Dress Shoe|Leather”), (“Adidas|Dress Shoe|Leatherette”), (“Adidas|Dress Shoe|Polyurethane”), (“Adidas|Dress Shoe|PVC”), (“Adidas|Dress Shoe|Rubber”), (“Adidas|Driving Shoe|Leather”), (“Adidas|Driving Shoe|Leatherette”), (“Adidas|Driving Shoe|Polyurethane”), (“Adidas|Driving Shoe|PVC”), (“Adidas|Driving Shoe|Rubber”), (“Adidas|Hiker|Leather”), (“Adidas|Hiker|Leatherette”), (“Adidas|Hiker|Polyurethane”), (“Adidas|Hiker|PVC”), (“Adidas|Hiker|Rubber”), (“Adidas|Loafer (Slip-on)|Leather”), (“Adidas|Loafer (Slip-on)|Leatherette”), (“Adidas|Loafer (Slip-on)|Polyurethane”), (“Adidas|Loafer (Slip-on)|PVC”), (“Adidas|Loafer (Slip-on)|Rubber”), (“Adidas|Oxford (Lace-up)|Leather”), (“Adidas|Oxford (Lace-up)|Leatherette”), (“Adidas|Oxford (Lace-up)|Polyurethane”), (“Adidas|Oxford (Lace-up)|PVC”), (“Adidas|Oxford (Lace-up)|Rubber”), (“Adidas|Patent Leather|Leather”), (“Adidas|Patent Leather|Leatherette”), (“Adidas|Patent Leather|Polyurethane”), (“Adidas|Patent Leather|PVC”), (“Adidas|Patent Leather|Rubber”), (“Adidas|Penny Loafer|Leather”), (“Adidas|Penny Loafer|Leatherette”), (“Adidas|Penny Loafer|Polyurethane”), (“Adidas|Penny Loafer|PVC”), (“Adidas|Penny Loafer|Rubber”), (“Adidas|Runner|Leather”), (“Adidas|Runner|Leatherette”), (“Adidas|Runner|Polyurethane”), (“Adidas|Runner|PVC”), (“Adidas|Runner|Rubber”), (“Adidas|Saddle Shoe|Leather”), (“Adidas|Saddle Shoe|Leatherette”), (“Adidas|Saddle Shoe|Polyurethane”), (“Adidas|Saddle Shoe|PVC”), (“Adidas|Saddle Shoe|Rubber”), (“Adidas|Sandal|Leather”), (“Adidas|Sandal|Leatherette”), (“Adidas|Sandal|Polyurethane”), (“Adidas|Sandal|PVC”), (“Adidas|Sandal|Rubber”), (“Adidas|Tennis|Leather”), (“Adidas|Tennis|Leatherette”), (“Adidas|Tennis|Polyurethane”), (“Adidas|Tennis|PVC”), (“Adidas|Tennis|Rubber”), (“Adidas|Walker|Leather”), (“Adidas|Walker|Leatherette”), (“Adidas|Walker|Polyurethane”), (“Adidas|Walker|PVC”), (“Adidas|Walker|Rubber”), (“Adidas|Wingtip|Leather”), (“Adidas|Wingtip|Leatherette”), (“Adidas|Wingtip|Polyurethane”), (“Adidas|Wingtip|PVC”), (“Adidas|Wingtip|Rubber”), (“Adidas|Work Boot|Leather”), (“Adidas|Work Boot|Leatherette”), (“Adidas|Work Boot|Polyurethane”), (“Adidas|Work Boot|PVC”), (“Adidas|Work Boot|Rubber”), (“Aldo|Balmoral|Leather”), (“Aldo|Balmoral|Leatherette”), (“Aldo|Balmoral|Polyurethane”), (“Aldo|Balmoral|PVC”), (“Aldo|Balmoral|Rubber”), (“Aldo|Boat Shoe|Leather”), (“Aldo|Boat Shoe|Leatherette”), (“Aldo|Boat Shoe|Polyurethane”), (“Aldo|Boat Shoe|PVC”), (“Aldo|Boat Shoe|Rubber”), (“Aldo|Brouge|Leather”), (“Aldo|Brouge|Leatherette”), (“Aldo|Brouge|Polyurethane”), (“Aldo|Brouge|PVC”), (“Aldo|Brouge|Rubber”), (“Aldo|Cross Trainer|Leather”), (“Aldo|Cross Trainer|Leatherette”), (“Aldo|Cross Trainer|Polyurethane”), (“Aldo|Cross Trainer|PVC”), (“Aldo|Cross Trainer|Rubber”), (“Aldo|Derby|Leather”), (“Aldo|Derby|Leatherette”), (“Aldo|Derby|Polyurethane”), (“Aldo|Derby|PVC”), (“Aldo|Derby|Rubber”), (“Aldo|Dress Boot|Leather”), (“Aldo|Dress Boot|Leatherette”), (“Aldo|Dress Boot|Polyurethane”), (“Aldo|Dress Boot|PVC”), (“Aldo|Dress Boot|Rubber”), (“Aldo|Dress Shoe|Leather”), (“Aldo|Dress Shoe|Leatherette”), (“Aldo|Dress Shoe|Polyurethane”), (“Aldo|Dress Shoe|PVC”), (“Aldo|Dress Shoe|Rubber”), (“Aldo|Driving Shoe|Leather”), (“Aldo|Driving Shoe|Leatherette”), (“Aldo|Driving Shoe|Polyurethane”), (“Aldo|Driving Shoe|PVC”), (“Aldo|Driving Shoe|Rubber”), (“Aldo|Hiker|Leather”), (“Aldo|Hiker|Leatherette”), (“Aldo|Hiker|Polyurethane”), (“Aldo|Hiker|PVC”), (“Aldo|Hiker|Rubber”), (“Aldo|Loafer (Slip-on)|Leather”), (“Aldo|Loafer (Slip-on)|Leatherette”), (“Aldo|Loafer (Slip-on)|Polyurethane”), (“Aldo|Loafer (Slip-on)|PVC”), (“Aldo|Loafer (Slip-on)|Rubber”), (“Aldo|Oxford (Lace-up)|Leather”), (“Aldo|Oxford (Lace-up)|Leatherette”), (“Aldo|Oxford (Lace-up)|Polyurethane”), (“Aldo|Oxford (Lace-up)|PVC”), (“Aldo|Oxford (Lace-up)|Rubber”), (“Aldo|Patent Leather|Leather”), (“Aldo|Patent Leather|Leatherette”), (“Aldo|Patent Leather|Polyurethane”), (“Aldo|Patent Leather|PVC”), (“Aldo|Patent Leather|Rubber”), (“Aldo|Penny Loafer|Leather”), (“Aldo|Penny Loafer|Leatherette”), (“Aldo|Penny Loafer|Polyurethane”), (“Aldo|Penny Loafer|PVC”), (“Aldo|Penny Loafer|Rubber”), (“Aldo|Runner|Leather”), (“Aldo|Runner|Leatherette”), (“Aldo|Runner|Polyurethane”), (“Aldo|Runner|PVC”), (“Aldo|Runner|Rubber”), (“Aldo|Saddle Shoe|Leather”), (“Aldo|Saddle Shoe|Leatherette”), (“Aldo|Saddle Shoe|Polyurethane”), (“Aldo|Saddle Shoe|PVC”), (“Aldo|Saddle Shoe|Rubber”), (“Aldo|Sandal|Leather”), (“Aldo|Sandal|Leatherette”), (“Aldo|Sandal|Polyurethane”), (“Aldo|Sandal|PVC”), (“Aldo|Sandal|Rubber”), (“Aldo|Tennis|Leather”), (“Aldo|Tennis|Leatherette”), (“Aldo|Tennis|Polyurethane”), (“Aldo|Tennis|PVC”), (“Aldo|Tennis|Rubber”), (“Aldo|Walker|Leather”), (“Aldo|Walker|Leatherette”), (“Aldo|Walker|Polyurethane”), (“Aldo|Walker|PVC”), (“Aldo|Walker|Rubber”), (“Aldo|Wingtip|Leather”), (“Aldo|Wingtip|Leatherette”), (“Aldo|Wingtip|Polyurethane”), (“Aldo|Wingtip|PVC”), (“Aldo|Wingtip|Rubber”), (“Aldo|Work Boot|Leather”), (“Aldo|Work Boot|Leatherette”), (“Aldo|Work Boot|Polyurethane”), (“Aldo|Work Boot|PVC”), (“Aldo|Work Boot|Rubber”), (“Armani|Balmoral|Leather”), (“Armani|Balmoral|Leatherette”), (“Armani|Balmoral|Polyurethane”), (“Armani|Balmoral|PVC”), (“Armani|Balmoral|Rubber”), (“Armani|Boat Shoe|Leather”), (“Armani|Boat Shoe|Leatherette”), (“Armani|Boat Shoe|Polyurethane”), (“Armani|Boat Shoe|PVC”), (“Armani|Boat Shoe|Rubber”), (“Armani|Brouge|Leather”), (“Armani|Brouge|Leatherette”), (“Armani|Brouge|Polyurethane”), (“Armani|Brouge|PVC”), (“Armani|Brouge|Rubber”), (“Armani|Cross Trainer|Leather”), (“Armani|Cross Trainer|Leatherette”), (“Armani|Cross Trainer|Polyurethane”), (“Armani|Cross Trainer|PVC”), (“Armani|Cross Trainer|Rubber”), (“Armani|Derby|Leather”), (“Armani|Derby|Leatherette”), (“Armani|Derby|Polyurethane”), (“Armani|Derby|PVC”), (“Armani|Derby|Rubber”), (“Armani|Dress Boot|Leather”), (“Armani|Dress Boot|Leatherette”), (“Armani|Dress Boot|Polyurethane”), (“Armani|Dress Boot|PVC”), (“Armani|Dress Boot|Rubber”), (“Armani|Dress Shoe|Leather”), (“Armani|Dress Shoe|Leatherette”), (“Armani|Dress Shoe|Polyurethane”), (“Armani|Dress Shoe|PVC”), (“Armani|Dress Shoe|Rubber”), (“Armani|Driving Shoe|Leather”), (“Armani|Driving Shoe|Leatherette”), (“Armani|Driving Shoe|Polyurethane”), (“Armani|Driving Shoe|PVC”), (“Armani|Driving Shoe|Rubber”), (“Armani|Hiker|Leather”), (“Armani|Hiker|Leatherette”), (“Armani|Hiker|Polyurethane”), (“Armani|Hiker|PVC”), (“Armani|Hiker|Rubber”), (“Armani|Loafer (Slip-on)|Leather”), (“Armani|Loafer (Slip-on)|Leatherette”), (“Armani|Loafer (Slip-on)|Polyurethane”), (“Armani|Loafer (Slip-on)|PVC”), (“Armani|Loafer (Slip-on)|Rubber”), (“Armani|Oxford (Lace-up)|Leather”), (“Armani|Oxford (Lace-up)|Leatherette”), (“Armani|Oxford (Lace-up)|Polyurethane”), (“Armani|Oxford (Lace-up)|PVC”), (“Armani|Oxford (Lace-up)|Rubber”), (“Armani|Patent Leather|Leather”), (“Armani|Patent Leather|Leatherette”), (“Armani|Patent Leather|Polyurethane”), (“Armani|Patent Leather|PVC”), (“Armani|Patent Leather|Rubber”), (“Armani|Penny Loafer|Leather”), (“Armani|Penny Loafer|Leatherette”), (“Armani|Penny Loafer|Polyurethane”), (“Armani|Penny Loafer|PVC”), (“Armani|Penny Loafer|Rubber”), (“Armani|Runner|Leather”), (“Armani|Runner|Leatherette”), (“Armani|Runner|Polyurethane”), (“Armani|Runner|PVC”), (“Armani|Runner|Rubber”), (“Armani|Saddle Shoe|Leather”), (“Armani|Saddle Shoe|Leatherette”), (“Armani|Saddle Shoe|Polyurethane”), (“Armani|Saddle Shoe|PVC”), (“Armani|Saddle Shoe|Rubber”), (“Armani|Sandal|Leather”), (“Armani|Sandal|Leatherette”), (“Armani|Sandal|Polyurethane”), (“Armani|Sandal|PVC”), (“Armani|Sandal|Rubber”), (“Armani|Tennis|Leather”), (“Armani|Tennis|Leatherette”), (“Armani|Tennis|Polyurethane”), (“Armani|Tennis|PVC”), (“Armani|Tennis|Rubber”), (“Armani|Walker|Leather”), (“Armani|Walker|Leatherette”), (“Armani|Walker|Polyurethane”), (“Armani|Walker|PVC”), (“Armani|Walker|Rubber”), (“Armani|Wingtip|Leather”), (“Armani|Wingtip|Leatherette”), (“Armani|Wingtip|Polyurethane”), (“Armani|Wingtip|PVC”), (“Armani|Wingtip|Rubber”), (“Armani|Work Boot|Leather”), (“Armani|Work Boot|Leatherette”), (“Armani|Work Boot|Polyurethane”), (“Armani|Work Boot|PVC”), (“Armani|Work Boot|Rubber”), (“Asics|Balmoral|Leather”), (“Asics|Balmoral|Leatherette”), (“Asics|Balmoral|Polyurethane”), (“Asics|Balmoral|PVC”), (“Asics|Balmoral|Rubber”), (“Asics|Boat Shoe|Leather”), (“Asics|Boat Shoe|Leatherette”), (“Asics|Boat Shoe|Polyurethane”), (“Asics|Boat Shoe|PVC”), (“Asics|Boat Shoe|Rubber”), (“Asics|Brouge|Leather”), (“Asics|Brouge|Leatherette”), (“Asics|Brouge|Polyurethane”), (“Asics|Brouge|PVC”), (“Asics|Brouge|Rubber”), (“Asics|Cross Trainer|Leather”), (“Asics|Cross Trainer|Leatherette”), (“Asics|Cross Trainer|Polyurethane”), (“Asics|Cross Trainer|PVC”), (“Asics|Cross Trainer|Rubber”), (“Asics|Derby|Leather”), (“Asics|Derby|Leatherette”), (“Asics|Derby|Polyurethane”), (“Asics|Derby|PVC”), (“Asics|Derby|Rubber”), (“Asics|Dress Boot|Leather”), (“Asics|Dress Boot|Leatherette”), (“Asics|Dress Boot|Polyurethane”), (“Asics|Dress Boot|PVC”), (“Asics|Dress Boot|Rubber”), (“Asics|Dress Shoe|Leather”), (“Asics|Dress Shoe|Leatherette”), (“Asics|Dress Shoe|Polyurethane”), (“Asics|Dress Shoe|PVC”), (“Asics|Dress Shoe|Rubber”), (“Asics|Driving Shoe|Leather”), (“Asics|Driving Shoe|Leatherette”), (“Asics|Driving Shoe|Polyurethane”), (“Asics|Driving Shoe|PVC”), (“Asics|Driving Shoe|Rubber”), (“Asics|Hiker|Leather”), (“Asics|Hiker|Leatherette”), (“Asics|Hiker|Polyurethane”), (“Asics|Hiker|PVC”), (“Asics|Hiker|Rubber”), (“Asics|Loafer (Slip-on)|Leather”), (“Asics|Loafer (Slip-on)|Leatherette”), (“Asics|Loafer (Slip-on)|Polyurethane”), (“Asics|Loafer (Slip-on)|PVC”), (“Asics|Loafer (Slip-on)|Rubber”), (“Asics|Oxford (Lace-up)|Leather”), (“Asics|Oxford (Lace-up)|Leatherette”), (“Asics|Oxford (Lace-up)|Polyurethane”), (“Asics|Oxford (Lace-up)|PVC”), (“Asics|Oxford (Lace-up)|Rubber”), (“Asics|Patent Leather|Leather”), (“Asics|Patent Leather|Leatherette”), (“Asics|Patent Leather|Polyurethane”), (“Asics|Patent Leather|PVC”), (“Asics|Patent Leather|Rubber”), (“Asics|Penny Loafer|Leather”), (“Asics|Penny Loafer|Leatherette”), (“Asics|Penny Loafer|Polyurethane”), (“Asics|Penny Loafer|PVC”), (“Asics|Penny Loafer|Rubber”), (“Asics|Runner|Leather”), (“Asics|Runner|Leatherette”), (“Asics|Runner|Polyurethane”), (“Asics|Runner|PVC”), (“Asics|Runner|Rubber”), (“Asics|Saddle Shoe|Leather”), (“Asics|Saddle Shoe|Leatherette”), (“Asics|Saddle Shoe|Polyurethane”), (“Asics|Saddle Shoe|PVC”), (“Asics|Saddle Shoe|Rubber”), (“Asics|Sandal|Leather”), (“Asics|Sandal|Leatherette”), (“Asics|Sandal|Polyurethane”), (“Asics|Sandal|PVC”), (“Asics|Sandal|Rubber”), (“Asics|Tennis|Leather”), (“Asics|Tennis|Leatherette”), (“Asics|Tennis|Polyurethane”), (“Asics|Tennis|PVC”), (“Asics|Tennis|Rubber”), (“Asics|Walker|Leather”), (“Asics|Walker|Leatherette”), (“Asics|Walker|Polyurethane”), (“Asics|Walker|PVC”), (“Asics|Walker|Rubber”), (“Asics|Wingtip|Leather”), (“Asics|Wingtip|Leatherette”), (“Asics|Wingtip|Polyurethane”), (“Asics|Wingtip|PVC”), (“Asics|Wingtip|Rubber”), (“Asics|Work Boot|Leather”), (“Asics|Work Boot|Leatherette”), (“Asics|Work Boot|Polyurethane”), (“Asics|Work Boot|PVC”), (“Asics|Work Boot|Rubber”), (“Birkenstock|Balmoral|Leather”), (“Birkenstock|Balmoral|Leatherette”), (“Birkenstock|Balmoral|Polyurethane”), (“Birkenstock|Balmoral|PVC”), (“Birkenstock|Balmoral|Rubber”), (“Birkenstock|Boat Shoe|Leather”), (“Birkenstock|Boat Shoe|Leatherette”), (“Birkenstock|Boat Shoe|Polyurethane”), (“Birkenstock|Boat Shoe|PVC”), (“Birkenstock|Boat Shoe|Rubber”), (“Birkenstock|Brouge|Leather”), (“Birkenstock|Brouge|Leatherette”), (“Birkenstock|Brouge|Polyurethane”), (“Birkenstock|Brouge|PVC”), (“Birkenstock|Brouge|Rubber”), (“Birkenstock|Cross Trainer|Leather”), (“Birkenstock|Cross Trainer|Leatherette”), (“Birkenstock|Cross Trainer|Polyurethane”), (“Birkenstock|Cross Trainer|PVC”), (“Birkenstock|Cross Trainer|Rubber”), (“Birkenstock|Derby|Leather”), (“Birkenstock|Derby|Leatherette”), (“Birkenstock|Derby|Polyurethane”), (“Birkenstock|Derby|PVC”), (“Birkenstock|Derby|Rubber”), (“Birkenstock|Dress Boot|Leather”), (“Birkenstock|Dress Boot|Leatherette”), (“Birkenstock|Dress Boot|Polyurethane”), (“Birkenstock|Dress Boot|PVC”), (“Birkenstock|Dress Boot|Rubber”), (“Birkenstock|Dress Shoe|Leather”), (“Birkenstock|Dress Shoe|Leatherette”), (“Birkenstock|Dress Shoe|Polyurethane”), (“Birkenstock|Dress Shoe|PVC”), (“Birkenstock|Dress Shoe|Rubber”), (“Birkenstock|Driving Shoe|Leather”), (“Birkenstock|Driving Shoe|Leatherette”), (“Birkenstock|Driving Shoe|Polyurethane”), (“Birkenstock|Driving Shoe|PVC”), (“Birkenstock|Driving Shoe|Rubber”), (“Birkenstock|Hiker|Leather”), (“Birkenstock|Hiker|Leatherette”), (“Birkenstock|Hiker|Polyurethane”), (“Birkenstock|Hiker|PVC”), (“Birkenstock|Hiker|Rubber”), (“Birkenstock|Loafer (Slip-on)|Leather”), (“Birkenstock|Loafer (Slip-on)|Leatherette”), (“Birkenstock|Loafer (Slip-on)|Polyurethane”), (“Birkenstock|Loafer (Slip-on)|PVC”), (“Birkenstock|Loafer (Slip-on)|Rubber”), (“Birkenstock|Oxford (Lace-up)|Leather”), (“Birkenstock|Oxford (Lace-up)|Leatherette”), (“Birkenstock|Oxford (Lace-up)|Polyurethane”), (“Birkenstock|Oxford (Lace-up)|PVC”), (“Birkenstock|Oxford (Lace-up)|Rubber”), (“Birkenstock|Patent Leather|Leather”), (“Birkenstock|Patent Leather|Leatherette”), (“Birkenstock|Patent Leather|Polyurethane”), (“Birkenstock|Patent Leather|PVC”), (“Birkenstock|Patent Leather|Rubber”), (“Birkenstock|Penny Loafer|Leather”), (“Birkenstock|Penny Loafer|Leatherette”), (“Birkenstock|Penny Loafer|Polyurethane”), (“Birkenstock|Penny Loafer|PVC”), (“Birkenstock|Penny Loafer|Rubber”), (“Birkenstock|Runner|Leather”), (“Birkenstock|Runner|Leatherette”), (“Birkenstock|Runner|Polyurethane”), (“Birkenstock|Runner|PVC”), (“Birkenstock|Runner|Rubber”), (“Birkenstock|Saddle Shoe|Leather”), (“Birkenstock|Saddle Shoe|Leatherette”), (“Birkenstock|Saddle Shoe|Polyurethane”), (“Birkenstock|Saddle Shoe|PVC”), (“Birkenstock|Saddle Shoe|Rubber”), (“Birkenstock|Sandal|Leather”), (“Birkenstock|Sandal|Leatherette”), (“Birkenstock|Sandal|Polyurethane”), (“Birkenstock|Sandal|PVC”), (“Birkenstock|Sandal|Rubber”), (“Birkenstock|Tennis|Leather”), (“Birkenstock|Tennis|Leatherette”), (“Birkenstock|Tennis|Polyurethane”), (“Birkenstock|Tennis|PVC”), (“Birkenstock|Tennis|Rubber”), (“Birkenstock|Walker|Leather”), (“Birkenstock|Walker|Leatherette”), (“Birkenstock|Walker|Polyurethane”), (“Birkenstock|Walker|PVC”), (“Birkenstock|Walker|Rubber”), (“Birkenstock|Wingtip|Leather”), (“Birkenstock|Wingtip|Leatherette”), (“Birkenstock|Wingtip|Polyurethane”), (“Birkenstock|Wingtip|PVC”), (“Birkenstock|Wingtip|Rubber”), (“Birkenstock|Work Boot|Leather”), (“Birkenstock|Work Boot|Leatherette”), (“Birkenstock|Work Boot|Polyurethane”), (“Birkenstock|Work Boot|PVC”), (“Birkenstock|Work Boot|Rubber”), (“Bostonian|Balmoral|Leather”), (“Bostonian|Balmoral|Leatherette”), (“Bostonian|Balmoral|Polyurethane”), (“Bostonian|Balmoral|PVC”), (“Bostonian|Balmoral|Rubber”), (“Bostonian|Boat Shoe|Leather”), (“Bostonian|Boat Shoe|Leatherette”), (“Bostonian|Boat Shoe|Polyurethane”), (“Bostonian|Boat Shoe|PVC”), (“Bostonian|Boat Shoe|Rubber”), (“Bostonian|Brouge|Leather”), (“Bostonian|Brouge|Leatherette”), (“Bostonian|Brouge|Polyurethane”), (“Bostonian|Brouge|PVC”), (“Bostonian|Brouge|Rubber”), (“Bostonian|Cross Trainer|Leather”), (“Bostonian|Cross Trainer|Leatherette”), (“Bostonian|Cross Trainer|Polyurethane”), (“Bostonian|Cross Trainer|PVC”), (“Bostonian|Cross Trainer|Rubber”), (“Bostonian|Derby|Leather”), (“Bostonian|Derby|Leatherette”), (“Bostonian|Derby|Polyurethane”), (“Bostonian|Derby|PVC”), (“Bostonian|Derby|Rubber”), (“Bostonian|Dress Boot|Leather”), (“Bostonian|Dress Boot|Leatherette”), (“Bostonian|Dress Boot|Polyurethane”), (“Bostonian|Dress Boot|PVC”), (“Bostonian|Dress Boot|Rubber”), (“Bostonian|Dress Shoe|Leather”), (“Bostonian|Dress Shoe|Leatherette”), (“Bostonian|Dress Shoe|Polyurethane”), (“Bostonian|Dress Shoe|PVC”), (“Bostonian|Dress Shoe|Rubber”), (“Bostonian|Driving Shoe|Leather”), (“Bostonian|Driving Shoe|Leatherette”), (“Bostonian|Driving Shoe|Polyurethane”), (“Bostonian|Driving Shoe|PVC”), (“Bostonian|Driving Shoe|Rubber”), (“Bostonian|Hiker|Leather”), (“Bostonian|Hiker|Leatherette”), (“Bostonian|Hiker|Polyurethane”), (“Bostonian|Hiker|PVC”), (“Bostonian|Hiker|Rubber”), (“Bostonian|Loafer (Slip-on)|Leather”), (“Bostonian|Loafer (Slip-on)|Leatherette”), (“Bostonian|Loafer (Slip-on)|Polyurethane”), (“Bostonian|Loafer (Slip-on)|PVC”), (“Bostonian|Loafer (Slip-on)|Rubber”), (“Bostonian|Oxford (Lace-up)|Leather”), (“Bostonian|Oxford (Lace-up)|Leatherette”), (“Bostonian|Oxford (Lace-up)|Polyurethane”), (“Bostonian|Oxford (Lace-up)|PVC”), (“Bostonian|Oxford (Lace-up)|Rubber”), (“Bostonian|Patent Leather|Leather”), (“Bostonian|Patent Leather|Leatherette”), (“Bostonian|Patent Leather|Polyurethane”), (“Bostonian|Patent Leather|PVC”), (“Bostonian|Patent Leather|Rubber”), (“Bostonian|Penny Loafer|Leather”), (“Bostonian|Penny Loafer|Leatherette”), (“Bostonian|Penny Loafer|Polyurethane”), (“Bostonian|Penny Loafer|PVC”), (“Bostonian|Penny Loafer|Rubber”), (“Bostonian|Runner|Leather”), (“Bostonian|Runner|Leatherette”), (“Bostonian|Runner|Polyurethane”), (“Bostonian|Runner|PVC”), (“Bostonian|Runner|Rubber”), (“Bostonian|Saddle Shoe|Leather”), (“Bostonian|Saddle Shoe|Leatherette”), (“Bostonian|Saddle Shoe|Polyurethane”), (“Bostonian|Saddle Shoe|PVC”), (“Bostonian|Saddle Shoe|Rubber”), (“Bostonian|Sandal|Leather”), (“Bostonian|Sandal|Leatherette”), (“Bostonian|Sandal|Polyurethane”), (“Bostonian|Sandal|PVC”), (“Bostonian|Sandal|Rubber”), (“Bostonian|Tennis|Leather”), (“Bostonian|Tennis|Leatherette”), (“Bostonian|Tennis|Polyurethane”), (“Bostonian|Tennis|PVC”), (“Bostonian|Tennis|Rubber”), (“Bostonian|Walker|Leather”), (“Bostonian|Walker|Leatherette”), (“Bostonian|Walker|Polyurethane”), (“Bostonian|Walker|PVC”), (“Bostonian|Walker|Rubber”), (“Bostonian|Wingtip|Leather”), (“Bostonian|Wingtip|Leatherette”), (“Bostonian|Wingtip|Polyurethane”), (“Bostonian|Wingtip|PVC”), (“Bostonian|Wingtip|Rubber”), (“Bostonian|Work Boot|Leather”), (“Bostonian|Work Boot|Leatherette”), (“Bostonian|Work Boot|Polyurethane”), (“Bostonian|Work Boot|PVC”), (“Bostonian|Work Boot|Rubber”), (“Carhartt|Balmoral|Leather”), (“Carhartt|Balmoral|Leatherette”), (“Carhartt|Balmoral|Polyurethane”), (“Carhartt|Balmoral|PVC”), (“Carhartt|Balmoral|Rubber”), (“Carhartt|Boat Shoe|Leather”), (“Carhartt|Boat Shoe|Leatherette”), (“Carhartt|Boat Shoe|Polyurethane”), (“Carhartt|Boat Shoe|PVC”), (“Carhartt|Boat Shoe|Rubber”), (“Carhartt|Brouge|Leather”), (“Carhartt|Brouge|Leatherette”), (“Carhartt|Brouge|Polyurethane”), (“Carhartt|Brouge|PVC”), (“Carhartt|Brouge|Rubber”), (“Carhartt|Cross Trainer|Leather”), (“Carhartt|Cross Trainer|Leatherette”), (“Carhartt|Cross Trainer|Polyurethane”), (“Carhartt|Cross Trainer|PVC”), (“Carhartt|Cross Trainer|Rubber”), (“Carhartt|Derby|Leather”), (“Carhartt|Derby|Leatherette”), (“Carhartt|Derby|Polyurethane”), (“Carhartt|Derby|PVC”), (“Carhartt|Derby|Rubber”), (“Carhartt|Dress Boot|Leather”), (“Carhartt|Dress Boot|Leatherette”), (“Carhartt|Dress Boot|Polyurethane”), (“Carhartt|Dress Boot|PVC”), (“Carhartt|Dress Boot|Rubber”), (“Carhartt|Dress Shoe|Leather”), (“Carhartt|Dress Shoe|Leatherette”), (“Carhartt|Dress Shoe|Polyurethane”), (“Carhartt|Dress Shoe|PVC”), (“Carhartt|Dress Shoe|Rubber”), (“Carhartt|Driving Shoe|Leather”), (“Carhartt|Driving Shoe|Leatherette”), (“Carhartt|Driving Shoe|Polyurethane”), (“Carhartt|Driving Shoe|PVC”), (“Carhartt|Driving Shoe|Rubber”), (“Carhartt|Hiker|Leather”), (“Carhartt|Hiker|Leatherette”), (“Carhartt|Hiker|Polyurethane”), (“Carhartt|Hiker|PVC”), (“Carhartt|Hiker|Rubber”), (“Carhartt|Loafer (Slip-on)|Leather”), (“Carhartt|Loafer (Slip-on)|Leatherette”), (“Carhartt|Loafer (Slip-on)|Polyurethane”), (“Carhartt|Loafer (Slip-on)|PVC”), (“Carhartt|Loafer (Slip-on)|Rubber”), (“Carhartt|Oxford (Lace-up)|Leather”), (“Carhartt|Oxford (Lace-up)|Leatherette”), (“Carhartt|Oxford (Lace-up)|Polyurethane”), (“Carhartt|Oxford (Lace-up)|PVC”), (“Carhartt|Oxford (Lace-up)|Rubber”), (“Carhartt|Patent Leather|Leather”), (“Carhartt|Patent Leather|Leatherette”), (“Carhartt|Patent Leather|Polyurethane”), (“Carhartt|Patent Leather|PVC”), (“Carhartt|Patent Leather|Rubber”), (“Carhartt|Penny Loafer|Leather”), (“Carhartt|Penny Loafer|Leatherette”), (“Carhartt|Penny Loafer|Polyurethane”), (“Carhartt|Penny Loafer|PVC”), (“Carhartt|Penny Loafer|Rubber”), (“Carhartt|Runner|Leather”), (“Carhartt|Runner|Leatherette”), (“Carhartt|Runner|Polyurethane”), (“Carhartt|Runner|PVC”), (“Carhartt|Runner|Rubber”), (“Carhartt|Saddle Shoe|Leather”), (“Carhartt|Saddle Shoe|Leatherette”), (“Carhartt|Saddle Shoe|Polyurethane”), (“Carhartt|Saddle Shoe|PVC”), (“Carhartt|Saddle Shoe|Rubber”), (“Carhartt|Sandal|Leather”), (“Carhartt|Sandal|Leatherette”), (“Carhartt|Sandal|Polyurethane”), (“Carhartt|Sandal|PVC”), (“Carhartt|Sandal|Rubber”), (“Carhartt|Tennis|Leather”), (“Carhartt|Tennis|Leatherette”), (“Carhartt|Tennis|Polyurethane”), (“Carhartt|Tennis|PVC”), (“Carhartt|Tennis|Rubber”), (“Carhartt|Walker|Leather”), (“Carhartt|Walker|Leatherette”), (“Carhartt|Walker|Polyurethane”), (“Carhartt|Walker|PVC”), (“Carhartt|Walker|Rubber”), (“Carhartt|Wingtip|Leather”), (“Carhartt|Wingtip|Leatherette”), (“Carhartt|Wingtip|Polyurethane”), (“Carhartt|Wingtip|PVC”), (“Carhartt|Wingtip|Rubber”), (“Carhartt|Work Boot|Leather”), (“Carhartt|Work Boot|Leatherette”), (“Carhartt|Work Boot|Polyurethane”), (“Carhartt|Work Boot|PVC”), (“Carhartt|Work Boot|Rubber”), (“Champion|Balmoral|Leather”), (“Champion|Balmoral|Leatherette”), (“Champion|Balmoral|Polyurethane”), (“Champion|Balmoral|PVC”), (“Champion|Balmoral|Rubber”), (“Champion|Boat Shoe|Leather”), (“Champion|Boat Shoe|Leatherette”), (“Champion|Boat Shoe|Polyurethane”), (“Champion|Boat Shoe|PVC”), (“Champion|Boat Shoe|Rubber”), (“Champion|Brouge|Leather”), (“Champion|Brouge|Leatherette”), (“Champion|Brouge|Polyurethane”), (“Champion|Brouge|PVC”), (“Champion|Brouge|Rubber”), (“Champion|Cross Trainer|Leather”), (“Champion|Cross Trainer|Leatherette”), (“Champion|Cross Trainer|Polyurethane”), (“Champion|Cross Trainer|PVC”), (“Champion|Cross Trainer|Rubber”), (“Champion|Derby|Leather”), (“Champion|Derby|Leatherette”), (“Champion|Derby|Polyurethane”), (“Champion|Derby|PVC”), (“Champion|Derby|Rubber”), (“Champion|Dress Boot|Leather”), (“Champion|Dress Boot|Leatherette”), (“Champion|Dress Boot|Polyurethane”), (“Champion|Dress Boot|PVC”), (“Champion|Dress Boot|Rubber”), (“Champion|Dress Shoe|Leather”), (“Champion|Dress Shoe|Leatherette”), (“Champion|Dress Shoe|Polyurethane”), (“Champion|Dress Shoe|PVC”), (“Champion|Dress Shoe|Rubber”), (“Champion|Driving Shoe|Leather”), (“Champion|Driving Shoe|Leatherette”), (“Champion|Driving Shoe|Polyurethane”), (“Champion|Driving Shoe|PVC”), (“Champion|Driving Shoe|Rubber”), (“Champion|Hiker|Leather”), (“Champion|Hiker|Leatherette”), (“Champion|Hiker|Polyurethane”), (“Champion|Hiker|PVC”), (“Champion|Hiker|Rubber”), (“Champion|Loafer (Slip-on)|Leather”), (“Champion|Loafer (Slip-on)|Leatherette”), (“Champion|Loafer (Slip-on)|Polyurethane”), (“Champion|Loafer (Slip-on)|PVC”), (“Champion|Loafer (Slip-on)|Rubber”), (“Champion|Oxford (Lace-up)|Leather”), (“Champion|Oxford (Lace-up)|Leatherette”), (“Champion|Oxford (Lace-up)|Polyurethane”), (“Champion|Oxford (Lace-up)|PVC”), (“Champion|Oxford (Lace-up)|Rubber”), (“Champion|Patent Leather|Leather”), (“Champion|Patent Leather|Leatherette”), (“Champion|Patent Leather|Polyurethane”), (“Champion|Patent Leather|PVC”), (“Champion|Patent Leather|Rubber”), (“Champion|Penny Loafer|Leather”), (“Champion|Penny Loafer|Leatherette”), (“Champion|Penny Loafer|Polyurethane”), (“Champion|Penny Loafer|PVC”), (“Champion|Penny Loafer|Rubber”), (“Champion|Runner|Leather”), (“Champion|Runner|Leatherette”), (“Champion|Runner|Polyurethane”), (“Champion|Runner|PVC”), (“Champion|Runner|Rubber”), (“Champion|Saddle Shoe|Leather”), (“Champion|Saddle Shoe|Leatherette”), (“Champion|Saddle Shoe|Polyurethane”), (“Champion|Saddle Shoe|PVC”), (“Champion|Saddle Shoe|Rubber”), (“Champion|Sandal|Leather”), (“Champion|Sandal|Leatherette”), (“Champion|Sandal|Polyurethane”), (“Champion|Sandal|PVC”), (“Champion|Sandal|Rubber”), (“Champion|Tennis|Leather”), (“Champion|Tennis|Leatherette”), (“Champion|Tennis|Polyurethane”), (“Champion|Tennis|PVC”), (“Champion|Tennis|Rubber”), (“Champion|Walker|Leather”), (“Champion|Walker|Leatherette”), (“Champion|Walker|Polyurethane”), (“Champion|Walker|PVC”), (“Champion|Walker|Rubber”), (“Champion|Wingtip|Leather”), (“Champion|Wingtip|Leatherette”), (“Champion|Wingtip|Polyurethane”), (“Champion|Wingtip|PVC”), (“Champion|Wingtip|Rubber”), (“Champion|Work Boot|Leather”), (“Champion|Work Boot|Leatherette”), (“Champion|Work Boot|Polyurethane”), (“Champion|Work Boot|PVC”), (“Champion|Work Boot|Rubber”), (“Clarks|Balmoral|Leather”), (“Clarks|Balmoral|Leatherette”), (“Clarks|Balmoral|Polyurethane”), (“Clarks|Balmoral|PVC”), (“Clarks|Balmoral|Rubber”), (“Clarks|Boat Shoe|Leather”), (“Clarks|Boat Shoe|Leatherette”), (“Clarks|Boat Shoe|Polyurethane”), (“Clarks|Boat Shoe|PVC”), (“Clarks|Boat Shoe|Rubber”), (“Clarks|Brouge|Leather”), (“Clarks|Brouge|Leatherette”), (“Clarks|Brouge|Polyurethane”), (“Clarks|Brouge|PVC”), (“Clarks|Brouge|Rubber”), (“Clarks|Cross Trainer|Leather”), (“Clarks|Cross Trainer|Leatherette”), (“Clarks|Cross Trainer|Polyurethane”), (“Clarks|Cross Trainer|PVC”), (“Clarks|Cross Trainer|Rubber”), (“Clarks|Derby|Leather”), (“Clarks|Derby|Leatherette”), (“Clarks|Derby|Polyurethane”), (“Clarks|Derby|PVC”), (“Clarks|Derby|Rubber”), (“Clarks|Dress Boot|Leather”), (“Clarks|Dress Boot|Leatherette”), (“Clarks|Dress Boot|Polyurethane”), (“Clarks|Dress Boot|PVC”), (“Clarks|Dress Boot|Rubber”), (“Clarks|Dress Shoe|Leather”), (“Clarks|Dress Shoe|Leatherette”), (“Clarks|Dress Shoe|Polyurethane”), (“Clarks|Dress Shoe|PVC”), (“Clarks|Dress Shoe|Rubber”), (“Clarks|Driving Shoe|Leather”), (“Clarks|Driving Shoe|Leatherette”), (“Clarks|Driving Shoe|Polyurethane”), (“Clarks|Driving Shoe|PVC”), (“Clarks|Driving Shoe|Rubber”), (“Clarks|Hiker|Leather”), (“Clarks|Hiker|Leatherette”), (“Clarks|Hiker|Polyurethane”), (“Clarks|Hiker|PVC”), (“Clarks|Hiker|Rubber”), (“Clarks|Loafer (Slip-on)|Leather”), (“Clarks|Loafer (Slip-on)|Leatherette”), (“Clarks|Loafer (Slip-on)|Polyurethane”), (“Clarks|Loafer (Slip-on)|PVC”), (“Clarks|Loafer (Slip-on)|Rubber”), (“Clarks|Oxford (Lace-up)|Leather”), (“Clarks|Oxford (Lace-up)|Leatherette”), (“Clarks|Oxford (Lace-up)|Polyurethane”), (“Clarks|Oxford (Lace-up)|PVC”), (“Clarks|Oxford (Lace-up)|Rubber”), (“Clarks|Patent Leather|Leather”), (“Clarks|Patent Leather|Leatherette”), (“Clarks|Patent Leather|Polyurethane”), (“Clarks|Patent Leather|PVC”), (“Clarks|Patent Leather|Rubber”), (“Clarks|Penny Loafer|Leather”), (“Clarks|Penny Loafer|Leatherette”), (“Clarks|Penny Loafer|Polyurethane”), (“Clarks|Penny Loafer|PVC”), (“Clarks|Penny Loafer|Rubber”), (“Clarks|Runner|Leather”), (“Clarks|Runner|Leatherette”), (“Clarks|Runner|Polyurethane”), (“Clarks|Runner|PVC”), (“Clarks|Runner|Rubber”), (“Clarks|Saddle Shoe|Leather”), (“Clarks|Saddle Shoe|Leatherette”), (“Clarks|Saddle Shoe|Polyurethane”), (“Clarks|Saddle Shoe|PVC”), (“Clarks|Saddle Shoe|Rubber”), (“Clarks|Sandal|Leather”), (“Clarks|Sandal|Leatherette”), (“Clarks|Sandal|Polyurethane”), (“Clarks|Sandal|PVC”), (“Clarks|Sandal|Rubber”), (“Clarks|Tennis|Leather”), (“Clarks|Tennis|Leatherette”), (“Clarks|Tennis|Polyurethane”), (“Clarks|Tennis|PVC”), (“Clarks|Tennis|Rubber”), (“Clarks|Walker|Leather”), (“Clarks|Walker|Leatherette”), (“Clarks|Walker|Polyurethane”), (“Clarks|Walker|PVC”), (“Clarks|Walker|Rubber”), (“Clarks|Wingtip|Leather”), (“Clarks|Wingtip|Leatherette”), (“Clarks|Wingtip|Polyurethane”), (“Clarks|Wingtip|PVC”), (“Clarks|Wingtip|Rubber”), (“Clarks|Work Boot|Leather”), (“Clarks|Work Boot|Leatherette”), (“Clarks|Work Boot|Polyurethane”), (“Clarks|Work Boot|PVC”), (“Clarks|Work Boot|Rubber”), (“Cole Haan|Balmoral|Leather”), (“Cole Haan|Balmoral|Leatherette”), (“Cole Haan|Balmoral|Polyurethane”), (“Cole Haan|Balmoral|PVC”), (“Cole Haan|Balmoral|Rubber”), (“Cole Haan|Boat Shoe|Leather”), (“Cole Haan|Boat Shoe|Leatherette”), (“Cole Haan|Boat Shoe|Polyurethane”), (“Cole Haan|Boat Shoe|PVC”), (“Cole Haan|Boat Shoe|Rubber”), (“Cole Haan|Brouge|Leather”), (“Cole Haan|Brouge|Leatherette”), (“Cole Haan|Brouge|Polyurethane”), (“Cole Haan|Brouge|PVC”), (“Cole Haan|Brouge|Rubber”), (“Cole Haan|Cross Trainer|Leather”), (“Cole Haan|Cross Trainer|Leatherette”), (“Cole Haan|Cross Trainer|Polyurethane”), (“Cole Haan|Cross Trainer|PVC”), (“Cole Haan|Cross Trainer|Rubber”), (“Cole Haan|Derby|Leather”), (“Cole Haan|Derby|Leatherette”), (“Cole Haan|Derby|Polyurethane”), (“Cole Haan|Derby|PVC”), (“Cole Haan|Derby|Rubber”), (“Cole Haan|Dress Boot|Leather”), (“Cole Haan|Dress Boot|Leatherette”), (“Cole Haan|Dress Boot|Polyurethane”), (“Cole Haan|Dress Boot|PVC”), (“Cole Haan|Dress Boot|Rubber”), (“Cole Haan|Dress Shoe|Leather”), (“Cole Haan|Dress Shoe|Leatherette”), (“Cole Haan|Dress Shoe|Polyurethane”), (“Cole Haan|Dress Shoe|PVC”), (“Cole Haan|Dress Shoe|Rubber”), (“Cole Haan|Driving Shoe|Leather”), (“Cole Haan|Driving Shoe|Leatherette”), (“Cole Haan|Driving Shoe|Polyurethane”), (“Cole Haan|Driving Shoe|PVC”), (“Cole Haan|Driving Shoe|Rubber”), (“Cole Haan|Hiker|Leather”), (“Cole Haan|Hiker|Leatherette”), (“Cole Haan|Hiker|Polyurethane”), (“Cole Haan|Hiker|PVC”), (“Cole Haan|Hiker|Rubber”), (“Cole Haan|Loafer (Slip-on)|Leather”), (“Cole Haan|Loafer (Slip-on)|Leatherette”), (“Cole Haan|Loafer (Slip-on)|Polyurethane”), (“Cole Haan|Loafer (Slip-on)|PVC”), (“Cole Haan|Loafer (Slip-on)|Rubber”), (“Cole Haan|Oxford (Lace-up)|Leather”), (“Cole Haan|Oxford (Lace-up)|Leatherette”), (“Cole Haan|Oxford (Lace-up)|Polyurethane”), (“Cole Haan|Oxford (Lace-up)|PVC”), (“Cole Haan|Oxford (Lace-up)|Rubber”), (“Cole Haan|Patent Leather|Leather”), (“Cole Haan|Patent Leather|Leatherette”), (“Cole Haan|Patent Leather|Polyurethane”), (“Cole Haan|Patent Leather|PVC”), (“Cole Haan|Patent Leather|Rubber”), (“Cole Haan|Penny Loafer|Leather”), (“Cole Haan|Penny Loafer|Leatherette”), (“Cole Haan|Penny Loafer|Polyurethane”), (“Cole Haan|Penny Loafer|PVC”), (“Cole Haan|Penny Loafer|Rubber”), (“Cole Haan|Runner|Leather”), (“Cole Haan|Runner|Leatherette”), (“Cole Haan|Runner|Polyurethane”), (“Cole Haan|Runner|PVC”), (“Cole Haan|Runner|Rubber”), (“Cole Haan|Saddle Shoe|Leather”), (“Cole Haan|Saddle Shoe|Leatherette”), (“Cole Haan|Saddle Shoe|Polyurethane”), (“Cole Haan|Saddle Shoe|PVC”), (“Cole Haan|Saddle Shoe|Rubber”), (“Cole Haan|Sandal|Leather”), (“Cole Haan|Sandal|Leatherette”), (“Cole Haan|Sandal|Polyurethane”), (“Cole Haan|Sandal|PVC”), (“Cole Haan|Sandal|Rubber”), (“Cole Haan|Tennis|Leather”), (“Cole Haan|Tennis|Leatherette”), (“Cole Haan|Tennis|Polyurethane”), (“Cole Haan|Tennis|PVC”), (“Cole Haan|Tennis|Rubber”), (“Cole Haan|Walker|Leather”), (“Cole Haan|Walker|Leatherette”), (“Cole Haan|Walker|Polyurethane”), (“Cole Haan|Walker|PVC”), (“Cole Haan|Walker|Rubber”), (“Cole Haan|Wingtip|Leather”), (“Cole Haan|Wingtip|Leatherette”), (“Cole Haan|Wingtip|Polyurethane”), (“Cole Haan|Wingtip|PVC”), (“Cole Haan|Wingtip|Rubber”), (“Cole Haan|Work Boot|Leather”), (“Cole Haan|Work Boot|Leatherette”), (“Cole Haan|Work Boot|Polyurethane”), (“Cole Haan|Work Boot|PVC”), (“Cole Haan|Work Boot|Rubber”), (“Columbia|Balmoral|Leather”), (“Columbia|Balmoral|Leatherette”), (“Columbia|Balmoral|Polyurethane”), (“Columbia|Balmoral|PVC”), (“Columbia|Balmoral|Rubber”), (“Columbia|Boat Shoe|Leather”), (“Columbia|Boat Shoe|Leatherette”), (“Columbia|Boat Shoe|Polyurethane”), (“Columbia|Boat Shoe|PVC”), (“Columbia|Boat Shoe|Rubber”), (“Columbia|Brouge|Leather”), (“Columbia|Brouge|Leatherette”), (“Columbia|Brouge|Polyurethane”), (“Columbia|Brouge|PVC”), (“Columbia|Brouge|Rubber”), (“Columbia|Cross Trainer|Leather”), (“Columbia|Cross Trainer|Leatherette”), (“Columbia|Cross Trainer|Polyurethane”), (“Columbia|Cross Trainer|PVC”), (“Columbia|Cross Trainer|Rubber”), (“Columbia|Derby|Leather”), (“Columbia|Derby|Leatherette”), (“Columbia|Derby|Polyurethane”), (“Columbia|Derby|PVC”), (“Columbia|Derby|Rubber”), (“Columbia|Dress Boot|Leather”), (“Columbia|Dress Boot|Leatherette”), (“Columbia|Dress Boot|Polyurethane”), (“Columbia|Dress Boot|PVC”), (“Columbia|Dress Boot|Rubber”), (“Columbia|Dress Shoe|Leather”), (“Columbia|Dress Shoe|Leatherette”), (“Columbia|Dress Shoe|Polyurethane”), (“Columbia|Dress Shoe|PVC”), (“Columbia|Dress Shoe|Rubber”), (“Columbia|Driving Shoe|Leather”), (“Columbia|Driving Shoe|Leatherette”), (“Columbia|Driving Shoe|Polyurethane”), (“Columbia|Driving Shoe|PVC”), (“Columbia|Driving Shoe|Rubber”), (“Columbia|Hiker|Leather”), (“Columbia|Hiker|Leatherette”), (“Columbia|Hiker|Polyurethane”), (“Columbia|Hiker|PVC”), (“Columbia|Hiker|Rubber”), (“Columbia|Loafer (Slip-on)|Leather”), (“Columbia|Loafer (Slip-on)|Leatherette”), (“Columbia|Loafer (Slip-on)|Polyurethane”), (“Columbia|Loafer (Slip-on)|PVC”), (“Columbia|Loafer (Slip-on)|Rubber”), (“Columbia|Oxford (Lace-up)|Leather”), (“Columbia|Oxford (Lace-up)|Leatherette”), (“Columbia|Oxford (Lace-up)|Polyurethane”), (“Columbia|Oxford (Lace-up)|PVC”), (“Columbia|Oxford (Lace-up)|Rubber”), (“Columbia|Patent Leather|Leather”), (“Columbia|Patent Leather|Leatherette”), (“Columbia|Patent Leather|Polyurethane”), (“Columbia|Patent Leather|PVC”), (“Columbia|Patent Leather|Rubber”), (“Columbia|Penny Loafer|Leather”), (“Columbia|Penny Loafer|Leatherette”), (“Columbia|Penny Loafer|Polyurethane”), (“Columbia|Penny Loafer|PVC”), (“Columbia|Penny Loafer|Rubber”), (“Columbia|Runner|Leather”), (“Columbia|Runner|Leatherette”), (“Columbia|Runner|Polyurethane”), (“Columbia|Runner|PVC”), (“Columbia|Runner|Rubber”), (“Columbia|Saddle Shoe|Leather”), (“Columbia|Saddle Shoe|Leatherette”), (“Columbia|Saddle Shoe|Polyurethane”), (“Columbia|Saddle Shoe|PVC”), (“Columbia|Saddle Shoe|Rubber”), (“Columbia|Sandal|Leather”), (“Columbia|Sandal|Leatherette”), (“Columbia|Sandal|Polyurethane”), (“Columbia|Sandal|PVC”), (“Columbia|Sandal|Rubber”), (“Columbia|Tennis|Leather”), (“Columbia|Tennis|Leatherette”), (“Columbia|Tennis|Polyurethane”), (“Columbia|Tennis|PVC”), (“Columbia|Tennis|Rubber”), (“Columbia|Walker|Leather”), (“Columbia|Walker|Leatherette”), (“Columbia|Walker|Polyurethane”), (“Columbia|Walker|PVC”), (“Columbia|Walker|Rubber”), (“Columbia|Wingtip|Leather”), (“Columbia|Wingtip|Leatherette”), (“Columbia|Wingtip|Polyurethane”), (“Columbia|Wingtip|PVC”), (“Columbia|Wingtip|Rubber”), (“Columbia|Work Boot|Leather”), (“Columbia|Work Boot|Leatherette”), (“Columbia|Work Boot|Polyurethane”), (“Columbia|Work Boot|PVC”), (“Columbia|Work Boot|Rubber”), (“Converse|Balmoral|Leather”), (“Converse|Balmoral|Leatherette”), (“Converse|Balmoral|Polyurethane”), (“Converse|Balmoral|PVC”), (“Converse|Balmoral|Rubber”), (“Converse|Boat Shoe|Leather”), (“Converse|Boat Shoe|Leatherette”), (“Converse|Boat Shoe|Polyurethane”), (“Converse|Boat Shoe|PVC”), (“Converse|Boat Shoe|Rubber”), (“Converse|Brouge|Leather”), (“Converse|Brouge|Leatherette”), (“Converse|Brouge|Polyurethane”), (“Converse|Brouge|PVC”), (“Converse|Brouge|Rubber”), (“Converse|Cross Trainer|Leather”), (“Converse|Cross Trainer|Leatherette”), (“Converse|Cross Trainer|Polyurethane”), (“Converse|Cross Trainer|PVC”), (“Converse|Cross Trainer|Rubber”), (“Converse|Derby|Leather”), (“Converse|Derby|Leatherette”), (“Converse|Derby|Polyurethane”), (“Converse|Derby|PVC”), (“Converse|Derby|Rubber”), (“Converse|Dress Boot|Leather”), (“Converse|Dress Boot|Leatherette”), (“Converse|Dress Boot|Polyurethane”), (“Converse|Dress Boot|PVC”), (“Converse|Dress Boot|Rubber”), (“Converse|Dress Shoe|Leather”), (“Converse|Dress Shoe|Leatherette”), (“Converse|Dress Shoe|Polyurethane”), (“Converse|Dress Shoe|PVC”), (“Converse|Dress Shoe|Rubber”), (“Converse|Driving Shoe|Leather”), (“Converse|Driving Shoe|Leatherette”), (“Converse|Driving Shoe|Polyurethane”), (“Converse|Driving Shoe|PVC”), (“Converse|Driving Shoe|Rubber”), (“Converse|Hiker|Leather”), (“Converse|Hiker|Leatherette”), (“Converse|Hiker|Polyurethane”), (“Converse|Hiker|PVC”), (“Converse|Hiker|Rubber”), (“Converse|Loafer (Slip-on)|Leather”), (“Converse|Loafer (Slip-on)|Leatherette”), (“Converse|Loafer (Slip-on)|Polyurethane”), (“Converse|Loafer (Slip-on)|PVC”), (“Converse|Loafer (Slip-on)|Rubber”), (“Converse|Oxford (Lace-up)|Leather”), (“Converse|Oxford (Lace-up)|Leatherette”), (“Converse|Oxford (Lace-up)|Polyurethane”), (“Converse|Oxford (Lace-up)|PVC”), (“Converse|Oxford (Lace-up)|Rubber”), (“Converse|Patent Leather|Leather”), (“Converse|Patent Leather|Leatherette”), (“Converse|Patent Leather|Polyurethane”), (“Converse|Patent Leather|PVC”), (“Converse|Patent Leather|Rubber”), (“Converse|Penny Loafer|Leather”), (“Converse|Penny Loafer|Leatherette”), (“Converse|Penny Loafer|Polyurethane”), (“Converse|Penny Loafer|PVC”), (“Converse|Penny Loafer|Rubber”), (“Converse|Runner|Leather”), (“Converse|Runner|Leatherette”), (“Converse|Runner|Polyurethane”), (“Converse|Runner|PVC”), (“Converse|Runner|Rubber”), (“Converse|Saddle Shoe|Leather”), (“Converse|Saddle Shoe|Leatherette”), (“Converse|Saddle Shoe|Polyurethane”), (“Converse|Saddle Shoe|PVC”), (“Converse|Saddle Shoe|Rubber”), (“Converse|Sandal|Leather”), (“Converse|Sandal|Leatherette”), (“Converse|Sandal|Polyurethane”), (“Converse|Sandal|PVC”), (“Converse|Sandal|Rubber”), (“Converse|Tennis|Leather”), (“Converse|Tennis|Leatherette”), (“Converse|Tennis|Polyurethane”), (“Converse|Tennis|PVC”), (“Converse|Tennis|Rubber”), (“Converse|Walker|Leather”), (“Converse|Walker|Leatherette”), (“Converse|Walker|Polyurethane”), (“Converse|Walker|PVC”), (“Converse|Walker|Rubber”), (“Converse|Wingtip|Leather”), (“Converse|Wingtip|Leatherette”), (“Converse|Wingtip|Polyurethane”), (“Converse|Wingtip|PVC”), (“Converse|Wingtip|Rubber”), (“Converse|Work Boot|Leather”), (“Converse|Work Boot|Leatherette”), (“Converse|Work Boot|Polyurethane”), (“Converse|Work Boot|PVC”), (“Converse|Work Boot|Rubber”), (“Crocs|Balmoral|Leather”), (“Crocs|Balmoral|Leatherette”), (“Crocs|Balmoral|Polyurethane”), (“Crocs|Balmoral|PVC”), (“Crocs|Balmoral|Rubber”), (“Crocs|Boat Shoe|Leather”), (“Crocs|Boat Shoe|Leatherette”), (“Crocs|Boat Shoe|Polyurethane”), (“Crocs|Boat Shoe|PVC”), (“Crocs|Boat Shoe|Rubber”), (“Crocs|Brouge|Leather”), (“Crocs|Brouge|Leatherette”), (“Crocs|Brouge|Polyurethane”), (“Crocs|Brouge|PVC”), (“Crocs|Brouge|Rubber”), (“Crocs|Cross Trainer|Leather”), (“Crocs|Cross Trainer|Leatherette”), (“Crocs|Cross Trainer|Polyurethane”), (“Crocs|Cross Trainer|PVC”), (“Crocs|Cross Trainer|Rubber”), (“Crocs|Derby|Leather”), (“Crocs|Derby|Leatherette”), (“Crocs|Derby|Polyurethane”), (“Crocs|Derby|PVC”), (“Crocs|Derby|Rubber”), (“Crocs|Dress Boot|Leather”), (“Crocs|Dress Boot|Leatherette”), (“Crocs|Dress Boot|Polyurethane”), (“Crocs|Dress Boot|PVC”), (“Crocs|Dress Boot|Rubber”), (“Crocs|Dress Shoe|Leather”), (“Crocs|Dress Shoe|Leatherette”), (“Crocs|Dress Shoe|Polyurethane”), (“Crocs|Dress Shoe|PVC”), (“Crocs|Dress Shoe|Rubber”), (“Crocs|Driving Shoe|Leather”), (“Crocs|Driving Shoe|Leatherette”), (“Crocs|Driving Shoe|Polyurethane”), (“Crocs|Driving Shoe|PVC”), (“Crocs|Driving Shoe|Rubber”), (“Crocs|Hiker|Leather”), (“Crocs|Hiker|Leatherette”), (“Crocs|Hiker|Polyurethane”), (“Crocs|Hiker|PVC”), (“Crocs|Hiker|Rubber”), (“Crocs|Loafer (Slip-on)|Leather”), (“Crocs|Loafer (Slip-on)|Leatherette”), (“Crocs|Loafer (Slip-on)|Polyurethane”), (“Crocs|Loafer (Slip-on)|PVC”), (“Crocs|Loafer (Slip-on)|Rubber”), (“Crocs|Oxford (Lace-up)|Leather”), (“Crocs|Oxford (Lace-up)|Leatherette”), (“Crocs|Oxford (Lace-up)|Polyurethane”), (“Crocs|Oxford (Lace-up)|PVC”), (“Crocs|Oxford (Lace-up)|Rubber”), (“Crocs|Patent Leather|Leather”), (“Crocs|Patent Leather|Leatherette”), (“Crocs|Patent Leather|Polyurethane”), (“Crocs|Patent Leather|PVC”), (“Crocs|Patent Leather|Rubber”), (“Crocs|Penny Loafer|Leather”), (“Crocs|Penny Loafer|Leatherette”), (“Crocs|Penny Loafer|Polyurethane”), (“Crocs|Penny Loafer|PVC”), (“Crocs|Penny Loafer|Rubber”), (“Crocs|Runner|Leather”), (“Crocs|Runner|Leatherette”), (“Crocs|Runner|Polyurethane”), (“Crocs|Runner|PVC”), (“Crocs|Runner|Rubber”), (“Crocs|Saddle Shoe|Leather”), (“Crocs|Saddle Shoe|Leatherette”), (“Crocs|Saddle Shoe|Polyurethane”), (“Crocs|Saddle Shoe|PVC”), (“Crocs|Saddle Shoe|Rubber”), (“Crocs|Sandal|Leather”), (“Crocs|Sandal|Leatherette”), (“Crocs|Sandal|Polyurethane”), (“Crocs|Sandal|PVC”), (“Crocs|Sandal|Rubber”), (“Crocs|Tennis|Leather”), (“Crocs|Tennis|Leatherette”), (“Crocs|Tennis|Polyurethane”), (“Crocs|Tennis|PVC”), (“Crocs|Tennis|Rubber”), (“Crocs|Walker|Leather”), (“Crocs|Walker|Leatherette”), (“Crocs|Walker|Polyurethane”), (“Crocs|Walker|PVC”), (“Crocs|Walker|Rubber”), (“Crocs|Wingtip|Leather”), (“Crocs|Wingtip|Leatherette”), (“Crocs|Wingtip|Polyurethane”), (“Crocs|Wingtip|PVC”), (“Crocs|Wingtip|Rubber”), (“Crocs|Work Boot|Leather”), (“Crocs|Work Boot|Leatherette”), (“Crocs|Work Boot|Polyurethane”), (“Crocs|Work Boot|PVC”), (“Crocs|Work Boot|Rubber”), (“Dansko|Balmoral|Leather”), (“Dansko|Balmoral|Leatherette”), (“Dansko|Balmoral|Polyurethane”), (“Dansko|Balmoral|PVC”), (“Dansko|Balmoral|Rubber”), (“Dansko|Boat Shoe|Leather”), (“Dansko|Boat Shoe|Leatherette”), (“Dansko|Boat Shoe|Polyurethane”), (“Dansko|Boat Shoe|PVC”), (“Dansko|Boat Shoe|Rubber”), (“Dansko|Brouge|Leather”), (“Dansko|Brouge|Leatherette”), (“Dansko|Brouge|Polyurethane”), (“Dansko|Brouge|PVC”), (“Dansko|Brouge|Rubber”), (“Dansko|Cross Trainer|Leather”), (“Dansko|Cross Trainer|Leatherette”), (“Dansko|Cross Trainer|Polyurethane”), (“Dansko|Cross Trainer|PVC”), (“Dansko|Cross Trainer|Rubber”), (“Dansko|Derby|Leather”), (“Dansko|Derby|Leatherette”), (“Dansko|Derby|Polyurethane”), (“Dansko|Derby|PVC”), (“Dansko|Derby|Rubber”), (“Dansko|Dress Boot|Leather”), (“Dansko|Dress Boot|Leatherette”), (“Dansko|Dress Boot|Polyurethane”), (“Dansko|Dress Boot|PVC”), (“Dansko|Dress Boot|Rubber”), (“Dansko|Dress Shoe|Leather”), (“Dansko|Dress Shoe|Leatherette”), (“Dansko|Dress Shoe|Polyurethane”), (“Dansko|Dress Shoe|PVC”), (“Dansko|Dress Shoe|Rubber”), (“Dansko|Driving Shoe|Leather”), (“Dansko|Driving Shoe|Leatherette”), (“Dansko|Driving Shoe|Polyurethane”), (“Dansko|Driving Shoe|PVC”), (“Dansko|Driving Shoe|Rubber”), (“Dansko|Hiker|Leather”), (“Dansko|Hiker|Leatherette”), (“Dansko|Hiker|Polyurethane”), (“Dansko|Hiker|PVC”), (“Dansko|Hiker|Rubber”), (“Dansko|Loafer (Slip-on)|Leather”), (“Dansko|Loafer (Slip-on)|Leatherette”), (“Dansko|Loafer (Slip-on)|Polyurethane”), (“Dansko|Loafer (Slip-on)|PVC”), (“Dansko|Loafer (Slip-on)|Rubber”), (“Dansko|Oxford (Lace-up)|Leather”), (“Dansko|Oxford (Lace-up)|Leatherette”), (“Dansko|Oxford (Lace-up)|Polyurethane”), (“Dansko|Oxford (Lace-up)|PVC”), (“Dansko|Oxford (Lace-up)|Rubber”), (“Dansko|Patent Leather|Leather”), (“Dansko|Patent Leather|Leatherette”), (“Dansko|Patent Leather|Polyurethane”), (“Dansko|Patent Leather|PVC”), (“Dansko|Patent Leather|Rubber”), (“Dansko|Penny Loafer|Leather”), (“Dansko|Penny Loafer|Leatherette”), (“Dansko|Penny Loafer|Polyurethane”), (“Dansko|Penny Loafer|PVC”), (“Dansko|Penny Loafer|Rubber”), (“Dansko|Runner|Leather”), (“Dansko|Runner|Leatherette”), (“Dansko|Runner|Polyurethane”), (“Dansko|Runner|PVC”), (“Dansko|Runner|Rubber”), (“Dansko|Saddle Shoe|Leather”), (“Dansko|Saddle Shoe|Leatherette”), (“Dansko|Saddle Shoe|Polyurethane”), (“Dansko|Saddle Shoe|PVC”), (“Dansko|Saddle Shoe|Rubber”), (“Dansko|Sandal|Leather”), (“Dansko|Sandal|Leatherette”), (“Dansko|Sandal|Polyurethane”), (“Dansko|Sandal|PVC”), (“Dansko|Sandal|Rubber”), (“Dansko|Tennis|Leather”), (“Dansko|Tennis|Leatherette”), (“Dansko|Tennis|Polyurethane”), (“Dansko|Tennis|PVC”), (“Dansko|Tennis|Rubber”), (“Dansko|Walker|Leather”), (“Dansko|Walker|Leatherette”), (“Dansko|Walker|Polyurethane”), (“Dansko|Walker|PVC”), (“Dansko|Walker|Rubber”), (“Dansko|Wingtip|Leather”), (“Dansko|Wingtip|Leatherette”), (“Dansko|Wingtip|Polyurethane”), (“Dansko|Wingtip|PVC”), (“Dansko|Wingtip|Rubber”), (“Dansko|Work Boot|Leather”), (“Dansko|Work Boot|Leatherette”), (“Dansko|Work Boot|Polyurethane”), (“Dansko|Work Boot|PVC”), (“Dansko|Work Boot|Rubber”), (“DC|Balmoral|Leather”), (“DC|Balmoral|Leatherette”), (“DC|Balmoral|Polyurethane”), (“DC|Balmoral|PVC”), (“DC|Balmoral|Rubber”), (“DC|Boat Shoe|Leather”), (“DC|Boat Shoe|Leatherette”), (“DC|Boat Shoe|Polyurethane”), (“DC|Boat Shoe|PVC”), (“DC|Boat Shoe|Rubber”), (“DC|Brouge|Leather”), (“DC|Brouge|Leatherette”), (“DC|Brouge|Polyurethane”), (“DC|Brouge|PVC”), (“DC|Brouge|Rubber”), (“DC|Cross Trainer|Leather”), (“DC|Cross Trainer|Leatherette”), (“DC|Cross Trainer|Polyurethane”), (“DC|Cross Trainer|PVC”), (“DC|Cross Trainer|Rubber”), (“DC|Derby|Leather”), (“DC|Derby|Leatherette”), (“DC|Derby|Polyurethane”), (“DC|Derby|PVC”), (“DC|Derby|Rubber”), (“DC|Dress Boot|Leather”), (“DC|Dress Boot|Leatherette”), (“DC|Dress Boot|Polyurethane”), (“DC|Dress Boot|PVC”), (“DC|Dress Boot|Rubber”), (“DC|Dress Shoe|Leather”), (“DC|Dress Shoe|Leatherette”), (“DC|Dress Shoe|Polyurethane”), (“DC|Dress Shoe|PVC”), (“DC|Dress Shoe|Rubber”), (“DC|Driving Shoe|Leather”), (“DC|Driving Shoe|Leatherette”), (“DC|Driving Shoe|Polyurethane”), (“DC|Driving Shoe|PVC”), (“DC|Driving Shoe|Rubber”), (“DC|Hiker|Leather”), (“DC|Hiker|Leatherette”), (“DC|Hiker|Polyurethane”), (“DC|Hiker|PVC”), (“DC|Hiker|Rubber”), (“DC|Loafer (Slip-on)|Leather”), (“DC|Loafer (Slip-on)|Leatherette”), (“DC|Loafer (Slip-on)|Polyurethane”), (“DC|Loafer (Slip-on)|PVC”), (“DC|Loafer (Slip-on)|Rubber”), (“DC|Oxford (Lace-up)|Leather”), (“DC|Oxford (Lace-up)|Leatherette”), (“DC|Oxford (Lace-up)|Polyurethane”), (“DC|Oxford (Lace-up)|PVC”), (“DC|Oxford (Lace-up)|Rubber”), (“DC|Patent Leather|Leather”), (“DC|Patent Leather|Leatherette”), (“DC|Patent Leather|Polyurethane”), (“DC|Patent Leather|PVC”), (“DC|Patent Leather|Rubber”), (“DC|Penny Loafer|Leather”), (“DC|Penny Loafer|Leatherette”), (“DC|Penny Loafer|Polyurethane”), (“DC|Penny Loafer|PVC”), (“DC|Penny Loafer|Rubber”), (“DC|Runner|Leather”), (“DC|Runner|Leatherette”), (“DC|Runner|Polyurethane”), (“DC|Runner|PVC”), (“DC|Runner|Rubber”), (“DC|Saddle Shoe|Leather”), (“DC|Saddle Shoe|Leatherette”), (“DC|Saddle Shoe|Polyurethane”), (“DC|Saddle Shoe|PVC”), (“DC|Saddle Shoe|Rubber”), (“DC|Sandal|Leather”), (“DC|Sandal|Leatherette”), (“DC|Sandal|Polyurethane”), (“DC|Sandal|PVC”), (“DC|Sandal|Rubber”), (“DC|Tennis|Leather”), (“DC|Tennis|Leatherette”), (“DC|Tennis|Polyurethane”), (“DC|Tennis|PVC”), (“DC|Tennis|Rubber”), (“DC|Walker|Leather”), (“DC|Walker|Leatherette”), (“DC|Walker|Polyurethane”), (“DC|Walker|PVC”), (“DC|Walker|Rubber”), (“DC|Wingtip|Leather”), (“DC|Wingtip|Leatherette”), (“DC|Wingtip|Polyurethane”), (“DC|Wingtip|PVC”), (“DC|Wingtip|Rubber”), (“DC|Work Boot|Leather”), (“DC|Work Boot|Leatherette”), (“DC|Work Boot|Polyurethane”), (“DC|Work Boot|PVC”), (“DC|Work Boot|Rubber”), (“Diesel|Balmoral|Leather”), (“Diesel|Balmoral|Leatherette”), (“Diesel|Balmoral|Polyurethane”), (“Diesel|Balmoral|PVC”), (“Diesel|Balmoral|Rubber”), (“Diesel|Boat Shoe|Leather”), (“Diesel|Boat Shoe|Leatherette”), (“Diesel|Boat Shoe|Polyurethane”), (“Diesel|Boat Shoe|PVC”), (“Diesel|Boat Shoe|Rubber”), (“Diesel|Brouge|Leather”), (“Diesel|Brouge|Leatherette”), (“Diesel|Brouge|Polyurethane”), (“Diesel|Brouge|PVC”), (“Diesel|Brouge|Rubber”), (“Diesel|Cross Trainer|Leather”), (“Diesel|Cross Trainer|Leatherette”), (“Diesel|Cross Trainer|Polyurethane”), (“Diesel|Cross Trainer|PVC”), (“Diesel|Cross Trainer|Rubber”), (“Diesel|Derby|Leather”), (“Diesel|Derby|Leatherette”), (“Diesel|Derby|Polyurethane”), (“Diesel|Derby|PVC”), (“Diesel|Derby|Rubber”), (“Diesel|Dress Boot|Leather”), (“Diesel|Dress Boot|Leatherette”), (“Diesel|Dress Boot|Polyurethane”), (“Diesel|Dress Boot|PVC”), (“Diesel|Dress Boot|Rubber”), (“Diesel|Dress Shoe|Leather”), (“Diesel|Dress Shoe|Leatherette”), (“Diesel|Dress Shoe|Polyurethane”), (“Diesel|Dress Shoe|PVC”), (“Diesel|Dress Shoe|Rubber”), (“Diesel|Driving Shoe|Leather”), (“Diesel|Driving Shoe|Leatherette”), (“Diesel|Driving Shoe|Polyurethane”), (“Diesel|Driving Shoe|PVC”), (“Diesel|Driving Shoe|Rubber”), (“Diesel|Hiker|Leather”), (“Diesel|Hiker|Leatherette”), (“Diesel|Hiker|Polyurethane”), (“Diesel|Hiker|PVC”), (“Diesel|Hiker|Rubber”), (“Diesel|Loafer (Slip-on)|Leather”), (“Diesel|Loafer (Slip-on)|Leatherette”), (“Diesel|Loafer (Slip-on)|Polyurethane”), (“Diesel|Loafer (Slip-on)|PVC”), (“Diesel|Loafer (Slip-on)|Rubber”), (“Diesel|Oxford (Lace-up)|Leather”), (“Diesel|Oxford (Lace-up)|Leatherette”), (“Diesel|Oxford (Lace-up)|Polyurethane”), (“Diesel|Oxford (Lace-up)|PVC”), (“Diesel|Oxford (Lace-up)|Rubber”), (“Diesel|Patent Leather|Leather”), (“Diesel|Patent Leather|Leatherette”), (“Diesel|Patent Leather|Polyurethane”), (“Diesel|Patent Leather|PVC”), (“Diesel|Patent Leather|Rubber”), (“Diesel|Penny Loafer|Leather”), (“Diesel|Penny Loafer|Leatherette”), (“Diesel|Penny Loafer|Polyurethane”), (“Diesel|Penny Loafer|PVC”), (“Diesel|Penny Loafer|Rubber”), (“Diesel|Runner|Leather”), (“Diesel|Runner|Leatherette”), (“Diesel|Runner|Polyurethane”), (“Diesel|Runner|PVC”), (“Diesel|Runner|Rubber”), (“Diesel|Saddle Shoe|Leather”), (“Diesel|Saddle Shoe|Leatherette”), (“Diesel|Saddle Shoe|Polyurethane”), (“Diesel|Saddle Shoe|PVC”), (“Diesel|Saddle Shoe|Rubber”), (“Diesel|Sandal|Leather”), (“Diesel|Sandal|Leatherette”), (“Diesel|Sandal|Polyurethane”), (“Diesel|Sandal|PVC”), (“Diesel|Sandal|Rubber”), (“Diesel|Tennis|Leather”), (“Diesel|Tennis|Leatherette”), (“Diesel|Tennis|Polyurethane”), (“Diesel|Tennis|PVC”), (“Diesel|Tennis|Rubber”), (“Diesel|Walker|Leather”), (“Diesel|Walker|Leatherette”), (“Diesel|Walker|Polyurethane”), (“Diesel|Walker|PVC”), (“Diesel|Walker|Rubber”), (“Diesel|Wingtip|Leather”), (“Diesel|Wingtip|Leatherette”), (“Diesel|Wingtip|Polyurethane”), (“Diesel|Wingtip|PVC”), (“Diesel|Wingtip|Rubber”), (“Diesel|Work Boot|Leather”), (“Diesel|Work Boot|Leatherette”), (“Diesel|Work Boot|Polyurethane”), (“Diesel|Work Boot|PVC”), (“Diesel|Work Boot|Rubber”), (“Dockers|Balmoral|Leather”), (“Dockers|Balmoral|Leatherette”), (“Dockers|Balmoral|Polyurethane”), (“Dockers|Balmoral|PVC”), (“Dockers|Balmoral|Rubber”), (“Dockers|Boat Shoe|Leather”), (“Dockers|Boat Shoe|Leatherette”), (“Dockers|Boat Shoe|Polyurethane”), (“Dockers|Boat Shoe|PVC”), (“Dockers|Boat Shoe|Rubber”), (“Dockers|Brouge|Leather”), (“Dockers|Brouge|Leatherette”), (“Dockers|Brouge|Polyurethane”), (“Dockers|Brouge|PVC”), (“Dockers|Brouge|Rubber”), (“Dockers|Cross Trainer|Leather”), (“Dockers|Cross Trainer|Leatherette”), (“Dockers|Cross Trainer|Polyurethane”), (“Dockers|Cross Trainer|PVC”), (“Dockers|Cross Trainer|Rubber”), (“Dockers|Derby|Leather”), (“Dockers|Derby|Leatherette”), (“Dockers|Derby|Polyurethane”), (“Dockers|Derby|PVC”), (“Dockers|Derby|Rubber”), (“Dockers|Dress Boot|Leather”), (“Dockers|Dress Boot|Leatherette”), (“Dockers|Dress Boot|Polyurethane”), (“Dockers|Dress Boot|PVC”), (“Dockers|Dress Boot|Rubber”), (“Dockers|Dress Shoe|Leather”), (“Dockers|Dress Shoe|Leatherette”), (“Dockers|Dress Shoe|Polyurethane”), (“Dockers|Dress Shoe|PVC”), (“Dockers|Dress Shoe|Rubber”), (“Dockers|Driving Shoe|Leather”), (“Dockers|Driving Shoe|Leatherette”), (“Dockers|Driving Shoe|Polyurethane”), (“Dockers|Driving Shoe|PVC”), (“Dockers|Driving Shoe|Rubber”), (“Dockers|Hiker|Leather”), (“Dockers|Hiker|Leatherette”), (“Dockers|Hiker|Polyurethane”), (“Dockers|Hiker|PVC”), (“Dockers|Hiker|Rubber”), (“Dockers|Loafer (Slip-on)|Leather”), (“Dockers|Loafer (Slip-on)|Leatherette”), (“Dockers|Loafer (Slip-on)|Polyurethane”), (“Dockers|Loafer (Slip-on)|PVC”), (“Dockers|Loafer (Slip-on)|Rubber”), (“Dockers|Oxford (Lace-up)|Leather”), (“Dockers|Oxford (Lace-up)|Leatherette”), (“Dockers|Oxford (Lace-up)|Polyurethane”), (“Dockers|Oxford (Lace-up)|PVC”), (“Dockers|Oxford (Lace-up)|Rubber”), (“Dockers|Patent Leather|Leather”), (“Dockers|Patent Leather|Leatherette”), (“Dockers|Patent Leather|Polyurethane”), (“Dockers|Patent Leather|PVC”), (“Dockers|Patent Leather|Rubber”), (“Dockers|Penny Loafer|Leather”), (“Dockers|Penny Loafer|Leatherette”), (“Dockers|Penny Loafer|Polyurethane”), (“Dockers|Penny Loafer|PVC”), (“Dockers|Penny Loafer|Rubber”), (“Dockers|Runner|Leather”), (“Dockers|Runner|Leatherette”), (“Dockers|Runner|Polyurethane”), (“Dockers|Runner|PVC”), (“Dockers|Runner|Rubber”), (“Dockers|Saddle Shoe|Leather”), (“Dockers|Saddle Shoe|Leatherette”), (“Dockers|Saddle Shoe|Polyurethane”), (“Dockers|Saddle Shoe|PVC”), (“Dockers|Saddle Shoe|Rubber”), (“Dockers|Sandal|Leather”), (“Dockers|Sandal|Leatherette”), (“Dockers|Sandal|Polyurethane”), (“Dockers|Sandal|PVC”), (“Dockers|Sandal|Rubber”), (“Dockers|Tennis|Leather”), (“Dockers|Tennis|Leatherette”), (“Dockers|Tennis|Polyurethane”), (“Dockers|Tennis|PVC”), (“Dockers|Tennis|Rubber”), (“Dockers|Walker|Leather”), (“Dockers|Walker|Leatherette”), (“Dockers|Walker|Polyurethane”), (“Dockers|Walker|PVC”), (“Dockers|Walker|Rubber”), (“Dockers|Wingtip|Leather”), (“Dockers|Wingtip|Leatherette”), (“Dockers|Wingtip|Polyurethane”), (“Dockers|Wingtip|PVC”), (“Dockers|Wingtip|Rubber”), (“Dockers|Work Boot|Leather”), (“Dockers|Work Boot|Leatherette”), (“Dockers|Work Boot|Polyurethane”), (“Dockers|Work Boot|PVC”), (“Dockers|Work Boot|Rubber”), (“Dr. Martens|Balmoral|Leather”), (“Dr. Martens|Balmoral|Leatherette”), (“Dr. Martens|Balmoral|Polyurethane”), (“Dr. Martens|Balmoral|PVC”), (“Dr. Martens|Balmoral|Rubber”), (“Dr. Martens|Boat Shoe|Leather”), (“Dr. Martens|Boat Shoe|Leatherette”), (“Dr. Martens|Boat Shoe|Polyurethane”), (“Dr. Martens|Boat Shoe|PVC”), (“Dr. Martens|Boat Shoe|Rubber”), (“Dr. Martens|Brouge|Leather”), (“Dr. Martens|Brouge|Leatherette”), (“Dr. Martens|Brouge|Polyurethane”), (“Dr. Martens|Brouge|PVC”), (“Dr. Martens|Brouge|Rubber”), (“Dr. Martens|Cross Trainer|Leather”), (“Dr. Martens|Cross Trainer|Leatherette”), (“Dr. Martens|Cross Trainer|Polyurethane”), (“Dr. Martens|Cross Trainer|PVC”), (“Dr. Martens|Cross Trainer|Rubber”), (“Dr. Martens|Derby|Leather”), (“Dr. Martens|Derby|Leatherette”), (“Dr. Martens|Derby|Polyurethane”), (“Dr. Martens|Derby|PVC”), (“Dr. Martens|Derby|Rubber”), (“Dr. Martens|Dress Boot|Leather”), (“Dr. Martens|Dress Boot|Leatherette”), (“Dr. Martens|Dress Boot|Polyurethane”), (“Dr. Martens|Dress Boot|PVC”), (“Dr. Martens|Dress Boot|Rubber”), (“Dr. Martens|Dress Shoe|Leather”), (“Dr. Martens|Dress Shoe|Leatherette”), (“Dr. Martens|Dress Shoe|Polyurethane”), (“Dr. Martens|Dress Shoe|PVC”), (“Dr. Martens|Dress Shoe|Rubber”), (“Dr. Martens|Driving Shoe|Leather”), (“Dr. Martens|Driving Shoe|Leatherette”), (“Dr. Martens|Driving Shoe|Polyurethane”), (“Dr. Martens|Driving Shoe|PVC”), (“Dr. Martens|Driving Shoe|Rubber”), (“Dr. Martens|Hiker|Leather”), (“Dr. Martens|Hiker|Leatherette”), (“Dr. Martens|Hiker|Polyurethane”), (“Dr. Martens|Hiker|PVC”), (“Dr. Martens|Hiker|Rubber”), (“Dr. Martens|Loafer (Slip-on)|Leather”), (“Dr. Martens|Loafer (Slip-on)|Leatherette”), (“Dr. Martens|Loafer (Slip-on)|Polyurethane”), (“Dr. Martens|Loafer (Slip-on)|PVC”), (“Dr. Martens|Loafer (Slip-on)|Rubber”), (“Dr. Martens|Oxford (Lace-up)|Leather”), (“Dr. Martens|Oxford (Lace-up)|Leatherette”), (“Dr. Martens|Oxford (Lace-up)|Polyurethane”), (“Dr. Martens|Oxford (Lace-up)|PVC”), (“Dr. Martens|Oxford (Lace-up)|Rubber”), (“Dr. Martens|Patent Leather|Leather”), (“Dr. Martens|Patent Leather|Leatherette”), (“Dr. Martens|Patent Leather|Polyurethane”), (“Dr. Martens|Patent Leather|PVC”), (“Dr. Martens|Patent Leather|Rubber”), (“Dr. Martens|Penny Loafer|Leather”), (“Dr. Martens|Penny Loafer|Leatherette”), (“Dr. Martens|Penny Loafer|Polyurethane”), (“Dr. Martens|Penny Loafer|PVC”), (“Dr. Martens|Penny Loafer|Rubber”), (“Dr. Martens|Runner|Leather”), (“Dr. Martens|Runner|Leatherette”), (“Dr. Martens|Runner|Polyurethane”), (“Dr. Martens|Runner|PVC”), (“Dr. Martens|Runner|Rubber”), (“Dr. Martens|Saddle Shoe|Leather”), (“Dr. Martens|Saddle Shoe|Leatherette”), (“Dr. Martens|Saddle Shoe|Polyurethane”), (“Dr. Martens|Saddle Shoe|PVC”), (“Dr. Martens|Saddle Shoe|Rubber”), (“Dr. Martens|Sandal|Leather”), (“Dr. Martens|Sandal|Leatherette”), (“Dr. Martens|Sandal|Polyurethane”), (“Dr. Martens|Sandal|PVC”), (“Dr. Martens|Sandal|Rubber”), (“Dr. Martens|Tennis|Leather”), (“Dr. Martens|Tennis|Leatherette”), (“Dr. Martens|Tennis|Polyurethane”), (“Dr. Martens|Tennis|PVC”), (“Dr. Martens|Tennis|Rubber”), (“Dr. Martens|Walker|Leather”), (“Dr. Martens|Walker|Leatherette”), (“Dr. Martens|Walker|Polyurethane”), (“Dr. Martens|Walker|PVC”), (“Dr. Martens|Walker|Rubber”), (“Dr. Martens|Wingtip|Leather”), (“Dr. Martens|Wingtip|Leatherette”), (“Dr. Martens|Wingtip|Polyurethane”), (“Dr. Martens|Wingtip|PVC”), (“Dr. Martens|Wingtip|Rubber”), (“Dr. Martens|Work Boot|Leather”), (“Dr. Martens|Work Boot|Leatherette”), (“Dr. Martens|Work Boot|Polyurethane”), (“Dr. Martens|Work Boot|PVC”), (“Dr. Martens|Work Boot|Rubber”), (“Dream Pairs|Balmoral|Leather”), (“Dream Pairs|Balmoral|Leatherette”), (“Dream Pairs|Balmoral|Polyurethane”), (“Dream Pairs|Balmoral|PVC”), (“Dream Pairs|Balmoral|Rubber”), (“Dream Pairs|Boat Shoe|Leather”), (“Dream Pairs|Boat Shoe|Leatherette”), (“Dream Pairs|Boat Shoe|Polyurethane”), (“Dream Pairs|Boat Shoe|PVC”), (“Dream Pairs|Boat Shoe|Rubber”), (“Dream Pairs|Brouge|Leather”), (“Dream Pairs|Brouge|Leatherette”), (“Dream Pairs|Brouge|Polyurethane”), (“Dream Pairs|Brouge|PVC”), (“Dream Pairs|Brouge|Rubber”), (“Dream Pairs|Cross Trainer|Leather”), (“Dream Pairs|Cross Trainer|Leatherette”), (“Dream Pairs|Cross Trainer|Polyurethane”), (“Dream Pairs|Cross Trainer|PVC”), (“Dream Pairs|Cross Trainer|Rubber”), (“Dream Pairs|Derby|Leather”), (“Dream Pairs|Derby|Leatherette”), (“Dream Pairs|Derby|Polyurethane”), (“Dream Pairs|Derby|PVC”), (“Dream Pairs|Derby|Rubber”), (“Dream Pairs|Dress Boot|Leather”), (“Dream Pairs|Dress Boot|Leatherette”), (“Dream Pairs|Dress Boot|Polyurethane”), (“Dream Pairs|Dress Boot|PVC”), (“Dream Pairs|Dress Boot|Rubber”), (“Dream Pairs|Dress Shoe|Leather”), (“Dream Pairs|Dress Shoe|Leatherette”), (“Dream Pairs|Dress Shoe|Polyurethane”), (“Dream Pairs|Dress Shoe|PVC”), (“Dream Pairs|Dress Shoe|Rubber”), (“Dream Pairs|Driving Shoe|Leather”), (“Dream Pairs|Driving Shoe|Leatherette”), (“Dream Pairs|Driving Shoe|Polyurethane”), (“Dream Pairs|Driving Shoe|PVC”), (“Dream Pairs|Driving Shoe|Rubber”), (“Dream Pairs|Hiker|Leather”), (“Dream Pairs|Hiker|Leatherette”), (“Dream Pairs|Hiker|Polyurethane”), (“Dream Pairs|Hiker|PVC”), (“Dream Pairs|Hiker|Rubber”), (“Dream Pairs|Loafer (Slip-on)|Leather”), (“Dream Pairs|Loafer (Slip-on)|Leatherette”), (“Dream Pairs|Loafer (Slip-on)|Polyurethane”), (“Dream Pairs|Loafer (Slip-on)|PVC”), (“Dream Pairs|Loafer (Slip-on)|Rubber”), (“Dream Pairs|Oxford (Lace-up)|Leather”), (“Dream Pairs|Oxford (Lace-up)|Leatherette”), (“Dream Pairs|Oxford (Lace-up)|Polyurethane”), (“Dream Pairs|Oxford (Lace-up)|PVC”), (“Dream Pairs|Oxford (Lace-up)|Rubber”), (“Dream Pairs|Patent Leather|Leather”), (“Dream Pairs|Patent Leather|Leatherette”), (“Dream Pairs|Patent Leather|Polyurethane”), (“Dream Pairs|Patent Leather|PVC”), (“Dream Pairs|Patent Leather|Rubber”), (“Dream Pairs|Penny Loafer|Leather”), (“Dream Pairs|Penny Loafer|Leatherette”), (“Dream Pairs|Penny Loafer|Polyurethane”), (“Dream Pairs|Penny Loafer|PVC”), (“Dream Pairs|Penny Loafer|Rubber”), (“Dream Pairs|Runner|Leather”), (“Dream Pairs|Runner|Leatherette”), (“Dream Pairs|Runner|Polyurethane”), (“Dream Pairs|Runner|PVC”), (“Dream Pairs|Runner|Rubber”), (“Dream Pairs|Saddle Shoe|Leather”), (“Dream Pairs|Saddle Shoe|Leatherette”), (“Dream Pairs|Saddle Shoe|Polyurethane”), (“Dream Pairs|Saddle Shoe|PVC”), (“Dream Pairs|Saddle Shoe|Rubber”), (“Dream Pairs|Sandal|Leather”), (“Dream Pairs|Sandal|Leatherette”), (“Dream Pairs|Sandal|Polyurethane”), (“Dream Pairs|Sandal|PVC”), (“Dream Pairs|Sandal|Rubber”), (“Dream Pairs|Tennis|Leather”), (“Dream Pairs|Tennis|Leatherette”), (“Dream Pairs|Tennis|Polyurethane”), (“Dream Pairs|Tennis|PVC”), (“Dream Pairs|Tennis|Rubber”), (“Dream Pairs|Walker|Leather”), (“Dream Pairs|Walker|Leatherette”), (“Dream Pairs|Walker|Polyurethane”), (“Dream Pairs|Walker|PVC”), (“Dream Pairs|Walker|Rubber”), (“Dream Pairs|Wingtip|Leather”), (“Dream Pairs|Wingtip|Leatherette”), (“Dream Pairs|Wingtip|Polyurethane”), (“Dream Pairs|Wingtip|PVC”), (“Dream Pairs|Wingtip|Rubber”), (“Dream Pairs|Work Boot|Leather”), (“Dream Pairs|Work Boot|Leatherette”), (“Dream Pairs|Work Boot|Polyurethane”), (“Dream Pairs|Work Boot|PVC”), (“Dream Pairs|Work Boot|Rubber”), (“Ecco|Balmoral|Leather”), (“Ecco|Balmoral|Leatherette”), (“Ecco|Balmoral|Polyurethane”), (“Ecco|Balmoral|PVC”), (“Ecco|Balmoral|Rubber”), (“Ecco|Boat Shoe|Leather”), (“Ecco|Boat Shoe|Leatherette”), (“Ecco|Boat Shoe|Polyurethane”), (“Ecco|Boat Shoe|PVC”), (“Ecco|Boat Shoe|Rubber”), (“Ecco|Brouge|Leather”), (“Ecco|Brouge|Leatherette”), (“Ecco|Brouge|Polyurethane”), (“Ecco|Brouge|PVC”), (“Ecco|Brouge|Rubber”), (“Ecco|Cross Trainer|Leather”), (“Ecco|Cross Trainer|Leatherette”), (“Ecco|Cross Trainer|Polyurethane”), (“Ecco|Cross Trainer|PVC”), (“Ecco|Cross Trainer|Rubber”), (“Ecco|Derby|Leather”), (“Ecco|Derby|Leatherette”), (“Ecco|Derby|Polyurethane”), (“Ecco|Derby|PVC”), (“Ecco|Derby|Rubber”), (“Ecco|Dress Boot|Leather”), (“Ecco|Dress Boot|Leatherette”), (“Ecco|Dress Boot|Polyurethane”), (“Ecco|Dress Boot|PVC”), (“Ecco|Dress Boot|Rubber”), (“Ecco|Dress Shoe|Leather”), (“Ecco|Dress Shoe|Leatherette”), (“Ecco|Dress Shoe|Polyurethane”), (“Ecco|Dress Shoe|PVC”), (“Ecco|Dress Shoe|Rubber”), (“Ecco|Driving Shoe|Leather”), (“Ecco|Driving Shoe|Leatherette”), (“Ecco|Driving Shoe|Polyurethane”), (“Ecco|Driving Shoe|PVC”), (“Ecco|Driving Shoe|Rubber”), (“Ecco|Hiker|Leather”), (“Ecco|Hiker|Leatherette”), (“Ecco|Hiker|Polyurethane”), (“Ecco|Hiker|PVC”), (“Ecco|Hiker|Rubber”), (“Ecco|Loafer (Slip-on)|Leather”), (“Ecco|Loafer (Slip-on)|Leatherette”), (“Ecco|Loafer (Slip-on)|Polyurethane”), (“Ecco|Loafer (Slip-on)|PVC”), (“Ecco|Loafer (Slip-on)|Rubber”), (“Ecco|Oxford (Lace-up)|Leather”), (“Ecco|Oxford (Lace-up)|Leatherette”), (“Ecco|Oxford (Lace-up)|Polyurethane”), (“Ecco|Oxford (Lace-up)|PVC”), (“Ecco|Oxford (Lace-up)|Rubber”), (“Ecco|Patent Leather|Leather”), (“Ecco|Patent Leather|Leatherette”), (“Ecco|Patent Leather|Polyurethane”), (“Ecco|Patent Leather|PVC”), (“Ecco|Patent Leather|Rubber”), (“Ecco|Penny Loafer|Leather”), (“Ecco|Penny Loafer|Leatherette”), (“Ecco|Penny Loafer|Polyurethane”), (“Ecco|Penny Loafer|PVC”), (“Ecco|Penny Loafer|Rubber”), (“Ecco|Runner|Leather”), (“Ecco|Runner|Leatherette”), (“Ecco|Runner|Polyurethane”), (“Ecco|Runner|PVC”), (“Ecco|Runner|Rubber”), (“Ecco|Saddle Shoe|Leather”), (“Ecco|Saddle Shoe|Leatherette”), (“Ecco|Saddle Shoe|Polyurethane”), (“Ecco|Saddle Shoe|PVC”), (“Ecco|Saddle Shoe|Rubber”), (“Ecco|Sandal|Leather”), (“Ecco|Sandal|Leatherette”), (“Ecco|Sandal|Polyurethane”), (“Ecco|Sandal|PVC”), (“Ecco|Sandal|Rubber”), (“Ecco|Tennis|Leather”), (“Ecco|Tennis|Leatherette”), (“Ecco|Tennis|Polyurethane”), (“Ecco|Tennis|PVC”), (“Ecco|Tennis|Rubber”), (“Ecco|Walker|Leather”), (“Ecco|Walker|Leatherette”), (“Ecco|Walker|Polyurethane”), (“Ecco|Walker|PVC”), (“Ecco|Walker|Rubber”), (“Ecco|Wingtip|Leather”), (“Ecco|Wingtip|Leatherette”), (“Ecco|Wingtip|Polyurethane”), (“Ecco|Wingtip|PVC”), (“Ecco|Wingtip|Rubber”), (“Ecco|Work Boot|Leather”), (“Ecco|Work Boot|Leatherette”), (“Ecco|Work Boot|Polyurethane”), (“Ecco|Work Boot|PVC”), (“Ecco|Work Boot|Rubber”), (“Etnies|Balmoral|Leather”), (“Etnies|Balmoral|Leatherette”), (“Etnies|Balmoral|Polyurethane”), (“Etnies|Balmoral|PVC”), (“Etnies|Balmoral|Rubber”), (“Etnies|Boat Shoe|Leather”), (“Etnies|Boat Shoe|Leatherette”), (“Etnies|Boat Shoe|Polyurethane”), (“Etnies|Boat Shoe|PVC”), (“Etnies|Boat Shoe|Rubber”), (“Etnies|Brouge|Leather”), (“Etnies|Brouge|Leatherette”), (“Etnies|Brouge|Polyurethane”), (“Etnies|Brouge|PVC”), (“Etnies|Brouge|Rubber”), (“Etnies|Cross Trainer|Leather”), (“Etnies|Cross Trainer|Leatherette”), (“Etnies|Cross Trainer|Polyurethane”), (“Etnies|Cross Trainer|PVC”), (“Etnies|Cross Trainer|Rubber”), (“Etnies|Derby|Leather”), (“Etnies|Derby|Leatherette”), (“Etnies|Derby|Polyurethane”), (“Etnies|Derby|PVC”), (“Etnies|Derby|Rubber”), (“Etnies|Dress Boot|Leather”), (“Etnies|Dress Boot|Leatherette”), (“Etnies|Dress Boot|Polyurethane”), (“Etnies|Dress Boot|PVC”), (“Etnies|Dress Boot|Rubber”), (“Etnies|Dress Shoe|Leather”), (“Etnies|Dress Shoe|Leatherette”), (“Etnies|Dress Shoe|Polyurethane”), (“Etnies|Dress Shoe|PVC”), (“Etnies|Dress Shoe|Rubber”), (“Etnies|Driving Shoe|Leather”), (“Etnies|Driving Shoe|Leatherette”), (“Etnies|Driving Shoe|Polyurethane”), (“Etnies|Driving Shoe|PVC”), (“Etnies|Driving Shoe|Rubber”), (“Etnies|Hiker|Leather”), (“Etnies|Hiker|Leatherette”), (“Etnies|Hiker|Polyurethane”), (“Etnies|Hiker|PVC”), (“Etnies|Hiker|Rubber”), (“Etnies|Loafer (Slip-on)|Leather”), (“Etnies|Loafer (Slip-on)|Leatherette”), (“Etnies|Loafer (Slip-on)|Polyurethane”), (“Etnies|Loafer (Slip-on)|PVC”), (“Etnies|Loafer (Slip-on)|Rubber”), (“Etnies|Oxford (Lace-up)|Leather”), (“Etnies|Oxford (Lace-up)|Leatherette”), (“Etnies|Oxford (Lace-up)|Polyurethane”), (“Etnies|Oxford (Lace-up)|PVC”), (“Etnies|Oxford (Lace-up)|Rubber”), (“Etnies|Patent Leather|Leather”), (“Etnies|Patent Leather|Leatherette”), (“Etnies|Patent Leather|Polyurethane”), (“Etnies|Patent Leather|PVC”), (“Etnies|Patent Leather|Rubber”), (“Etnies|Penny Loafer|Leather”), (“Etnies|Penny Loafer|Leatherette”), (“Etnies|Penny Loafer|Polyurethane”), (“Etnies|Penny Loafer|PVC”), (“Etnies|Penny Loafer|Rubber”), (“Etnies|Runner|Leather”), (“Etnies|Runner|Leatherette”), (“Etnies|Runner|Polyurethane”), (“Etnies|Runner|PVC”), (“Etnies|Runner|Rubber”), (“Etnies|Saddle Shoe|Leather”), (“Etnies|Saddle Shoe|Leatherette”), (“Etnies|Saddle Shoe|Polyurethane”), (“Etnies|Saddle Shoe|PVC”), (“Etnies|Saddle Shoe|Rubber”), (“Etnies|Sandal|Leather”), (“Etnies|Sandal|Leatherette”), (“Etnies|Sandal|Polyurethane”), (“Etnies|Sandal|PVC”), (“Etnies|Sandal|Rubber”), (“Etnies|Tennis|Leather”), (“Etnies|Tennis|Leatherette”), (“Etnies|Tennis|Polyurethane”), (“Etnies|Tennis|PVC”), (“Etnies|Tennis|Rubber”), (“Etnies|Walker|Leather”), (“Etnies|Walker|Leatherette”), (“Etnies|Walker|Polyurethane”), (“Etnies|Walker|PVC”), (“Etnies|Walker|Rubber”), (“Etnies|Wingtip|Leather”), (“Etnies|Wingtip|Leatherette”), (“Etnies|Wingtip|Polyurethane”), (“Etnies|Wingtip|PVC”), (“Etnies|Wingtip|Rubber”), (“Etnies|Work Boot|Leather”), (“Etnies|Work Boot|Leatherette”), (“Etnies|Work Boot|Polyurethane”), (“Etnies|Work Boot|PVC”), (“Etnies|Work Boot|Rubber”), (“Fred Perry|Balmoral|Leather”), (“Fred Perry|Balmoral|Leatherette”), (“Fred Perry|Balmoral|Polyurethane”), (“Fred Perry|Balmoral|PVC”), (“Fred Perry|Balmoral|Rubber”), (“Fred Perry|Boat Shoe|Leather”), (“Fred Perry|Boat Shoe|Leatherette”), (“Fred Perry|Boat Shoe|Polyurethane”), (“Fred Perry|Boat Shoe|PVC”), (“Fred Perry|Boat Shoe|Rubber”), (“Fred Perry|Brouge|Leather”), (“Fred Perry|Brouge|Leatherette”), (“Fred Perry|Brouge|Polyurethane”), (“Fred Perry|Brouge|PVC”), (“Fred Perry|Brouge|Rubber”), (“Fred Perry|Cross Trainer|Leather”), (“Fred Perry|Cross Trainer|Leatherette”), (“Fred Perry|Cross Trainer|Polyurethane”), (“Fred Perry|Cross Trainer|PVC”), (“Fred Perry|Cross Trainer|Rubber”), (“Fred Perry|Derby|Leather”), (“Fred Perry|Derby|Leatherette”), (“Fred Perry|Derby|Polyurethane”), (“Fred Perry|Derby|PVC”), (“Fred Perry|Derby|Rubber”), (“Fred Perry|Dress Boot|Leather”), (“Fred Perry|Dress Boot|Leatherette”), (“Fred Perry|Dress Boot|Polyurethane”), (“Fred Perry|Dress Boot|PVC”), (“Fred Perry|Dress Boot|Rubber”), (“Fred Perry|Dress Shoe|Leather”), (“Fred Perry|Dress Shoe|Leatherette”), (“Fred Perry|Dress Shoe|Polyurethane”), (“Fred Perry|Dress Shoe|PVC”), (“Fred Perry|Dress Shoe|Rubber”), (“Fred Perry|Driving Shoe|Leather”), (“Fred Perry|Driving Shoe|Leatherette”), (“Fred Perry|Driving Shoe|Polyurethane”), (“Fred Perry|Driving Shoe|PVC”), (“Fred Perry|Driving Shoe|Rubber”), (“Fred Perry|Hiker|Leather”), (“Fred Perry|Hiker|Leatherette”), (“Fred Perry|Hiker|Polyurethane”), (“Fred Perry|Hiker|PVC”), (“Fred Perry|Hiker|Rubber”), (“Fred Perry|Loafer (Slip-on)|Leather”), (“Fred Perry|Loafer (Slip-on)|Leatherette”), (“Fred Perry|Loafer (Slip-on)|Polyurethane”), (“Fred Perry|Loafer (Slip-on)|PVC”), (“Fred Perry|Loafer (Slip-on)|Rubber”), (“Fred Perry|Oxford (Lace-up)|Leather”), (“Fred Perry|Oxford (Lace-up)|Leatherette”), (“Fred Perry|Oxford (Lace-up)|Polyurethane”), (“Fred Perry|Oxford (Lace-up)|PVC”), (“Fred Perry|Oxford (Lace-up)|Rubber”), (“Fred Perry|Patent Leather|Leather”), (“Fred Perry|Patent Leather|Leatherette”), (“Fred Perry|Patent Leather|Polyurethane”), (“Fred Perry|Patent Leather|PVC”), (“Fred Perry|Patent Leather|Rubber”), (“Fred Perry|Penny Loafer|Leather”), (“Fred Perry|Penny Loafer|Leatherette”), (“Fred Perry|Penny Loafer|Polyurethane”), (“Fred Perry|Penny Loafer|PVC”), (“Fred Perry|Penny Loafer|Rubber”), (“Fred Perry|Runner|Leather”), (“Fred Perry|Runner|Leatherette”), (“Fred Perry|Runner|Polyurethane”), (“Fred Perry|Runner|PVC”), (“Fred Perry|Runner|Rubber”), (“Fred Perry|Saddle Shoe|Leather”), (“Fred Perry|Saddle Shoe|Leatherette”), (“Fred Perry|Saddle Shoe|Polyurethane”), (“Fred Perry|Saddle Shoe|PVC”), (“Fred Perry|Saddle Shoe|Rubber”), (“Fred Perry|Sandal|Leather”), (“Fred Perry|Sandal|Leatherette”), (“Fred Perry|Sandal|Polyurethane”), (“Fred Perry|Sandal|PVC”), (“Fred Perry|Sandal|Rubber”), (“Fred Perry|Tennis|Leather”), (“Fred Perry|Tennis|Leatherette”), (“Fred Perry|Tennis|Polyurethane”), (“Fred Perry|Tennis|PVC”), (“Fred Perry|Tennis|Rubber”), (“Fred Perry|Walker|Leather”), (“Fred Perry|Walker|Leatherette”), (“Fred Perry|Walker|Polyurethane”), (“Fred Perry|Walker|PVC”), (“Fred Perry|Walker|Rubber”), (“Fred Perry|Wingtip|Leather”), (“Fred Perry|Wingtip|Leatherette”), (“Fred Perry|Wingtip|Polyurethane”), (“Fred Perry|Wingtip|PVC”), (“Fred Perry|Wingtip|Rubber”), (“Fred Perry|Work Boot|Leather”), (“Fred Perry|Work Boot|Leatherette”), (“Fred Perry|Work Boot|Polyurethane”), (“Fred Perry|Work Boot|PVC”), (“Fred Perry|Work Boot|Rubber”), (“Frye|Balmoral|Leather”), (“Frye|Balmoral|Leatherette”), (“Frye|Balmoral|Polyurethane”), (“Frye|Balmoral|PVC”), (“Frye|Balmoral|Rubber”), (“Frye|Boat Shoe|Leather”), (“Frye|Boat Shoe|Leatherette”), (“Frye|Boat Shoe|Polyurethane”), (“Frye|Boat Shoe|PVC”), (“Frye|Boat Shoe|Rubber”), (“Frye|Brouge|Leather”), (“Frye|Brouge|Leatherette”), (“Frye|Brouge|Polyurethane”), (“Frye|Brouge|PVC”), (“Frye|Brouge|Rubber”), (“Frye|Cross Trainer|Leather”), (“Frye|Cross Trainer|Leatherette”), (“Frye|Cross Trainer|Polyurethane”), (“Frye|Cross Trainer|PVC”), (“Frye|Cross Trainer|Rubber”), (“Frye|Derby|Leather”), (“Frye|Derby|Leatherette”), (“Frye|Derby|Polyurethane”), (“Frye|Derby|PVC”), (“Frye|Derby|Rubber”), (“Frye|Dress Boot|Leather”), (“Frye|Dress Boot|Leatherette”), (“Frye|Dress Boot|Polyurethane”), (“Frye|Dress Boot|PVC”), (“Frye|Dress Boot|Rubber”), (“Frye|Dress Shoe|Leather”), (“Frye|Dress Shoe|Leatherette”), (“Frye|Dress Shoe|Polyurethane”), (“Frye|Dress Shoe|PVC”), (“Frye|Dress Shoe|Rubber”), (“Frye|Driving Shoe|Leather”), (“Frye|Driving Shoe|Leatherette”), (“Frye|Driving Shoe|Polyurethane”), (“Frye|Driving Shoe|PVC”), (“Frye|Driving Shoe|Rubber”), (“Frye|Hiker|Leather”), (“Frye|Hiker|Leatherette”), (“Frye|Hiker|Polyurethane”), (“Frye|Hiker|PVC”), (“Frye|Hiker|Rubber”), (“Frye|Loafer (Slip-on)|Leather”), (“Frye|Loafer (Slip-on)|Leatherette”), (“Frye|Loafer (Slip-on)|Polyurethane”), (“Frye|Loafer (Slip-on)|PVC”), (“Frye|Loafer (Slip-on)|Rubber”), (“Frye|Oxford (Lace-up)|Leather”), (“Frye|Oxford (Lace-up)|Leatherette”), (“Frye|Oxford (Lace-up)|Polyurethane”), (“Frye|Oxford (Lace-up)|PVC”), (“Frye|Oxford (Lace-up)|Rubber”), (“Frye|Patent Leather|Leather”), (“Frye|Patent Leather|Leatherette”), (“Frye|Patent Leather|Polyurethane”), (“Frye|Patent Leather|PVC”), (“Frye|Patent Leather|Rubber”), (“Frye|Penny Loafer|Leather”), (“Frye|Penny Loafer|Leatherette”), (“Frye|Penny Loafer|Polyurethane”), (“Frye|Penny Loafer|PVC”), (“Frye|Penny Loafer|Rubber”), (“Frye|Runner|Leather”), (“Frye|Runner|Leatherette”), (“Frye|Runner|Polyurethane”), (“Frye|Runner|PVC”), (“Frye|Runner|Rubber”), (“Frye|Saddle Shoe|Leather”), (“Frye|Saddle Shoe|Leatherette”), (“Frye|Saddle Shoe|Polyurethane”), (“Frye|Saddle Shoe|PVC”), (“Frye|Saddle Shoe|Rubber”), (“Frye|Sandal|Leather”), (“Frye|Sandal|Leatherette”), (“Frye|Sandal|Polyurethane”), (“Frye|Sandal|PVC”), (“Frye|Sandal|Rubber”), (“Frye|Tennis|Leather”), (“Frye|Tennis|Leatherette”), (“Frye|Tennis|Polyurethane”), (“Frye|Tennis|PVC”), (“Frye|Tennis|Rubber”), (“Frye|Walker|Leather”), (“Frye|Walker|Leatherette”), (“Frye|Walker|Polyurethane”), (“Frye|Walker|PVC”), (“Frye|Walker|Rubber”), (“Frye|Wingtip|Leather”), (“Frye|Wingtip|Leatherette”), (“Frye|Wingtip|Polyurethane”), (“Frye|Wingtip|PVC”), (“Frye|Wingtip|Rubber”), (“Frye|Work Boot|Leather”), (“Frye|Work Boot|Leatherette”), (“Frye|Work Boot|Polyurethane”), (“Frye|Work Boot|PVC”), (“Frye|Work Boot|Rubber”), (“Hi-Tec|Balmoral|Leather”), (“Hi-Tec|Balmoral|Leatherette”), (“Hi-Tec|Balmoral|Polyurethane”), (“Hi-Tec|Balmoral|PVC”), (“Hi-Tec|Balmoral|Rubber”), (“Hi-Tec|Boat Shoe|Leather”), (“Hi-Tec|Boat Shoe|Leatherette”), (“Hi-Tec|Boat Shoe|Polyurethane”), (“Hi-Tec|Boat Shoe|PVC”), (“Hi-Tec|Boat Shoe|Rubber”), (“Hi-Tec|Brouge|Leather”), (“Hi-Tec|Brouge|Leatherette”), (“Hi-Tec|Brouge|Polyurethane”), (“Hi-Tec|Brouge|PVC”), (“Hi-Tec|Brouge|Rubber”), (“Hi-Tec|Cross Trainer|Leather”), (“Hi-Tec|Cross Trainer|Leatherette”), (“Hi-Tec|Cross Trainer|Polyurethane”), (“Hi-Tec|Cross Trainer|PVC”), (“Hi-Tec|Cross Trainer|Rubber”), (“Hi-Tec|Derby|Leather”), (“Hi-Tec|Derby|Leatherette”), (“Hi-Tec|Derby|Polyurethane”), (“Hi-Tec|Derby|PVC”), (“Hi-Tec|Derby|Rubber”), (“Hi-Tec|Dress Boot|Leather”), (“Hi-Tec|Dress Boot|Leatherette”), (“Hi-Tec|Dress Boot|Polyurethane”), (“Hi-Tec|Dress Boot|PVC”), (“Hi-Tec|Dress Boot|Rubber”), (“Hi-Tec|Dress Shoe|Leather”), (“Hi-Tec|Dress Shoe|Leatherette”), (“Hi-Tec|Dress Shoe|Polyurethane”), (“Hi-Tec|Dress Shoe|PVC”), (“Hi-Tec|Dress Shoe|Rubber”), (“Hi-Tec|Driving Shoe|Leather”), (“Hi-Tec|Driving Shoe|Leatherette”), (“Hi-Tec|Driving Shoe|Polyurethane”), (“Hi-Tec|Driving Shoe|PVC”), (“Hi-Tec|Driving Shoe|Rubber”), (“Hi-Tec|Hiker|Leather”), (“Hi-Tec|Hiker|Leatherette”), (“Hi-Tec|Hiker|Polyurethane”), (“Hi-Tec|Hiker|PVC”), (“Hi-Tec|Hiker|Rubber”), (“Hi-Tec|Loafer (Slip-on)|Leather”), (“Hi-Tec|Loafer (Slip-on)|Leatherette”), (“Hi-Tec|Loafer (Slip-on)|Polyurethane”), (“Hi-Tec|Loafer (Slip-on)|PVC”), (“Hi-Tec|Loafer (Slip-on)|Rubber”), (“Hi-Tec|Oxford (Lace-up)|Leather”), (“Hi-Tec|Oxford (Lace-up)|Leatherette”), (“Hi-Tec|Oxford (Lace-up)|Polyurethane”), (“Hi-Tec|Oxford (Lace-up)|PVC”), (“Hi-Tec|Oxford (Lace-up)|Rubber”), (“Hi-Tec|Patent Leather|Leather”), (“Hi-Tec|Patent Leather|Leatherette”), (“Hi-Tec|Patent Leather|Polyurethane”), (“Hi-Tec|Patent Leather|PVC”), (“Hi-Tec|Patent Leather|Rubber”), (“Hi-Tec|Penny Loafer|Leather”), (“Hi-Tec|Penny Loafer|Leatherette”), (“Hi-Tec|Penny Loafer|Polyurethane”), (“Hi-Tec|Penny Loafer|PVC”), (“Hi-Tec|Penny Loafer|Rubber”), (“Hi-Tec|Runner|Leather”), (“Hi-Tec|Runner|Leatherette”), (“Hi-Tec|Runner|Polyurethane”), (“Hi-Tec|Runner|PVC”), (“Hi-Tec|Runner|Rubber”), (“Hi-Tec|Saddle Shoe|Leather”), (“Hi-Tec|Saddle Shoe|Leatherette”), (“Hi-Tec|Saddle Shoe|Polyurethane”), (“Hi-Tec|Saddle Shoe|PVC”), (“Hi-Tec|Saddle Shoe|Rubber”), (“Hi-Tec|Sandal|Leather”), (“Hi-Tec|Sandal|Leatherette”), (“Hi-Tec|Sandal|Polyurethane”), (“Hi-Tec|Sandal|PVC”), (“Hi-Tec|Sandal|Rubber”), (“Hi-Tec|Tennis|Leather”), (“Hi-Tec|Tennis|Leatherette”), (“Hi-Tec|Tennis|Polyurethane”), (“Hi-Tec|Tennis|PVC”), (“Hi-Tec|Tennis|Rubber”), (“Hi-Tec|Walker|Leather”), (“Hi-Tec|Walker|Leatherette”), (“Hi-Tec|Walker|Polyurethane”), (“Hi-Tec|Walker|PVC”), (“Hi-Tec|Walker|Rubber”), (“Hi-Tec|Wingtip|Leather”), (“Hi-Tec|Wingtip|Leatherette”), (“Hi-Tec|Wingtip|Polyurethane”), (“Hi-Tec|Wingtip|PVC”), (“Hi-Tec|Wingtip|Rubber”), (“Hi-Tec|Work Boot|Leather”), (“Hi-Tec|Work Boot|Leatherette”), (“Hi-Tec|Work Boot|Polyurethane”), (“Hi-Tec|Work Boot|PVC”), (“Hi-Tec|Work Boot|Rubber”), (“John Fluevog|Balmoral|Leather”), (“John Fluevog|Balmoral|Leatherette”), (“John Fluevog|Balmoral|Polyurethane”), (“John Fluevog|Balmoral|PVC”), (“John Fluevog|Balmoral|Rubber”), (“John Fluevog|Boat Shoe|Leather”), (“John Fluevog|Boat Shoe|Leatherette”), (“John Fluevog|Boat Shoe|Polyurethane”), (“John Fluevog|Boat Shoe|PVC”), (“John Fluevog|Boat Shoe|Rubber”), (“John Fluevog|Brouge|Leather”), (“John Fluevog|Brouge|Leatherette”), (“John Fluevog|Brouge|Polyurethane”), (“John Fluevog|Brouge|PVC”), (“John Fluevog|Brouge|Rubber”), (“John Fluevog|Cross Trainer|Leather”), (“John Fluevog|Cross Trainer|Leatherette”), (“John Fluevog|Cross Trainer|Polyurethane”), (“John Fluevog|Cross Trainer|PVC”), (“John Fluevog|Cross Trainer|Rubber”), (“John Fluevog|Derby|Leather”), (“John Fluevog|Derby|Leatherette”), (“John Fluevog|Derby|Polyurethane”), (“John Fluevog|Derby|PVC”), (“John Fluevog|Derby|Rubber”), (“John Fluevog|Dress Boot|Leather”), (“John Fluevog|Dress Boot|Leatherette”), (“John Fluevog|Dress Boot|Polyurethane”), (“John Fluevog|Dress Boot|PVC”), (“John Fluevog|Dress Boot|Rubber”), (“John Fluevog|Dress Shoe|Leather”), (“John Fluevog|Dress Shoe|Leatherette”), (“John Fluevog|Dress Shoe|Polyurethane”), (“John Fluevog|Dress Shoe|PVC”), (“John Fluevog|Dress Shoe|Rubber”), (“John Fluevog|Driving Shoe|Leather”), (“John Fluevog|Driving Shoe|Leatherette”), (“John Fluevog|Driving Shoe|Polyurethane”), (“John Fluevog|Driving Shoe|PVC”), (“John Fluevog|Driving Shoe|Rubber”), (“John Fluevog|Hiker|Leather”), (“John Fluevog|Hiker|Leatherette”), (“John Fluevog|Hiker|Polyurethane”), (“John Fluevog|Hiker|PVC”), (“John Fluevog|Hiker|Rubber”), (“John Fluevog|Loafer (Slip-on)|Leather”), (“John Fluevog|Loafer (Slip-on)|Leatherette”), (“John Fluevog|Loafer (Slip-on)|Polyurethane”), (“John Fluevog|Loafer (Slip-on)|PVC”), (“John Fluevog|Loafer (Slip-on)|Rubber”), (“John Fluevog|Oxford (Lace-up)|Leather”), (“John Fluevog|Oxford (Lace-up)|Leatherette”), (“John Fluevog|Oxford (Lace-up)|Polyurethane”), (“John Fluevog|Oxford (Lace-up)|PVC”), (“John Fluevog|Oxford (Lace-up)|Rubber”), (“John Fluevog|Patent Leather|Leather”), (“John Fluevog|Patent Leather|Leatherette”), (“John Fluevog|Patent Leather|Polyurethane”), (“John Fluevog|Patent Leather|PVC”), (“John Fluevog|Patent Leather|Rubber”), (“John Fluevog|Penny Loafer|Leather”), (“John Fluevog|Penny Loafer|Leatherette”), (“John Fluevog|Penny Loafer|Polyurethane”), (“John Fluevog|Penny Loafer|PVC”), (“John Fluevog|Penny Loafer|Rubber”), (“John Fluevog|Runner|Leather”), (“John Fluevog|Runner|Leatherette”), (“John Fluevog|Runner|Polyurethane”), (“John Fluevog|Runner|PVC”), (“John Fluevog|Runner|Rubber”), (“John Fluevog|Saddle Shoe|Leather”), (“John Fluevog|Saddle Shoe|Leatherette”), (“John Fluevog|Saddle Shoe|Polyurethane”), (“John Fluevog|Saddle Shoe|PVC”), (“John Fluevog|Saddle Shoe|Rubber”), (“John Fluevog|Sandal|Leather”), (“John Fluevog|Sandal|Leatherette”), (“John Fluevog|Sandal|Polyurethane”), (“John Fluevog|Sandal|PVC”), (“John Fluevog|Sandal|Rubber”), (“John Fluevog|Tennis|Leather”), (“John Fluevog|Tennis|Leatherette”), (“John Fluevog|Tennis|Polyurethane”), (“John Fluevog|Tennis|PVC”), (“John Fluevog|Tennis|Rubber”), (“John Fluevog|Walker|Leather”), (“John Fluevog|Walker|Leatherette”), (“John Fluevog|Walker|Polyurethane”), (“John Fluevog|Walker|PVC”), (“John Fluevog|Walker|Rubber”), (“John Fluevog|Wingtip|Leather”), (“John Fluevog|Wingtip|Leatherette”), (“John Fluevog|Wingtip|Polyurethane”), (“John Fluevog|Wingtip|PVC”), (“John Fluevog|Wingtip|Rubber”), (“John Fluevog|Work Boot|Leather”), (“John Fluevog|Work Boot|Leatherette”), (“John Fluevog|Work Boot|Polyurethane”), (“John Fluevog|Work Boot|PVC”), (“John Fluevog|Work Boot|Rubber”), (“Kamik|Balmoral|Leather”), (“Kamik|Balmoral|Leatherette”), (“Kamik|Balmoral|Polyurethane”), (“Kamik|Balmoral|PVC”), (“Kamik|Balmoral|Rubber”), (“Kamik|Boat Shoe|Leather”), (“Kamik|Boat Shoe|Leatherette”), (“Kamik|Boat Shoe|Polyurethane”), (“Kamik|Boat Shoe|PVC”), (“Kamik|Boat Shoe|Rubber”), (“Kamik|Brouge|Leather”), (“Kamik|Brouge|Leatherette”), (“Kamik|Brouge|Polyurethane”), (“Kamik|Brouge|PVC”), (“Kamik|Brouge|Rubber”), (“Kamik|Cross Trainer|Leather”), (“Kamik|Cross Trainer|Leatherette”), (“Kamik|Cross Trainer|Polyurethane”), (“Kamik|Cross Trainer|PVC”), (“Kamik|Cross Trainer|Rubber”), (“Kamik|Derby|Leather”), (“Kamik|Derby|Leatherette”), (“Kamik|Derby|Polyurethane”), (“Kamik|Derby|PVC”), (“Kamik|Derby|Rubber”), (“Kamik|Dress Boot|Leather”), (“Kamik|Dress Boot|Leatherette”), (“Kamik|Dress Boot|Polyurethane”), (“Kamik|Dress Boot|PVC”), (“Kamik|Dress Boot|Rubber”), (“Kamik|Dress Shoe|Leather”), (“Kamik|Dress Shoe|Leatherette”), (“Kamik|Dress Shoe|Polyurethane”), (“Kamik|Dress Shoe|PVC”), (“Kamik|Dress Shoe|Rubber”), (“Kamik|Driving Shoe|Leather”), (“Kamik|Driving Shoe|Leatherette”), (“Kamik|Driving Shoe|Polyurethane”), (“Kamik|Driving Shoe|PVC”), (“Kamik|Driving Shoe|Rubber”), (“Kamik|Hiker|Leather”), (“Kamik|Hiker|Leatherette”), (“Kamik|Hiker|Polyurethane”), (“Kamik|Hiker|PVC”), (“Kamik|Hiker|Rubber”), (“Kamik|Loafer (Slip-on)|Leather”), (“Kamik|Loafer (Slip-on)|Leatherette”), (“Kamik|Loafer (Slip-on)|Polyurethane”), (“Kamik|Loafer (Slip-on)|PVC”), (“Kamik|Loafer (Slip-on)|Rubber”), (“Kamik|Oxford (Lace-up)|Leather”), (“Kamik|Oxford (Lace-up)|Leatherette”), (“Kamik|Oxford (Lace-up)|Polyurethane”), (“Kamik|Oxford (Lace-up)|PVC”), (“Kamik|Oxford (Lace-up)|Rubber”), (“Kamik|Patent Leather|Leather”), (“Kamik|Patent Leather|Leatherette”), (“Kamik|Patent Leather|Polyurethane”), (“Kamik|Patent Leather|PVC”), (“Kamik|Patent Leather|Rubber”), (“Kamik|Penny Loafer|Leather”), (“Kamik|Penny Loafer|Leatherette”), (“Kamik|Penny Loafer|Polyurethane”), (“Kamik|Penny Loafer|PVC”), (“Kamik|Penny Loafer|Rubber”), (“Kamik|Runner|Leather”), (“Kamik|Runner|Leatherette”), (“Kamik|Runner|Polyurethane”), (“Kamik|Runner|PVC”), (“Kamik|Runner|Rubber”), (“Kamik|Saddle Shoe|Leather”), (“Kamik|Saddle Shoe|Leatherette”), (“Kamik|Saddle Shoe|Polyurethane”), (“Kamik|Saddle Shoe|PVC”), (“Kamik|Saddle Shoe|Rubber”), (“Kamik|Sandal|Leather”), (“Kamik|Sandal|Leatherette”), (“Kamik|Sandal|Polyurethane”), (“Kamik|Sandal|PVC”), (“Kamik|Sandal|Rubber”), (“Kamik|Tennis|Leather”), (“Kamik|Tennis|Leatherette”), (“Kamik|Tennis|Polyurethane”), (“Kamik|Tennis|PVC”), (“Kamik|Tennis|Rubber”), (“Kamik|Walker|Leather”), (“Kamik|Walker|Leatherette”), (“Kamik|Walker|Polyurethane”), (“Kamik|Walker|PVC”), (“Kamik|Walker|Rubber”), (“Kamik|Wingtip|Leather”), (“Kamik|Wingtip|Leatherette”), (“Kamik|Wingtip|Polyurethane”), (“Kamik|Wingtip|PVC”), (“Kamik|Wingtip|Rubber”), (“Kamik|Work Boot|Leather”), (“Kamik|Work Boot|Leatherette”), (“Kamik|Work Boot|Polyurethane”), (“Kamik|Work Boot|PVC”), (“Kamik|Work Boot|Rubber”), (“Keen|Balmoral|Leather”), (“Keen|Balmoral|Leatherette”), (“Keen|Balmoral|Polyurethane”), (“Keen|Balmoral|PVC”), (“Keen|Balmoral|Rubber”), (“Keen|Boat Shoe|Leather”), (“Keen|Boat Shoe|Leatherette”), (“Keen|Boat Shoe|Polyurethane”), (“Keen|Boat Shoe|PVC”), (“Keen|Boat Shoe|Rubber”), (“Keen|Brouge|Leather”), (“Keen|Brouge|Leatherette”), (“Keen|Brouge|Polyurethane”), (“Keen|Brouge|PVC”), (“Keen|Brouge|Rubber”), (“Keen|Cross Trainer|Leather”), (“Keen|Cross Trainer|Leatherette”), (“Keen|Cross Trainer|Polyurethane”), (“Keen|Cross Trainer|PVC”), (“Keen|Cross Trainer|Rubber”), (“Keen|Derby|Leather”), (“Keen|Derby|Leatherette”), (“Keen|Derby|Polyurethane”), (“Keen|Derby|PVC”), (“Keen|Derby|Rubber”), (“Keen|Dress Boot|Leather”), (“Keen|Dress Boot|Leatherette”), (“Keen|Dress Boot|Polyurethane”), (“Keen|Dress Boot|PVC”), (“Keen|Dress Boot|Rubber”), (“Keen|Dress Shoe|Leather”), (“Keen|Dress Shoe|Leatherette”), (“Keen|Dress Shoe|Polyurethane”), (“Keen|Dress Shoe|PVC”), (“Keen|Dress Shoe|Rubber”), (“Keen|Driving Shoe|Leather”), (“Keen|Driving Shoe|Leatherette”), (“Keen|Driving Shoe|Polyurethane”), (“Keen|Driving Shoe|PVC”), (“Keen|Driving Shoe|Rubber”), (“Keen|Hiker|Leather”), (“Keen|Hiker|Leatherette”), (“Keen|Hiker|Polyurethane”), (“Keen|Hiker|PVC”), (“Keen|Hiker|Rubber”), (“Keen|Loafer (Slip-on)|Leather”), (“Keen|Loafer (Slip-on)|Leatherette”), (“Keen|Loafer (Slip-on)|Polyurethane”), (“Keen|Loafer (Slip-on)|PVC”), (“Keen|Loafer (Slip-on)|Rubber”), (“Keen|Oxford (Lace-up)|Leather”), (“Keen|Oxford (Lace-up)|Leatherette”), (“Keen|Oxford (Lace-up)|Polyurethane”), (“Keen|Oxford (Lace-up)|PVC”), (“Keen|Oxford (Lace-up)|Rubber”), (“Keen|Patent Leather|Leather”), (“Keen|Patent Leather|Leatherette”), (“Keen|Patent Leather|Polyurethane”), (“Keen|Patent Leather|PVC”), (“Keen|Patent Leather|Rubber”), (“Keen|Penny Loafer|Leather”), (“Keen|Penny Loafer|Leatherette”), (“Keen|Penny Loafer|Polyurethane”), (“Keen|Penny Loafer|PVC”), (“Keen|Penny Loafer|Rubber”), (“Keen|Runner|Leather”), (“Keen|Runner|Leatherette”), (“Keen|Runner|Polyurethane”), (“Keen|Runner|PVC”), (“Keen|Runner|Rubber”), (“Keen|Saddle Shoe|Leather”), (“Keen|Saddle Shoe|Leatherette”), (“Keen|Saddle Shoe|Polyurethane”), (“Keen|Saddle Shoe|PVC”), (“Keen|Saddle Shoe|Rubber”), (“Keen|Sandal|Leather”), (“Keen|Sandal|Leatherette”), (“Keen|Sandal|Polyurethane”), (“Keen|Sandal|PVC”), (“Keen|Sandal|Rubber”), (“Keen|Tennis|Leather”), (“Keen|Tennis|Leatherette”), (“Keen|Tennis|Polyurethane”), (“Keen|Tennis|PVC”), (“Keen|Tennis|Rubber”), (“Keen|Walker|Leather”), (“Keen|Walker|Leatherette”), (“Keen|Walker|Polyurethane”), (“Keen|Walker|PVC”), (“Keen|Walker|Rubber”), (“Keen|Wingtip|Leather”), (“Keen|Wingtip|Leatherette”), (“Keen|Wingtip|Polyurethane”), (“Keen|Wingtip|PVC”), (“Keen|Wingtip|Rubber”), (“Keen|Work Boot|Leather”), (“Keen|Work Boot|Leatherette”), (“Keen|Work Boot|Polyurethane”), (“Keen|Work Boot|PVC”), (“Keen|Work Boot|Rubber”), (“Lacoste|Balmoral|Leather”), (“Lacoste|Balmoral|Leatherette”), (“Lacoste|Balmoral|Polyurethane”), (“Lacoste|Balmoral|PVC”), (“Lacoste|Balmoral|Rubber”), (“Lacoste|Boat Shoe|Leather”), (“Lacoste|Boat Shoe|Leatherette”), (“Lacoste|Boat Shoe|Polyurethane”), (“Lacoste|Boat Shoe|PVC”), (“Lacoste|Boat Shoe|Rubber”), (“Lacoste|Brouge|Leather”), (“Lacoste|Brouge|Leatherette”), (“Lacoste|Brouge|Polyurethane”), (“Lacoste|Brouge|PVC”), (“Lacoste|Brouge|Rubber”), (“Lacoste|Cross Trainer|Leather”), (“Lacoste|Cross Trainer|Leatherette”), (“Lacoste|Cross Trainer|Polyurethane”), (“Lacoste|Cross Trainer|PVC”), (“Lacoste|Cross Trainer|Rubber”), (“Lacoste|Derby|Leather”), (“Lacoste|Derby|Leatherette”), (“Lacoste|Derby|Polyurethane”), (“Lacoste|Derby|PVC”), (“Lacoste|Derby|Rubber”), (“Lacoste|Dress Boot|Leather”), (“Lacoste|Dress Boot|Leatherette”), (“Lacoste|Dress Boot|Polyurethane”), (“Lacoste|Dress Boot|PVC”), (“Lacoste|Dress Boot|Rubber”), (“Lacoste|Dress Shoe|Leather”), (“Lacoste|Dress Shoe|Leatherette”), (“Lacoste|Dress Shoe|Polyurethane”), (“Lacoste|Dress Shoe|PVC”), (“Lacoste|Dress Shoe|Rubber”), (“Lacoste|Driving Shoe|Leather”), (“Lacoste|Driving Shoe|Leatherette”), (“Lacoste|Driving Shoe|Polyurethane”), (“Lacoste|Driving Shoe|PVC”), (“Lacoste|Driving Shoe|Rubber”), (“Lacoste|Hiker|Leather”), (“Lacoste|Hiker|Leatherette”), (“Lacoste|Hiker|Polyurethane”), (“Lacoste|Hiker|PVC”), (“Lacoste|Hiker|Rubber”), (“Lacoste|Loafer (Slip-on)|Leather”), (“Lacoste|Loafer (Slip-on)|Leatherette”), (“Lacoste|Loafer (Slip-on)|Polyurethane”), (“Lacoste|Loafer (Slip-on)|PVC”), (“Lacoste|Loafer (Slip-on)|Rubber”), (“Lacoste|Oxford (Lace-up)|Leather”), (“Lacoste|Oxford (Lace-up)|Leatherette”), (“Lacoste|Oxford (Lace-up)|Polyurethane”), (“Lacoste|Oxford (Lace-up)|PVC”), (“Lacoste|Oxford (Lace-up)|Rubber”), (“Lacoste|Patent Leather|Leather”), (“Lacoste|Patent Leather|Leatherette”), (“Lacoste|Patent Leather|Polyurethane”), (“Lacoste|Patent Leather|PVC”), (“Lacoste|Patent Leather|Rubber”), (“Lacoste|Penny Loafer|Leather”), (“Lacoste|Penny Loafer|Leatherette”), (“Lacoste|Penny Loafer|Polyurethane”), (“Lacoste|Penny Loafer|PVC”), (“Lacoste|Penny Loafer|Rubber”), (“Lacoste|Runner|Leather”), (“Lacoste|Runner|Leatherette”), (“Lacoste|Runner|Polyurethane”), (“Lacoste|Runner|PVC”), (“Lacoste|Runner|Rubber”), (“Lacoste|Saddle Shoe|Leather”), (“Lacoste|Saddle Shoe|Leatherette”), (“Lacoste|Saddle Shoe|Polyurethane”), (“Lacoste|Saddle Shoe|PVC”), (“Lacoste|Saddle Shoe|Rubber”), (“Lacoste|Sandal|Leather”), (“Lacoste|Sandal|Leatherette”), (“Lacoste|Sandal|Polyurethane”), (“Lacoste|Sandal|PVC”), (“Lacoste|Sandal|Rubber”), (“Lacoste|Tennis|Leather”), (“Lacoste|Tennis|Leatherette”), (“Lacoste|Tennis|Polyurethane”), (“Lacoste|Tennis|PVC”), (“Lacoste|Tennis|Rubber”), (“Lacoste|Walker|Leather”), (“Lacoste|Walker|Leatherette”), (“Lacoste|Walker|Polyurethane”), (“Lacoste|Walker|PVC”), (“Lacoste|Walker|Rubber”), (“Lacoste|Wingtip|Leather”), (“Lacoste|Wingtip|Leatherette”), (“Lacoste|Wingtip|Polyurethane”), (“Lacoste|Wingtip|PVC”), (“Lacoste|Wingtip|Rubber”), (“Lacoste|Work Boot|Leather”), (“Lacoste|Work Boot|Leatherette”), (“Lacoste|Work Boot|Polyurethane”), (“Lacoste|Work Boot|PVC”), (“Lacoste|Work Boot|Rubber”), (“Marc Jacobs|Balmoral|Leather”), (“Marc Jacobs|Balmoral|Leatherette”), (“Marc Jacobs|Balmoral|Polyurethane”), (“Marc Jacobs|Balmoral|PVC”), (“Marc Jacobs|Balmoral|Rubber”), (“Marc Jacobs|Boat Shoe|Leather”), (“Marc Jacobs|Boat Shoe|Leatherette”), (“Marc Jacobs|Boat Shoe|Polyurethane”), (“Marc Jacobs|Boat Shoe|PVC”), (“Marc Jacobs|Boat Shoe|Rubber”), (“Marc Jacobs|Brouge|Leather”), (“Marc Jacobs|Brouge|Leatherette”), (“Marc Jacobs|Brouge|Polyurethane”), (“Marc Jacobs|Brouge|PVC”), (“Marc Jacobs|Brouge|Rubber”), (“Marc Jacobs|Cross Trainer|Leather”), (“Marc Jacobs|Cross Trainer|Leatherette”), (“Marc Jacobs|Cross Trainer|Polyurethane”), (“Marc Jacobs|Cross Trainer|PVC”), (“Marc Jacobs|Cross Trainer|Rubber”), (“Marc Jacobs|Derby|Leather”), (“Marc Jacobs|Derby|Leatherette”), (“Marc Jacobs|Derby|Polyurethane”), (“Marc Jacobs|Derby|PVC”), (“Marc Jacobs|Derby|Rubber”), (“Marc Jacobs|Dress Boot|Leather”), (“Marc Jacobs|Dress Boot|Leatherette”), (“Marc Jacobs|Dress Boot|Polyurethane”), (“Marc Jacobs|Dress Boot|PVC”), (“Marc Jacobs|Dress Boot|Rubber”), (“Marc Jacobs|Dress Shoe|Leather”), (“Marc Jacobs|Dress Shoe|Leatherette”), (“Marc Jacobs|Dress Shoe|Polyurethane”), (“Marc Jacobs|Dress Shoe|PVC”), (“Marc Jacobs|Dress Shoe|Rubber”), (“Marc Jacobs|Driving Shoe|Leather”), (“Marc Jacobs|Driving Shoe|Leatherette”), (“Marc Jacobs|Driving Shoe|Polyurethane”), (“Marc Jacobs|Driving Shoe|PVC”), (“Marc Jacobs|Driving Shoe|Rubber”), (“Marc Jacobs|Hiker|Leather”), (“Marc Jacobs|Hiker|Leatherette”), (“Marc Jacobs|Hiker|Polyurethane”), (“Marc Jacobs|Hiker|PVC”), (“Marc Jacobs|Hiker|Rubber”), (“Marc Jacobs|Loafer (Slip-on)|Leather”), (“Marc Jacobs|Loafer (Slip-on)|Leatherette”), (“Marc Jacobs|Loafer (Slip-on)|Polyurethane”), (“Marc Jacobs|Loafer (Slip-on)|PVC”), (“Marc Jacobs|Loafer (Slip-on)|Rubber”), (“Marc Jacobs|Oxford (Lace-up)|Leather”), (“Marc Jacobs|Oxford (Lace-up)|Leatherette”), (“Marc Jacobs|Oxford (Lace-up)|Polyurethane”), (“Marc Jacobs|Oxford (Lace-up)|PVC”), (“Marc Jacobs|Oxford (Lace-up)|Rubber”), (“Marc Jacobs|Patent Leather|Leather”), (“Marc Jacobs|Patent Leather|Leatherette”), (“Marc Jacobs|Patent Leather|Polyurethane”), (“Marc Jacobs|Patent Leather|PVC”), (“Marc Jacobs|Patent Leather|Rubber”), (“Marc Jacobs|Penny Loafer|Leather”), (“Marc Jacobs|Penny Loafer|Leatherette”), (“Marc Jacobs|Penny Loafer|Polyurethane”), (“Marc Jacobs|Penny Loafer|PVC”), (“Marc Jacobs|Penny Loafer|Rubber”), (“Marc Jacobs|Runner|Leather”), (“Marc Jacobs|Runner|Leatherette”), (“Marc Jacobs|Runner|Polyurethane”), (“Marc Jacobs|Runner|PVC”), (“Marc Jacobs|Runner|Rubber”), (“Marc Jacobs|Saddle Shoe|Leather”), (“Marc Jacobs|Saddle Shoe|Leatherette”), (“Marc Jacobs|Saddle Shoe|Polyurethane”), (“Marc Jacobs|Saddle Shoe|PVC”), (“Marc Jacobs|Saddle Shoe|Rubber”), (“Marc Jacobs|Sandal|Leather”), (“Marc Jacobs|Sandal|Leatherette”), (“Marc Jacobs|Sandal|Polyurethane”), (“Marc Jacobs|Sandal|PVC”), (“Marc Jacobs|Sandal|Rubber”), (“Marc Jacobs|Tennis|Leather”), (“Marc Jacobs|Tennis|Leatherette”), (“Marc Jacobs|Tennis|Polyurethane”), (“Marc Jacobs|Tennis|PVC”), (“Marc Jacobs|Tennis|Rubber”), (“Marc Jacobs|Walker|Leather”), (“Marc Jacobs|Walker|Leatherette”), (“Marc Jacobs|Walker|Polyurethane”), (“Marc Jacobs|Walker|PVC”), (“Marc Jacobs|Walker|Rubber”), (“Marc Jacobs|Wingtip|Leather”), (“Marc Jacobs|Wingtip|Leatherette”), (“Marc Jacobs|Wingtip|Polyurethane”), (“Marc Jacobs|Wingtip|PVC”), (“Marc Jacobs|Wingtip|Rubber”), (“Marc Jacobs|Work Boot|Leather”), (“Marc Jacobs|Work Boot|Leatherette”), (“Marc Jacobs|Work Boot|Polyurethane”), (“Marc Jacobs|Work Boot|PVC”), (“Marc Jacobs|Work Boot|Rubber”), (“Merrell|Balmoral|Leather”), (“Merrell|Balmoral|Leatherette”), (“Merrell|Balmoral|Polyurethane”), (“Merrell|Balmoral|PVC”), (“Merrell|Balmoral|Rubber”), (“Merrell|Boat Shoe|Leather”), (“Merrell|Boat Shoe|Leatherette”), (“Merrell|Boat Shoe|Polyurethane”), (“Merrell|Boat Shoe|PVC”), (“Merrell|Boat Shoe|Rubber”), (“Merrell|Brouge|Leather”), (“Merrell|Brouge|Leatherette”), (“Merrell|Brouge|Polyurethane”), (“Merrell|Brouge|PVC”), (“Merrell|Brouge|Rubber”), (“Merrell|Cross Trainer|Leather”), (“Merrell|Cross Trainer|Leatherette”), (“Merrell|Cross Trainer|Polyurethane”), (“Merrell|Cross Trainer|PVC”), (“Merrell|Cross Trainer|Rubber”), (“Merrell|Derby|Leather”), (“Merrell|Derby|Leatherette”), (“Merrell|Derby|Polyurethane”), (“Merrell|Derby|PVC”), (“Merrell|Derby|Rubber”), (“Merrell|Dress Boot|Leather”), (“Merrell|Dress Boot|Leatherette”), (“Merrell|Dress Boot|Polyurethane”), (“Merrell|Dress Boot|PVC”), (“Merrell|Dress Boot|Rubber”), (“Merrell|Dress Shoe|Leather”), (“Merrell|Dress Shoe|Leatherette”), (“Merrell|Dress Shoe|Polyurethane”), (“Merrell|Dress Shoe|PVC”), (“Merrell|Dress Shoe|Rubber”), (“Merrell|Driving Shoe|Leather”), (“Merrell|Driving Shoe|Leatherette”), (“Merrell|Driving Shoe|Polyurethane”), (“Merrell|Driving Shoe|PVC”), (“Merrell|Driving Shoe|Rubber”), (“Merrell|Hiker|Leather”), (“Merrell|Hiker|Leatherette”), (“Merrell|Hiker|Polyurethane”), (“Merrell|Hiker|PVC”), (“Merrell|Hiker|Rubber”), (“Merrell|Loafer (Slip-on)|Leather”), (“Merrell|Loafer (Slip-on)|Leatherette”), (“Merrell|Loafer (Slip-on)|Polyurethane”), (“Merrell|Loafer (Slip-on)|PVC”), (“Merrell|Loafer (Slip-on)|Rubber”), (“Merrell|Oxford (Lace-up)|Leather”), (“Merrell|Oxford (Lace-up)|Leatherette”), (“Merrell|Oxford (Lace-up)|Polyurethane”), (“Merrell|Oxford (Lace-up)|PVC”), (“Merrell|Oxford (Lace-up)|Rubber”), (“Merrell|Patent Leather|Leather”), (“Merrell|Patent Leather|Leatherette”), (“Merrell|Patent Leather|Polyurethane”), (“Merrell|Patent Leather|PVC”), (“Merrell|Patent Leather|Rubber”), (“Merrell|Penny Loafer|Leather”), (“Merrell|Penny Loafer|Leatherette”), (“Merrell|Penny Loafer|Polyurethane”), (“Merrell|Penny Loafer|PVC”), (“Merrell|Penny Loafer|Rubber”), (“Merrell|Runner|Leather”), (“Merrell|Runner|Leatherette”), (“Merrell|Runner|Polyurethane”), (“Merrell|Runner|PVC”), (“Merrell|Runner|Rubber”), (“Merrell|Saddle Shoe|Leather”), (“Merrell|Saddle Shoe|Leatherette”), (“Merrell|Saddle Shoe|Polyurethane”), (“Merrell|Saddle Shoe|PVC”), (“Merrell|Saddle Shoe|Rubber”), (“Merrell|Sandal|Leather”), (“Merrell|Sandal|Leatherette”), (“Merrell|Sandal|Polyurethane”), (“Merrell|Sandal|PVC”), (“Merrell|Sandal|Rubber”), (“Merrell|Tennis|Leather”), (“Merrell|Tennis|Leatherette”), (“Merrell|Tennis|Polyurethane”), (“Merrell|Tennis|PVC”), (“Merrell|Tennis|Rubber”), (“Merrell|Walker|Leather”), (“Merrell|Walker|Leatherette”), (“Merrell|Walker|Polyurethane”), (“Merrell|Walker|PVC”), (“Merrell|Walker|Rubber”), (“Merrell|Wingtip|Leather”), (“Merrell|Wingtip|Leatherette”), (“Merrell|Wingtip|Polyurethane”), (“Merrell|Wingtip|PVC”), (“Merrell|Wingtip|Rubber”), (“Merrell|Work Boot|Leather”), (“Merrell|Work Boot|Leatherette”), (“Merrell|Work Boot|Polyurethane”), (“Merrell|Work Boot|PVC”), (“Merrell|Work Boot|Rubber”), (“Mizuno|Balmoral|Leather”), (“Mizuno|Balmoral|Leatherette”), (“Mizuno|Balmoral|Polyurethane”), (“Mizuno|Balmoral|PVC”), (“Mizuno|Balmoral|Rubber”), (“Mizuno|Boat Shoe|Leather”), (“Mizuno|Boat Shoe|Leatherette”), (“Mizuno|Boat Shoe|Polyurethane”), (“Mizuno|Boat Shoe|PVC”), (“Mizuno|Boat Shoe|Rubber”), (“Mizuno|Brouge|Leather”), (“Mizuno|Brouge|Leatherette”), (“Mizuno|Brouge|Polyurethane”), (“Mizuno|Brouge|PVC”), (“Mizuno|Brouge|Rubber”), (“Mizuno|Cross Trainer|Leather”), (“Mizuno|Cross Trainer|Leatherette”), (“Mizuno|Cross Trainer|Polyurethane”), (“Mizuno|Cross Trainer|PVC”), (“Mizuno|Cross Trainer|Rubber”), (“Mizuno|Derby|Leather”), (“Mizuno|Derby|Leatherette”), (“Mizuno|Derby|Polyurethane”), (“Mizuno|Derby|PVC”), (“Mizuno|Derby|Rubber”), (“Mizuno|Dress Boot|Leather”), (“Mizuno|Dress Boot|Leatherette”), (“Mizuno|Dress Boot|Polyurethane”), (“Mizuno|Dress Boot|PVC”), (“Mizuno|Dress Boot|Rubber”), (“Mizuno|Dress Shoe|Leather”), (“Mizuno|Dress Shoe|Leatherette”), (“Mizuno|Dress Shoe|Polyurethane”), (“Mizuno|Dress Shoe|PVC”), (“Mizuno|Dress Shoe|Rubber”), (“Mizuno|Driving Shoe|Leather”), (“Mizuno|Driving Shoe|Leatherette”), (“Mizuno|Driving Shoe|Polyurethane”), (“Mizuno|Driving Shoe|PVC”), (“Mizuno|Driving Shoe|Rubber”), (“Mizuno|Hiker|Leather”), (“Mizuno|Hiker|Leatherette”), (“Mizuno|Hiker|Polyurethane”), (“Mizuno|Hiker|PVC”), (“Mizuno|Hiker|Rubber”), (“Mizuno|Loafer (Slip-on)|Leather”), (“Mizuno|Loafer (Slip-on)|Leatherette”), (“Mizuno|Loafer (Slip-on)|Polyurethane”), (“Mizuno|Loafer (Slip-on)|PVC”), (“Mizuno|Loafer (Slip-on)|Rubber”), (“Mizuno|Oxford (Lace-up)|Leather”), (“Mizuno|Oxford (Lace-up)|Leatherette”), (“Mizuno|Oxford (Lace-up)|Polyurethane”), (“Mizuno|Oxford (Lace-up)|PVC”), (“Mizuno|Oxford (Lace-up)|Rubber”), (“Mizuno|Patent Leather|Leather”), (“Mizuno|Patent Leather|Leatherette”), (“Mizuno|Patent Leather|Polyurethane”), (“Mizuno|Patent Leather|PVC”), (“Mizuno|Patent Leather|Rubber”), (“Mizuno|Penny Loafer|Leather”), (“Mizuno|Penny Loafer|Leatherette”), (“Mizuno|Penny Loafer|Polyurethane”), (“Mizuno|Penny Loafer|PVC”), (“Mizuno|Penny Loafer|Rubber”), (“Mizuno|Runner|Leather”), (“Mizuno|Runner|Leatherette”), (“Mizuno|Runner|Polyurethane”), (“Mizuno|Runner|PVC”), (“Mizuno|Runner|Rubber”), (“Mizuno|Saddle Shoe|Leather”), (“Mizuno|Saddle Shoe|Leatherette”), (“Mizuno|Saddle Shoe|Polyurethane”), (“Mizuno|Saddle Shoe|PVC”), (“Mizuno|Saddle Shoe|Rubber”), (“Mizuno|Sandal|Leather”), (“Mizuno|Sandal|Leatherette”), (“Mizuno|Sandal|Polyurethane”), (“Mizuno|Sandal|PVC”), (“Mizuno|Sandal|Rubber”), (“Mizuno|Tennis|Leather”), (“Mizuno|Tennis|Leatherette”), (“Mizuno|Tennis|Polyurethane”), (“Mizuno|Tennis|PVC”), (“Mizuno|Tennis|Rubber”), (“Mizuno|Walker|Leather”), (“Mizuno|Walker|Leatherette”), (“Mizuno|Walker|Polyurethane”), (“Mizuno|Walker|PVC”), (“Mizuno|Walker|Rubber”), (“Mizuno|Wingtip|Leather”), (“Mizuno|Wingtip|Leatherette”), (“Mizuno|Wingtip|Polyurethane”), (“Mizuno|Wingtip|PVC”), (“Mizuno|Wingtip|Rubber”), (“Mizuno|Work Boot|Leather”), (“Mizuno|Work Boot|Leatherette”), (“Mizuno|Work Boot|Polyurethane”), (“Mizuno|Work Boot|PVC”), (“Mizuno|Work Boot|Rubber”), (“Muck Boot|Balmoral|Leather”), (“Muck Boot|Balmoral|Leatherette”), (“Muck Boot|Balmoral|Polyurethane”), (“Muck Boot|Balmoral|PVC”), (“Muck Boot|Balmoral|Rubber”), (“Muck Boot|Boat Shoe|Leather”), (“Muck Boot|Boat Shoe|Leatherette”), (“Muck Boot|Boat Shoe|Polyurethane”), (“Muck Boot|Boat Shoe|PVC”), (“Muck Boot|Boat Shoe|Rubber”), (“Muck Boot|Brouge|Leather”), (“Muck Boot|Brouge|Leatherette”), (“Muck Boot|Brouge|Polyurethane”), (“Muck Boot|Brouge|PVC”), (“Muck Boot|Brouge|Rubber”), (“Muck Boot|Cross Trainer|Leather”), (“Muck Boot|Cross Trainer|Leatherette”), (“Muck Boot|Cross Trainer|Polyurethane”), (“Muck Boot|Cross Trainer|PVC”), (“Muck Boot|Cross Trainer|Rubber”), (“Muck Boot|Derby|Leather”), (“Muck Boot|Derby|Leatherette”), (“Muck Boot|Derby|Polyurethane”), (“Muck Boot|Derby|PVC”), (“Muck Boot|Derby|Rubber”), (“Muck Boot|Dress Boot|Leather”), (“Muck Boot|Dress Boot|Leatherette”), (“Muck Boot|Dress Boot|Polyurethane”), (“Muck Boot|Dress Boot|PVC”), (“Muck Boot|Dress Boot|Rubber”), (“Muck Boot|Dress Shoe|Leather”), (“Muck Boot|Dress Shoe|Leatherette”), (“Muck Boot|Dress Shoe|Polyurethane”), (“Muck Boot|Dress Shoe|PVC”), (“Muck Boot|Dress Shoe|Rubber”), (“Muck Boot|Driving Shoe|Leather”), (“Muck Boot|Driving Shoe|Leatherette”), (“Muck Boot|Driving Shoe|Polyurethane”), (“Muck Boot|Driving Shoe|PVC”), (“Muck Boot|Driving Shoe|Rubber”), (“Muck Boot|Hiker|Leather”), (“Muck Boot|Hiker|Leatherette”), (“Muck Boot|Hiker|Polyurethane”), (“Muck Boot|Hiker|PVC”), (“Muck Boot|Hiker|Rubber”), (“Muck Boot|Loafer (Slip-on)|Leather”), (“Muck Boot|Loafer (Slip-on)|Leatherette”), (“Muck Boot|Loafer (Slip-on)|Polyurethane”), (“Muck Boot|Loafer (Slip-on)|PVC”), (“Muck Boot|Loafer (Slip-on)|Rubber”), (“Muck Boot|Oxford (Lace-up)|Leather”), (“Muck Boot|Oxford (Lace-up)|Leatherette”), (“Muck Boot|Oxford (Lace-up)|Polyurethane”), (“Muck Boot|Oxford (Lace-up)|PVC”), (“Muck Boot|Oxford (Lace-up)|Rubber”), (“Muck Boot|Patent Leather|Leather”), (“Muck Boot|Patent Leather|Leatherette”), (“Muck Boot|Patent Leather|Polyurethane”), (“Muck Boot|Patent Leather|PVC”), (“Muck Boot|Patent Leather|Rubber”), (“Muck Boot|Penny Loafer|Leather”), (“Muck Boot|Penny Loafer|Leatherette”), (“Muck Boot|Penny Loafer|Polyurethane”), (“Muck Boot|Penny Loafer|PVC”), (“Muck Boot|Penny Loafer|Rubber”), (“Muck Boot|Runner|Leather”), (“Muck Boot|Runner|Leatherette”), (“Muck Boot|Runner|Polyurethane”), (“Muck Boot|Runner|PVC”), (“Muck Boot|Runner|Rubber”), (“Muck Boot|Saddle Shoe|Leather”), (“Muck Boot|Saddle Shoe|Leatherette”), (“Muck Boot|Saddle Shoe|Polyurethane”), (“Muck Boot|Saddle Shoe|PVC”), (“Muck Boot|Saddle Shoe|Rubber”), (“Muck Boot|Sandal|Leather”), (“Muck Boot|Sandal|Leatherette”), (“Muck Boot|Sandal|Polyurethane”), (“Muck Boot|Sandal|PVC”), (“Muck Boot|Sandal|Rubber”), (“Muck Boot|Tennis|Leather”), (“Muck Boot|Tennis|Leatherette”), (“Muck Boot|Tennis|Polyurethane”), (“Muck Boot|Tennis|PVC”), (“Muck Boot|Tennis|Rubber”), (“Muck Boot|Walker|Leather”), (“Muck Boot|Walker|Leatherette”), (“Muck Boot|Walker|Polyurethane”), (“Muck Boot|Walker|PVC”), (“Muck Boot|Walker|Rubber”), (“Muck Boot|Wingtip|Leather”), (“Muck Boot|Wingtip|Leatherette”), (“Muck Boot|Wingtip|Polyurethane”), (“Muck Boot|Wingtip|PVC”), (“Muck Boot|Wingtip|Rubber”), (“Muck Boot|Work Boot|Leather”), (“Muck Boot|Work Boot|Leatherette”), (“Muck Boot|Work Boot|Polyurethane”), (“Muck Boot|Work Boot|PVC”), (“Muck Boot|Work Boot|Rubber”), (“New Balance|Balmoral|Leather”), (“New Balance|Balmoral|Leatherette”), (“New Balance|Balmoral|Polyurethane”), (“New Balance|Balmoral|PVC”), (“New Balance|Balmoral|Rubber”), (“New Balance|Boat Shoe|Leather”), (“New Balance|Boat Shoe|Leatherette”), (“New Balance|Boat Shoe|Polyurethane”), (“New Balance|Boat Shoe|PVC”), (“New Balance|Boat Shoe|Rubber”), (“New Balance|Brouge|Leather”), (“New Balance|Brouge|Leatherette”), (“New Balance|Brouge|Polyurethane”), (“New Balance|Brouge|PVC”), (“New Balance|Brouge|Rubber”), (“New Balance|Cross Trainer|Leather”), (“New Balance|Cross Trainer|Leatherette”), (“New Balance|Cross Trainer|Polyurethane”), (“New Balance|Cross Trainer|PVC”), (“New Balance|Cross Trainer|Rubber”), (“New Balance|Derby|Leather”), (“New Balance|Derby|Leatherette”), (“New Balance|Derby|Polyurethane”), (“New Balance|Derby|PVC”), (“New Balance|Derby|Rubber”), (“New Balance|Dress Boot|Leather”), (“New Balance|Dress Boot|Leatherette”), (“New Balance|Dress Boot|Polyurethane”), (“New Balance|Dress Boot|PVC”), (“New Balance|Dress Boot|Rubber”), (“New Balance|Dress Shoe|Leather”), (“New Balance|Dress Shoe|Leatherette”), (“New Balance|Dress Shoe|Polyurethane”), (“New Balance|Dress Shoe|PVC”), (“New Balance|Dress Shoe|Rubber”), (“New Balance|Driving Shoe|Leather”), (“New Balance|Driving Shoe|Leatherette”), (“New Balance|Driving Shoe|Polyurethane”), (“New Balance|Driving Shoe|PVC”), (“New Balance|Driving Shoe|Rubber”), (“New Balance|Hiker|Leather”), (“New Balance|Hiker|Leatherette”), (“New Balance|Hiker|Polyurethane”), (“New Balance|Hiker|PVC”), (“New Balance|Hiker|Rubber”), (“New Balance|Loafer (Slip-on)|Leather”), (“New Balance|Loafer (Slip-on)|Leatherette”), (“New Balance|Loafer (Slip-on)|Polyurethane”), (“New Balance|Loafer (Slip-on)|PVC”), (“New Balance|Loafer (Slip-on)|Rubber”), (“New Balance|Oxford (Lace-up)|Leather”), (“New Balance|Oxford (Lace-up)|Leatherette”), (“New Balance|Oxford (Lace-up)|Polyurethane”), (“New Balance|Oxford (Lace-up)|PVC”), (“New Balance|Oxford (Lace-up)|Rubber”), (“New Balance|Patent Leather|Leather”), (“New Balance|Patent Leather|Leatherette”), (“New Balance|Patent Leather|Polyurethane”), (“New Balance|Patent Leather|PVC”), (“New Balance|Patent Leather|Rubber”), (“New Balance|Penny Loafer|Leather”), (“New Balance|Penny Loafer|Leatherette”), (“New Balance|Penny Loafer|Polyurethane”), (“New Balance|Penny Loafer|PVC”), (“New Balance|Penny Loafer|Rubber”), (“New Balance|Runner|Leather”), (“New Balance|Runner|Leatherette”), (“New Balance|Runner|Polyurethane”), (“New Balance|Runner|PVC”), (“New Balance|Runner|Rubber”), (“New Balance|Saddle Shoe|Leather”), (“New Balance|Saddle Shoe|Leatherette”), (“New Balance|Saddle Shoe|Polyurethane”), (“New Balance|Saddle Shoe|PVC”), (“New Balance|Saddle Shoe|Rubber”), (“New Balance|Sandal|Leather”), (“New Balance|Sandal|Leatherette”), (“New Balance|Sandal|Polyurethane”), (“New Balance|Sandal|PVC”), (“New Balance|Sandal|Rubber”), (“New Balance|Tennis|Leather”), (“New Balance|Tennis|Leatherette”), (“New Balance|Tennis|Polyurethane”), (“New Balance|Tennis|PVC”), (“New Balance|Tennis|Rubber”), (“New Balance|Walker|Leather”), (“New Balance|Walker|Leatherette”), (“New Balance|Walker|Polyurethane”), (“New Balance|Walker|PVC”), (“New Balance|Walker|Rubber”), (“New Balance|Wingtip|Leather”), (“New Balance|Wingtip|Leatherette”), (“New Balance|Wingtip|Polyurethane”), (“New Balance|Wingtip|PVC”), (“New Balance|Wingtip|Rubber”), (“New Balance|Work Boot|Leather”), (“New Balance|Work Boot|Leatherette”), (“New Balance|Work Boot|Polyurethane”), (“New Balance|Work Boot|PVC”), (“New Balance|Work Boot|Rubber”), (“Nike|Balmoral|Leather”), (“Nike|Balmoral|Leatherette”), (“Nike|Balmoral|Polyurethane”), (“Nike|Balmoral|PVC”), (“Nike|Balmoral|Rubber”), (“Nike|Boat Shoe|Leather”), (“Nike|Boat Shoe|Leatherette”), (“Nike|Boat Shoe|Polyurethane”), (“Nike|Boat Shoe|PVC”), (“Nike|Boat Shoe|Rubber”), (“Nike|Brouge|Leather”), (“Nike|Brouge|Leatherette”), (“Nike|Brouge|Polyurethane”), (“Nike|Brouge|PVC”), (“Nike|Brouge|Rubber”), (“Nike|Cross Trainer|Leather”), (“Nike|Cross Trainer|Leatherette”), (“Nike|Cross Trainer|Polyurethane”), (“Nike|Cross Trainer|PVC”), (“Nike|Cross Trainer|Rubber”), (“Nike|Derby|Leather”), (“Nike|Derby|Leatherette”), (“Nike|Derby|Polyurethane”), (“Nike|Derby|PVC”), (“Nike|Derby|Rubber”), (“Nike|Dress Boot|Leather”), (“Nike|Dress Boot|Leatherette”), (“Nike|Dress Boot|Polyurethane”), (“Nike|Dress Boot|PVC”), (“Nike|Dress Boot|Rubber”), (“Nike|Dress Shoe|Leather”), (“Nike|Dress Shoe|Leatherette”), (“Nike|Dress Shoe|Polyurethane”), (“Nike|Dress Shoe|PVC”), (“Nike|Dress Shoe|Rubber”), (“Nike|Driving Shoe|Leather”), (“Nike|Driving Shoe|Leatherette”), (“Nike|Driving Shoe|Polyurethane”), (“Nike|Driving Shoe|PVC”), (“Nike|Driving Shoe|Rubber”), (“Nike|Hiker|Leather”), (“Nike|Hiker|Leatherette”), (“Nike|Hiker|Polyurethane”), (“Nike|Hiker|PVC”), (“Nike|Hiker|Rubber”), (“Nike|Loafer (Slip-on)|Leather”), (“Nike|Loafer (Slip-on)|Leatherette”), (“Nike|Loafer (Slip-on)|Polyurethane”), (“Nike|Loafer (Slip-on)|PVC”), (“Nike|Loafer (Slip-on)|Rubber”), (“Nike|Oxford (Lace-up)|Leather”), (“Nike|Oxford (Lace-up)|Leatherette”), (“Nike|Oxford (Lace-up)|Polyurethane”), (“Nike|Oxford (Lace-up)|PVC”), (“Nike|Oxford (Lace-up)|Rubber”), (“Nike|Patent Leather|Leather”), (“Nike|Patent Leather|Leatherette”), (“Nike|Patent Leather|Polyurethane”), (“Nike|Patent Leather|PVC”), (“Nike|Patent Leather|Rubber”), (“Nike|Penny Loafer|Leather”), (“Nike|Penny Loafer|Leatherette”), (“Nike|Penny Loafer|Polyurethane”), (“Nike|Penny Loafer|PVC”), (“Nike|Penny Loafer|Rubber”), (“Nike|Runner|Leather”), (“Nike|Runner|Leatherette”), (“Nike|Runner|Polyurethane”), (“Nike|Runner|PVC”), (“Nike|Runner|Rubber”), (“Nike|Saddle Shoe|Leather”), (“Nike|Saddle Shoe|Leatherette”), (“Nike|Saddle Shoe|Polyurethane”), (“Nike|Saddle Shoe|PVC”), (“Nike|Saddle Shoe|Rubber”), (“Nike|Sandal|Leather”), (“Nike|Sandal|Leatherette”), (“Nike|Sandal|Polyurethane”), (“Nike|Sandal|PVC”), (“Nike|Sandal|Rubber”), (“Nike|Tennis|Leather”), (“Nike|Tennis|Leatherette”), (“Nike|Tennis|Polyurethane”), (“Nike|Tennis|PVC”), (“Nike|Tennis|Rubber”), (“Nike|Walker|Leather”), (“Nike|Walker|Leatherette”), (“Nike|Walker|Polyurethane”), (“Nike|Walker|PVC”), (“Nike|Walker|Rubber”), (“Nike|Wingtip|Leather”), (“Nike|Wingtip|Leatherette”), (“Nike|Wingtip|Polyurethane”), (“Nike|Wingtip|PVC”), (“Nike|Wingtip|Rubber”), (“Nike|Work Boot|Leather”), (“Nike|Work Boot|Leatherette”), (“Nike|Work Boot|Polyurethane”), (“Nike|Work Boot|PVC”), (“Nike|Work Boot|Rubber”), (“Original Penguin|Balmoral|Leather”), (“Original Penguin|Balmoral|Leatherette”), (“Original Penguin|Balmoral|Polyurethane”), (“Original Penguin|Balmoral|PVC”), (“Original Penguin|Balmoral|Rubber”), (“Original Penguin|Boat Shoe|Leather”), (“Original Penguin|Boat Shoe|Leatherette”), (“Original Penguin|Boat Shoe|Polyurethane”), (“Original Penguin|Boat Shoe|PVC”), (“Original Penguin|Boat Shoe|Rubber”), (“Original Penguin|Brouge|Leather”), (“Original Penguin|Brouge|Leatherette”), (“Original Penguin|Brouge|Polyurethane”), (“Original Penguin|Brouge|PVC”), (“Original Penguin|Brouge|Rubber”), (“Original Penguin|Cross Trainer|Leather”), (“Original Penguin|Cross Trainer|Leatherette”), (“Original Penguin|Cross Trainer|Polyurethane”), (“Original Penguin|Cross Trainer|PVC”), (“Original Penguin|Cross Trainer|Rubber”), (“Original Penguin|Derby|Leather”), (“Original Penguin|Derby|Leatherette”), (“Original Penguin|Derby|Polyurethane”), (“Original Penguin|Derby|PVC”), (“Original Penguin|Derby|Rubber”), (“Original Penguin|Dress Boot|Leather”), (“Original Penguin|Dress Boot|Leatherette”), (“Original Penguin|Dress Boot|Polyurethane”), (“Original Penguin|Dress Boot|PVC”), (“Original Penguin|Dress Boot|Rubber”), (“Original Penguin|Dress Shoe|Leather”), (“Original Penguin|Dress Shoe|Leatherette”), (“Original Penguin|Dress Shoe|Polyurethane”), (“Original Penguin|Dress Shoe|PVC”), (“Original Penguin|Dress Shoe|Rubber”), (“Original Penguin|Driving Shoe|Leather”), (“Original Penguin|Driving Shoe|Leatherette”), (“Original Penguin|Driving Shoe|Polyurethane”), (“Original Penguin|Driving Shoe|PVC”), (“Original Penguin|Driving Shoe|Rubber”), (“Original Penguin|Hiker|Leather”), (“Original Penguin|Hiker|Leatherette”), (“Original Penguin|Hiker|Polyurethane”), (“Original Penguin|Hiker|PVC”), (“Original Penguin|Hiker|Rubber”), (“Original Penguin|Loafer (Slip-on)|Leather”), (“Original Penguin|Loafer (Slip-on)|Leatherette”), (“Original Penguin|Loafer (Slip-on)|Polyurethane”), (“Original Penguin|Loafer (Slip-on)|PVC”), (“Original Penguin|Loafer (Slip-on)|Rubber”), (“Original Penguin|Oxford (Lace-up)|Leather”), (“Original Penguin|Oxford (Lace-up)|Leatherette”), (“Original Penguin|Oxford (Lace-up)|Polyurethane”), (“Original Penguin|Oxford (Lace-up)|PVC”), (“Original Penguin|Oxford (Lace-up)|Rubber”), (“Original Penguin|Patent Leather|Leather”), (“Original Penguin|Patent Leather|Leatherette”), (“Original Penguin|Patent Leather|Polyurethane”), (“Original Penguin|Patent Leather|PVC”), (“Original Penguin|Patent Leather|Rubber”), (“Original Penguin|Penny Loafer|Leather”), (“Original Penguin|Penny Loafer|Leatherette”), (“Original Penguin|Penny Loafer|Polyurethane”), (“Original Penguin|Penny Loafer|PVC”), (“Original Penguin|Penny Loafer|Rubber”), (“Original Penguin|Runner|Leather”), (“Original Penguin|Runner|Leatherette”), (“Original Penguin|Runner|Polyurethane”), (“Original Penguin|Runner|PVC”), (“Original Penguin|Runner|Rubber”), (“Original Penguin|Saddle Shoe|Leather”), (“Original Penguin|Saddle Shoe|Leatherette”), (“Original Penguin|Saddle Shoe|Polyurethane”), (“Original Penguin|Saddle Shoe|PVC”), (“Original Penguin|Saddle Shoe|Rubber”), (“Original Penguin|Sandal|Leather”), (“Original Penguin|Sandal|Leatherette”), (“Original Penguin|Sandal|Polyurethane”), (“Original Penguin|Sandal|PVC”), (“Original Penguin|Sandal|Rubber”), (“Original Penguin|Tennis|Leather”), (“Original Penguin|Tennis|Leatherette”), (“Original Penguin|Tennis|Polyurethane”), (“Original Penguin|Tennis|PVC”), (“Original Penguin|Tennis|Rubber”), (“Original Penguin|Walker|Leather”), (“Original Penguin|Walker|Leatherette”), (“Original Penguin|Walker|Polyurethane”), (“Original Penguin|Walker|PVC”), (“Original Penguin|Walker|Rubber”), (“Original Penguin|Wingtip|Leather”), (“Original Penguin|Wingtip|Leatherette”), (“Original Penguin|Wingtip|Polyurethane”), (“Original Penguin|Wingtip|PVC”), (“Original Penguin|Wingtip|Rubber”), (“Original Penguin|Work Boot|Leather”), (“Original Penguin|Work Boot|Leatherette”), (“Original Penguin|Work Boot|Polyurethane”), (“Original Penguin|Work Boot|PVC”), (“Original Penguin|Work Boot|Rubber”), (“Polo Ralph Lauren|Balmoral|Leather”), (“Polo Ralph Lauren|Balmoral|Leatherette”), (“Polo Ralph Lauren|Balmoral|Polyurethane”), (“Polo Ralph Lauren|Balmoral|PVC”), (“Polo Ralph Lauren|Balmoral|Rubber”), (“Polo Ralph Lauren|Boat Shoe|Leather”), (“Polo Ralph Lauren|Boat Shoe|Leatherette”), (“Polo Ralph Lauren|Boat Shoe|Polyurethane”), (“Polo Ralph Lauren|Boat Shoe|PVC”), (“Polo Ralph Lauren|Boat Shoe|Rubber”), (“Polo Ralph Lauren|Brouge|Leather”), (“Polo Ralph Lauren|Brouge|Leatherette”), (“Polo Ralph Lauren|Brouge|Polyurethane”), (“Polo Ralph Lauren|Brouge|PVC”), (“Polo Ralph Lauren|Brouge|Rubber”), (“Polo Ralph Lauren|Cross Trainer|Leather”), (“Polo Ralph Lauren|Cross Trainer|Leatherette”), (“Polo Ralph Lauren|Cross Trainer|Polyurethane”), (“Polo Ralph Lauren|Cross Trainer|PVC”), (“Polo Ralph Lauren|Cross Trainer|Rubber”), (“Polo Ralph Lauren|Derby|Leather”), (“Polo Ralph Lauren|Derby|Leatherette”), (“Polo Ralph Lauren|Derby|Polyurethane”), (“Polo Ralph Lauren|Derby|PVC”), (“Polo Ralph Lauren|Derby|Rubber”), (“Polo Ralph Lauren|Dress Boot|Leather”), (“Polo Ralph Lauren|Dress Boot|Leatherette”), (“Polo Ralph Lauren|Dress Boot|Polyurethane”), (“Polo Ralph Lauren|Dress Boot|PVC”), (“Polo Ralph Lauren|Dress Boot|Rubber”), (“Polo Ralph Lauren|Dress Shoe|Leather”), (“Polo Ralph Lauren|Dress Shoe|Leatherette”), (“Polo Ralph Lauren|Dress Shoe|Polyurethane”), (“Polo Ralph Lauren|Dress Shoe|PVC”), (“Polo Ralph Lauren|Dress Shoe|Rubber”), (“Polo Ralph Lauren|Driving Shoe|Leather”), (“Polo Ralph Lauren|Driving Shoe|Leatherette”), (“Polo Ralph Lauren|Driving Shoe|Polyurethane”), (“Polo Ralph Lauren|Driving Shoe|PVC”), (“Polo Ralph Lauren|Driving Shoe|Rubber”), (“Polo Ralph Lauren|Hiker|Leather”), (“Polo Ralph Lauren|Hiker|Leatherette”), (“Polo Ralph Lauren|Hiker|Polyurethane”), (“Polo Ralph Lauren|Hiker|PVC”), (“Polo Ralph Lauren|Hiker|Rubber”), (“Polo Ralph Lauren|Loafer (Slip-on)|Leather”), (“Polo Ralph Lauren|Loafer (Slip-on)|Leatherette”), (“Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane”), (“Polo Ralph Lauren|Loafer (Slip-on)|PVC”), (“Polo Ralph Lauren|Loafer (Slip-on)|Rubber”), (“Polo Ralph Lauren|Oxford (Lace-up)|Leather”), (“Polo Ralph Lauren|Oxford (Lace-up)|Leatherette”), (“Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane”), (“Polo Ralph Lauren|Oxford (Lace-up)|PVC”), (“Polo Ralph Lauren|Oxford (Lace-up)|Rubber”), (“Polo Ralph Lauren|Patent Leather|Leather”), (“Polo Ralph Lauren|Patent Leather|Leatherette”), (“Polo Ralph Lauren|Patent Leather|Polyurethane”), (“Polo Ralph Lauren|Patent Leather|PVC”), (“Polo Ralph Lauren|Patent Leather|Rubber”), (“Polo Ralph Lauren|Penny Loafer|Leather”), (“Polo Ralph Lauren|Penny Loafer|Leatherette”), (“Polo Ralph Lauren|Penny Loafer|Polyurethane”), (“Polo Ralph Lauren|Penny Loafer|PVC”), (“Polo Ralph Lauren|Penny Loafer|Rubber”), (“Polo Ralph Lauren|Runner|Leather”), (“Polo Ralph Lauren|Runner|Leatherette”), (“Polo Ralph Lauren|Runner|Polyurethane”), (“Polo Ralph Lauren|Runner|PVC”), (“Polo Ralph Lauren|Runner|Rubber”), (“Polo Ralph Lauren|Saddle Shoe|Leather”), (“Polo Ralph Lauren|Saddle Shoe|Leatherette”), (“Polo Ralph Lauren|Saddle Shoe|Polyurethane”), (“Polo Ralph Lauren|Saddle Shoe|PVC”), (“Polo Ralph Lauren|Saddle Shoe|Rubber”), (“Polo Ralph Lauren|Sandal|Leather”), (“Polo Ralph Lauren|Sandal|Leatherette”), (“Polo Ralph Lauren|Sandal|Polyurethane”), (“Polo Ralph Lauren|Sandal|PVC”), (“Polo Ralph Lauren|Sandal|Rubber”), (“Polo Ralph Lauren|Tennis|Leather”), (“Polo Ralph Lauren|Tennis|Leatherette”), (“Polo Ralph Lauren|Tennis|Polyurethane”), (“Polo Ralph Lauren|Tennis|PVC”), (“Polo Ralph Lauren|Tennis|Rubber”), (“Polo Ralph Lauren|Walker|Leather”), (“Polo Ralph Lauren|Walker|Leatherette”), (“Polo Ralph Lauren|Walker|Polyurethane”), (“Polo Ralph Lauren|Walker|PVC”), (“Polo Ralph Lauren|Walker|Rubber”), (“Polo Ralph Lauren|Wingtip|Leather”), (“Polo Ralph Lauren|Wingtip|Leatherette”), (“Polo Ralph Lauren|Wingtip|Polyurethane”), (“Polo Ralph Lauren|Wingtip|PVC”), (“Polo Ralph Lauren|Wingtip|Rubber”), (“Polo Ralph Lauren|Work Boot|Leather”), (“Polo Ralph Lauren|Work Boot|Leatherette”), (“Polo Ralph Lauren|Work Boot|Polyurethane”), (“Polo Ralph Lauren|Work Boot|PVC”), (“Polo Ralph Lauren|Work Boot|Rubber”), (“Puma|Balmoral|Leather”), (“Puma|Balmoral|Leatherette”), (“Puma|Balmoral|Polyurethane”), (“Puma|Balmoral|PVC”), (“Puma|Balmoral|Rubber”), (“Puma|Boat Shoe|Leather”), (“Puma|Boat Shoe|Leatherette”), (“Puma|Boat Shoe|Polyurethane”), (“Puma|Boat Shoe|PVC”), (“Puma|Boat Shoe|Rubber”), (“Puma|Brouge|Leather”), (“Puma|Brouge|Leatherette”), (“Puma|Brouge|Polyurethane”), (“Puma|Brouge|PVC”), (“Puma|Brouge|Rubber”), (“Puma|Cross Trainer|Leather”), (“Puma|Cross Trainer|Leatherette”), (“Puma|Cross Trainer|Polyurethane”), (“Puma|Cross Trainer|PVC”), (“Puma|Cross Trainer|Rubber”), (“Puma|Derby|Leather”), (“Puma|Derby|Leatherette”), (“Puma|Derby|Polyurethane”), (“Puma|Derby|PVC”), (“Puma|Derby|Rubber”), (“Puma|Dress Boot|Leather”), (“Puma|Dress Boot|Leatherette”), (“Puma|Dress Boot|Polyurethane”), (“Puma|Dress Boot|PVC”), (“Puma|Dress Boot|Rubber”), (“Puma|Dress Shoe|Leather”), (“Puma|Dress Shoe|Leatherette”), (“Puma|Dress Shoe|Polyurethane”), (“Puma|Dress Shoe|PVC”), (“Puma|Dress Shoe|Rubber”), (“Puma|Driving Shoe|Leather”), (“Puma|Driving Shoe|Leatherette”), (“Puma|Driving Shoe|Polyurethane”), (“Puma|Driving Shoe|PVC”), (“Puma|Driving Shoe|Rubber”), (“Puma|Hiker|Leather”), (“Puma|Hiker|Leatherette”), (“Puma|Hiker|Polyurethane”), (“Puma|Hiker|PVC”), (“Puma|Hiker|Rubber”), (“Puma|Loafer (Slip-on)|Leather”), (“Puma|Loafer (Slip-on)|Leatherette”), (“Puma|Loafer (Slip-on)|Polyurethane”), (“Puma|Loafer (Slip-on)|PVC”), (“Puma|Loafer (Slip-on)|Rubber”), (“Puma|Oxford (Lace-up)|Leather”), (“Puma|Oxford (Lace-up)|Leatherette”), (“Puma|Oxford (Lace-up)|Polyurethane”), (“Puma|Oxford (Lace-up)|PVC”), (“Puma|Oxford (Lace-up)|Rubber”), (“Puma|Patent Leather|Leather”), (“Puma|Patent Leather|Leatherette”), (“Puma|Patent Leather|Polyurethane”), (“Puma|Patent Leather|PVC”), (“Puma|Patent Leather|Rubber”), (“Puma|Penny Loafer|Leather”), (“Puma|Penny Loafer|Leatherette”), (“Puma|Penny Loafer|Polyurethane”), (“Puma|Penny Loafer|PVC”), (“Puma|Penny Loafer|Rubber”), (“Puma|Runner|Leather”), (“Puma|Runner|Leatherette”), (“Puma|Runner|Polyurethane”), (“Puma|Runner|PVC”), (“Puma|Runner|Rubber”), (“Puma|Saddle Shoe|Leather”), (“Puma|Saddle Shoe|Leatherette”), (“Puma|Saddle Shoe|Polyurethane”), (“Puma|Saddle Shoe|PVC”), (“Puma|Saddle Shoe|Rubber”), (“Puma|Sandal|Leather”), (“Puma|Sandal|Leatherette”), (“Puma|Sandal|Polyurethane”), (“Puma|Sandal|PVC”), (“Puma|Sandal|Rubber”), (“Puma|Tennis|Leather”), (“Puma|Tennis|Leatherette”), (“Puma|Tennis|Polyurethane”), (“Puma|Tennis|PVC”), (“Puma|Tennis|Rubber”), (“Puma|Walker|Leather”), (“Puma|Walker|Leatherette”), (“Puma|Walker|Polyurethane”), (“Puma|Walker|PVC”), (“Puma|Walker|Rubber”), (“Puma|Wingtip|Leather”), (“Puma|Wingtip|Leatherette”), (“Puma|Wingtip|Polyurethane”), (“Puma|Wingtip|PVC”), (“Puma|Wingtip|Rubber”), (“Puma|Work Boot|Leather”), (“Puma|Work Boot|Leatherette”), (“Puma|Work Boot|Polyurethane”), (“Puma|Work Boot|PVC”), (“Puma|Work Boot|Rubber”), (“Reebok|Balmoral|Leather”), (“Reebok|Balmoral|Leatherette”), (“Reebok|Balmoral|Polyurethane”), (“Reebok|Balmoral|PVC”), (“Reebok|Balmoral|Rubber”), (“Reebok|Boat Shoe|Leather”), (“Reebok|Boat Shoe|Leatherette”), (“Reebok|Boat Shoe|Polyurethane”), (“Reebok|Boat Shoe|PVC”), (“Reebok|Boat Shoe|Rubber”), (“Reebok|Brouge|Leather”), (“Reebok|Brouge|Leatherette”), (“Reebok|Brouge|Polyurethane”), (“Reebok|Brouge|PVC”), (“Reebok|Brouge|Rubber”), (“Reebok|Cross Trainer|Leather”), (“Reebok|Cross Trainer|Leatherette”), (“Reebok|Cross Trainer|Polyurethane”), (“Reebok|Cross Trainer|PVC”), (“Reebok|Cross Trainer|Rubber”), (“Reebok|Derby|Leather”), (“Reebok|Derby|Leatherette”), (“Reebok|Derby|Polyurethane”), (“Reebok|Derby|PVC”), (“Reebok|Derby|Rubber”), (“Reebok|Dress Boot|Leather”), (“Reebok|Dress Boot|Leatherette”), (“Reebok|Dress Boot|Polyurethane”), (“Reebok|Dress Boot|PVC”), (“Reebok|Dress Boot|Rubber”), (“Reebok|Dress Shoe|Leather”), (“Reebok|Dress Shoe|Leatherette”), (“Reebok|Dress Shoe|Polyurethane”), (“Reebok|Dress Shoe|PVC”), (“Reebok|Dress Shoe|Rubber”), (“Reebok|Driving Shoe|Leather”), (“Reebok|Driving Shoe|Leatherette”), (“Reebok|Driving Shoe|Polyurethane”), (“Reebok|Driving Shoe|PVC”), (“Reebok|Driving Shoe|Rubber”), (“Reebok|Hiker|Leather”), (“Reebok|Hiker|Leatherette”), (“Reebok|Hiker|Polyurethane”), (“Reebok|Hiker|PVC”), (“Reebok|Hiker|Rubber”), (“Reebok|Loafer (Slip-on)|Leather”), (“Reebok|Loafer (Slip-on)|Leatherette”), (“Reebok|Loafer (Slip-on)|Polyurethane”), (“Reebok|Loafer (Slip-on)|PVC”), (“Reebok|Loafer (Slip-on)|Rubber”), (“Reebok|Oxford (Lace-up)|Leather”), (“Reebok|Oxford (Lace-up)|Leatherette”), (“Reebok|Oxford (Lace-up)|Polyurethane”), (“Reebok|Oxford (Lace-up)|PVC”), (“Reebok|Oxford (Lace-up)|Rubber”), (“Reebok|Patent Leather|Leather”), (“Reebok|Patent Leather|Leatherette”), (“Reebok|Patent Leather|Polyurethane”), (“Reebok|Patent Leather|PVC”), (“Reebok|Patent Leather|Rubber”), (“Reebok|Penny Loafer|Leather”), (“Reebok|Penny Loafer|Leatherette”), (“Reebok|Penny Loafer|Polyurethane”), (“Reebok|Penny Loafer|PVC”), (“Reebok|Penny Loafer|Rubber”), (“Reebok|Runner|Leather”), (“Reebok|Runner|Leatherette”), (“Reebok|Runner|Polyurethane”), (“Reebok|Runner|PVC”), (“Reebok|Runner|Rubber”), (“Reebok|Saddle Shoe|Leather”), (“Reebok|Saddle Shoe|Leatherette”), (“Reebok|Saddle Shoe|Polyurethane”), (“Reebok|Saddle Shoe|PVC”), (“Reebok|Saddle Shoe|Rubber”), (“Reebok|Sandal|Leather”), (“Reebok|Sandal|Leatherette”), (“Reebok|Sandal|Polyurethane”), (“Reebok|Sandal|PVC”), (“Reebok|Sandal|Rubber”), (“Reebok|Tennis|Leather”), (“Reebok|Tennis|Leatherette”), (“Reebok|Tennis|Polyurethane”), (“Reebok|Tennis|PVC”), (“Reebok|Tennis|Rubber”), (“Reebok|Walker|Leather”), (“Reebok|Walker|Leatherette”), (“Reebok|Walker|Polyurethane”), (“Reebok|Walker|PVC”), (“Reebok|Walker|Rubber”), (“Reebok|Wingtip|Leather”), (“Reebok|Wingtip|Leatherette”), (“Reebok|Wingtip|Polyurethane”), (“Reebok|Wingtip|PVC”), (“Reebok|Wingtip|Rubber”), (“Reebok|Work Boot|Leather”), (“Reebok|Work Boot|Leatherette”), (“Reebok|Work Boot|Polyurethane”), (“Reebok|Work Boot|PVC”), (“Reebok|Work Boot|Rubber”), (“Reef|Balmoral|Leather”), (“Reef|Balmoral|Leatherette”), (“Reef|Balmoral|Polyurethane”), (“Reef|Balmoral|PVC”), (“Reef|Balmoral|Rubber”), (“Reef|Boat Shoe|Leather”), (“Reef|Boat Shoe|Leatherette”), (“Reef|Boat Shoe|Polyurethane”), (“Reef|Boat Shoe|PVC”), (“Reef|Boat Shoe|Rubber”), (“Reef|Brouge|Leather”), (“Reef|Brouge|Leatherette”), (“Reef|Brouge|Polyurethane”), (“Reef|Brouge|PVC”), (“Reef|Brouge|Rubber”), (“Reef|Cross Trainer|Leather”), (“Reef|Cross Trainer|Leatherette”), (“Reef|Cross Trainer|Polyurethane”), (“Reef|Cross Trainer|PVC”), (“Reef|Cross Trainer|Rubber”), (“Reef|Derby|Leather”), (“Reef|Derby|Leatherette”), (“Reef|Derby|Polyurethane”), (“Reef|Derby|PVC”), (“Reef|Derby|Rubber”), (“Reef|Dress Boot|Leather”), (“Reef|Dress Boot|Leatherette”), (“Reef|Dress Boot|Polyurethane”), (“Reef|Dress Boot|PVC”), (“Reef|Dress Boot|Rubber”), (“Reef|Dress Shoe|Leather”), (“Reef|Dress Shoe|Leatherette”), (“Reef|Dress Shoe|Polyurethane”), (“Reef|Dress Shoe|PVC”), (“Reef|Dress Shoe|Rubber”), (“Reef|Driving Shoe|Leather”), (“Reef|Driving Shoe|Leatherette”), (“Reef|Driving Shoe|Polyurethane”), (“Reef|Driving Shoe|PVC”), (“Reef|Driving Shoe|Rubber”), (“Reef|Hiker|Leather”), (“Reef|Hiker|Leatherette”), (“Reef|Hiker|Polyurethane”), (“Reef|Hiker|PVC”), (“Reef|Hiker|Rubber”), (“Reef|Loafer (Slip-on)|Leather”), (“Reef|Loafer (Slip-on)|Leatherette”), (“Reef|Loafer (Slip-on)|Polyurethane”), (“Reef|Loafer (Slip-on)|PVC”), (“Reef|Loafer (Slip-on)|Rubber”), (“Reef|Oxford (Lace-up)|Leather”), (“Reef|Oxford (Lace-up)|Leatherette”), (“Reef|Oxford (Lace-up)|Polyurethane”), (“Reef|Oxford (Lace-up)|PVC”), (“Reef|Oxford (Lace-up)|Rubber”), (“Reef|Patent Leather|Leather”), (“Reef|Patent Leather|Leatherette”), (“Reef|Patent Leather|Polyurethane”), (“Reef|Patent Leather|PVC”), (“Reef|Patent Leather|Rubber”), (“Reef|Penny Loafer|Leather”), (“Reef|Penny Loafer|Leatherette”), (“Reef|Penny Loafer|Polyurethane”), (“Reef|Penny Loafer|PVC”), (“Reef|Penny Loafer|Rubber”), (“Reef|Runner|Leather”), (“Reef|Runner|Leatherette”), (“Reef|Runner|Polyurethane”), (“Reef|Runner|PVC”), (“Reef|Runner|Rubber”), (“Reef|Saddle Shoe|Leather”), (“Reef|Saddle Shoe|Leatherette”), (“Reef|Saddle Shoe|Polyurethane”), (“Reef|Saddle Shoe|PVC”), (“Reef|Saddle Shoe|Rubber”), (“Reef|Sandal|Leather”), (“Reef|Sandal|Leatherette”), (“Reef|Sandal|Polyurethane”), (“Reef|Sandal|PVC”), (“Reef|Sandal|Rubber”), (“Reef|Tennis|Leather”), (“Reef|Tennis|Leatherette”), (“Reef|Tennis|Polyurethane”), (“Reef|Tennis|PVC”), (“Reef|Tennis|Rubber”), (“Reef|Walker|Leather”), (“Reef|Walker|Leatherette”), (“Reef|Walker|Polyurethane”), (“Reef|Walker|PVC”), (“Reef|Walker|Rubber”), (“Reef|Wingtip|Leather”), (“Reef|Wingtip|Leatherette”), (“Reef|Wingtip|Polyurethane”), (“Reef|Wingtip|PVC”), (“Reef|Wingtip|Rubber”), (“Reef|Work Boot|Leather”), (“Reef|Work Boot|Leatherette”), (“Reef|Work Boot|Polyurethane”), (“Reef|Work Boot|PVC”), (“Reef|Work Boot|Rubber”), (“Rockport|Balmoral|Leather”), (“Rockport|Balmoral|Leatherette”), (“Rockport|Balmoral|Polyurethane”), (“Rockport|Balmoral|PVC”), (“Rockport|Balmoral|Rubber”), (“Rockport|Boat Shoe|Leather”), (“Rockport|Boat Shoe|Leatherette”), (“Rockport|Boat Shoe|Polyurethane”), (“Rockport|Boat Shoe|PVC”), (“Rockport|Boat Shoe|Rubber”), (“Rockport|Brouge|Leather”), (“Rockport|Brouge|Leatherette”), (“Rockport|Brouge|Polyurethane”), (“Rockport|Brouge|PVC”), (“Rockport|Brouge|Rubber”), (“Rockport|Cross Trainer|Leather”), (“Rockport|Cross Trainer|Leatherette”), (“Rockport|Cross Trainer|Polyurethane”), (“Rockport|Cross Trainer|PVC”), (“Rockport|Cross Trainer|Rubber”), (“Rockport|Derby|Leather”), (“Rockport|Derby|Leatherette”), (“Rockport|Derby|Polyurethane”), (“Rockport|Derby|PVC”), (“Rockport|Derby|Rubber”), (“Rockport|Dress Boot|Leather”), (“Rockport|Dress Boot|Leatherette”), (“Rockport|Dress Boot|Polyurethane”), (“Rockport|Dress Boot|PVC”), (“Rockport|Dress Boot|Rubber”), (“Rockport|Dress Shoe|Leather”), (“Rockport|Dress Shoe|Leatherette”), (“Rockport|Dress Shoe|Polyurethane”), (“Rockport|Dress Shoe|PVC”), (“Rockport|Dress Shoe|Rubber”), (“Rockport|Driving Shoe|Leather”), (“Rockport|Driving Shoe|Leatherette”), (“Rockport|Driving Shoe|Polyurethane”), (“Rockport|Driving Shoe|PVC”), (“Rockport|Driving Shoe|Rubber”), (“Rockport|Hiker|Leather”), (“Rockport|Hiker|Leatherette”), (“Rockport|Hiker|Polyurethane”), (“Rockport|Hiker|PVC”), (“Rockport|Hiker|Rubber”), (“Rockport|Loafer (Slip-on)|Leather”), (“Rockport|Loafer (Slip-on)|Leatherette”), (“Rockport|Loafer (Slip-on)|Polyurethane”), (“Rockport|Loafer (Slip-on)|PVC”), (“Rockport|Loafer (Slip-on)|Rubber”), (“Rockport|Oxford (Lace-up)|Leather”), (“Rockport|Oxford (Lace-up)|Leatherette”), (“Rockport|Oxford (Lace-up)|Polyurethane”), (“Rockport|Oxford (Lace-up)|PVC”), (“Rockport|Oxford (Lace-up)|Rubber”), (“Rockport|Patent Leather|Leather”), (“Rockport|Patent Leather|Leatherette”), (“Rockport|Patent Leather|Polyurethane”), (“Rockport|Patent Leather|PVC”), (“Rockport|Patent Leather|Rubber”), (“Rockport|Penny Loafer|Leather”), (“Rockport|Penny Loafer|Leatherette”), (“Rockport|Penny Loafer|Polyurethane”), (“Rockport|Penny Loafer|PVC”), (“Rockport|Penny Loafer|Rubber”), (“Rockport|Runner|Leather”), (“Rockport|Runner|Leatherette”), (“Rockport|Runner|Polyurethane”), (“Rockport|Runner|PVC”), (“Rockport|Runner|Rubber”), (“Rockport|Saddle Shoe|Leather”), (“Rockport|Saddle Shoe|Leatherette”), (“Rockport|Saddle Shoe|Polyurethane”), (“Rockport|Saddle Shoe|PVC”), (“Rockport|Saddle Shoe|Rubber”), (“Rockport|Sandal|Leather”), (“Rockport|Sandal|Leatherette”), (“Rockport|Sandal|Polyurethane”), (“Rockport|Sandal|PVC”), (“Rockport|Sandal|Rubber”), (“Rockport|Tennis|Leather”), (“Rockport|Tennis|Leatherette”), (“Rockport|Tennis|Polyurethane”), (“Rockport|Tennis|PVC”), (“Rockport|Tennis|Rubber”), (“Rockport|Walker|Leather”), (“Rockport|Walker|Leatherette”), (“Rockport|Walker|Polyurethane”), (“Rockport|Walker|PVC”), (“Rockport|Walker|Rubber”), (“Rockport|Wingtip|Leather”), (“Rockport|Wingtip|Leatherette”), (“Rockport|Wingtip|Polyurethane”), (“Rockport|Wingtip|PVC”), (“Rockport|Wingtip|Rubber”), (“Rockport|Work Boot|Leather”), (“Rockport|Work Boot|Leatherette”), (“Rockport|Work Boot|Polyurethane”), (“Rockport|Work Boot|PVC”), (“Rockport|Work Boot|Rubber”), (“Salomon|Balmoral|Leather”), (“Salomon|Balmoral|Leatherette”), (“Salomon|Balmoral|Polyurethane”), (“Salomon|Balmoral|PVC”), (“Salomon|Balmoral|Rubber”), (“Salomon|Boat Shoe|Leather”), (“Salomon|Boat Shoe|Leatherette”), (“Salomon|Boat Shoe|Polyurethane”), (“Salomon|Boat Shoe|PVC”), (“Salomon|Boat Shoe|Rubber”), (“Salomon|Brouge|Leather”), (“Salomon|Brouge|Leatherette”), (“Salomon|Brouge|Polyurethane”), (“Salomon|Brouge|PVC”), (“Salomon|Brouge|Rubber”), (“Salomon|Cross Trainer|Leather”), (“Salomon|Cross Trainer|Leatherette”), (“Salomon|Cross Trainer|Polyurethane”), (“Salomon|Cross Trainer|PVC”), (“Salomon|Cross Trainer|Rubber”), (“Salomon|Derby|Leather”), (“Salomon|Derby|Leatherette”), (“Salomon|Derby|Polyurethane”), (“Salomon|Derby|PVC”), (“Salomon|Derby|Rubber”), (“Salomon|Dress Boot|Leather”), (“Salomon|Dress Boot|Leatherette”), (“Salomon|Dress Boot|Polyurethane”), (“Salomon|Dress Boot|PVC”), (“Salomon|Dress Boot|Rubber”), (“Salomon|Dress Shoe|Leather”), (“Salomon|Dress Shoe|Leatherette”), (“Salomon|Dress Shoe|Polyurethane”), (“Salomon|Dress Shoe|PVC”), (“Salomon|Dress Shoe|Rubber”), (“Salomon|Driving Shoe|Leather”), (“Salomon|Driving Shoe|Leatherette”), (“Salomon|Driving Shoe|Polyurethane”), (“Salomon|Driving Shoe|PVC”), (“Salomon|Driving Shoe|Rubber”), (“Salomon|Hiker|Leather”), (“Salomon|Hiker|Leatherette”), (“Salomon|Hiker|Polyurethane”), (“Salomon|Hiker|PVC”), (“Salomon|Hiker|Rubber”), (“Salomon|Loafer (Slip-on)|Leather”), (“Salomon|Loafer (Slip-on)|Leatherette”), (“Salomon|Loafer (Slip-on)|Polyurethane”), (“Salomon|Loafer (Slip-on)|PVC”), (“Salomon|Loafer (Slip-on)|Rubber”), (“Salomon|Oxford (Lace-up)|Leather”), (“Salomon|Oxford (Lace-up)|Leatherette”), (“Salomon|Oxford (Lace-up)|Polyurethane”), (“Salomon|Oxford (Lace-up)|PVC”), (“Salomon|Oxford (Lace-up)|Rubber”), (“Salomon|Patent Leather|Leather”), (“Salomon|Patent Leather|Leatherette”), (“Salomon|Patent Leather|Polyurethane”), (“Salomon|Patent Leather|PVC”), (“Salomon|Patent Leather|Rubber”), (“Salomon|Penny Loafer|Leather”), (“Salomon|Penny Loafer|Leatherette”), (“Salomon|Penny Loafer|Polyurethane”), (“Salomon|Penny Loafer|PVC”), (“Salomon|Penny Loafer|Rubber”), (“Salomon|Runner|Leather”), (“Salomon|Runner|Leatherette”), (“Salomon|Runner|Polyurethane”), (“Salomon|Runner|PVC”), (“Salomon|Runner|Rubber”), (“Salomon|Saddle Shoe|Leather”), (“Salomon|Saddle Shoe|Leatherette”), (“Salomon|Saddle Shoe|Polyurethane”), (“Salomon|Saddle Shoe|PVC”), (“Salomon|Saddle Shoe|Rubber”), (“Salomon|Sandal|Leather”), (“Salomon|Sandal|Leatherette”), (“Salomon|Sandal|Polyurethane”), (“Salomon|Sandal|PVC”), (“Salomon|Sandal|Rubber”), (“Salomon|Tennis|Leather”), (“Salomon|Tennis|Leatherette”), (“Salomon|Tennis|Polyurethane”), (“Salomon|Tennis|PVC”), (“Salomon|Tennis|Rubber”), (“Salomon|Walker|Leather”), (“Salomon|Walker|Leatherette”), (“Salomon|Walker|Polyurethane”), (“Salomon|Walker|PVC”), (“Salomon|Walker|Rubber”), (“Salomon|Wingtip|Leather”), (“Salomon|Wingtip|Leatherette”), (“Salomon|Wingtip|Polyurethane”), (“Salomon|Wingtip|PVC”), (“Salomon|Wingtip|Rubber”), (“Salomon|Work Boot|Leather”), (“Salomon|Work Boot|Leatherette”), (“Salomon|Work Boot|Polyurethane”), (“Salomon|Work Boot|PVC”), (“Salomon|Work Boot|Rubber”), (“Sanuk|Balmoral|Leather”), (“Sanuk|Balmoral|Leatherette”), (“Sanuk|Balmoral|Polyurethane”), (“Sanuk|Balmoral|PVC”), (“Sanuk|Balmoral|Rubber”), (“Sanuk|Boat Shoe|Leather”), (“Sanuk|Boat Shoe|Leatherette”), (“Sanuk|Boat Shoe|Polyurethane”), (“Sanuk|Boat Shoe|PVC”), (“Sanuk|Boat Shoe|Rubber”), (“Sanuk|Brouge|Leather”), (“Sanuk|Brouge|Leatherette”), (“Sanuk|Brouge|Polyurethane”), (“Sanuk|Brouge|PVC”), (“Sanuk|Brouge|Rubber”), (“Sanuk|Cross Trainer|Leather”), (“Sanuk|Cross Trainer|Leatherette”), (“Sanuk|Cross Trainer|Polyurethane”), (“Sanuk|Cross Trainer|PVC”), (“Sanuk|Cross Trainer|Rubber”), (“Sanuk|Derby|Leather”), (“Sanuk|Derby|Leatherette”), (“Sanuk|Derby|Polyurethane”), (“Sanuk|Derby|PVC”), (“Sanuk|Derby|Rubber”), (“Sanuk|Dress Boot|Leather”), (“Sanuk|Dress Boot|Leatherette”), (“Sanuk|Dress Boot|Polyurethane”), (“Sanuk|Dress Boot|PVC”), (“Sanuk|Dress Boot|Rubber”), (“Sanuk|Dress Shoe|Leather”), (“Sanuk|Dress Shoe|Leatherette”), (“Sanuk|Dress Shoe|Polyurethane”), (“Sanuk|Dress Shoe|PVC”), (“Sanuk|Dress Shoe|Rubber”), (“Sanuk|Driving Shoe|Leather”), (“Sanuk|Driving Shoe|Leatherette”), (“Sanuk|Driving Shoe|Polyurethane”), (“Sanuk|Driving Shoe|PVC”), (“Sanuk|Driving Shoe|Rubber”), (“Sanuk|Hiker|Leather”), (“Sanuk|Hiker|Leatherette”), (“Sanuk|Hiker|Polyurethane”), (“Sanuk|Hiker|PVC”), (“Sanuk|Hiker|Rubber”), (“Sanuk|Loafer (Slip-on)|Leather”), (“Sanuk|Loafer (Slip-on)|Leatherette”), (“Sanuk|Loafer (Slip-on)|Polyurethane”), (“Sanuk|Loafer (Slip-on)|PVC”), (“Sanuk|Loafer (Slip-on)|Rubber”), (“Sanuk|Oxford (Lace-up)|Leather”), (“Sanuk|Oxford (Lace-up)|Leatherette”), (“Sanuk|Oxford (Lace-up)|Polyurethane”), (“Sanuk|Oxford (Lace-up)|PVC”), (“Sanuk|Oxford (Lace-up)|Rubber”), (“Sanuk|Patent Leather|Leather”), (“Sanuk|Patent Leather|Leatherette”), (“Sanuk|Patent Leather|Polyurethane”), (“Sanuk|Patent Leather|PVC”), (“Sanuk|Patent Leather|Rubber”), (“Sanuk|Penny Loafer|Leather”), (“Sanuk|Penny Loafer|Leatherette”), (“Sanuk|Penny Loafer|Polyurethane”), (“Sanuk|Penny Loafer|PVC”), (“Sanuk|Penny Loafer|Rubber”), (“Sanuk|Runner|Leather”), (“Sanuk|Runner|Leatherette”), (“Sanuk|Runner|Polyurethane”), (“Sanuk|Runner|PVC”), (“Sanuk|Runner|Rubber”), (“Sanuk|Saddle Shoe|Leather”), (“Sanuk|Saddle Shoe|Leatherette”), (“Sanuk|Saddle Shoe|Polyurethane”), (“Sanuk|Saddle Shoe|PVC”), (“Sanuk|Saddle Shoe|Rubber”), (“Sanuk|Sandal|Leather”), (“Sanuk|Sandal|Leatherette”), (“Sanuk|Sandal|Polyurethane”), (“Sanuk|Sandal|PVC”), (“Sanuk|Sandal|Rubber”), (“Sanuk|Tennis|Leather”), (“Sanuk|Tennis|Leatherette”), (“Sanuk|Tennis|Polyurethane”), (“Sanuk|Tennis|PVC”), (“Sanuk|Tennis|Rubber”), (“Sanuk|Walker|Leather”), (“Sanuk|Walker|Leatherette”), (“Sanuk|Walker|Polyurethane”), (“Sanuk|Walker|PVC”), (“Sanuk|Walker|Rubber”), (“Sanuk|Wingtip|Leather”), (“Sanuk|Wingtip|Leatherette”), (“Sanuk|Wingtip|Polyurethane”), (“Sanuk|Wingtip|PVC”), (“Sanuk|Wingtip|Rubber”), (“Sanuk|Work Boot|Leather”), (“Sanuk|Work Boot|Leatherette”), (“Sanuk|Work Boot|Polyurethane”), (“Sanuk|Work Boot|PVC”), (“Sanuk|Work Boot|Rubber”), (“Saucony|Balmoral|Leather”), (“Saucony|Balmoral|Leatherette”), (“Saucony|Balmoral|Polyurethane”), (“Saucony|Balmoral|PVC”), (“Saucony|Balmoral|Rubber”), (“Saucony|Boat Shoe|Leather”), (“Saucony|Boat Shoe|Leatherette”), (“Saucony|Boat Shoe|Polyurethane”), (“Saucony|Boat Shoe|PVC”), (“Saucony|Boat Shoe|Rubber”), (“Saucony|Brouge|Leather”), (“Saucony|Brouge|Leatherette”), (“Saucony|Brouge|Polyurethane”), (“Saucony|Brouge|PVC”), (“Saucony|Brouge|Rubber”), (“Saucony|Cross Trainer|Leather”), (“Saucony|Cross Trainer|Leatherette”), (“Saucony|Cross Trainer|Polyurethane”), (“Saucony|Cross Trainer|PVC”), (“Saucony|Cross Trainer|Rubber”), (“Saucony|Derby|Leather”), (“Saucony|Derby|Leatherette”), (“Saucony|Derby|Polyurethane”), (“Saucony|Derby|PVC”), (“Saucony|Derby|Rubber”), (“Saucony|Dress Boot|Leather”), (“Saucony|Dress Boot|Leatherette”), (“Saucony|Dress Boot|Polyurethane”), (“Saucony|Dress Boot|PVC”), (“Saucony|Dress Boot|Rubber”), (“Saucony|Dress Shoe|Leather”), (“Saucony|Dress Shoe|Leatherette”), (“Saucony|Dress Shoe|Polyurethane”), (“Saucony|Dress Shoe|PVC”), (“Saucony|Dress Shoe|Rubber”), (“Saucony|Driving Shoe|Leather”), (“Saucony|Driving Shoe|Leatherette”), (“Saucony|Driving Shoe|Polyurethane”), (“Saucony|Driving Shoe|PVC”), (“Saucony|Driving Shoe|Rubber”), (“Saucony|Hiker|Leather”), (“Saucony|Hiker|Leatherette”), (“Saucony|Hiker|Polyurethane”), (“Saucony|Hiker|PVC”), (“Saucony|Hiker|Rubber”), (“Saucony|Loafer (Slip-on)|Leather”), (“Saucony|Loafer (Slip-on)|Leatherette”), (“Saucony|Loafer (Slip-on)|Polyurethane”), (“Saucony|Loafer (Slip-on)|PVC”), (“Saucony|Loafer (Slip-on)|Rubber”), (“Saucony|Oxford (Lace-up)|Leather”), (“Saucony|Oxford (Lace-up)|Leatherette”), (“Saucony|Oxford (Lace-up)|Polyurethane”), (“Saucony|Oxford (Lace-up)|PVC”), (“Saucony|Oxford (Lace-up)|Rubber”), (“Saucony|Patent Leather|Leather”), (“Saucony|Patent Leather|Leatherette”), (“Saucony|Patent Leather|Polyurethane”), (“Saucony|Patent Leather|PVC”), (“Saucony|Patent Leather|Rubber”), (“Saucony|Penny Loafer|Leather”), (“Saucony|Penny Loafer|Leatherette”), (“Saucony|Penny Loafer|Polyurethane”), (“Saucony|Penny Loafer|PVC”), (“Saucony|Penny Loafer|Rubber”), (“Saucony|Runner|Leather”), (“Saucony|Runner|Leatherette”), (“Saucony|Runner|Polyurethane”), (“Saucony|Runner|PVC”), (“Saucony|Runner|Rubber”), (“Saucony|Saddle Shoe|Leather”), (“Saucony|Saddle Shoe|Leatherette”), (“Saucony|Saddle Shoe|Polyurethane”), (“Saucony|Saddle Shoe|PVC”), (“Saucony|Saddle Shoe|Rubber”), (“Saucony|Sandal|Leather”), (“Saucony|Sandal|Leatherette”), (“Saucony|Sandal|Polyurethane”), (“Saucony|Sandal|PVC”), (“Saucony|Sandal|Rubber”), (“Saucony|Tennis|Leather”), (“Saucony|Tennis|Leatherette”), (“Saucony|Tennis|Polyurethane”), (“Saucony|Tennis|PVC”), (“Saucony|Tennis|Rubber”), (“Saucony|Walker|Leather”), (“Saucony|Walker|Leatherette”), (“Saucony|Walker|Polyurethane”), (“Saucony|Walker|PVC”), (“Saucony|Walker|Rubber”), (“Saucony|Wingtip|Leather”), (“Saucony|Wingtip|Leatherette”), (“Saucony|Wingtip|Polyurethane”), (“Saucony|Wingtip|PVC”), (“Saucony|Wingtip|Rubber”), (“Saucony|Work Boot|Leather”), (“Saucony|Work Boot|Leatherette”), (“Saucony|Work Boot|Polyurethane”), (“Saucony|Work Boot|PVC”), (“Saucony|Work Boot|Rubber”), (“Skechers|Balmoral|Leather”), (“Skechers|Balmoral|Leatherette”), (“Skechers|Balmoral|Polyurethane”), (“Skechers|Balmoral|PVC”), (“Skechers|Balmoral|Rubber”), (“Skechers|Boat Shoe|Leather”), (“Skechers|Boat Shoe|Leatherette”), (“Skechers|Boat Shoe|Polyurethane”), (“Skechers|Boat Shoe|PVC”), (“Skechers|Boat Shoe|Rubber”), (“Skechers|Brouge|Leather”), (“Skechers|Brouge|Leatherette”), (“Skechers|Brouge|Polyurethane”), (“Skechers|Brouge|PVC”), (“Skechers|Brouge|Rubber”), (“Skechers|Cross Trainer|Leather”), (“Skechers|Cross Trainer|Leatherette”), (“Skechers|Cross Trainer|Polyurethane”), (“Skechers|Cross Trainer|PVC”), (“Skechers|Cross Trainer|Rubber”), (“Skechers|Derby|Leather”), (“Skechers|Derby|Leatherette”), (“Skechers|Derby|Polyurethane”), (“Skechers|Derby|PVC”), (“Skechers|Derby|Rubber”), (“Skechers|Dress Boot|Leather”), (“Skechers|Dress Boot|Leatherette”), (“Skechers|Dress Boot|Polyurethane”), (“Skechers|Dress Boot|PVC”), (“Skechers|Dress Boot|Rubber”), (“Skechers|Dress Shoe|Leather”), (“Skechers|Dress Shoe|Leatherette”), (“Skechers|Dress Shoe|Polyurethane”), (“Skechers|Dress Shoe|PVC”), (“Skechers|Dress Shoe|Rubber”), (“Skechers|Driving Shoe|Leather”), (“Skechers|Driving Shoe|Leatherette”), (“Skechers|Driving Shoe|Polyurethane”), (“Skechers|Driving Shoe|PVC”), (“Skechers|Driving Shoe|Rubber”), (“Skechers|Hiker|Leather”), (“Skechers|Hiker|Leatherette”), (“Skechers|Hiker|Polyurethane”), (“Skechers|Hiker|PVC”), (“Skechers|Hiker|Rubber”), (“Skechers|Loafer (Slip-on)|Leather”), (“Skechers|Loafer (Slip-on)|Leatherette”), (“Skechers|Loafer (Slip-on)|Polyurethane”), (“Skechers|Loafer (Slip-on)|PVC”), (“Skechers|Loafer (Slip-on)|Rubber”), (“Skechers|Oxford (Lace-up)|Leather”), (“Skechers|Oxford (Lace-up)|Leatherette”), (“Skechers|Oxford (Lace-up)|Polyurethane”), (“Skechers|Oxford (Lace-up)|PVC”), (“Skechers|Oxford (Lace-up)|Rubber”), (“Skechers|Patent Leather|Leather”), (“Skechers|Patent Leather|Leatherette”), (“Skechers|Patent Leather|Polyurethane”), (“Skechers|Patent Leather|PVC”), (“Skechers|Patent Leather|Rubber”), (“Skechers|Penny Loafer|Leather”), (“Skechers|Penny Loafer|Leatherette”), (“Skechers|Penny Loafer|Polyurethane”), (“Skechers|Penny Loafer|PVC”), (“Skechers|Penny Loafer|Rubber”), (“Skechers|Runner|Leather”), (“Skechers|Runner|Leatherette”), (“Skechers|Runner|Polyurethane”), (“Skechers|Runner|PVC”), (“Skechers|Runner|Rubber”), (“Skechers|Saddle Shoe|Leather”), (“Skechers|Saddle Shoe|Leatherette”), (“Skechers|Saddle Shoe|Polyurethane”), (“Skechers|Saddle Shoe|PVC”), (“Skechers|Saddle Shoe|Rubber”), (“Skechers|Sandal|Leather”), (“Skechers|Sandal|Leatherette”), (“Skechers|Sandal|Polyurethane”), (“Skechers|Sandal|PVC”), (“Skechers|Sandal|Rubber”), (“Skechers|Tennis|Leather”), (“Skechers|Tennis|Leatherette”), (“Skechers|Tennis|Polyurethane”), (“Skechers|Tennis|PVC”), (“Skechers|Tennis|Rubber”), (“Skechers|Walker|Leather”), (“Skechers|Walker|Leatherette”), (“Skechers|Walker|Polyurethane”), (“Skechers|Walker|PVC”), (“Skechers|Walker|Rubber”), (“Skechers|Wingtip|Leather”), (“Skechers|Wingtip|Leatherette”), (“Skechers|Wingtip|Polyurethane”), (“Skechers|Wingtip|PVC”), (“Skechers|Wingtip|Rubber”), (“Skechers|Work Boot|Leather”), (“Skechers|Work Boot|Leatherette”), (“Skechers|Work Boot|Polyurethane”), (“Skechers|Work Boot|PVC”), (“Skechers|Work Boot|Rubber”), (“Sperry Top-Sider|Balmoral|Leather”), (“Sperry Top-Sider|Balmoral|Leatherette”), (“Sperry Top-Sider|Balmoral|Polyurethane”), (“Sperry Top-Sider|Balmoral|PVC”), (“Sperry Top-Sider|Balmoral|Rubber”), (“Sperry Top-Sider|Boat Shoe|Leather”), (“Sperry Top-Sider|Boat Shoe|Leatherette”), (“Sperry Top-Sider|Boat Shoe|Polyurethane”), (“Sperry Top-Sider|Boat Shoe|PVC”), (“Sperry Top-Sider|Boat Shoe|Rubber”), (“Sperry Top-Sider|Brouge|Leather”), (“Sperry Top-Sider|Brouge|Leatherette”), (“Sperry Top-Sider|Brouge|Polyurethane”), (“Sperry Top-Sider|Brouge|PVC”), (“Sperry Top-Sider|Brouge|Rubber”), (“Sperry Top-Sider|Cross Trainer|Leather”), (“Sperry Top-Sider|Cross Trainer|Leatherette”), (“Sperry Top-Sider|Cross Trainer|Polyurethane”), (“Sperry Top-Sider|Cross Trainer|PVC”), (“Sperry Top-Sider|Cross Trainer|Rubber”), (“Sperry Top-Sider|Derby|Leather”), (“Sperry Top-Sider|Derby|Leatherette”), (“Sperry Top-Sider|Derby|Polyurethane”), (“Sperry Top-Sider|Derby|PVC”), (“Sperry Top-Sider|Derby|Rubber”), (“Sperry Top-Sider|Dress Boot|Leather”), (“Sperry Top-Sider|Dress Boot|Leatherette”), (“Sperry Top-Sider|Dress Boot|Polyurethane”), (“Sperry Top-Sider|Dress Boot|PVC”), (“Sperry Top-Sider|Dress Boot|Rubber”), (“Sperry Top-Sider|Dress Shoe|Leather”), (“Sperry Top-Sider|Dress Shoe|Leatherette”), (“Sperry Top-Sider|Dress Shoe|Polyurethane”), (“Sperry Top-Sider|Dress Shoe|PVC”), (“Sperry Top-Sider|Dress Shoe|Rubber”), (“Sperry Top-Sider|Driving Shoe|Leather”), (“Sperry Top-Sider|Driving Shoe|Leatherette”), (“Sperry Top-Sider|Driving Shoe|Polyurethane”), (“Sperry Top-Sider|Driving Shoe|PVC”), (“Sperry Top-Sider|Driving Shoe|Rubber”), (“Sperry Top-Sider|Hiker|Leather”), (“Sperry Top-Sider|Hiker|Leatherette”), (“Sperry Top-Sider|Hiker|Polyurethane”), (“Sperry Top-Sider|Hiker|PVC”), (“Sperry Top-Sider|Hiker|Rubber”), (“Sperry Top-Sider|Loafer (Slip-on)|Leather”), (“Sperry Top-Sider|Loafer (Slip-on)|Leatherette”), (“Sperry Top-Sider|Loafer (Slip-on)|Polyurethane”), (“Sperry Top-Sider|Loafer (Slip-on)|PVC”), (“Sperry Top-Sider|Loafer (Slip-on)|Rubber”), (“Sperry Top-Sider|Oxford (Lace-up)|Leather”), (“Sperry Top-Sider|Oxford (Lace-up)|Leatherette”), (“Sperry Top-Sider|Oxford (Lace-up)|Polyurethane”), (“Sperry Top-Sider|Oxford (Lace-up)|PVC”), (“Sperry Top-Sider|Oxford (Lace-up)|Rubber”), (“Sperry Top-Sider|Patent Leather|Leather”), (“Sperry Top-Sider|Patent Leather|Leatherette”), (“Sperry Top-Sider|Patent Leather|Polyurethane”), (“Sperry Top-Sider|Patent Leather|PVC”), (“Sperry Top-Sider|Patent Leather|Rubber”), (“Sperry Top-Sider|Penny Loafer|Leather”), (“Sperry Top-Sider|Penny Loafer|Leatherette”), (“Sperry Top-Sider|Penny Loafer|Polyurethane”), (“Sperry Top-Sider|Penny Loafer|PVC”), (“Sperry Top-Sider|Penny Loafer|Rubber”), (“Sperry Top-Sider|Runner|Leather”), (“Sperry Top-Sider|Runner|Leatherette”), (“Sperry Top-Sider|Runner|Polyurethane”), (“Sperry Top-Sider|Runner|PVC”), (“Sperry Top-Sider|Runner|Rubber”), (“Sperry Top-Sider|Saddle Shoe|Leather”), (“Sperry Top-Sider|Saddle Shoe|Leatherette”), (“Sperry Top-Sider|Saddle Shoe|Polyurethane”), (“Sperry Top-Sider|Saddle Shoe|PVC”), (“Sperry Top-Sider|Saddle Shoe|Rubber”), (“Sperry Top-Sider|Sandal|Leather”), (“Sperry Top-Sider|Sandal|Leatherette”), (“Sperry Top-Sider|Sandal|Polyurethane”), (“Sperry Top-Sider|Sandal|PVC”), (“Sperry Top-Sider|Sandal|Rubber”), (“Sperry Top-Sider|Tennis|Leather”), (“Sperry Top-Sider|Tennis|Leatherette”), (“Sperry Top-Sider|Tennis|Polyurethane”), (“Sperry Top-Sider|Tennis|PVC”), (“Sperry Top-Sider|Tennis|Rubber”), (“Sperry Top-Sider|Walker|Leather”), (“Sperry Top-Sider|Walker|Leatherette”), (“Sperry Top-Sider|Walker|Polyurethane”), (“Sperry Top-Sider|Walker|PVC”), (“Sperry Top-Sider|Walker|Rubber”), (“Sperry Top-Sider|Wingtip|Leather”), (“Sperry Top-Sider|Wingtip|Leatherette”), (“Sperry Top-Sider|Wingtip|Polyurethane”), (“Sperry Top-Sider|Wingtip|PVC”), (“Sperry Top-Sider|Wingtip|Rubber”), (“Sperry Top-Sider|Work Boot|Leather”), (“Sperry Top-Sider|Work Boot|Leatherette”), (“Sperry Top-Sider|Work Boot|Polyurethane”), (“Sperry Top-Sider|Work Boot|PVC”), (“Sperry Top-Sider|Work Boot|Rubber”), (“Tamarac|Balmoral|Leather”), (“Tamarac|Balmoral|Leatherette”), (“Tamarac|Balmoral|Polyurethane”), (“Tamarac|Balmoral|PVC”), (“Tamarac|Balmoral|Rubber”), (“Tamarac|Boat Shoe|Leather”), (“Tamarac|Boat Shoe|Leatherette”), (“Tamarac|Boat Shoe|Polyurethane”), (“Tamarac|Boat Shoe|PVC”), (“Tamarac|Boat Shoe|Rubber”), (“Tamarac|Brouge|Leather”), (“Tamarac|Brouge|Leatherette”), (“Tamarac|Brouge|Polyurethane”), (“Tamarac|Brouge|PVC”), (“Tamarac|Brouge|Rubber”), (“Tamarac|Cross Trainer|Leather”), (“Tamarac|Cross Trainer|Leatherette”), (“Tamarac|Cross Trainer|Polyurethane”), (“Tamarac|Cross Trainer|PVC”), (“Tamarac|Cross Trainer|Rubber”), (“Tamarac|Derby|Leather”), (“Tamarac|Derby|Leatherette”), (“Tamarac|Derby|Polyurethane”), (“Tamarac|Derby|PVC”), (“Tamarac|Derby|Rubber”), (“Tamarac|Dress Boot|Leather”), (“Tamarac|Dress Boot|Leatherette”), (“Tamarac|Dress Boot|Polyurethane”), (“Tamarac|Dress Boot|PVC”), (“Tamarac|Dress Boot|Rubber”), (“Tamarac|Dress Shoe|Leather”), (“Tamarac|Dress Shoe|Leatherette”), (“Tamarac|Dress Shoe|Polyurethane”), (“Tamarac|Dress Shoe|PVC”), (“Tamarac|Dress Shoe|Rubber”), (“Tamarac|Driving Shoe|Leather”), (“Tamarac|Driving Shoe|Leatherette”), (“Tamarac|Driving Shoe|Polyurethane”), (“Tamarac|Driving Shoe|PVC”), (“Tamarac|Driving Shoe|Rubber”), (“Tamarac|Hiker|Leather”), (“Tamarac|Hiker|Leatherette”), (“Tamarac|Hiker|Polyurethane”), (“Tamarac|Hiker|PVC”), (“Tamarac|Hiker|Rubber”), (“Tamarac|Loafer (Slip-on)|Leather”), (“Tamarac|Loafer (Slip-on)|Leatherette”), (“Tamarac|Loafer (Slip-on)|Polyurethane”), (“Tamarac|Loafer (Slip-on)|PVC”), (“Tamarac|Loafer (Slip-on)|Rubber”), (“Tamarac|Oxford (Lace-up)|Leather”), (“Tamarac|Oxford (Lace-up)|Leatherette”), (“Tamarac|Oxford (Lace-up)|Polyurethane”), (“Tamarac|Oxford (Lace-up)|PVC”), (“Tamarac|Oxford (Lace-up)|Rubber”), (“Tamarac|Patent Leather|Leather”), (“Tamarac|Patent Leather|Leatherette”), (“Tamarac|Patent Leather|Polyurethane”), (“Tamarac|Patent Leather|PVC”), (“Tamarac|Patent Leather|Rubber”), (“Tamarac|Penny Loafer|Leather”), (“Tamarac|Penny Loafer|Leatherette”), (“Tamarac|Penny Loafer|Polyurethane”), (“Tamarac|Penny Loafer|PVC”), (“Tamarac|Penny Loafer|Rubber”), (“Tamarac|Runner|Leather”), (“Tamarac|Runner|Leatherette”), (“Tamarac|Runner|Polyurethane”), (“Tamarac|Runner|PVC”), (“Tamarac|Runner|Rubber”), (“Tamarac|Saddle Shoe|Leather”), (“Tamarac|Saddle Shoe|Leatherette”), (“Tamarac|Saddle Shoe|Polyurethane”), (“Tamarac|Saddle Shoe|PVC”), (“Tamarac|Saddle Shoe|Rubber”), (“Tamarac|Sandal|Leather”), (“Tamarac|Sandal|Leatherette”), (“Tamarac|Sandal|Polyurethane”), (“Tamarac|Sandal|PVC”), (“Tamarac|Sandal|Rubber”), (“Tamarac|Tennis|Leather”), (“Tamarac|Tennis|Leatherette”), (“Tamarac|Tennis|Polyurethane”), (“Tamarac|Tennis|PVC”), (“Tamarac|Tennis|Rubber”), (“Tamarac|Walker|Leather”), (“Tamarac|Walker|Leatherette”), (“Tamarac|Walker|Polyurethane”), (“Tamarac|Walker|PVC”), (“Tamarac|Walker|Rubber”), (“Tamarac|Wingtip|Leather”), (“Tamarac|Wingtip|Leatherette”), (“Tamarac|Wingtip|Polyurethane”), (“Tamarac|Wingtip|PVC”), (“Tamarac|Wingtip|Rubber”), (“Tamarac|Work Boot|Leather”), (“Tamarac|Work Boot|Leatherette”), (“Tamarac|Work Boot|Polyurethane”), (“Tamarac|Work Boot|PVC”), (“Tamarac|Work Boot|Rubber”), (“Teva|Balmoral|Leather”), (“Teva|Balmoral|Leatherette”), (“Teva|Balmoral|Polyurethane”), (“Teva|Balmoral|PVC”), (“Teva|Balmoral|Rubber”), (“Teva|Boat Shoe|Leather”), (“Teva|Boat Shoe|Leatherette”), (“Teva|Boat Shoe|Polyurethane”), (“Teva|Boat Shoe|PVC”), (“Teva|Boat Shoe|Rubber”), (“Teva|Brouge|Leather”), (“Teva|Brouge|Leatherette”), (“Teva|Brouge|Polyurethane”), (“Teva|Brouge|PVC”), (“Teva|Brouge|Rubber”), (“Teva|Cross Trainer|Leather”), (“Teva|Cross Trainer|Leatherette”), (“Teva|Cross Trainer|Polyurethane”), (“Teva|Cross Trainer|PVC”), (“Teva|Cross Trainer|Rubber”), (“Teva|Derby|Leather”), (“Teva|Derby|Leatherette”), (“Teva|Derby|Polyurethane”), (“Teva|Derby|PVC”), (“Teva|Derby|Rubber”), (“Teva|Dress Boot|Leather”), (“Teva|Dress Boot|Leatherette”), (“Teva|Dress Boot|Polyurethane”), (“Teva|Dress Boot|PVC”), (“Teva|Dress Boot|Rubber”), (“Teva|Dress Shoe|Leather”), (“Teva|Dress Shoe|Leatherette”), (“Teva|Dress Shoe|Polyurethane”), (“Teva|Dress Shoe|PVC”), (“Teva|Dress Shoe|Rubber”), (“Teva|Driving Shoe|Leather”), (“Teva|Driving Shoe|Leatherette”), (“Teva|Driving Shoe|Polyurethane”), (“Teva|Driving Shoe|PVC”), (“Teva|Driving Shoe|Rubber”), (“Teva|Hiker|Leather”), (“Teva|Hiker|Leatherette”), (“Teva|Hiker|Polyurethane”), (“Teva|Hiker|PVC”), (“Teva|Hiker|Rubber”), (“Teva|Loafer (Slip-on)|Leather”), (“Teva|Loafer (Slip-on)|Leatherette”), (“Teva|Loafer (Slip-on)|Polyurethane”), (“Teva|Loafer (Slip-on)|PVC”), (“Teva|Loafer (Slip-on)|Rubber”), (“Teva|Oxford (Lace-up)|Leather”), (“Teva|Oxford (Lace-up)|Leatherette”), (“Teva|Oxford (Lace-up)|Polyurethane”), (“Teva|Oxford (Lace-up)|PVC”), (“Teva|Oxford (Lace-up)|Rubber”), (“Teva|Patent Leather|Leather”), (“Teva|Patent Leather|Leatherette”), (“Teva|Patent Leather|Polyurethane”), (“Teva|Patent Leather|PVC”), (“Teva|Patent Leather|Rubber”), (“Teva|Penny Loafer|Leather”), (“Teva|Penny Loafer|Leatherette”), (“Teva|Penny Loafer|Polyurethane”), (“Teva|Penny Loafer|PVC”), (“Teva|Penny Loafer|Rubber”), (“Teva|Runner|Leather”), (“Teva|Runner|Leatherette”), (“Teva|Runner|Polyurethane”), (“Teva|Runner|PVC”), (“Teva|Runner|Rubber”), (“Teva|Saddle Shoe|Leather”), (“Teva|Saddle Shoe|Leatherette”), (“Teva|Saddle Shoe|Polyurethane”), (“Teva|Saddle Shoe|PVC”), (“Teva|Saddle Shoe|Rubber”), (“Teva|Sandal|Leather”), (“Teva|Sandal|Leatherette”), (“Teva|Sandal|Polyurethane”), (“Teva|Sandal|PVC”), (“Teva|Sandal|Rubber”), (“Teva|Tennis|Leather”), (“Teva|Tennis|Leatherette”), (“Teva|Tennis|Polyurethane”), (“Teva|Tennis|PVC”), (“Teva|Tennis|Rubber”), (“Teva|Walker|Leather”), (“Teva|Walker|Leatherette”), (“Teva|Walker|Polyurethane”), (“Teva|Walker|PVC”), (“Teva|Walker|Rubber”), (“Teva|Wingtip|Leather”), (“Teva|Wingtip|Leatherette”), (“Teva|Wingtip|Polyurethane”), (“Teva|Wingtip|PVC”), (“Teva|Wingtip|Rubber”), (“Teva|Work Boot|Leather”), (“Teva|Work Boot|Leatherette”), (“Teva|Work Boot|Polyurethane”), (“Teva|Work Boot|PVC”), (“Teva|Work Boot|Rubber”), (“Timberland|Balmoral|Leather”), (“Timberland|Balmoral|Leatherette”), (“Timberland|Balmoral|Polyurethane”), (“Timberland|Balmoral|PVC”), (“Timberland|Balmoral|Rubber”), (“Timberland|Boat Shoe|Leather”), (“Timberland|Boat Shoe|Leatherette”), (“Timberland|Boat Shoe|Polyurethane”), (“Timberland|Boat Shoe|PVC”), (“Timberland|Boat Shoe|Rubber”), (“Timberland|Brouge|Leather”), (“Timberland|Brouge|Leatherette”), (“Timberland|Brouge|Polyurethane”), (“Timberland|Brouge|PVC”), (“Timberland|Brouge|Rubber”), (“Timberland|Cross Trainer|Leather”), (“Timberland|Cross Trainer|Leatherette”), (“Timberland|Cross Trainer|Polyurethane”), (“Timberland|Cross Trainer|PVC”), (“Timberland|Cross Trainer|Rubber”), (“Timberland|Derby|Leather”), (“Timberland|Derby|Leatherette”), (“Timberland|Derby|Polyurethane”), (“Timberland|Derby|PVC”), (“Timberland|Derby|Rubber”), (“Timberland|Dress Boot|Leather”), (“Timberland|Dress Boot|Leatherette”), (“Timberland|Dress Boot|Polyurethane”), (“Timberland|Dress Boot|PVC”), (“Timberland|Dress Boot|Rubber”), (“Timberland|Dress Shoe|Leather”), (“Timberland|Dress Shoe|Leatherette”), (“Timberland|Dress Shoe|Polyurethane”), (“Timberland|Dress Shoe|PVC”), (“Timberland|Dress Shoe|Rubber”), (“Timberland|Driving Shoe|Leather”), (“Timberland|Driving Shoe|Leatherette”), (“Timberland|Driving Shoe|Polyurethane”), (“Timberland|Driving Shoe|PVC”), (“Timberland|Driving Shoe|Rubber”), (“Timberland|Hiker|Leather”), (“Timberland|Hiker|Leatherette”), (“Timberland|Hiker|Polyurethane”), (“Timberland|Hiker|PVC”), (“Timberland|Hiker|Rubber”), (“Timberland|Loafer (Slip-on)|Leather”), (“Timberland|Loafer (Slip-on)|Leatherette”), (“Timberland|Loafer (Slip-on)|Polyurethane”), (“Timberland|Loafer (Slip-on)|PVC”), (“Timberland|Loafer (Slip-on)|Rubber”), (“Timberland|Oxford (Lace-up)|Leather”), (“Timberland|Oxford (Lace-up)|Leatherette”), (“Timberland|Oxford (Lace-up)|Polyurethane”), (“Timberland|Oxford (Lace-up)|PVC”), (“Timberland|Oxford (Lace-up)|Rubber”), (“Timberland|Patent Leather|Leather”), (“Timberland|Patent Leather|Leatherette”), (“Timberland|Patent Leather|Polyurethane”), (“Timberland|Patent Leather|PVC”), (“Timberland|Patent Leather|Rubber”), (“Timberland|Penny Loafer|Leather”), (“Timberland|Penny Loafer|Leatherette”), (“Timberland|Penny Loafer|Polyurethane”), (“Timberland|Penny Loafer|PVC”), (“Timberland|Penny Loafer|Rubber”), (“Timberland|Runner|Leather”), (“Timberland|Runner|Leatherette”), (“Timberland|Runner|Polyurethane”), (“Timberland|Runner|PVC”), (“Timberland|Runner|Rubber”), (“Timberland|Saddle Shoe|Leather”), (“Timberland|Saddle Shoe|Leatherette”), (“Timberland|Saddle Shoe|Polyurethane”), (“Timberland|Saddle Shoe|PVC”), (“Timberland|Saddle Shoe|Rubber”), (“Timberland|Sandal|Leather”), (“Timberland|Sandal|Leatherette”), (“Timberland|Sandal|Polyurethane”), (“Timberland|Sandal|PVC”), (“Timberland|Sandal|Rubber”), (“Timberland|Tennis|Leather”), (“Timberland|Tennis|Leatherette”), (“Timberland|Tennis|Polyurethane”), (“Timberland|Tennis|PVC”), (“Timberland|Tennis|Rubber”), (“Timberland|Walker|Leather”), (“Timberland|Walker|Leatherette”), (“Timberland|Walker|Polyurethane”), (“Timberland|Walker|PVC”), (“Timberland|Walker|Rubber”), (“Timberland|Wingtip|Leather”), (“Timberland|Wingtip|Leatherette”), (“Timberland|Wingtip|Polyurethane”), (“Timberland|Wingtip|PVC”), (“Timberland|Wingtip|Rubber”), (“Timberland|Work Boot|Leather”), (“Timberland|Work Boot|Leatherette”), (“Timberland|Work Boot|Polyurethane”), (“Timberland|Work Boot|PVC”), (“Timberland|Work Boot|Rubber”), (“Timberland Pro|Balmoral|Leather”), (“Timberland Pro|Balmoral|Leatherette”), (“Timberland Pro|Balmoral|Polyurethane”), (“Timberland Pro|Balmoral|PVC”), (“Timberland Pro|Balmoral|Rubber”), (“Timberland Pro|Boat Shoe|Leather”), (“Timberland Pro|Boat Shoe|Leatherette”), (“Timberland Pro|Boat Shoe|Polyurethane”), (“Timberland Pro|Boat Shoe|PVC”), (“Timberland Pro|Boat Shoe|Rubber”), (“Timberland Pro|Brouge|Leather”), (“Timberland Pro|Brouge|Leatherette”), (“Timberland Pro|Brouge|Polyurethane”), (“Timberland Pro|Brouge|PVC”), (“Timberland Pro|Brouge|Rubber”), (“Timberland Pro|Cross Trainer|Leather”), (“Timberland Pro|Cross Trainer|Leatherette”), (“Timberland Pro|Cross Trainer|Polyurethane”), (“Timberland Pro|Cross Trainer|PVC”), (“Timberland Pro|Cross Trainer|Rubber”), (“Timberland Pro|Derby|Leather”), (“Timberland Pro|Derby|Leatherette”), (“Timberland Pro|Derby|Polyurethane”), (“Timberland Pro|Derby|PVC”), (“Timberland Pro|Derby|Rubber”), (“Timberland Pro|Dress Boot|Leather”), (“Timberland Pro|Dress Boot|Leatherette”), (“Timberland Pro|Dress Boot|Polyurethane”), (“Timberland Pro|Dress Boot|PVC”), (“Timberland Pro|Dress Boot|Rubber”), (“Timberland Pro|Dress Shoe|Leather”), (“Timberland Pro|Dress Shoe|Leatherette”), (“Timberland Pro|Dress Shoe|Polyurethane”), (“Timberland Pro|Dress Shoe|PVC”), (“Timberland Pro|Dress Shoe|Rubber”), (“Timberland Pro|Driving Shoe|Leather”), (“Timberland Pro|Driving Shoe|Leatherette”), (“Timberland Pro|Driving Shoe|Polyurethane”), (“Timberland Pro|Driving Shoe|PVC”), (“Timberland Pro|Driving Shoe|Rubber”), (“Timberland Pro|Hiker|Leather”), (“Timberland Pro|Hiker|Leatherette”), (“Timberland Pro|Hiker|Polyurethane”), (“Timberland Pro|Hiker|PVC”), (“Timberland Pro|Hiker|Rubber”), (“Timberland Pro|Loafer (Slip-on)|Leather”), (“Timberland Pro|Loafer (Slip-on)|Leatherette”), (“Timberland Pro|Loafer (Slip-on)|Polyurethane”), (“Timberland Pro|Loafer (Slip-on)|PVC”), (“Timberland Pro|Loafer (Slip-on)|Rubber”), (“Timberland Pro|Oxford (Lace-up)|Leather”), (“Timberland Pro|Oxford (Lace-up)|Leatherette”), (“Timberland Pro|Oxford (Lace-up)|Polyurethane”), (“Timberland Pro|Oxford (Lace-up)|PVC”), (“Timberland Pro|Oxford (Lace-up)|Rubber”), (“Timberland Pro|Patent Leather|Leather”), (“Timberland Pro|Patent Leather|Leatherette”), (“Timberland Pro|Patent Leather|Polyurethane”), (“Timberland Pro|Patent Leather|PVC”), (“Timberland Pro|Patent Leather|Rubber”), (“Timberland Pro|Penny Loafer|Leather”), (“Timberland Pro|Penny Loafer|Leatherette”), (“Timberland Pro|Penny Loafer|Polyurethane”), (“Timberland Pro|Penny Loafer|PVC”), (“Timberland Pro|Penny Loafer|Rubber”), (“Timberland Pro|Runner|Leather”), (“Timberland Pro|Runner|Leatherette”), (“Timberland Pro|Runner|Polyurethane”), (“Timberland Pro|Runner|PVC”), (“Timberland Pro|Runner|Rubber”), (“Timberland Pro|Saddle Shoe|Leather”), (“Timberland Pro|Saddle Shoe|Leatherette”), (“Timberland Pro|Saddle Shoe|Polyurethane”), (“Timberland Pro|Saddle Shoe|PVC”), (“Timberland Pro|Saddle Shoe|Rubber”), (“Timberland Pro|Sandal|Leather”), (“Timberland Pro|Sandal|Leatherette”), (“Timberland Pro|Sandal|Polyurethane”), (“Timberland Pro|Sandal|PVC”), (“Timberland Pro|Sandal|Rubber”), (“Timberland Pro|Tennis|Leather”), (“Timberland Pro|Tennis|Leatherette”), (“Timberland Pro|Tennis|Polyurethane”), (“Timberland Pro|Tennis|PVC”), (“Timberland Pro|Tennis|Rubber”), (“Timberland Pro|Walker|Leather”), (“Timberland Pro|Walker|Leatherette”), (“Timberland Pro|Walker|Polyurethane”), (“Timberland Pro|Walker|PVC”), (“Timberland Pro|Walker|Rubber”), (“Timberland Pro|Wingtip|Leather”), (“Timberland Pro|Wingtip|Leatherette”), (“Timberland Pro|Wingtip|Polyurethane”), (“Timberland Pro|Wingtip|PVC”), (“Timberland Pro|Wingtip|Rubber”), (“Timberland Pro|Work Boot|Leather”), (“Timberland Pro|Work Boot|Leatherette”), (“Timberland Pro|Work Boot|Polyurethane”), (“Timberland Pro|Work Boot|PVC”), (“Timberland Pro|Work Boot|Rubber”), (“To Boot New York|Balmoral|Leather”), (“To Boot New York|Balmoral|Leatherette”), (“To Boot New York|Balmoral|Polyurethane”), (“To Boot New York|Balmoral|PVC”), (“To Boot New York|Balmoral|Rubber”), (“To Boot New York|Boat Shoe|Leather”), (“To Boot New York|Boat Shoe|Leatherette”), (“To Boot New York|Boat Shoe|Polyurethane”), (“To Boot New York|Boat Shoe|PVC”), (“To Boot New York|Boat Shoe|Rubber”), (“To Boot New York|Brouge|Leather”), (“To Boot New York|Brouge|Leatherette”), (“To Boot New York|Brouge|Polyurethane”), (“To Boot New York|Brouge|PVC”), (“To Boot New York|Brouge|Rubber”), (“To Boot New York|Cross Trainer|Leather”), (“To Boot New York|Cross Trainer|Leatherette”), (“To Boot New York|Cross Trainer|Polyurethane”), (“To Boot New York|Cross Trainer|PVC”), (“To Boot New York|Cross Trainer|Rubber”), (“To Boot New York|Derby|Leather”), (“To Boot New York|Derby|Leatherette”), (“To Boot New York|Derby|Polyurethane”), (“To Boot New York|Derby|PVC”), (“To Boot New York|Derby|Rubber”), (“To Boot New York|Dress Boot|Leather”), (“To Boot New York|Dress Boot|Leatherette”), (“To Boot New York|Dress Boot|Polyurethane”), (“To Boot New York|Dress Boot|PVC”), (“To Boot New York|Dress Boot|Rubber”), (“To Boot New York|Dress Shoe|Leather”), (“To Boot New York|Dress Shoe|Leatherette”), (“To Boot New York|Dress Shoe|Polyurethane”), (“To Boot New York|Dress Shoe|PVC”), (“To Boot New York|Dress Shoe|Rubber”), (“To Boot New York|Driving Shoe|Leather”), (“To Boot New York|Driving Shoe|Leatherette”), (“To Boot New York|Driving Shoe|Polyurethane”), (“To Boot New York|Driving Shoe|PVC”), (“To Boot New York|Driving Shoe|Rubber”), (“To Boot New York|Hiker|Leather”), (“To Boot New York|Hiker|Leatherette”), (“To Boot New York|Hiker|Polyurethane”), (“To Boot New York|Hiker|PVC”), (“To Boot New York|Hiker|Rubber”), (“To Boot New York|Loafer (Slip-on)|Leather”), (“To Boot New York|Loafer (Slip-on)|Leatherette”), (“To Boot New York|Loafer (Slip-on)|Polyurethane”), (“To Boot New York|Loafer (Slip-on)|PVC”), (“To Boot New York|Loafer (Slip-on)|Rubber”), (“To Boot New York|Oxford (Lace-up)|Leather”), (“To Boot New York|Oxford (Lace-up)|Leatherette”), (“To Boot New York|Oxford (Lace-up)|Polyurethane”), (“To Boot New York|Oxford (Lace-up)|PVC”), (“To Boot New York|Oxford (Lace-up)|Rubber”), (“To Boot New York|Patent Leather|Leather”), (“To Boot New York|Patent Leather|Leatherette”), (“To Boot New York|Patent Leather|Polyurethane”), (“To Boot New York|Patent Leather|PVC”), (“To Boot New York|Patent Leather|Rubber”), (“To Boot New York|Penny Loafer|Leather”), (“To Boot New York|Penny Loafer|Leatherette”), (“To Boot New York|Penny Loafer|Polyurethane”), (“To Boot New York|Penny Loafer|PVC”), (“To Boot New York|Penny Loafer|Rubber”), (“To Boot New York|Runner|Leather”), (“To Boot New York|Runner|Leatherette”), (“To Boot New York|Runner|Polyurethane”), (“To Boot New York|Runner|PVC”), (“To Boot New York|Runner|Rubber”), (“To Boot New York|Saddle Shoe|Leather”), (“To Boot New York|Saddle Shoe|Leatherette”), (“To Boot New York|Saddle Shoe|Polyurethane”), (“To Boot New York|Saddle Shoe|PVC”), (“To Boot New York|Saddle Shoe|Rubber”), (“To Boot New York|Sandal|Leather”), (“To Boot New York|Sandal|Leatherette”), (“To Boot New York|Sandal|Polyurethane”), (“To Boot New York|Sandal|PVC”), (“To Boot New York|Sandal|Rubber”), (“To Boot New York|Tennis|Leather”), (“To Boot New York|Tennis|Leatherette”), (“To Boot New York|Tennis|Polyurethane”), (“To Boot New York|Tennis|PVC”), (“To Boot New York|Tennis|Rubber”), (“To Boot New York|Walker|Leather”), (“To Boot New York|Walker|Leatherette”), (“To Boot New York|Walker|Polyurethane”), (“To Boot New York|Walker|PVC”), (“To Boot New York|Walker|Rubber”), (“To Boot New York|Wingtip|Leather”), (“To Boot New York|Wingtip|Leatherette”), (“To Boot New York|Wingtip|Polyurethane”), (“To Boot New York|Wingtip|PVC”), (“To Boot New York|Wingtip|Rubber”), (“To Boot New York|Work Boot|Leather”), (“To Boot New York|Work Boot|Leatherette”), (“To Boot New York|Work Boot|Polyurethane”), (“To Boot New York|Work Boot|PVC”), (“To Boot New York|Work Boot|Rubber”), (“Ugg|Balmoral|Leather”), (“Ugg|Balmoral|Leatherette”), (“Ugg|Balmoral|Polyurethane”), (“Ugg|Balmoral|PVC”), (“Ugg|Balmoral|Rubber”), (“Ugg|Boat Shoe|Leather”), (“Ugg|Boat Shoe|Leatherette”), (“Ugg|Boat Shoe|Polyurethane”), (“Ugg|Boat Shoe|PVC”), (“Ugg|Boat Shoe|Rubber”), (“Ugg|Brouge|Leather”), (“Ugg|Brouge|Leatherette”), (“Ugg|Brouge|Polyurethane”), (“Ugg|Brouge|PVC”), (“Ugg|Brouge|Rubber”), (“Ugg|Cross Trainer|Leather”), (“Ugg|Cross Trainer|Leatherette”), (“Ugg|Cross Trainer|Polyurethane”), (“Ugg|Cross Trainer|PVC”), (“Ugg|Cross Trainer|Rubber”), (“Ugg|Derby|Leather”), (“Ugg|Derby|Leatherette”), (“Ugg|Derby|Polyurethane”), (“Ugg|Derby|PVC”), (“Ugg|Derby|Rubber”), (“Ugg|Dress Boot|Leather”), (“Ugg|Dress Boot|Leatherette”), (“Ugg|Dress Boot|Polyurethane”), (“Ugg|Dress Boot|PVC”), (“Ugg|Dress Boot|Rubber”), (“Ugg|Dress Shoe|Leather”), (“Ugg|Dress Shoe|Leatherette”), (“Ugg|Dress Shoe|Polyurethane”), (“Ugg|Dress Shoe|PVC”), (“Ugg|Dress Shoe|Rubber”), (“Ugg|Driving Shoe|Leather”), (“Ugg|Driving Shoe|Leatherette”), (“Ugg|Driving Shoe|Polyurethane”), (“Ugg|Driving Shoe|PVC”), (“Ugg|Driving Shoe|Rubber”), (“Ugg|Hiker|Leather”), (“Ugg|Hiker|Leatherette”), (“Ugg|Hiker|Polyurethane”), (“Ugg|Hiker|PVC”), (“Ugg|Hiker|Rubber”), (“Ugg|Loafer (Slip-on)|Leather”), (“Ugg|Loafer (Slip-on)|Leatherette”), (“Ugg|Loafer (Slip-on)|Polyurethane”), (“Ugg|Loafer (Slip-on)|PVC”), (“Ugg|Loafer (Slip-on)|Rubber”), (“Ugg|Oxford (Lace-up)|Leather”), (“Ugg|Oxford (Lace-up)|Leatherette”), (“Ugg|Oxford (Lace-up)|Polyurethane”), (“Ugg|Oxford (Lace-up)|PVC”), (“Ugg|Oxford (Lace-up)|Rubber”), (“Ugg|Patent Leather|Leather”), (“Ugg|Patent Leather|Leatherette”), (“Ugg|Patent Leather|Polyurethane”), (“Ugg|Patent Leather|PVC”), (“Ugg|Patent Leather|Rubber”), (“Ugg|Penny Loafer|Leather”), (“Ugg|Penny Loafer|Leatherette”), (“Ugg|Penny Loafer|Polyurethane”), (“Ugg|Penny Loafer|PVC”), (“Ugg|Penny Loafer|Rubber”), (“Ugg|Runner|Leather”), (“Ugg|Runner|Leatherette”), (“Ugg|Runner|Polyurethane”), (“Ugg|Runner|PVC”), (“Ugg|Runner|Rubber”), (“Ugg|Saddle Shoe|Leather”), (“Ugg|Saddle Shoe|Leatherette”), (“Ugg|Saddle Shoe|Polyurethane”), (“Ugg|Saddle Shoe|PVC”), (“Ugg|Saddle Shoe|Rubber”), (“Ugg|Sandal|Leather”), (“Ugg|Sandal|Leatherette”), (“Ugg|Sandal|Polyurethane”), (“Ugg|Sandal|PVC”), (“Ugg|Sandal|Rubber”), (“Ugg|Tennis|Leather”), (“Ugg|Tennis|Leatherette”), (“Ugg|Tennis|Polyurethane”), (“Ugg|Tennis|PVC”), (“Ugg|Tennis|Rubber”), (“Ugg|Walker|Leather”), (“Ugg|Walker|Leatherette”), (“Ugg|Walker|Polyurethane”), (“Ugg|Walker|PVC”), (“Ugg|Walker|Rubber”), (“Ugg|Wingtip|Leather”), (“Ugg|Wingtip|Leatherette”), (“Ugg|Wingtip|Polyurethane”), (“Ugg|Wingtip|PVC”), (“Ugg|Wingtip|Rubber”), (“Ugg|Work Boot|Leather”), (“Ugg|Work Boot|Leatherette”), (“Ugg|Work Boot|Polyurethane”), (“Ugg|Work Boot|PVC”), (“Ugg|Work Boot|Rubber”)

ActiveRecord::SchemaMigration Load (46.9ms)  SELECT "schema_migrations".* FROM "schema_migrations"
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Adidas"]]

PG::UniqueViolation: ERROR: duplicate key value violates unique constraint “index_brands_on_Brand” DETAIL: Key (“Brand”)=(Adidas) already exists. : INSERT INTO “brands” (“Brand”) VALUES ($1) RETURNING “Brand”

 (0.0ms)  ROLLBACK
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT "schema_migrations".* FROM "schema_migrations"
SQL (31.2ms)  DELETE FROM "brands"
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Adidas"]]
 (6.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Aldo"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Armani"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Asics"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Birkenstock"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Bostonian"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Carhartt"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Champion"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Clarks"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Cole Haan"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Columbia"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Converse"]]
 (0.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Crocs"]]
 (2.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dansko"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "DC"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Diesel"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dockers"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dr. Martens"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dream Pairs"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Ecco"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Etnies"]]
 (0.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Fred Perry"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Frye"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Hi-Tec"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "John Fluevog"]]
 (0.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Kamik"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Keen"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Lacoste"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Marc Jacobs"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Merrell"]]
 (0.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Mizuno"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Muck Boot"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "New Balance"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Nike"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Original Penguin"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Polo Ralph Lauren"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Puma"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Reebok"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Reef"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Rockport"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Salomon"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Sanuk"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Saucony"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Skechers"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Sperry Top-Sider"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Tamarac"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Teva"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Timberland"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Timberland Pro"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "To Boot New York"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Ugg"]]
 (0.0ms)  COMMIT
SQL (64.8ms)  DELETE FROM "genders"
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "genders" ("Gender") VALUES ($1) RETURNING "Gender"  [["Gender", "F"]]
 (1.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "genders" ("Gender") VALUES ($1) RETURNING "Gender"  [["Gender", "M"]]
 (0.0ms)  COMMIT
SQL (31.2ms)  DELETE FROM "lengthfits"
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Perfect"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Slightly Long"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Slightly Short"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Too Long"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Too Short"]]
 (0.0ms)  COMMIT
SQL (15.6ms)  DELETE FROM "materials"
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Leather"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Leatherette"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Polyurethane"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "PVC"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Rubber"]]
 (0.0ms)  COMMIT
SQL (46.9ms)  DELETE FROM "sizetypes"
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 49.0], ["MinSize", 32.0], ["SizeType", "Europe"], ["SizeTypeInterval", 0.5], ["ToMondo0", -10.0], ["ToMondo1", 6.67]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 320.0], ["MinSize", 200.0], ["SizeType", "Mondopoint"], ["SizeTypeInterval", 5.0], ["ToMondo0", 0.0], ["ToMondo1", 1.0]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 14.0], ["MinSize", 0.0], ["SizeType", "UK/Australia"], ["SizeTypeInterval", 0.5], ["ToMondo0", 201.67], ["ToMondo1", 8.47]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 15.0], ["MinSize", 1.0], ["SizeType", "US/Canada"], ["SizeTypeInterval", 0.5], ["ToMondo0", 292.0], ["ToMondo1", 8.47]]
 (0.0ms)  COMMIT
SQL (46.9ms)  DELETE FROM "styles"
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Balmoral"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Boat Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Brouge"]]
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Cross Trainer"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Derby"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Dress Boot"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Dress Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Driving Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Hiker"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Loafer (Slip-on)"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Oxford (Lace-up)"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Patent Leather"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Penny Loafer"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Runner"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Saddle Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Sandal"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Tennis"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Walker"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Wingtip"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Work Boot"]]
 (1.0ms)  COMMIT
SQL (0.0ms)  DELETE FROM "typetorealsizes"
 (0.0ms)  SELECT "brands"."Brand" FROM "brands"
 (0.0ms)  SELECT "styles"."Style" FROM "styles"
 (0.0ms)  SELECT "materials"."Material" FROM "materials"
 (93.8ms)  INSERT INTO typetorealsizes ("BrandStyleMaterial") VALUES ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Aldo|Balmoral|Leather'), ('Aldo|Balmoral|Leatherette'), ('Aldo|Balmoral|Polyurethane'), ('Aldo|Balmoral|PVC'), ('Aldo|Balmoral|Rubber'), ('Aldo|Boat Shoe|Leather'), ('Aldo|Boat Shoe|Leatherette'), ('Aldo|Boat Shoe|Polyurethane'), ('Aldo|Boat Shoe|PVC'), ('Aldo|Boat Shoe|Rubber'), ('Aldo|Brouge|Leather'), ('Aldo|Brouge|Leatherette'), ('Aldo|Brouge|Polyurethane'), ('Aldo|Brouge|PVC'), ('Aldo|Brouge|Rubber'), ('Aldo|Cross Trainer|Leather'), ('Aldo|Cross Trainer|Leatherette'), ('Aldo|Cross Trainer|Polyurethane'), ('Aldo|Cross Trainer|PVC'), ('Aldo|Cross Trainer|Rubber'), ('Aldo|Derby|Leather'), ('Aldo|Derby|Leatherette'), ('Aldo|Derby|Polyurethane'), ('Aldo|Derby|PVC'), ('Aldo|Derby|Rubber'), ('Aldo|Dress Boot|Leather'), ('Aldo|Dress Boot|Leatherette'), ('Aldo|Dress Boot|Polyurethane'), ('Aldo|Dress Boot|PVC'), ('Aldo|Dress Boot|Rubber'), ('Aldo|Dress Shoe|Leather'), ('Aldo|Dress Shoe|Leatherette'), ('Aldo|Dress Shoe|Polyurethane'), ('Aldo|Dress Shoe|PVC'), ('Aldo|Dress Shoe|Rubber'), ('Aldo|Driving Shoe|Leather'), ('Aldo|Driving Shoe|Leatherette'), ('Aldo|Driving Shoe|Polyurethane'), ('Aldo|Driving Shoe|PVC'), ('Aldo|Driving Shoe|Rubber'), ('Aldo|Hiker|Leather'), ('Aldo|Hiker|Leatherette'), ('Aldo|Hiker|Polyurethane'), ('Aldo|Hiker|PVC'), ('Aldo|Hiker|Rubber'), ('Aldo|Loafer (Slip-on)|Leather'), ('Aldo|Loafer (Slip-on)|Leatherette'), ('Aldo|Loafer (Slip-on)|Polyurethane'), ('Aldo|Loafer (Slip-on)|PVC'), ('Aldo|Loafer (Slip-on)|Rubber'), ('Aldo|Oxford (Lace-up)|Leather'), ('Aldo|Oxford (Lace-up)|Leatherette'), ('Aldo|Oxford (Lace-up)|Polyurethane'), ('Aldo|Oxford (Lace-up)|PVC'), ('Aldo|Oxford (Lace-up)|Rubber'), ('Aldo|Patent Leather|Leather'), ('Aldo|Patent Leather|Leatherette'), ('Aldo|Patent Leather|Polyurethane'), ('Aldo|Patent Leather|PVC'), ('Aldo|Patent Leather|Rubber'), ('Aldo|Penny Loafer|Leather'), ('Aldo|Penny Loafer|Leatherette'), ('Aldo|Penny Loafer|Polyurethane'), ('Aldo|Penny Loafer|PVC'), ('Aldo|Penny Loafer|Rubber'), ('Aldo|Runner|Leather'), ('Aldo|Runner|Leatherette'), ('Aldo|Runner|Polyurethane'), ('Aldo|Runner|PVC'), ('Aldo|Runner|Rubber'), ('Aldo|Saddle Shoe|Leather'), ('Aldo|Saddle Shoe|Leatherette'), ('Aldo|Saddle Shoe|Polyurethane'), ('Aldo|Saddle Shoe|PVC'), ('Aldo|Saddle Shoe|Rubber'), ('Aldo|Sandal|Leather'), ('Aldo|Sandal|Leatherette'), ('Aldo|Sandal|Polyurethane'), ('Aldo|Sandal|PVC'), ('Aldo|Sandal|Rubber'), ('Aldo|Tennis|Leather'), ('Aldo|Tennis|Leatherette'), ('Aldo|Tennis|Polyurethane'), ('Aldo|Tennis|PVC'), ('Aldo|Tennis|Rubber'), ('Aldo|Walker|Leather'), ('Aldo|Walker|Leatherette'), ('Aldo|Walker|Polyurethane'), ('Aldo|Walker|PVC'), ('Aldo|Walker|Rubber'), ('Aldo|Wingtip|Leather'), ('Aldo|Wingtip|Leatherette'), ('Aldo|Wingtip|Polyurethane'), ('Aldo|Wingtip|PVC'), ('Aldo|Wingtip|Rubber'), ('Aldo|Work Boot|Leather'), ('Aldo|Work Boot|Leatherette'), ('Aldo|Work Boot|Polyurethane'), ('Aldo|Work Boot|PVC'), ('Aldo|Work Boot|Rubber'), ('Armani|Balmoral|Leather'), ('Armani|Balmoral|Leatherette'), ('Armani|Balmoral|Polyurethane'), ('Armani|Balmoral|PVC'), ('Armani|Balmoral|Rubber'), ('Armani|Boat Shoe|Leather'), ('Armani|Boat Shoe|Leatherette'), ('Armani|Boat Shoe|Polyurethane'), ('Armani|Boat Shoe|PVC'), ('Armani|Boat Shoe|Rubber'), ('Armani|Brouge|Leather'), ('Armani|Brouge|Leatherette'), ('Armani|Brouge|Polyurethane'), ('Armani|Brouge|PVC'), ('Armani|Brouge|Rubber'), ('Armani|Cross Trainer|Leather'), ('Armani|Cross Trainer|Leatherette'), ('Armani|Cross Trainer|Polyurethane'), ('Armani|Cross Trainer|PVC'), ('Armani|Cross Trainer|Rubber'), ('Armani|Derby|Leather'), ('Armani|Derby|Leatherette'), ('Armani|Derby|Polyurethane'), ('Armani|Derby|PVC'), ('Armani|Derby|Rubber'), ('Armani|Dress Boot|Leather'), ('Armani|Dress Boot|Leatherette'), ('Armani|Dress Boot|Polyurethane'), ('Armani|Dress Boot|PVC'), ('Armani|Dress Boot|Rubber'), ('Armani|Dress Shoe|Leather'), ('Armani|Dress Shoe|Leatherette'), ('Armani|Dress Shoe|Polyurethane'), ('Armani|Dress Shoe|PVC'), ('Armani|Dress Shoe|Rubber'), ('Armani|Driving Shoe|Leather'), ('Armani|Driving Shoe|Leatherette'), ('Armani|Driving Shoe|Polyurethane'), ('Armani|Driving Shoe|PVC'), ('Armani|Driving Shoe|Rubber'), ('Armani|Hiker|Leather'), ('Armani|Hiker|Leatherette'), ('Armani|Hiker|Polyurethane'), ('Armani|Hiker|PVC'), ('Armani|Hiker|Rubber'), ('Armani|Loafer (Slip-on)|Leather'), ('Armani|Loafer (Slip-on)|Leatherette'), ('Armani|Loafer (Slip-on)|Polyurethane'), ('Armani|Loafer (Slip-on)|PVC'), ('Armani|Loafer (Slip-on)|Rubber'), ('Armani|Oxford (Lace-up)|Leather'), ('Armani|Oxford (Lace-up)|Leatherette'), ('Armani|Oxford (Lace-up)|Polyurethane'), ('Armani|Oxford (Lace-up)|PVC'), ('Armani|Oxford (Lace-up)|Rubber'), ('Armani|Patent Leather|Leather'), ('Armani|Patent Leather|Leatherette'), ('Armani|Patent Leather|Polyurethane'), ('Armani|Patent Leather|PVC'), ('Armani|Patent Leather|Rubber'), ('Armani|Penny Loafer|Leather'), ('Armani|Penny Loafer|Leatherette'), ('Armani|Penny Loafer|Polyurethane'), ('Armani|Penny Loafer|PVC'), ('Armani|Penny Loafer|Rubber'), ('Armani|Runner|Leather'), ('Armani|Runner|Leatherette'), ('Armani|Runner|Polyurethane'), ('Armani|Runner|PVC'), ('Armani|Runner|Rubber'), ('Armani|Saddle Shoe|Leather'), ('Armani|Saddle Shoe|Leatherette'), ('Armani|Saddle Shoe|Polyurethane'), ('Armani|Saddle Shoe|PVC'), ('Armani|Saddle Shoe|Rubber'), ('Armani|Sandal|Leather'), ('Armani|Sandal|Leatherette'), ('Armani|Sandal|Polyurethane'), ('Armani|Sandal|PVC'), ('Armani|Sandal|Rubber'), ('Armani|Tennis|Leather'), ('Armani|Tennis|Leatherette'), ('Armani|Tennis|Polyurethane'), ('Armani|Tennis|PVC'), ('Armani|Tennis|Rubber'), ('Armani|Walker|Leather'), ('Armani|Walker|Leatherette'), ('Armani|Walker|Polyurethane'), ('Armani|Walker|PVC'), ('Armani|Walker|Rubber'), ('Armani|Wingtip|Leather'), ('Armani|Wingtip|Leatherette'), ('Armani|Wingtip|Polyurethane'), ('Armani|Wingtip|PVC'), ('Armani|Wingtip|Rubber'), ('Armani|Work Boot|Leather'), ('Armani|Work Boot|Leatherette'), ('Armani|Work Boot|Polyurethane'), ('Armani|Work Boot|PVC'), ('Armani|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Carhartt|Balmoral|Leather'), ('Carhartt|Balmoral|Leatherette'), ('Carhartt|Balmoral|Polyurethane'), ('Carhartt|Balmoral|PVC'), ('Carhartt|Balmoral|Rubber'), ('Carhartt|Boat Shoe|Leather'), ('Carhartt|Boat Shoe|Leatherette'), ('Carhartt|Boat Shoe|Polyurethane'), ('Carhartt|Boat Shoe|PVC'), ('Carhartt|Boat Shoe|Rubber'), ('Carhartt|Brouge|Leather'), ('Carhartt|Brouge|Leatherette'), ('Carhartt|Brouge|Polyurethane'), ('Carhartt|Brouge|PVC'), ('Carhartt|Brouge|Rubber'), ('Carhartt|Cross Trainer|Leather'), ('Carhartt|Cross Trainer|Leatherette'), ('Carhartt|Cross Trainer|Polyurethane'), ('Carhartt|Cross Trainer|PVC'), ('Carhartt|Cross Trainer|Rubber'), ('Carhartt|Derby|Leather'), ('Carhartt|Derby|Leatherette'), ('Carhartt|Derby|Polyurethane'), ('Carhartt|Derby|PVC'), ('Carhartt|Derby|Rubber'), ('Carhartt|Dress Boot|Leather'), ('Carhartt|Dress Boot|Leatherette'), ('Carhartt|Dress Boot|Polyurethane'), ('Carhartt|Dress Boot|PVC'), ('Carhartt|Dress Boot|Rubber'), ('Carhartt|Dress Shoe|Leather'), ('Carhartt|Dress Shoe|Leatherette'), ('Carhartt|Dress Shoe|Polyurethane'), ('Carhartt|Dress Shoe|PVC'), ('Carhartt|Dress Shoe|Rubber'), ('Carhartt|Driving Shoe|Leather'), ('Carhartt|Driving Shoe|Leatherette'), ('Carhartt|Driving Shoe|Polyurethane'), ('Carhartt|Driving Shoe|PVC'), ('Carhartt|Driving Shoe|Rubber'), ('Carhartt|Hiker|Leather'), ('Carhartt|Hiker|Leatherette'), ('Carhartt|Hiker|Polyurethane'), ('Carhartt|Hiker|PVC'), ('Carhartt|Hiker|Rubber'), ('Carhartt|Loafer (Slip-on)|Leather'), ('Carhartt|Loafer (Slip-on)|Leatherette'), ('Carhartt|Loafer (Slip-on)|Polyurethane'), ('Carhartt|Loafer (Slip-on)|PVC'), ('Carhartt|Loafer (Slip-on)|Rubber'), ('Carhartt|Oxford (Lace-up)|Leather'), ('Carhartt|Oxford (Lace-up)|Leatherette'), ('Carhartt|Oxford (Lace-up)|Polyurethane'), ('Carhartt|Oxford (Lace-up)|PVC'), ('Carhartt|Oxford (Lace-up)|Rubber'), ('Carhartt|Patent Leather|Leather'), ('Carhartt|Patent Leather|Leatherette'), ('Carhartt|Patent Leather|Polyurethane'), ('Carhartt|Patent Leather|PVC'), ('Carhartt|Patent Leather|Rubber'), ('Carhartt|Penny Loafer|Leather'), ('Carhartt|Penny Loafer|Leatherette'), ('Carhartt|Penny Loafer|Polyurethane'), ('Carhartt|Penny Loafer|PVC'), ('Carhartt|Penny Loafer|Rubber'), ('Carhartt|Runner|Leather'), ('Carhartt|Runner|Leatherette'), ('Carhartt|Runner|Polyurethane'), ('Carhartt|Runner|PVC'), ('Carhartt|Runner|Rubber'), ('Carhartt|Saddle Shoe|Leather'), ('Carhartt|Saddle Shoe|Leatherette'), ('Carhartt|Saddle Shoe|Polyurethane'), ('Carhartt|Saddle Shoe|PVC'), ('Carhartt|Saddle Shoe|Rubber'), ('Carhartt|Sandal|Leather'), ('Carhartt|Sandal|Leatherette'), ('Carhartt|Sandal|Polyurethane'), ('Carhartt|Sandal|PVC'), ('Carhartt|Sandal|Rubber'), ('Carhartt|Tennis|Leather'), ('Carhartt|Tennis|Leatherette'), ('Carhartt|Tennis|Polyurethane'), ('Carhartt|Tennis|PVC'), ('Carhartt|Tennis|Rubber'), ('Carhartt|Walker|Leather'), ('Carhartt|Walker|Leatherette'), ('Carhartt|Walker|Polyurethane'), ('Carhartt|Walker|PVC'), ('Carhartt|Walker|Rubber'), ('Carhartt|Wingtip|Leather'), ('Carhartt|Wingtip|Leatherette'), ('Carhartt|Wingtip|Polyurethane'), ('Carhartt|Wingtip|PVC'), ('Carhartt|Wingtip|Rubber'), ('Carhartt|Work Boot|Leather'), ('Carhartt|Work Boot|Leatherette'), ('Carhartt|Work Boot|Polyurethane'), ('Carhartt|Work Boot|PVC'), ('Carhartt|Work Boot|Rubber'), ('Champion|Balmoral|Leather'), ('Champion|Balmoral|Leatherette'), ('Champion|Balmoral|Polyurethane'), ('Champion|Balmoral|PVC'), ('Champion|Balmoral|Rubber'), ('Champion|Boat Shoe|Leather'), ('Champion|Boat Shoe|Leatherette'), ('Champion|Boat Shoe|Polyurethane'), ('Champion|Boat Shoe|PVC'), ('Champion|Boat Shoe|Rubber'), ('Champion|Brouge|Leather'), ('Champion|Brouge|Leatherette'), ('Champion|Brouge|Polyurethane'), ('Champion|Brouge|PVC'), ('Champion|Brouge|Rubber'), ('Champion|Cross Trainer|Leather'), ('Champion|Cross Trainer|Leatherette'), ('Champion|Cross Trainer|Polyurethane'), ('Champion|Cross Trainer|PVC'), ('Champion|Cross Trainer|Rubber'), ('Champion|Derby|Leather'), ('Champion|Derby|Leatherette'), ('Champion|Derby|Polyurethane'), ('Champion|Derby|PVC'), ('Champion|Derby|Rubber'), ('Champion|Dress Boot|Leather'), ('Champion|Dress Boot|Leatherette'), ('Champion|Dress Boot|Polyurethane'), ('Champion|Dress Boot|PVC'), ('Champion|Dress Boot|Rubber'), ('Champion|Dress Shoe|Leather'), ('Champion|Dress Shoe|Leatherette'), ('Champion|Dress Shoe|Polyurethane'), ('Champion|Dress Shoe|PVC'), ('Champion|Dress Shoe|Rubber'), ('Champion|Driving Shoe|Leather'), ('Champion|Driving Shoe|Leatherette'), ('Champion|Driving Shoe|Polyurethane'), ('Champion|Driving Shoe|PVC'), ('Champion|Driving Shoe|Rubber'), ('Champion|Hiker|Leather'), ('Champion|Hiker|Leatherette'), ('Champion|Hiker|Polyurethane'), ('Champion|Hiker|PVC'), ('Champion|Hiker|Rubber'), ('Champion|Loafer (Slip-on)|Leather'), ('Champion|Loafer (Slip-on)|Leatherette'), ('Champion|Loafer (Slip-on)|Polyurethane'), ('Champion|Loafer (Slip-on)|PVC'), ('Champion|Loafer (Slip-on)|Rubber'), ('Champion|Oxford (Lace-up)|Leather'), ('Champion|Oxford (Lace-up)|Leatherette'), ('Champion|Oxford (Lace-up)|Polyurethane'), ('Champion|Oxford (Lace-up)|PVC'), ('Champion|Oxford (Lace-up)|Rubber'), ('Champion|Patent Leather|Leather'), ('Champion|Patent Leather|Leatherette'), ('Champion|Patent Leather|Polyurethane'), ('Champion|Patent Leather|PVC'), ('Champion|Patent Leather|Rubber'), ('Champion|Penny Loafer|Leather'), ('Champion|Penny Loafer|Leatherette'), ('Champion|Penny Loafer|Polyurethane'), ('Champion|Penny Loafer|PVC'), ('Champion|Penny Loafer|Rubber'), ('Champion|Runner|Leather'), ('Champion|Runner|Leatherette'), ('Champion|Runner|Polyurethane'), ('Champion|Runner|PVC'), ('Champion|Runner|Rubber'), ('Champion|Saddle Shoe|Leather'), ('Champion|Saddle Shoe|Leatherette'), ('Champion|Saddle Shoe|Polyurethane'), ('Champion|Saddle Shoe|PVC'), ('Champion|Saddle Shoe|Rubber'), ('Champion|Sandal|Leather'), ('Champion|Sandal|Leatherette'), ('Champion|Sandal|Polyurethane'), ('Champion|Sandal|PVC'), ('Champion|Sandal|Rubber'), ('Champion|Tennis|Leather'), ('Champion|Tennis|Leatherette'), ('Champion|Tennis|Polyurethane'), ('Champion|Tennis|PVC'), ('Champion|Tennis|Rubber'), ('Champion|Walker|Leather'), ('Champion|Walker|Leatherette'), ('Champion|Walker|Polyurethane'), ('Champion|Walker|PVC'), ('Champion|Walker|Rubber'), ('Champion|Wingtip|Leather'), ('Champion|Wingtip|Leatherette'), ('Champion|Wingtip|Polyurethane'), ('Champion|Wingtip|PVC'), ('Champion|Wingtip|Rubber'), ('Champion|Work Boot|Leather'), ('Champion|Work Boot|Leatherette'), ('Champion|Work Boot|Polyurethane'), ('Champion|Work Boot|PVC'), ('Champion|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cole Haan|Balmoral|Leather'), ('Cole Haan|Balmoral|Leatherette'), ('Cole Haan|Balmoral|Polyurethane'), ('Cole Haan|Balmoral|PVC'), ('Cole Haan|Balmoral|Rubber'), ('Cole Haan|Boat Shoe|Leather'), ('Cole Haan|Boat Shoe|Leatherette'), ('Cole Haan|Boat Shoe|Polyurethane'), ('Cole Haan|Boat Shoe|PVC'), ('Cole Haan|Boat Shoe|Rubber'), ('Cole Haan|Brouge|Leather'), ('Cole Haan|Brouge|Leatherette'), ('Cole Haan|Brouge|Polyurethane'), ('Cole Haan|Brouge|PVC'), ('Cole Haan|Brouge|Rubber'), ('Cole Haan|Cross Trainer|Leather'), ('Cole Haan|Cross Trainer|Leatherette'), ('Cole Haan|Cross Trainer|Polyurethane'), ('Cole Haan|Cross Trainer|PVC'), ('Cole Haan|Cross Trainer|Rubber'), ('Cole Haan|Derby|Leather'), ('Cole Haan|Derby|Leatherette'), ('Cole Haan|Derby|Polyurethane'), ('Cole Haan|Derby|PVC'), ('Cole Haan|Derby|Rubber'), ('Cole Haan|Dress Boot|Leather'), ('Cole Haan|Dress Boot|Leatherette'), ('Cole Haan|Dress Boot|Polyurethane'), ('Cole Haan|Dress Boot|PVC'), ('Cole Haan|Dress Boot|Rubber'), ('Cole Haan|Dress Shoe|Leather'), ('Cole Haan|Dress Shoe|Leatherette'), ('Cole Haan|Dress Shoe|Polyurethane'), ('Cole Haan|Dress Shoe|PVC'), ('Cole Haan|Dress Shoe|Rubber'), ('Cole Haan|Driving Shoe|Leather'), ('Cole Haan|Driving Shoe|Leatherette'), ('Cole Haan|Driving Shoe|Polyurethane'), ('Cole Haan|Driving Shoe|PVC'), ('Cole Haan|Driving Shoe|Rubber'), ('Cole Haan|Hiker|Leather'), ('Cole Haan|Hiker|Leatherette'), ('Cole Haan|Hiker|Polyurethane'), ('Cole Haan|Hiker|PVC'), ('Cole Haan|Hiker|Rubber'), ('Cole Haan|Loafer (Slip-on)|Leather'), ('Cole Haan|Loafer (Slip-on)|Leatherette'), ('Cole Haan|Loafer (Slip-on)|Polyurethane'), ('Cole Haan|Loafer (Slip-on)|PVC'), ('Cole Haan|Loafer (Slip-on)|Rubber'), ('Cole Haan|Oxford (Lace-up)|Leather'), ('Cole Haan|Oxford (Lace-up)|Leatherette'), ('Cole Haan|Oxford (Lace-up)|Polyurethane'), ('Cole Haan|Oxford (Lace-up)|PVC'), ('Cole Haan|Oxford (Lace-up)|Rubber'), ('Cole Haan|Patent Leather|Leather'), ('Cole Haan|Patent Leather|Leatherette'), ('Cole Haan|Patent Leather|Polyurethane'), ('Cole Haan|Patent Leather|PVC'), ('Cole Haan|Patent Leather|Rubber'), ('Cole Haan|Penny Loafer|Leather'), ('Cole Haan|Penny Loafer|Leatherette'), ('Cole Haan|Penny Loafer|Polyurethane'), ('Cole Haan|Penny Loafer|PVC'), ('Cole Haan|Penny Loafer|Rubber'), ('Cole Haan|Runner|Leather'), ('Cole Haan|Runner|Leatherette'), ('Cole Haan|Runner|Polyurethane'), ('Cole Haan|Runner|PVC'), ('Cole Haan|Runner|Rubber'), ('Cole Haan|Saddle Shoe|Leather'), ('Cole Haan|Saddle Shoe|Leatherette'), ('Cole Haan|Saddle Shoe|Polyurethane'), ('Cole Haan|Saddle Shoe|PVC'), ('Cole Haan|Saddle Shoe|Rubber'), ('Cole Haan|Sandal|Leather'), ('Cole Haan|Sandal|Leatherette'), ('Cole Haan|Sandal|Polyurethane'), ('Cole Haan|Sandal|PVC'), ('Cole Haan|Sandal|Rubber'), ('Cole Haan|Tennis|Leather'), ('Cole Haan|Tennis|Leatherette'), ('Cole Haan|Tennis|Polyurethane'), ('Cole Haan|Tennis|PVC'), ('Cole Haan|Tennis|Rubber'), ('Cole Haan|Walker|Leather'), ('Cole Haan|Walker|Leatherette'), ('Cole Haan|Walker|Polyurethane'), ('Cole Haan|Walker|PVC'), ('Cole Haan|Walker|Rubber'), ('Cole Haan|Wingtip|Leather'), ('Cole Haan|Wingtip|Leatherette'), ('Cole Haan|Wingtip|Polyurethane'), ('Cole Haan|Wingtip|PVC'), ('Cole Haan|Wingtip|Rubber'), ('Cole Haan|Work Boot|Leather'), ('Cole Haan|Work Boot|Leatherette'), ('Cole Haan|Work Boot|Polyurethane'), ('Cole Haan|Work Boot|PVC'), ('Cole Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dansko|Balmoral|Leather'), ('Dansko|Balmoral|Leatherette'), ('Dansko|Balmoral|Polyurethane'), ('Dansko|Balmoral|PVC'), ('Dansko|Balmoral|Rubber'), ('Dansko|Boat Shoe|Leather'), ('Dansko|Boat Shoe|Leatherette'), ('Dansko|Boat Shoe|Polyurethane'), ('Dansko|Boat Shoe|PVC'), ('Dansko|Boat Shoe|Rubber'), ('Dansko|Brouge|Leather'), ('Dansko|Brouge|Leatherette'), ('Dansko|Brouge|Polyurethane'), ('Dansko|Brouge|PVC'), ('Dansko|Brouge|Rubber'), ('Dansko|Cross Trainer|Leather'), ('Dansko|Cross Trainer|Leatherette'), ('Dansko|Cross Trainer|Polyurethane'), ('Dansko|Cross Trainer|PVC'), ('Dansko|Cross Trainer|Rubber'), ('Dansko|Derby|Leather'), ('Dansko|Derby|Leatherette'), ('Dansko|Derby|Polyurethane'), ('Dansko|Derby|PVC'), ('Dansko|Derby|Rubber'), ('Dansko|Dress Boot|Leather'), ('Dansko|Dress Boot|Leatherette'), ('Dansko|Dress Boot|Polyurethane'), ('Dansko|Dress Boot|PVC'), ('Dansko|Dress Boot|Rubber'), ('Dansko|Dress Shoe|Leather'), ('Dansko|Dress Shoe|Leatherette'), ('Dansko|Dress Shoe|Polyurethane'), ('Dansko|Dress Shoe|PVC'), ('Dansko|Dress Shoe|Rubber'), ('Dansko|Driving Shoe|Leather'), ('Dansko|Driving Shoe|Leatherette'), ('Dansko|Driving Shoe|Polyurethane'), ('Dansko|Driving Shoe|PVC'), ('Dansko|Driving Shoe|Rubber'), ('Dansko|Hiker|Leather'), ('Dansko|Hiker|Leatherette'), ('Dansko|Hiker|Polyurethane'), ('Dansko|Hiker|PVC'), ('Dansko|Hiker|Rubber'), ('Dansko|Loafer (Slip-on)|Leather'), ('Dansko|Loafer (Slip-on)|Leatherette'), ('Dansko|Loafer (Slip-on)|Polyurethane'), ('Dansko|Loafer (Slip-on)|PVC'), ('Dansko|Loafer (Slip-on)|Rubber'), ('Dansko|Oxford (Lace-up)|Leather'), ('Dansko|Oxford (Lace-up)|Leatherette'), ('Dansko|Oxford (Lace-up)|Polyurethane'), ('Dansko|Oxford (Lace-up)|PVC'), ('Dansko|Oxford (Lace-up)|Rubber'), ('Dansko|Patent Leather|Leather'), ('Dansko|Patent Leather|Leatherette'), ('Dansko|Patent Leather|Polyurethane'), ('Dansko|Patent Leather|PVC'), ('Dansko|Patent Leather|Rubber'), ('Dansko|Penny Loafer|Leather'), ('Dansko|Penny Loafer|Leatherette'), ('Dansko|Penny Loafer|Polyurethane'), ('Dansko|Penny Loafer|PVC'), ('Dansko|Penny Loafer|Rubber'), ('Dansko|Runner|Leather'), ('Dansko|Runner|Leatherette'), ('Dansko|Runner|Polyurethane'), ('Dansko|Runner|PVC'), ('Dansko|Runner|Rubber'), ('Dansko|Saddle Shoe|Leather'), ('Dansko|Saddle Shoe|Leatherette'), ('Dansko|Saddle Shoe|Polyurethane'), ('Dansko|Saddle Shoe|PVC'), ('Dansko|Saddle Shoe|Rubber'), ('Dansko|Sandal|Leather'), ('Dansko|Sandal|Leatherette'), ('Dansko|Sandal|Polyurethane'), ('Dansko|Sandal|PVC'), ('Dansko|Sandal|Rubber'), ('Dansko|Tennis|Leather'), ('Dansko|Tennis|Leatherette'), ('Dansko|Tennis|Polyurethane'), ('Dansko|Tennis|PVC'), ('Dansko|Tennis|Rubber'), ('Dansko|Walker|Leather'), ('Dansko|Walker|Leatherette'), ('Dansko|Walker|Polyurethane'), ('Dansko|Walker|PVC'), ('Dansko|Walker|Rubber'), ('Dansko|Wingtip|Leather'), ('Dansko|Wingtip|Leatherette'), ('Dansko|Wingtip|Polyurethane'), ('Dansko|Wingtip|PVC'), ('Dansko|Wingtip|Rubber'), ('Dansko|Work Boot|Leather'), ('Dansko|Work Boot|Leatherette'), ('Dansko|Work Boot|Polyurethane'), ('Dansko|Work Boot|PVC'), ('Dansko|Work Boot|Rubber'), ('DC|Balmoral|Leather'), ('DC|Balmoral|Leatherette'), ('DC|Balmoral|Polyurethane'), ('DC|Balmoral|PVC'), ('DC|Balmoral|Rubber'), ('DC|Boat Shoe|Leather'), ('DC|Boat Shoe|Leatherette'), ('DC|Boat Shoe|Polyurethane'), ('DC|Boat Shoe|PVC'), ('DC|Boat Shoe|Rubber'), ('DC|Brouge|Leather'), ('DC|Brouge|Leatherette'), ('DC|Brouge|Polyurethane'), ('DC|Brouge|PVC'), ('DC|Brouge|Rubber'), ('DC|Cross Trainer|Leather'), ('DC|Cross Trainer|Leatherette'), ('DC|Cross Trainer|Polyurethane'), ('DC|Cross Trainer|PVC'), ('DC|Cross Trainer|Rubber'), ('DC|Derby|Leather'), ('DC|Derby|Leatherette'), ('DC|Derby|Polyurethane'), ('DC|Derby|PVC'), ('DC|Derby|Rubber'), ('DC|Dress Boot|Leather'), ('DC|Dress Boot|Leatherette'), ('DC|Dress Boot|Polyurethane'), ('DC|Dress Boot|PVC'), ('DC|Dress Boot|Rubber'), ('DC|Dress Shoe|Leather'), ('DC|Dress Shoe|Leatherette'), ('DC|Dress Shoe|Polyurethane'), ('DC|Dress Shoe|PVC'), ('DC|Dress Shoe|Rubber'), ('DC|Driving Shoe|Leather'), ('DC|Driving Shoe|Leatherette'), ('DC|Driving Shoe|Polyurethane'), ('DC|Driving Shoe|PVC'), ('DC|Driving Shoe|Rubber'), ('DC|Hiker|Leather'), ('DC|Hiker|Leatherette'), ('DC|Hiker|Polyurethane'), ('DC|Hiker|PVC'), ('DC|Hiker|Rubber'), ('DC|Loafer (Slip-on)|Leather'), ('DC|Loafer (Slip-on)|Leatherette'), ('DC|Loafer (Slip-on)|Polyurethane'), ('DC|Loafer (Slip-on)|PVC'), ('DC|Loafer (Slip-on)|Rubber'), ('DC|Oxford (Lace-up)|Leather'), ('DC|Oxford (Lace-up)|Leatherette'), ('DC|Oxford (Lace-up)|Polyurethane'), ('DC|Oxford (Lace-up)|PVC'), ('DC|Oxford (Lace-up)|Rubber'), ('DC|Patent Leather|Leather'), ('DC|Patent Leather|Leatherette'), ('DC|Patent Leather|Polyurethane'), ('DC|Patent Leather|PVC'), ('DC|Patent Leather|Rubber'), ('DC|Penny Loafer|Leather'), ('DC|Penny Loafer|Leatherette'), ('DC|Penny Loafer|Polyurethane'), ('DC|Penny Loafer|PVC'), ('DC|Penny Loafer|Rubber'), ('DC|Runner|Leather'), ('DC|Runner|Leatherette'), ('DC|Runner|Polyurethane'), ('DC|Runner|PVC'), ('DC|Runner|Rubber'), ('DC|Saddle Shoe|Leather'), ('DC|Saddle Shoe|Leatherette'), ('DC|Saddle Shoe|Polyurethane'), ('DC|Saddle Shoe|PVC'), ('DC|Saddle Shoe|Rubber'), ('DC|Sandal|Leather'), ('DC|Sandal|Leatherette'), ('DC|Sandal|Polyurethane'), ('DC|Sandal|PVC'), ('DC|Sandal|Rubber'), ('DC|Tennis|Leather'), ('DC|Tennis|Leatherette'), ('DC|Tennis|Polyurethane'), ('DC|Tennis|PVC'), ('DC|Tennis|Rubber'), ('DC|Walker|Leather'), ('DC|Walker|Leatherette'), ('DC|Walker|Polyurethane'), ('DC|Walker|PVC'), ('DC|Walker|Rubber'), ('DC|Wingtip|Leather'), ('DC|Wingtip|Leatherette'), ('DC|Wingtip|Polyurethane'), ('DC|Wingtip|PVC'), ('DC|Wingtip|Rubber'), ('DC|Work Boot|Leather'), ('DC|Work Boot|Leatherette'), ('DC|Work Boot|Polyurethane'), ('DC|Work Boot|PVC'), ('DC|Work Boot|Rubber'), ('Diesel|Balmoral|Leather'), ('Diesel|Balmoral|Leatherette'), ('Diesel|Balmoral|Polyurethane'), ('Diesel|Balmoral|PVC'), ('Diesel|Balmoral|Rubber'), ('Diesel|Boat Shoe|Leather'), ('Diesel|Boat Shoe|Leatherette'), ('Diesel|Boat Shoe|Polyurethane'), ('Diesel|Boat Shoe|PVC'), ('Diesel|Boat Shoe|Rubber'), ('Diesel|Brouge|Leather'), ('Diesel|Brouge|Leatherette'), ('Diesel|Brouge|Polyurethane'), ('Diesel|Brouge|PVC'), ('Diesel|Brouge|Rubber'), ('Diesel|Cross Trainer|Leather'), ('Diesel|Cross Trainer|Leatherette'), ('Diesel|Cross Trainer|Polyurethane'), ('Diesel|Cross Trainer|PVC'), ('Diesel|Cross Trainer|Rubber'), ('Diesel|Derby|Leather'), ('Diesel|Derby|Leatherette'), ('Diesel|Derby|Polyurethane'), ('Diesel|Derby|PVC'), ('Diesel|Derby|Rubber'), ('Diesel|Dress Boot|Leather'), ('Diesel|Dress Boot|Leatherette'), ('Diesel|Dress Boot|Polyurethane'), ('Diesel|Dress Boot|PVC'), ('Diesel|Dress Boot|Rubber'), ('Diesel|Dress Shoe|Leather'), ('Diesel|Dress Shoe|Leatherette'), ('Diesel|Dress Shoe|Polyurethane'), ('Diesel|Dress Shoe|PVC'), ('Diesel|Dress Shoe|Rubber'), ('Diesel|Driving Shoe|Leather'), ('Diesel|Driving Shoe|Leatherette'), ('Diesel|Driving Shoe|Polyurethane'), ('Diesel|Driving Shoe|PVC'), ('Diesel|Driving Shoe|Rubber'), ('Diesel|Hiker|Leather'), ('Diesel|Hiker|Leatherette'), ('Diesel|Hiker|Polyurethane'), ('Diesel|Hiker|PVC'), ('Diesel|Hiker|Rubber'), ('Diesel|Loafer (Slip-on)|Leather'), ('Diesel|Loafer (Slip-on)|Leatherette'), ('Diesel|Loafer (Slip-on)|Polyurethane'), ('Diesel|Loafer (Slip-on)|PVC'), ('Diesel|Loafer (Slip-on)|Rubber'), ('Diesel|Oxford (Lace-up)|Leather'), ('Diesel|Oxford (Lace-up)|Leatherette'), ('Diesel|Oxford (Lace-up)|Polyurethane'), ('Diesel|Oxford (Lace-up)|PVC'), ('Diesel|Oxford (Lace-up)|Rubber'), ('Diesel|Patent Leather|Leather'), ('Diesel|Patent Leather|Leatherette'), ('Diesel|Patent Leather|Polyurethane'), ('Diesel|Patent Leather|PVC'), ('Diesel|Patent Leather|Rubber'), ('Diesel|Penny Loafer|Leather'), ('Diesel|Penny Loafer|Leatherette'), ('Diesel|Penny Loafer|Polyurethane'), ('Diesel|Penny Loafer|PVC'), ('Diesel|Penny Loafer|Rubber'), ('Diesel|Runner|Leather'), ('Diesel|Runner|Leatherette'), ('Diesel|Runner|Polyurethane'), ('Diesel|Runner|PVC'), ('Diesel|Runner|Rubber'), ('Diesel|Saddle Shoe|Leather'), ('Diesel|Saddle Shoe|Leatherette'), ('Diesel|Saddle Shoe|Polyurethane'), ('Diesel|Saddle Shoe|PVC'), ('Diesel|Saddle Shoe|Rubber'), ('Diesel|Sandal|Leather'), ('Diesel|Sandal|Leatherette'), ('Diesel|Sandal|Polyurethane'), ('Diesel|Sandal|PVC'), ('Diesel|Sandal|Rubber'), ('Diesel|Tennis|Leather'), ('Diesel|Tennis|Leatherette'), ('Diesel|Tennis|Polyurethane'), ('Diesel|Tennis|PVC'), ('Diesel|Tennis|Rubber'), ('Diesel|Walker|Leather'), ('Diesel|Walker|Leatherette'), ('Diesel|Walker|Polyurethane'), ('Diesel|Walker|PVC'), ('Diesel|Walker|Rubber'), ('Diesel|Wingtip|Leather'), ('Diesel|Wingtip|Leatherette'), ('Diesel|Wingtip|Polyurethane'), ('Diesel|Wingtip|PVC'), ('Diesel|Wingtip|Rubber'), ('Diesel|Work Boot|Leather'), ('Diesel|Work Boot|Leatherette'), ('Diesel|Work Boot|Polyurethane'), ('Diesel|Work Boot|PVC'), ('Diesel|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dream Pairs|Balmoral|Leather'), ('Dream Pairs|Balmoral|Leatherette'), ('Dream Pairs|Balmoral|Polyurethane'), ('Dream Pairs|Balmoral|PVC'), ('Dream Pairs|Balmoral|Rubber'), ('Dream Pairs|Boat Shoe|Leather'), ('Dream Pairs|Boat Shoe|Leatherette'), ('Dream Pairs|Boat Shoe|Polyurethane'), ('Dream Pairs|Boat Shoe|PVC'), ('Dream Pairs|Boat Shoe|Rubber'), ('Dream Pairs|Brouge|Leather'), ('Dream Pairs|Brouge|Leatherette'), ('Dream Pairs|Brouge|Polyurethane'), ('Dream Pairs|Brouge|PVC'), ('Dream Pairs|Brouge|Rubber'), ('Dream Pairs|Cross Trainer|Leather'), ('Dream Pairs|Cross Trainer|Leatherette'), ('Dream Pairs|Cross Trainer|Polyurethane'), ('Dream Pairs|Cross Trainer|PVC'), ('Dream Pairs|Cross Trainer|Rubber'), ('Dream Pairs|Derby|Leather'), ('Dream Pairs|Derby|Leatherette'), ('Dream Pairs|Derby|Polyurethane'), ('Dream Pairs|Derby|PVC'), ('Dream Pairs|Derby|Rubber'), ('Dream Pairs|Dress Boot|Leather'), ('Dream Pairs|Dress Boot|Leatherette'), ('Dream Pairs|Dress Boot|Polyurethane'), ('Dream Pairs|Dress Boot|PVC'), ('Dream Pairs|Dress Boot|Rubber'), ('Dream Pairs|Dress Shoe|Leather'), ('Dream Pairs|Dress Shoe|Leatherette'), ('Dream Pairs|Dress Shoe|Polyurethane'), ('Dream Pairs|Dress Shoe|PVC'), ('Dream Pairs|Dress Shoe|Rubber'), ('Dream Pairs|Driving Shoe|Leather'), ('Dream Pairs|Driving Shoe|Leatherette'), ('Dream Pairs|Driving Shoe|Polyurethane'), ('Dream Pairs|Driving Shoe|PVC'), ('Dream Pairs|Driving Shoe|Rubber'), ('Dream Pairs|Hiker|Leather'), ('Dream Pairs|Hiker|Leatherette'), ('Dream Pairs|Hiker|Polyurethane'), ('Dream Pairs|Hiker|PVC'), ('Dream Pairs|Hiker|Rubber'), ('Dream Pairs|Loafer (Slip-on)|Leather'), ('Dream Pairs|Loafer (Slip-on)|Leatherette'), ('Dream Pairs|Loafer (Slip-on)|Polyurethane'), ('Dream Pairs|Loafer (Slip-on)|PVC'), ('Dream Pairs|Loafer (Slip-on)|Rubber'), ('Dream Pairs|Oxford (Lace-up)|Leather'), ('Dream Pairs|Oxford (Lace-up)|Leatherette'), ('Dream Pairs|Oxford (Lace-up)|Polyurethane'), ('Dream Pairs|Oxford (Lace-up)|PVC'), ('Dream Pairs|Oxford (Lace-up)|Rubber'), ('Dream Pairs|Patent Leather|Leather'), ('Dream Pairs|Patent Leather|Leatherette'), ('Dream Pairs|Patent Leather|Polyurethane'), ('Dream Pairs|Patent Leather|PVC'), ('Dream Pairs|Patent Leather|Rubber'), ('Dream Pairs|Penny Loafer|Leather'), ('Dream Pairs|Penny Loafer|Leatherette'), ('Dream Pairs|Penny Loafer|Polyurethane'), ('Dream Pairs|Penny Loafer|PVC'), ('Dream Pairs|Penny Loafer|Rubber'), ('Dream Pairs|Runner|Leather'), ('Dream Pairs|Runner|Leatherette'), ('Dream Pairs|Runner|Polyurethane'), ('Dream Pairs|Runner|PVC'), ('Dream Pairs|Runner|Rubber'), ('Dream Pairs|Saddle Shoe|Leather'), ('Dream Pairs|Saddle Shoe|Leatherette'), ('Dream Pairs|Saddle Shoe|Polyurethane'), ('Dream Pairs|Saddle Shoe|PVC'), ('Dream Pairs|Saddle Shoe|Rubber'), ('Dream Pairs|Sandal|Leather'), ('Dream Pairs|Sandal|Leatherette'), ('Dream Pairs|Sandal|Polyurethane'), ('Dream Pairs|Sandal|PVC'), ('Dream Pairs|Sandal|Rubber'), ('Dream Pairs|Tennis|Leather'), ('Dream Pairs|Tennis|Leatherette'), ('Dream Pairs|Tennis|Polyurethane'), ('Dream Pairs|Tennis|PVC'), ('Dream Pairs|Tennis|Rubber'), ('Dream Pairs|Walker|Leather'), ('Dream Pairs|Walker|Leatherette'), ('Dream Pairs|Walker|Polyurethane'), ('Dream Pairs|Walker|PVC'), ('Dream Pairs|Walker|Rubber'), ('Dream Pairs|Wingtip|Leather'), ('Dream Pairs|Wingtip|Leatherette'), ('Dream Pairs|Wingtip|Polyurethane'), ('Dream Pairs|Wingtip|PVC'), ('Dream Pairs|Wingtip|Rubber'), ('Dream Pairs|Work Boot|Leather'), ('Dream Pairs|Work Boot|Leatherette'), ('Dream Pairs|Work Boot|Polyurethane'), ('Dream Pairs|Work Boot|PVC'), ('Dream Pairs|Work Boot|Rubber'), ('Ecco|Balmoral|Leather'), ('Ecco|Balmoral|Leatherette'), ('Ecco|Balmoral|Polyurethane'), ('Ecco|Balmoral|PVC'), ('Ecco|Balmoral|Rubber'), ('Ecco|Boat Shoe|Leather'), ('Ecco|Boat Shoe|Leatherette'), ('Ecco|Boat Shoe|Polyurethane'), ('Ecco|Boat Shoe|PVC'), ('Ecco|Boat Shoe|Rubber'), ('Ecco|Brouge|Leather'), ('Ecco|Brouge|Leatherette'), ('Ecco|Brouge|Polyurethane'), ('Ecco|Brouge|PVC'), ('Ecco|Brouge|Rubber'), ('Ecco|Cross Trainer|Leather'), ('Ecco|Cross Trainer|Leatherette'), ('Ecco|Cross Trainer|Polyurethane'), ('Ecco|Cross Trainer|PVC'), ('Ecco|Cross Trainer|Rubber'), ('Ecco|Derby|Leather'), ('Ecco|Derby|Leatherette'), ('Ecco|Derby|Polyurethane'), ('Ecco|Derby|PVC'), ('Ecco|Derby|Rubber'), ('Ecco|Dress Boot|Leather'), ('Ecco|Dress Boot|Leatherette'), ('Ecco|Dress Boot|Polyurethane'), ('Ecco|Dress Boot|PVC'), ('Ecco|Dress Boot|Rubber'), ('Ecco|Dress Shoe|Leather'), ('Ecco|Dress Shoe|Leatherette'), ('Ecco|Dress Shoe|Polyurethane'), ('Ecco|Dress Shoe|PVC'), ('Ecco|Dress Shoe|Rubber'), ('Ecco|Driving Shoe|Leather'), ('Ecco|Driving Shoe|Leatherette'), ('Ecco|Driving Shoe|Polyurethane'), ('Ecco|Driving Shoe|PVC'), ('Ecco|Driving Shoe|Rubber'), ('Ecco|Hiker|Leather'), ('Ecco|Hiker|Leatherette'), ('Ecco|Hiker|Polyurethane'), ('Ecco|Hiker|PVC'), ('Ecco|Hiker|Rubber'), ('Ecco|Loafer (Slip-on)|Leather'), ('Ecco|Loafer (Slip-on)|Leatherette'), ('Ecco|Loafer (Slip-on)|Polyurethane'), ('Ecco|Loafer (Slip-on)|PVC'), ('Ecco|Loafer (Slip-on)|Rubber'), ('Ecco|Oxford (Lace-up)|Leather'), ('Ecco|Oxford (Lace-up)|Leatherette'), ('Ecco|Oxford (Lace-up)|Polyurethane'), ('Ecco|Oxford (Lace-up)|PVC'), ('Ecco|Oxford (Lace-up)|Rubber'), ('Ecco|Patent Leather|Leather'), ('Ecco|Patent Leather|Leatherette'), ('Ecco|Patent Leather|Polyurethane'), ('Ecco|Patent Leather|PVC'), ('Ecco|Patent Leather|Rubber'), ('Ecco|Penny Loafer|Leather'), ('Ecco|Penny Loafer|Leatherette'), ('Ecco|Penny Loafer|Polyurethane'), ('Ecco|Penny Loafer|PVC'), ('Ecco|Penny Loafer|Rubber'), ('Ecco|Runner|Leather'), ('Ecco|Runner|Leatherette'), ('Ecco|Runner|Polyurethane'), ('Ecco|Runner|PVC'), ('Ecco|Runner|Rubber'), ('Ecco|Saddle Shoe|Leather'), ('Ecco|Saddle Shoe|Leatherette'), ('Ecco|Saddle Shoe|Polyurethane'), ('Ecco|Saddle Shoe|PVC'), ('Ecco|Saddle Shoe|Rubber'), ('Ecco|Sandal|Leather'), ('Ecco|Sandal|Leatherette'), ('Ecco|Sandal|Polyurethane'), ('Ecco|Sandal|PVC'), ('Ecco|Sandal|Rubber'), ('Ecco|Tennis|Leather'), ('Ecco|Tennis|Leatherette'), ('Ecco|Tennis|Polyurethane'), ('Ecco|Tennis|PVC'), ('Ecco|Tennis|Rubber'), ('Ecco|Walker|Leather'), ('Ecco|Walker|Leatherette'), ('Ecco|Walker|Polyurethane'), ('Ecco|Walker|PVC'), ('Ecco|Walker|Rubber'), ('Ecco|Wingtip|Leather'), ('Ecco|Wingtip|Leatherette'), ('Ecco|Wingtip|Polyurethane'), ('Ecco|Wingtip|PVC'), ('Ecco|Wingtip|Rubber'), ('Ecco|Work Boot|Leather'), ('Ecco|Work Boot|Leatherette'), ('Ecco|Work Boot|Polyurethane'), ('Ecco|Work Boot|PVC'), ('Ecco|Work Boot|Rubber'), ('Etnies|Balmoral|Leather'), ('Etnies|Balmoral|Leatherette'), ('Etnies|Balmoral|Polyurethane'), ('Etnies|Balmoral|PVC'), ('Etnies|Balmoral|Rubber'), ('Etnies|Boat Shoe|Leather'), ('Etnies|Boat Shoe|Leatherette'), ('Etnies|Boat Shoe|Polyurethane'), ('Etnies|Boat Shoe|PVC'), ('Etnies|Boat Shoe|Rubber'), ('Etnies|Brouge|Leather'), ('Etnies|Brouge|Leatherette'), ('Etnies|Brouge|Polyurethane'), ('Etnies|Brouge|PVC'), ('Etnies|Brouge|Rubber'), ('Etnies|Cross Trainer|Leather'), ('Etnies|Cross Trainer|Leatherette'), ('Etnies|Cross Trainer|Polyurethane'), ('Etnies|Cross Trainer|PVC'), ('Etnies|Cross Trainer|Rubber'), ('Etnies|Derby|Leather'), ('Etnies|Derby|Leatherette'), ('Etnies|Derby|Polyurethane'), ('Etnies|Derby|PVC'), ('Etnies|Derby|Rubber'), ('Etnies|Dress Boot|Leather'), ('Etnies|Dress Boot|Leatherette'), ('Etnies|Dress Boot|Polyurethane'), ('Etnies|Dress Boot|PVC'), ('Etnies|Dress Boot|Rubber'), ('Etnies|Dress Shoe|Leather'), ('Etnies|Dress Shoe|Leatherette'), ('Etnies|Dress Shoe|Polyurethane'), ('Etnies|Dress Shoe|PVC'), ('Etnies|Dress Shoe|Rubber'), ('Etnies|Driving Shoe|Leather'), ('Etnies|Driving Shoe|Leatherette'), ('Etnies|Driving Shoe|Polyurethane'), ('Etnies|Driving Shoe|PVC'), ('Etnies|Driving Shoe|Rubber'), ('Etnies|Hiker|Leather'), ('Etnies|Hiker|Leatherette'), ('Etnies|Hiker|Polyurethane'), ('Etnies|Hiker|PVC'), ('Etnies|Hiker|Rubber'), ('Etnies|Loafer (Slip-on)|Leather'), ('Etnies|Loafer (Slip-on)|Leatherette'), ('Etnies|Loafer (Slip-on)|Polyurethane'), ('Etnies|Loafer (Slip-on)|PVC'), ('Etnies|Loafer (Slip-on)|Rubber'), ('Etnies|Oxford (Lace-up)|Leather'), ('Etnies|Oxford (Lace-up)|Leatherette'), ('Etnies|Oxford (Lace-up)|Polyurethane'), ('Etnies|Oxford (Lace-up)|PVC'), ('Etnies|Oxford (Lace-up)|Rubber'), ('Etnies|Patent Leather|Leather'), ('Etnies|Patent Leather|Leatherette'), ('Etnies|Patent Leather|Polyurethane'), ('Etnies|Patent Leather|PVC'), ('Etnies|Patent Leather|Rubber'), ('Etnies|Penny Loafer|Leather'), ('Etnies|Penny Loafer|Leatherette'), ('Etnies|Penny Loafer|Polyurethane'), ('Etnies|Penny Loafer|PVC'), ('Etnies|Penny Loafer|Rubber'), ('Etnies|Runner|Leather'), ('Etnies|Runner|Leatherette'), ('Etnies|Runner|Polyurethane'), ('Etnies|Runner|PVC'), ('Etnies|Runner|Rubber'), ('Etnies|Saddle Shoe|Leather'), ('Etnies|Saddle Shoe|Leatherette'), ('Etnies|Saddle Shoe|Polyurethane'), ('Etnies|Saddle Shoe|PVC'), ('Etnies|Saddle Shoe|Rubber'), ('Etnies|Sandal|Leather'), ('Etnies|Sandal|Leatherette'), ('Etnies|Sandal|Polyurethane'), ('Etnies|Sandal|PVC'), ('Etnies|Sandal|Rubber'), ('Etnies|Tennis|Leather'), ('Etnies|Tennis|Leatherette'), ('Etnies|Tennis|Polyurethane'), ('Etnies|Tennis|PVC'), ('Etnies|Tennis|Rubber'), ('Etnies|Walker|Leather'), ('Etnies|Walker|Leatherette'), ('Etnies|Walker|Polyurethane'), ('Etnies|Walker|PVC'), ('Etnies|Walker|Rubber'), ('Etnies|Wingtip|Leather'), ('Etnies|Wingtip|Leatherette'), ('Etnies|Wingtip|Polyurethane'), ('Etnies|Wingtip|PVC'), ('Etnies|Wingtip|Rubber'), ('Etnies|Work Boot|Leather'), ('Etnies|Work Boot|Leatherette'), ('Etnies|Work Boot|Polyurethane'), ('Etnies|Work Boot|PVC'), ('Etnies|Work Boot|Rubber'), ('Fred Perry|Balmoral|Leather'), ('Fred Perry|Balmoral|Leatherette'), ('Fred Perry|Balmoral|Polyurethane'), ('Fred Perry|Balmoral|PVC'), ('Fred Perry|Balmoral|Rubber'), ('Fred Perry|Boat Shoe|Leather'), ('Fred Perry|Boat Shoe|Leatherette'), ('Fred Perry|Boat Shoe|Polyurethane'), ('Fred Perry|Boat Shoe|PVC'), ('Fred Perry|Boat Shoe|Rubber'), ('Fred Perry|Brouge|Leather'), ('Fred Perry|Brouge|Leatherette'), ('Fred Perry|Brouge|Polyurethane'), ('Fred Perry|Brouge|PVC'), ('Fred Perry|Brouge|Rubber'), ('Fred Perry|Cross Trainer|Leather'), ('Fred Perry|Cross Trainer|Leatherette'), ('Fred Perry|Cross Trainer|Polyurethane'), ('Fred Perry|Cross Trainer|PVC'), ('Fred Perry|Cross Trainer|Rubber'), ('Fred Perry|Derby|Leather'), ('Fred Perry|Derby|Leatherette'), ('Fred Perry|Derby|Polyurethane'), ('Fred Perry|Derby|PVC'), ('Fred Perry|Derby|Rubber'), ('Fred Perry|Dress Boot|Leather'), ('Fred Perry|Dress Boot|Leatherette'), ('Fred Perry|Dress Boot|Polyurethane'), ('Fred Perry|Dress Boot|PVC'), ('Fred Perry|Dress Boot|Rubber'), ('Fred Perry|Dress Shoe|Leather'), ('Fred Perry|Dress Shoe|Leatherette'), ('Fred Perry|Dress Shoe|Polyurethane'), ('Fred Perry|Dress Shoe|PVC'), ('Fred Perry|Dress Shoe|Rubber'), ('Fred Perry|Driving Shoe|Leather'), ('Fred Perry|Driving Shoe|Leatherette'), ('Fred Perry|Driving Shoe|Polyurethane'), ('Fred Perry|Driving Shoe|PVC'), ('Fred Perry|Driving Shoe|Rubber'), ('Fred Perry|Hiker|Leather'), ('Fred Perry|Hiker|Leatherette'), ('Fred Perry|Hiker|Polyurethane'), ('Fred Perry|Hiker|PVC'), ('Fred Perry|Hiker|Rubber'), ('Fred Perry|Loafer (Slip-on)|Leather'), ('Fred Perry|Loafer (Slip-on)|Leatherette'), ('Fred Perry|Loafer (Slip-on)|Polyurethane'), ('Fred Perry|Loafer (Slip-on)|PVC'), ('Fred Perry|Loafer (Slip-on)|Rubber'), ('Fred Perry|Oxford (Lace-up)|Leather'), ('Fred Perry|Oxford (Lace-up)|Leatherette'), ('Fred Perry|Oxford (Lace-up)|Polyurethane'), ('Fred Perry|Oxford (Lace-up)|PVC'), ('Fred Perry|Oxford (Lace-up)|Rubber'), ('Fred Perry|Patent Leather|Leather'), ('Fred Perry|Patent Leather|Leatherette'), ('Fred Perry|Patent Leather|Polyurethane'), ('Fred Perry|Patent Leather|PVC'), ('Fred Perry|Patent Leather|Rubber'), ('Fred Perry|Penny Loafer|Leather'), ('Fred Perry|Penny Loafer|Leatherette'), ('Fred Perry|Penny Loafer|Polyurethane'), ('Fred Perry|Penny Loafer|PVC'), ('Fred Perry|Penny Loafer|Rubber'), ('Fred Perry|Runner|Leather'), ('Fred Perry|Runner|Leatherette'), ('Fred Perry|Runner|Polyurethane'), ('Fred Perry|Runner|PVC'), ('Fred Perry|Runner|Rubber'), ('Fred Perry|Saddle Shoe|Leather'), ('Fred Perry|Saddle Shoe|Leatherette'), ('Fred Perry|Saddle Shoe|Polyurethane'), ('Fred Perry|Saddle Shoe|PVC'), ('Fred Perry|Saddle Shoe|Rubber'), ('Fred Perry|Sandal|Leather'), ('Fred Perry|Sandal|Leatherette'), ('Fred Perry|Sandal|Polyurethane'), ('Fred Perry|Sandal|PVC'), ('Fred Perry|Sandal|Rubber'), ('Fred Perry|Tennis|Leather'), ('Fred Perry|Tennis|Leatherette'), ('Fred Perry|Tennis|Polyurethane'), ('Fred Perry|Tennis|PVC'), ('Fred Perry|Tennis|Rubber'), ('Fred Perry|Walker|Leather'), ('Fred Perry|Walker|Leatherette'), ('Fred Perry|Walker|Polyurethane'), ('Fred Perry|Walker|PVC'), ('Fred Perry|Walker|Rubber'), ('Fred Perry|Wingtip|Leather'), ('Fred Perry|Wingtip|Leatherette'), ('Fred Perry|Wingtip|Polyurethane'), ('Fred Perry|Wingtip|PVC'), ('Fred Perry|Wingtip|Rubber'), ('Fred Perry|Work Boot|Leather'), ('Fred Perry|Work Boot|Leatherette'), ('Fred Perry|Work Boot|Polyurethane'), ('Fred Perry|Work Boot|PVC'), ('Fred Perry|Work Boot|Rubber'), ('Frye|Balmoral|Leather'), ('Frye|Balmoral|Leatherette'), ('Frye|Balmoral|Polyurethane'), ('Frye|Balmoral|PVC'), ('Frye|Balmoral|Rubber'), ('Frye|Boat Shoe|Leather'), ('Frye|Boat Shoe|Leatherette'), ('Frye|Boat Shoe|Polyurethane'), ('Frye|Boat Shoe|PVC'), ('Frye|Boat Shoe|Rubber'), ('Frye|Brouge|Leather'), ('Frye|Brouge|Leatherette'), ('Frye|Brouge|Polyurethane'), ('Frye|Brouge|PVC'), ('Frye|Brouge|Rubber'), ('Frye|Cross Trainer|Leather'), ('Frye|Cross Trainer|Leatherette'), ('Frye|Cross Trainer|Polyurethane'), ('Frye|Cross Trainer|PVC'), ('Frye|Cross Trainer|Rubber'), ('Frye|Derby|Leather'), ('Frye|Derby|Leatherette'), ('Frye|Derby|Polyurethane'), ('Frye|Derby|PVC'), ('Frye|Derby|Rubber'), ('Frye|Dress Boot|Leather'), ('Frye|Dress Boot|Leatherette'), ('Frye|Dress Boot|Polyurethane'), ('Frye|Dress Boot|PVC'), ('Frye|Dress Boot|Rubber'), ('Frye|Dress Shoe|Leather'), ('Frye|Dress Shoe|Leatherette'), ('Frye|Dress Shoe|Polyurethane'), ('Frye|Dress Shoe|PVC'), ('Frye|Dress Shoe|Rubber'), ('Frye|Driving Shoe|Leather'), ('Frye|Driving Shoe|Leatherette'), ('Frye|Driving Shoe|Polyurethane'), ('Frye|Driving Shoe|PVC'), ('Frye|Driving Shoe|Rubber'), ('Frye|Hiker|Leather'), ('Frye|Hiker|Leatherette'), ('Frye|Hiker|Polyurethane'), ('Frye|Hiker|PVC'), ('Frye|Hiker|Rubber'), ('Frye|Loafer (Slip-on)|Leather'), ('Frye|Loafer (Slip-on)|Leatherette'), ('Frye|Loafer (Slip-on)|Polyurethane'), ('Frye|Loafer (Slip-on)|PVC'), ('Frye|Loafer (Slip-on)|Rubber'), ('Frye|Oxford (Lace-up)|Leather'), ('Frye|Oxford (Lace-up)|Leatherette'), ('Frye|Oxford (Lace-up)|Polyurethane'), ('Frye|Oxford (Lace-up)|PVC'), ('Frye|Oxford (Lace-up)|Rubber'), ('Frye|Patent Leather|Leather'), ('Frye|Patent Leather|Leatherette'), ('Frye|Patent Leather|Polyurethane'), ('Frye|Patent Leather|PVC'), ('Frye|Patent Leather|Rubber'), ('Frye|Penny Loafer|Leather'), ('Frye|Penny Loafer|Leatherette'), ('Frye|Penny Loafer|Polyurethane'), ('Frye|Penny Loafer|PVC'), ('Frye|Penny Loafer|Rubber'), ('Frye|Runner|Leather'), ('Frye|Runner|Leatherette'), ('Frye|Runner|Polyurethane'), ('Frye|Runner|PVC'), ('Frye|Runner|Rubber'), ('Frye|Saddle Shoe|Leather'), ('Frye|Saddle Shoe|Leatherette'), ('Frye|Saddle Shoe|Polyurethane'), ('Frye|Saddle Shoe|PVC'), ('Frye|Saddle Shoe|Rubber'), ('Frye|Sandal|Leather'), ('Frye|Sandal|Leatherette'), ('Frye|Sandal|Polyurethane'), ('Frye|Sandal|PVC'), ('Frye|Sandal|Rubber'), ('Frye|Tennis|Leather'), ('Frye|Tennis|Leatherette'), ('Frye|Tennis|Polyurethane'), ('Frye|Tennis|PVC'), ('Frye|Tennis|Rubber'), ('Frye|Walker|Leather'), ('Frye|Walker|Leatherette'), ('Frye|Walker|Polyurethane'), ('Frye|Walker|PVC'), ('Frye|Walker|Rubber'), ('Frye|Wingtip|Leather'), ('Frye|Wingtip|Leatherette'), ('Frye|Wingtip|Polyurethane'), ('Frye|Wingtip|PVC'), ('Frye|Wingtip|Rubber'), ('Frye|Work Boot|Leather'), ('Frye|Work Boot|Leatherette'), ('Frye|Work Boot|Polyurethane'), ('Frye|Work Boot|PVC'), ('Frye|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('John Fluevog|Balmoral|Leather'), ('John Fluevog|Balmoral|Leatherette'), ('John Fluevog|Balmoral|Polyurethane'), ('John Fluevog|Balmoral|PVC'), ('John Fluevog|Balmoral|Rubber'), ('John Fluevog|Boat Shoe|Leather'), ('John Fluevog|Boat Shoe|Leatherette'), ('John Fluevog|Boat Shoe|Polyurethane'), ('John Fluevog|Boat Shoe|PVC'), ('John Fluevog|Boat Shoe|Rubber'), ('John Fluevog|Brouge|Leather'), ('John Fluevog|Brouge|Leatherette'), ('John Fluevog|Brouge|Polyurethane'), ('John Fluevog|Brouge|PVC'), ('John Fluevog|Brouge|Rubber'), ('John Fluevog|Cross Trainer|Leather'), ('John Fluevog|Cross Trainer|Leatherette'), ('John Fluevog|Cross Trainer|Polyurethane'), ('John Fluevog|Cross Trainer|PVC'), ('John Fluevog|Cross Trainer|Rubber'), ('John Fluevog|Derby|Leather'), ('John Fluevog|Derby|Leatherette'), ('John Fluevog|Derby|Polyurethane'), ('John Fluevog|Derby|PVC'), ('John Fluevog|Derby|Rubber'), ('John Fluevog|Dress Boot|Leather'), ('John Fluevog|Dress Boot|Leatherette'), ('John Fluevog|Dress Boot|Polyurethane'), ('John Fluevog|Dress Boot|PVC'), ('John Fluevog|Dress Boot|Rubber'), ('John Fluevog|Dress Shoe|Leather'), ('John Fluevog|Dress Shoe|Leatherette'), ('John Fluevog|Dress Shoe|Polyurethane'), ('John Fluevog|Dress Shoe|PVC'), ('John Fluevog|Dress Shoe|Rubber'), ('John Fluevog|Driving Shoe|Leather'), ('John Fluevog|Driving Shoe|Leatherette'), ('John Fluevog|Driving Shoe|Polyurethane'), ('John Fluevog|Driving Shoe|PVC'), ('John Fluevog|Driving Shoe|Rubber'), ('John Fluevog|Hiker|Leather'), ('John Fluevog|Hiker|Leatherette'), ('John Fluevog|Hiker|Polyurethane'), ('John Fluevog|Hiker|PVC'), ('John Fluevog|Hiker|Rubber'), ('John Fluevog|Loafer (Slip-on)|Leather'), ('John Fluevog|Loafer (Slip-on)|Leatherette'), ('John Fluevog|Loafer (Slip-on)|Polyurethane'), ('John Fluevog|Loafer (Slip-on)|PVC'), ('John Fluevog|Loafer (Slip-on)|Rubber'), ('John Fluevog|Oxford (Lace-up)|Leather'), ('John Fluevog|Oxford (Lace-up)|Leatherette'), ('John Fluevog|Oxford (Lace-up)|Polyurethane'), ('John Fluevog|Oxford (Lace-up)|PVC'), ('John Fluevog|Oxford (Lace-up)|Rubber'), ('John Fluevog|Patent Leather|Leather'), ('John Fluevog|Patent Leather|Leatherette'), ('John Fluevog|Patent Leather|Polyurethane'), ('John Fluevog|Patent Leather|PVC'), ('John Fluevog|Patent Leather|Rubber'), ('John Fluevog|Penny Loafer|Leather'), ('John Fluevog|Penny Loafer|Leatherette'), ('John Fluevog|Penny Loafer|Polyurethane'), ('John Fluevog|Penny Loafer|PVC'), ('John Fluevog|Penny Loafer|Rubber'), ('John Fluevog|Runner|Leather'), ('John Fluevog|Runner|Leatherette'), ('John Fluevog|Runner|Polyurethane'), ('John Fluevog|Runner|PVC'), ('John Fluevog|Runner|Rubber'), ('John Fluevog|Saddle Shoe|Leather'), ('John Fluevog|Saddle Shoe|Leatherette'), ('John Fluevog|Saddle Shoe|Polyurethane'), ('John Fluevog|Saddle Shoe|PVC'), ('John Fluevog|Saddle Shoe|Rubber'), ('John Fluevog|Sandal|Leather'), ('John Fluevog|Sandal|Leatherette'), ('John Fluevog|Sandal|Polyurethane'), ('John Fluevog|Sandal|PVC'), ('John Fluevog|Sandal|Rubber'), ('John Fluevog|Tennis|Leather'), ('John Fluevog|Tennis|Leatherette'), ('John Fluevog|Tennis|Polyurethane'), ('John Fluevog|Tennis|PVC'), ('John Fluevog|Tennis|Rubber'), ('John Fluevog|Walker|Leather'), ('John Fluevog|Walker|Leatherette'), ('John Fluevog|Walker|Polyurethane'), ('John Fluevog|Walker|PVC'), ('John Fluevog|Walker|Rubber'), ('John Fluevog|Wingtip|Leather'), ('John Fluevog|Wingtip|Leatherette'), ('John Fluevog|Wingtip|Polyurethane'), ('John Fluevog|Wingtip|PVC'), ('John Fluevog|Wingtip|Rubber'), ('John Fluevog|Work Boot|Leather'), ('John Fluevog|Work Boot|Leatherette'), ('John Fluevog|Work Boot|Polyurethane'), ('John Fluevog|Work Boot|PVC'), ('John Fluevog|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Keen|Balmoral|Leather'), ('Keen|Balmoral|Leatherette'), ('Keen|Balmoral|Polyurethane'), ('Keen|Balmoral|PVC'), ('Keen|Balmoral|Rubber'), ('Keen|Boat Shoe|Leather'), ('Keen|Boat Shoe|Leatherette'), ('Keen|Boat Shoe|Polyurethane'), ('Keen|Boat Shoe|PVC'), ('Keen|Boat Shoe|Rubber'), ('Keen|Brouge|Leather'), ('Keen|Brouge|Leatherette'), ('Keen|Brouge|Polyurethane'), ('Keen|Brouge|PVC'), ('Keen|Brouge|Rubber'), ('Keen|Cross Trainer|Leather'), ('Keen|Cross Trainer|Leatherette'), ('Keen|Cross Trainer|Polyurethane'), ('Keen|Cross Trainer|PVC'), ('Keen|Cross Trainer|Rubber'), ('Keen|Derby|Leather'), ('Keen|Derby|Leatherette'), ('Keen|Derby|Polyurethane'), ('Keen|Derby|PVC'), ('Keen|Derby|Rubber'), ('Keen|Dress Boot|Leather'), ('Keen|Dress Boot|Leatherette'), ('Keen|Dress Boot|Polyurethane'), ('Keen|Dress Boot|PVC'), ('Keen|Dress Boot|Rubber'), ('Keen|Dress Shoe|Leather'), ('Keen|Dress Shoe|Leatherette'), ('Keen|Dress Shoe|Polyurethane'), ('Keen|Dress Shoe|PVC'), ('Keen|Dress Shoe|Rubber'), ('Keen|Driving Shoe|Leather'), ('Keen|Driving Shoe|Leatherette'), ('Keen|Driving Shoe|Polyurethane'), ('Keen|Driving Shoe|PVC'), ('Keen|Driving Shoe|Rubber'), ('Keen|Hiker|Leather'), ('Keen|Hiker|Leatherette'), ('Keen|Hiker|Polyurethane'), ('Keen|Hiker|PVC'), ('Keen|Hiker|Rubber'), ('Keen|Loafer (Slip-on)|Leather'), ('Keen|Loafer (Slip-on)|Leatherette'), ('Keen|Loafer (Slip-on)|Polyurethane'), ('Keen|Loafer (Slip-on)|PVC'), ('Keen|Loafer (Slip-on)|Rubber'), ('Keen|Oxford (Lace-up)|Leather'), ('Keen|Oxford (Lace-up)|Leatherette'), ('Keen|Oxford (Lace-up)|Polyurethane'), ('Keen|Oxford (Lace-up)|PVC'), ('Keen|Oxford (Lace-up)|Rubber'), ('Keen|Patent Leather|Leather'), ('Keen|Patent Leather|Leatherette'), ('Keen|Patent Leather|Polyurethane'), ('Keen|Patent Leather|PVC'), ('Keen|Patent Leather|Rubber'), ('Keen|Penny Loafer|Leather'), ('Keen|Penny Loafer|Leatherette'), ('Keen|Penny Loafer|Polyurethane'), ('Keen|Penny Loafer|PVC'), ('Keen|Penny Loafer|Rubber'), ('Keen|Runner|Leather'), ('Keen|Runner|Leatherette'), ('Keen|Runner|Polyurethane'), ('Keen|Runner|PVC'), ('Keen|Runner|Rubber'), ('Keen|Saddle Shoe|Leather'), ('Keen|Saddle Shoe|Leatherette'), ('Keen|Saddle Shoe|Polyurethane'), ('Keen|Saddle Shoe|PVC'), ('Keen|Saddle Shoe|Rubber'), ('Keen|Sandal|Leather'), ('Keen|Sandal|Leatherette'), ('Keen|Sandal|Polyurethane'), ('Keen|Sandal|PVC'), ('Keen|Sandal|Rubber'), ('Keen|Tennis|Leather'), ('Keen|Tennis|Leatherette'), ('Keen|Tennis|Polyurethane'), ('Keen|Tennis|PVC'), ('Keen|Tennis|Rubber'), ('Keen|Walker|Leather'), ('Keen|Walker|Leatherette'), ('Keen|Walker|Polyurethane'), ('Keen|Walker|PVC'), ('Keen|Walker|Rubber'), ('Keen|Wingtip|Leather'), ('Keen|Wingtip|Leatherette'), ('Keen|Wingtip|Polyurethane'), ('Keen|Wingtip|PVC'), ('Keen|Wingtip|Rubber'), ('Keen|Work Boot|Leather'), ('Keen|Work Boot|Leatherette'), ('Keen|Work Boot|Polyurethane'), ('Keen|Work Boot|PVC'), ('Keen|Work Boot|Rubber'), ('Lacoste|Balmoral|Leather'), ('Lacoste|Balmoral|Leatherette'), ('Lacoste|Balmoral|Polyurethane'), ('Lacoste|Balmoral|PVC'), ('Lacoste|Balmoral|Rubber'), ('Lacoste|Boat Shoe|Leather'), ('Lacoste|Boat Shoe|Leatherette'), ('Lacoste|Boat Shoe|Polyurethane'), ('Lacoste|Boat Shoe|PVC'), ('Lacoste|Boat Shoe|Rubber'), ('Lacoste|Brouge|Leather'), ('Lacoste|Brouge|Leatherette'), ('Lacoste|Brouge|Polyurethane'), ('Lacoste|Brouge|PVC'), ('Lacoste|Brouge|Rubber'), ('Lacoste|Cross Trainer|Leather'), ('Lacoste|Cross Trainer|Leatherette'), ('Lacoste|Cross Trainer|Polyurethane'), ('Lacoste|Cross Trainer|PVC'), ('Lacoste|Cross Trainer|Rubber'), ('Lacoste|Derby|Leather'), ('Lacoste|Derby|Leatherette'), ('Lacoste|Derby|Polyurethane'), ('Lacoste|Derby|PVC'), ('Lacoste|Derby|Rubber'), ('Lacoste|Dress Boot|Leather'), ('Lacoste|Dress Boot|Leatherette'), ('Lacoste|Dress Boot|Polyurethane'), ('Lacoste|Dress Boot|PVC'), ('Lacoste|Dress Boot|Rubber'), ('Lacoste|Dress Shoe|Leather'), ('Lacoste|Dress Shoe|Leatherette'), ('Lacoste|Dress Shoe|Polyurethane'), ('Lacoste|Dress Shoe|PVC'), ('Lacoste|Dress Shoe|Rubber'), ('Lacoste|Driving Shoe|Leather'), ('Lacoste|Driving Shoe|Leatherette'), ('Lacoste|Driving Shoe|Polyurethane'), ('Lacoste|Driving Shoe|PVC'), ('Lacoste|Driving Shoe|Rubber'), ('Lacoste|Hiker|Leather'), ('Lacoste|Hiker|Leatherette'), ('Lacoste|Hiker|Polyurethane'), ('Lacoste|Hiker|PVC'), ('Lacoste|Hiker|Rubber'), ('Lacoste|Loafer (Slip-on)|Leather'), ('Lacoste|Loafer (Slip-on)|Leatherette'), ('Lacoste|Loafer (Slip-on)|Polyurethane'), ('Lacoste|Loafer (Slip-on)|PVC'), ('Lacoste|Loafer (Slip-on)|Rubber'), ('Lacoste|Oxford (Lace-up)|Leather'), ('Lacoste|Oxford (Lace-up)|Leatherette'), ('Lacoste|Oxford (Lace-up)|Polyurethane'), ('Lacoste|Oxford (Lace-up)|PVC'), ('Lacoste|Oxford (Lace-up)|Rubber'), ('Lacoste|Patent Leather|Leather'), ('Lacoste|Patent Leather|Leatherette'), ('Lacoste|Patent Leather|Polyurethane'), ('Lacoste|Patent Leather|PVC'), ('Lacoste|Patent Leather|Rubber'), ('Lacoste|Penny Loafer|Leather'), ('Lacoste|Penny Loafer|Leatherette'), ('Lacoste|Penny Loafer|Polyurethane'), ('Lacoste|Penny Loafer|PVC'), ('Lacoste|Penny Loafer|Rubber'), ('Lacoste|Runner|Leather'), ('Lacoste|Runner|Leatherette'), ('Lacoste|Runner|Polyurethane'), ('Lacoste|Runner|PVC'), ('Lacoste|Runner|Rubber'), ('Lacoste|Saddle Shoe|Leather'), ('Lacoste|Saddle Shoe|Leatherette'), ('Lacoste|Saddle Shoe|Polyurethane'), ('Lacoste|Saddle Shoe|PVC'), ('Lacoste|Saddle Shoe|Rubber'), ('Lacoste|Sandal|Leather'), ('Lacoste|Sandal|Leatherette'), ('Lacoste|Sandal|Polyurethane'), ('Lacoste|Sandal|PVC'), ('Lacoste|Sandal|Rubber'), ('Lacoste|Tennis|Leather'), ('Lacoste|Tennis|Leatherette'), ('Lacoste|Tennis|Polyurethane'), ('Lacoste|Tennis|PVC'), ('Lacoste|Tennis|Rubber'), ('Lacoste|Walker|Leather'), ('Lacoste|Walker|Leatherette'), ('Lacoste|Walker|Polyurethane'), ('Lacoste|Walker|PVC'), ('Lacoste|Walker|Rubber'), ('Lacoste|Wingtip|Leather'), ('Lacoste|Wingtip|Leatherette'), ('Lacoste|Wingtip|Polyurethane'), ('Lacoste|Wingtip|PVC'), ('Lacoste|Wingtip|Rubber'), ('Lacoste|Work Boot|Leather'), ('Lacoste|Work Boot|Leatherette'), ('Lacoste|Work Boot|Polyurethane'), ('Lacoste|Work Boot|PVC'), ('Lacoste|Work Boot|Rubber'), ('Marc Jacobs|Balmoral|Leather'), ('Marc Jacobs|Balmoral|Leatherette'), ('Marc Jacobs|Balmoral|Polyurethane'), ('Marc Jacobs|Balmoral|PVC'), ('Marc Jacobs|Balmoral|Rubber'), ('Marc Jacobs|Boat Shoe|Leather'), ('Marc Jacobs|Boat Shoe|Leatherette'), ('Marc Jacobs|Boat Shoe|Polyurethane'), ('Marc Jacobs|Boat Shoe|PVC'), ('Marc Jacobs|Boat Shoe|Rubber'), ('Marc Jacobs|Brouge|Leather'), ('Marc Jacobs|Brouge|Leatherette'), ('Marc Jacobs|Brouge|Polyurethane'), ('Marc Jacobs|Brouge|PVC'), ('Marc Jacobs|Brouge|Rubber'), ('Marc Jacobs|Cross Trainer|Leather'), ('Marc Jacobs|Cross Trainer|Leatherette'), ('Marc Jacobs|Cross Trainer|Polyurethane'), ('Marc Jacobs|Cross Trainer|PVC'), ('Marc Jacobs|Cross Trainer|Rubber'), ('Marc Jacobs|Derby|Leather'), ('Marc Jacobs|Derby|Leatherette'), ('Marc Jacobs|Derby|Polyurethane'), ('Marc Jacobs|Derby|PVC'), ('Marc Jacobs|Derby|Rubber'), ('Marc Jacobs|Dress Boot|Leather'), ('Marc Jacobs|Dress Boot|Leatherette'), ('Marc Jacobs|Dress Boot|Polyurethane'), ('Marc Jacobs|Dress Boot|PVC'), ('Marc Jacobs|Dress Boot|Rubber'), ('Marc Jacobs|Dress Shoe|Leather'), ('Marc Jacobs|Dress Shoe|Leatherette'), ('Marc Jacobs|Dress Shoe|Polyurethane'), ('Marc Jacobs|Dress Shoe|PVC'), ('Marc Jacobs|Dress Shoe|Rubber'), ('Marc Jacobs|Driving Shoe|Leather'), ('Marc Jacobs|Driving Shoe|Leatherette'), ('Marc Jacobs|Driving Shoe|Polyurethane'), ('Marc Jacobs|Driving Shoe|PVC'), ('Marc Jacobs|Driving Shoe|Rubber'), ('Marc Jacobs|Hiker|Leather'), ('Marc Jacobs|Hiker|Leatherette'), ('Marc Jacobs|Hiker|Polyurethane'), ('Marc Jacobs|Hiker|PVC'), ('Marc Jacobs|Hiker|Rubber'), ('Marc Jacobs|Loafer (Slip-on)|Leather'), ('Marc Jacobs|Loafer (Slip-on)|Leatherette'), ('Marc Jacobs|Loafer (Slip-on)|Polyurethane'), ('Marc Jacobs|Loafer (Slip-on)|PVC'), ('Marc Jacobs|Loafer (Slip-on)|Rubber'), ('Marc Jacobs|Oxford (Lace-up)|Leather'), ('Marc Jacobs|Oxford (Lace-up)|Leatherette'), ('Marc Jacobs|Oxford (Lace-up)|Polyurethane'), ('Marc Jacobs|Oxford (Lace-up)|PVC'), ('Marc Jacobs|Oxford (Lace-up)|Rubber'), ('Marc Jacobs|Patent Leather|Leather'), ('Marc Jacobs|Patent Leather|Leatherette'), ('Marc Jacobs|Patent Leather|Polyurethane'), ('Marc Jacobs|Patent Leather|PVC'), ('Marc Jacobs|Patent Leather|Rubber'), ('Marc Jacobs|Penny Loafer|Leather'), ('Marc Jacobs|Penny Loafer|Leatherette'), ('Marc Jacobs|Penny Loafer|Polyurethane'), ('Marc Jacobs|Penny Loafer|PVC'), ('Marc Jacobs|Penny Loafer|Rubber'), ('Marc Jacobs|Runner|Leather'), ('Marc Jacobs|Runner|Leatherette'), ('Marc Jacobs|Runner|Polyurethane'), ('Marc Jacobs|Runner|PVC'), ('Marc Jacobs|Runner|Rubber'), ('Marc Jacobs|Saddle Shoe|Leather'), ('Marc Jacobs|Saddle Shoe|Leatherette'), ('Marc Jacobs|Saddle Shoe|Polyurethane'), ('Marc Jacobs|Saddle Shoe|PVC'), ('Marc Jacobs|Saddle Shoe|Rubber'), ('Marc Jacobs|Sandal|Leather'), ('Marc Jacobs|Sandal|Leatherette'), ('Marc Jacobs|Sandal|Polyurethane'), ('Marc Jacobs|Sandal|PVC'), ('Marc Jacobs|Sandal|Rubber'), ('Marc Jacobs|Tennis|Leather'), ('Marc Jacobs|Tennis|Leatherette'), ('Marc Jacobs|Tennis|Polyurethane'), ('Marc Jacobs|Tennis|PVC'), ('Marc Jacobs|Tennis|Rubber'), ('Marc Jacobs|Walker|Leather'), ('Marc Jacobs|Walker|Leatherette'), ('Marc Jacobs|Walker|Polyurethane'), ('Marc Jacobs|Walker|PVC'), ('Marc Jacobs|Walker|Rubber'), ('Marc Jacobs|Wingtip|Leather'), ('Marc Jacobs|Wingtip|Leatherette'), ('Marc Jacobs|Wingtip|Polyurethane'), ('Marc Jacobs|Wingtip|PVC'), ('Marc Jacobs|Wingtip|Rubber'), ('Marc Jacobs|Work Boot|Leather'), ('Marc Jacobs|Work Boot|Leatherette'), ('Marc Jacobs|Work Boot|Polyurethane'), ('Marc Jacobs|Work Boot|PVC'), ('Marc Jacobs|Work Boot|Rubber'), ('Merrell|Balmoral|Leather'), ('Merrell|Balmoral|Leatherette'), ('Merrell|Balmoral|Polyurethane'), ('Merrell|Balmoral|PVC'), ('Merrell|Balmoral|Rubber'), ('Merrell|Boat Shoe|Leather'), ('Merrell|Boat Shoe|Leatherette'), ('Merrell|Boat Shoe|Polyurethane'), ('Merrell|Boat Shoe|PVC'), ('Merrell|Boat Shoe|Rubber'), ('Merrell|Brouge|Leather'), ('Merrell|Brouge|Leatherette'), ('Merrell|Brouge|Polyurethane'), ('Merrell|Brouge|PVC'), ('Merrell|Brouge|Rubber'), ('Merrell|Cross Trainer|Leather'), ('Merrell|Cross Trainer|Leatherette'), ('Merrell|Cross Trainer|Polyurethane'), ('Merrell|Cross Trainer|PVC'), ('Merrell|Cross Trainer|Rubber'), ('Merrell|Derby|Leather'), ('Merrell|Derby|Leatherette'), ('Merrell|Derby|Polyurethane'), ('Merrell|Derby|PVC'), ('Merrell|Derby|Rubber'), ('Merrell|Dress Boot|Leather'), ('Merrell|Dress Boot|Leatherette'), ('Merrell|Dress Boot|Polyurethane'), ('Merrell|Dress Boot|PVC'), ('Merrell|Dress Boot|Rubber'), ('Merrell|Dress Shoe|Leather'), ('Merrell|Dress Shoe|Leatherette'), ('Merrell|Dress Shoe|Polyurethane'), ('Merrell|Dress Shoe|PVC'), ('Merrell|Dress Shoe|Rubber'), ('Merrell|Driving Shoe|Leather'), ('Merrell|Driving Shoe|Leatherette'), ('Merrell|Driving Shoe|Polyurethane'), ('Merrell|Driving Shoe|PVC'), ('Merrell|Driving Shoe|Rubber'), ('Merrell|Hiker|Leather'), ('Merrell|Hiker|Leatherette'), ('Merrell|Hiker|Polyurethane'), ('Merrell|Hiker|PVC'), ('Merrell|Hiker|Rubber'), ('Merrell|Loafer (Slip-on)|Leather'), ('Merrell|Loafer (Slip-on)|Leatherette'), ('Merrell|Loafer (Slip-on)|Polyurethane'), ('Merrell|Loafer (Slip-on)|PVC'), ('Merrell|Loafer (Slip-on)|Rubber'), ('Merrell|Oxford (Lace-up)|Leather'), ('Merrell|Oxford (Lace-up)|Leatherette'), ('Merrell|Oxford (Lace-up)|Polyurethane'), ('Merrell|Oxford (Lace-up)|PVC'), ('Merrell|Oxford (Lace-up)|Rubber'), ('Merrell|Patent Leather|Leather'), ('Merrell|Patent Leather|Leatherette'), ('Merrell|Patent Leather|Polyurethane'), ('Merrell|Patent Leather|PVC'), ('Merrell|Patent Leather|Rubber'), ('Merrell|Penny Loafer|Leather'), ('Merrell|Penny Loafer|Leatherette'), ('Merrell|Penny Loafer|Polyurethane'), ('Merrell|Penny Loafer|PVC'), ('Merrell|Penny Loafer|Rubber'), ('Merrell|Runner|Leather'), ('Merrell|Runner|Leatherette'), ('Merrell|Runner|Polyurethane'), ('Merrell|Runner|PVC'), ('Merrell|Runner|Rubber'), ('Merrell|Saddle Shoe|Leather'), ('Merrell|Saddle Shoe|Leatherette'), ('Merrell|Saddle Shoe|Polyurethane'), ('Merrell|Saddle Shoe|PVC'), ('Merrell|Saddle Shoe|Rubber'), ('Merrell|Sandal|Leather'), ('Merrell|Sandal|Leatherette'), ('Merrell|Sandal|Polyurethane'), ('Merrell|Sandal|PVC'), ('Merrell|Sandal|Rubber'), ('Merrell|Tennis|Leather'), ('Merrell|Tennis|Leatherette'), ('Merrell|Tennis|Polyurethane'), ('Merrell|Tennis|PVC'), ('Merrell|Tennis|Rubber'), ('Merrell|Walker|Leather'), ('Merrell|Walker|Leatherette'), ('Merrell|Walker|Polyurethane'), ('Merrell|Walker|PVC'), ('Merrell|Walker|Rubber'), ('Merrell|Wingtip|Leather'), ('Merrell|Wingtip|Leatherette'), ('Merrell|Wingtip|Polyurethane'), ('Merrell|Wingtip|PVC'), ('Merrell|Wingtip|Rubber'), ('Merrell|Work Boot|Leather'), ('Merrell|Work Boot|Leatherette'), ('Merrell|Work Boot|Polyurethane'), ('Merrell|Work Boot|PVC'), ('Merrell|Work Boot|Rubber'), ('Mizuno|Balmoral|Leather'), ('Mizuno|Balmoral|Leatherette'), ('Mizuno|Balmoral|Polyurethane'), ('Mizuno|Balmoral|PVC'), ('Mizuno|Balmoral|Rubber'), ('Mizuno|Boat Shoe|Leather'), ('Mizuno|Boat Shoe|Leatherette'), ('Mizuno|Boat Shoe|Polyurethane'), ('Mizuno|Boat Shoe|PVC'), ('Mizuno|Boat Shoe|Rubber'), ('Mizuno|Brouge|Leather'), ('Mizuno|Brouge|Leatherette'), ('Mizuno|Brouge|Polyurethane'), ('Mizuno|Brouge|PVC'), ('Mizuno|Brouge|Rubber'), ('Mizuno|Cross Trainer|Leather'), ('Mizuno|Cross Trainer|Leatherette'), ('Mizuno|Cross Trainer|Polyurethane'), ('Mizuno|Cross Trainer|PVC'), ('Mizuno|Cross Trainer|Rubber'), ('Mizuno|Derby|Leather'), ('Mizuno|Derby|Leatherette'), ('Mizuno|Derby|Polyurethane'), ('Mizuno|Derby|PVC'), ('Mizuno|Derby|Rubber'), ('Mizuno|Dress Boot|Leather'), ('Mizuno|Dress Boot|Leatherette'), ('Mizuno|Dress Boot|Polyurethane'), ('Mizuno|Dress Boot|PVC'), ('Mizuno|Dress Boot|Rubber'), ('Mizuno|Dress Shoe|Leather'), ('Mizuno|Dress Shoe|Leatherette'), ('Mizuno|Dress Shoe|Polyurethane'), ('Mizuno|Dress Shoe|PVC'), ('Mizuno|Dress Shoe|Rubber'), ('Mizuno|Driving Shoe|Leather'), ('Mizuno|Driving Shoe|Leatherette'), ('Mizuno|Driving Shoe|Polyurethane'), ('Mizuno|Driving Shoe|PVC'), ('Mizuno|Driving Shoe|Rubber'), ('Mizuno|Hiker|Leather'), ('Mizuno|Hiker|Leatherette'), ('Mizuno|Hiker|Polyurethane'), ('Mizuno|Hiker|PVC'), ('Mizuno|Hiker|Rubber'), ('Mizuno|Loafer (Slip-on)|Leather'), ('Mizuno|Loafer (Slip-on)|Leatherette'), ('Mizuno|Loafer (Slip-on)|Polyurethane'), ('Mizuno|Loafer (Slip-on)|PVC'), ('Mizuno|Loafer (Slip-on)|Rubber'), ('Mizuno|Oxford (Lace-up)|Leather'), ('Mizuno|Oxford (Lace-up)|Leatherette'), ('Mizuno|Oxford (Lace-up)|Polyurethane'), ('Mizuno|Oxford (Lace-up)|PVC'), ('Mizuno|Oxford (Lace-up)|Rubber'), ('Mizuno|Patent Leather|Leather'), ('Mizuno|Patent Leather|Leatherette'), ('Mizuno|Patent Leather|Polyurethane'), ('Mizuno|Patent Leather|PVC'), ('Mizuno|Patent Leather|Rubber'), ('Mizuno|Penny Loafer|Leather'), ('Mizuno|Penny Loafer|Leatherette'), ('Mizuno|Penny Loafer|Polyurethane'), ('Mizuno|Penny Loafer|PVC'), ('Mizuno|Penny Loafer|Rubber'), ('Mizuno|Runner|Leather'), ('Mizuno|Runner|Leatherette'), ('Mizuno|Runner|Polyurethane'), ('Mizuno|Runner|PVC'), ('Mizuno|Runner|Rubber'), ('Mizuno|Saddle Shoe|Leather'), ('Mizuno|Saddle Shoe|Leatherette'), ('Mizuno|Saddle Shoe|Polyurethane'), ('Mizuno|Saddle Shoe|PVC'), ('Mizuno|Saddle Shoe|Rubber'), ('Mizuno|Sandal|Leather'), ('Mizuno|Sandal|Leatherette'), ('Mizuno|Sandal|Polyurethane'), ('Mizuno|Sandal|PVC'), ('Mizuno|Sandal|Rubber'), ('Mizuno|Tennis|Leather'), ('Mizuno|Tennis|Leatherette'), ('Mizuno|Tennis|Polyurethane'), ('Mizuno|Tennis|PVC'), ('Mizuno|Tennis|Rubber'), ('Mizuno|Walker|Leather'), ('Mizuno|Walker|Leatherette'), ('Mizuno|Walker|Polyurethane'), ('Mizuno|Walker|PVC'), ('Mizuno|Walker|Rubber'), ('Mizuno|Wingtip|Leather'), ('Mizuno|Wingtip|Leatherette'), ('Mizuno|Wingtip|Polyurethane'), ('Mizuno|Wingtip|PVC'), ('Mizuno|Wingtip|Rubber'), ('Mizuno|Work Boot|Leather'), ('Mizuno|Work Boot|Leatherette'), ('Mizuno|Work Boot|Polyurethane'), ('Mizuno|Work Boot|PVC'), ('Mizuno|Work Boot|Rubber'), ('Muck Boot|Balmoral|Leather'), ('Muck Boot|Balmoral|Leatherette'), ('Muck Boot|Balmoral|Polyurethane'), ('Muck Boot|Balmoral|PVC'), ('Muck Boot|Balmoral|Rubber'), ('Muck Boot|Boat Shoe|Leather'), ('Muck Boot|Boat Shoe|Leatherette'), ('Muck Boot|Boat Shoe|Polyurethane'), ('Muck Boot|Boat Shoe|PVC'), ('Muck Boot|Boat Shoe|Rubber'), ('Muck Boot|Brouge|Leather'), ('Muck Boot|Brouge|Leatherette'), ('Muck Boot|Brouge|Polyurethane'), ('Muck Boot|Brouge|PVC'), ('Muck Boot|Brouge|Rubber'), ('Muck Boot|Cross Trainer|Leather'), ('Muck Boot|Cross Trainer|Leatherette'), ('Muck Boot|Cross Trainer|Polyurethane'), ('Muck Boot|Cross Trainer|PVC'), ('Muck Boot|Cross Trainer|Rubber'), ('Muck Boot|Derby|Leather'), ('Muck Boot|Derby|Leatherette'), ('Muck Boot|Derby|Polyurethane'), ('Muck Boot|Derby|PVC'), ('Muck Boot|Derby|Rubber'), ('Muck Boot|Dress Boot|Leather'), ('Muck Boot|Dress Boot|Leatherette'), ('Muck Boot|Dress Boot|Polyurethane'), ('Muck Boot|Dress Boot|PVC'), ('Muck Boot|Dress Boot|Rubber'), ('Muck Boot|Dress Shoe|Leather'), ('Muck Boot|Dress Shoe|Leatherette'), ('Muck Boot|Dress Shoe|Polyurethane'), ('Muck Boot|Dress Shoe|PVC'), ('Muck Boot|Dress Shoe|Rubber'), ('Muck Boot|Driving Shoe|Leather'), ('Muck Boot|Driving Shoe|Leatherette'), ('Muck Boot|Driving Shoe|Polyurethane'), ('Muck Boot|Driving Shoe|PVC'), ('Muck Boot|Driving Shoe|Rubber'), ('Muck Boot|Hiker|Leather'), ('Muck Boot|Hiker|Leatherette'), ('Muck Boot|Hiker|Polyurethane'), ('Muck Boot|Hiker|PVC'), ('Muck Boot|Hiker|Rubber'), ('Muck Boot|Loafer (Slip-on)|Leather'), ('Muck Boot|Loafer (Slip-on)|Leatherette'), ('Muck Boot|Loafer (Slip-on)|Polyurethane'), ('Muck Boot|Loafer (Slip-on)|PVC'), ('Muck Boot|Loafer (Slip-on)|Rubber'), ('Muck Boot|Oxford (Lace-up)|Leather'), ('Muck Boot|Oxford (Lace-up)|Leatherette'), ('Muck Boot|Oxford (Lace-up)|Polyurethane'), ('Muck Boot|Oxford (Lace-up)|PVC'), ('Muck Boot|Oxford (Lace-up)|Rubber'), ('Muck Boot|Patent Leather|Leather'), ('Muck Boot|Patent Leather|Leatherette'), ('Muck Boot|Patent Leather|Polyurethane'), ('Muck Boot|Patent Leather|PVC'), ('Muck Boot|Patent Leather|Rubber'), ('Muck Boot|Penny Loafer|Leather'), ('Muck Boot|Penny Loafer|Leatherette'), ('Muck Boot|Penny Loafer|Polyurethane'), ('Muck Boot|Penny Loafer|PVC'), ('Muck Boot|Penny Loafer|Rubber'), ('Muck Boot|Runner|Leather'), ('Muck Boot|Runner|Leatherette'), ('Muck Boot|Runner|Polyurethane'), ('Muck Boot|Runner|PVC'), ('Muck Boot|Runner|Rubber'), ('Muck Boot|Saddle Shoe|Leather'), ('Muck Boot|Saddle Shoe|Leatherette'), ('Muck Boot|Saddle Shoe|Polyurethane'), ('Muck Boot|Saddle Shoe|PVC'), ('Muck Boot|Saddle Shoe|Rubber'), ('Muck Boot|Sandal|Leather'), ('Muck Boot|Sandal|Leatherette'), ('Muck Boot|Sandal|Polyurethane'), ('Muck Boot|Sandal|PVC'), ('Muck Boot|Sandal|Rubber'), ('Muck Boot|Tennis|Leather'), ('Muck Boot|Tennis|Leatherette'), ('Muck Boot|Tennis|Polyurethane'), ('Muck Boot|Tennis|PVC'), ('Muck Boot|Tennis|Rubber'), ('Muck Boot|Walker|Leather'), ('Muck Boot|Walker|Leatherette'), ('Muck Boot|Walker|Polyurethane'), ('Muck Boot|Walker|PVC'), ('Muck Boot|Walker|Rubber'), ('Muck Boot|Wingtip|Leather'), ('Muck Boot|Wingtip|Leatherette'), ('Muck Boot|Wingtip|Polyurethane'), ('Muck Boot|Wingtip|PVC'), ('Muck Boot|Wingtip|Rubber'), ('Muck Boot|Work Boot|Leather'), ('Muck Boot|Work Boot|Leatherette'), ('Muck Boot|Work Boot|Polyurethane'), ('Muck Boot|Work Boot|PVC'), ('Muck Boot|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Original Penguin|Balmoral|Leather'), ('Original Penguin|Balmoral|Leatherette'), ('Original Penguin|Balmoral|Polyurethane'), ('Original Penguin|Balmoral|PVC'), ('Original Penguin|Balmoral|Rubber'), ('Original Penguin|Boat Shoe|Leather'), ('Original Penguin|Boat Shoe|Leatherette'), ('Original Penguin|Boat Shoe|Polyurethane'), ('Original Penguin|Boat Shoe|PVC'), ('Original Penguin|Boat Shoe|Rubber'), ('Original Penguin|Brouge|Leather'), ('Original Penguin|Brouge|Leatherette'), ('Original Penguin|Brouge|Polyurethane'), ('Original Penguin|Brouge|PVC'), ('Original Penguin|Brouge|Rubber'), ('Original Penguin|Cross Trainer|Leather'), ('Original Penguin|Cross Trainer|Leatherette'), ('Original Penguin|Cross Trainer|Polyurethane'), ('Original Penguin|Cross Trainer|PVC'), ('Original Penguin|Cross Trainer|Rubber'), ('Original Penguin|Derby|Leather'), ('Original Penguin|Derby|Leatherette'), ('Original Penguin|Derby|Polyurethane'), ('Original Penguin|Derby|PVC'), ('Original Penguin|Derby|Rubber'), ('Original Penguin|Dress Boot|Leather'), ('Original Penguin|Dress Boot|Leatherette'), ('Original Penguin|Dress Boot|Polyurethane'), ('Original Penguin|Dress Boot|PVC'), ('Original Penguin|Dress Boot|Rubber'), ('Original Penguin|Dress Shoe|Leather'), ('Original Penguin|Dress Shoe|Leatherette'), ('Original Penguin|Dress Shoe|Polyurethane'), ('Original Penguin|Dress Shoe|PVC'), ('Original Penguin|Dress Shoe|Rubber'), ('Original Penguin|Driving Shoe|Leather'), ('Original Penguin|Driving Shoe|Leatherette'), ('Original Penguin|Driving Shoe|Polyurethane'), ('Original Penguin|Driving Shoe|PVC'), ('Original Penguin|Driving Shoe|Rubber'), ('Original Penguin|Hiker|Leather'), ('Original Penguin|Hiker|Leatherette'), ('Original Penguin|Hiker|Polyurethane'), ('Original Penguin|Hiker|PVC'), ('Original Penguin|Hiker|Rubber'), ('Original Penguin|Loafer (Slip-on)|Leather'), ('Original Penguin|Loafer (Slip-on)|Leatherette'), ('Original Penguin|Loafer (Slip-on)|Polyurethane'), ('Original Penguin|Loafer (Slip-on)|PVC'), ('Original Penguin|Loafer (Slip-on)|Rubber'), ('Original Penguin|Oxford (Lace-up)|Leather'), ('Original Penguin|Oxford (Lace-up)|Leatherette'), ('Original Penguin|Oxford (Lace-up)|Polyurethane'), ('Original Penguin|Oxford (Lace-up)|PVC'), ('Original Penguin|Oxford (Lace-up)|Rubber'), ('Original Penguin|Patent Leather|Leather'), ('Original Penguin|Patent Leather|Leatherette'), ('Original Penguin|Patent Leather|Polyurethane'), ('Original Penguin|Patent Leather|PVC'), ('Original Penguin|Patent Leather|Rubber'), ('Original Penguin|Penny Loafer|Leather'), ('Original Penguin|Penny Loafer|Leatherette'), ('Original Penguin|Penny Loafer|Polyurethane'), ('Original Penguin|Penny Loafer|PVC'), ('Original Penguin|Penny Loafer|Rubber'), ('Original Penguin|Runner|Leather'), ('Original Penguin|Runner|Leatherette'), ('Original Penguin|Runner|Polyurethane'), ('Original Penguin|Runner|PVC'), ('Original Penguin|Runner|Rubber'), ('Original Penguin|Saddle Shoe|Leather'), ('Original Penguin|Saddle Shoe|Leatherette'), ('Original Penguin|Saddle Shoe|Polyurethane'), ('Original Penguin|Saddle Shoe|PVC'), ('Original Penguin|Saddle Shoe|Rubber'), ('Original Penguin|Sandal|Leather'), ('Original Penguin|Sandal|Leatherette'), ('Original Penguin|Sandal|Polyurethane'), ('Original Penguin|Sandal|PVC'), ('Original Penguin|Sandal|Rubber'), ('Original Penguin|Tennis|Leather'), ('Original Penguin|Tennis|Leatherette'), ('Original Penguin|Tennis|Polyurethane'), ('Original Penguin|Tennis|PVC'), ('Original Penguin|Tennis|Rubber'), ('Original Penguin|Walker|Leather'), ('Original Penguin|Walker|Leatherette'), ('Original Penguin|Walker|Polyurethane'), ('Original Penguin|Walker|PVC'), ('Original Penguin|Walker|Rubber'), ('Original Penguin|Wingtip|Leather'), ('Original Penguin|Wingtip|Leatherette'), ('Original Penguin|Wingtip|Polyurethane'), ('Original Penguin|Wingtip|PVC'), ('Original Penguin|Wingtip|Rubber'), ('Original Penguin|Work Boot|Leather'), ('Original Penguin|Work Boot|Leatherette'), ('Original Penguin|Work Boot|Polyurethane'), ('Original Penguin|Work Boot|PVC'), ('Original Penguin|Work Boot|Rubber'), ('Polo Ralph Lauren|Balmoral|Leather'), ('Polo Ralph Lauren|Balmoral|Leatherette'), ('Polo Ralph Lauren|Balmoral|Polyurethane'), ('Polo Ralph Lauren|Balmoral|PVC'), ('Polo Ralph Lauren|Balmoral|Rubber'), ('Polo Ralph Lauren|Boat Shoe|Leather'), ('Polo Ralph Lauren|Boat Shoe|Leatherette'), ('Polo Ralph Lauren|Boat Shoe|Polyurethane'), ('Polo Ralph Lauren|Boat Shoe|PVC'), ('Polo Ralph Lauren|Boat Shoe|Rubber'), ('Polo Ralph Lauren|Brouge|Leather'), ('Polo Ralph Lauren|Brouge|Leatherette'), ('Polo Ralph Lauren|Brouge|Polyurethane'), ('Polo Ralph Lauren|Brouge|PVC'), ('Polo Ralph Lauren|Brouge|Rubber'), ('Polo Ralph Lauren|Cross Trainer|Leather'), ('Polo Ralph Lauren|Cross Trainer|Leatherette'), ('Polo Ralph Lauren|Cross Trainer|Polyurethane'), ('Polo Ralph Lauren|Cross Trainer|PVC'), ('Polo Ralph Lauren|Cross Trainer|Rubber'), ('Polo Ralph Lauren|Derby|Leather'), ('Polo Ralph Lauren|Derby|Leatherette'), ('Polo Ralph Lauren|Derby|Polyurethane'), ('Polo Ralph Lauren|Derby|PVC'), ('Polo Ralph Lauren|Derby|Rubber'), ('Polo Ralph Lauren|Dress Boot|Leather'), ('Polo Ralph Lauren|Dress Boot|Leatherette'), ('Polo Ralph Lauren|Dress Boot|Polyurethane'), ('Polo Ralph Lauren|Dress Boot|PVC'), ('Polo Ralph Lauren|Dress Boot|Rubber'), ('Polo Ralph Lauren|Dress Shoe|Leather'), ('Polo Ralph Lauren|Dress Shoe|Leatherette'), ('Polo Ralph Lauren|Dress Shoe|Polyurethane'), ('Polo Ralph Lauren|Dress Shoe|PVC'), ('Polo Ralph Lauren|Dress Shoe|Rubber'), ('Polo Ralph Lauren|Driving Shoe|Leather'), ('Polo Ralph Lauren|Driving Shoe|Leatherette'), ('Polo Ralph Lauren|Driving Shoe|Polyurethane'), ('Polo Ralph Lauren|Driving Shoe|PVC'), ('Polo Ralph Lauren|Driving Shoe|Rubber'), ('Polo Ralph Lauren|Hiker|Leather'), ('Polo Ralph Lauren|Hiker|Leatherette'), ('Polo Ralph Lauren|Hiker|Polyurethane'), ('Polo Ralph Lauren|Hiker|PVC'), ('Polo Ralph Lauren|Hiker|Rubber'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leather'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leatherette'), ('Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane'), ('Polo Ralph Lauren|Loafer (Slip-on)|PVC'), ('Polo Ralph Lauren|Loafer (Slip-on)|Rubber'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leather'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leatherette'), ('Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane'), ('Polo Ralph Lauren|Oxford (Lace-up)|PVC'), ('Polo Ralph Lauren|Oxford (Lace-up)|Rubber'), ('Polo Ralph Lauren|Patent Leather|Leather'), ('Polo Ralph Lauren|Patent Leather|Leatherette'), ('Polo Ralph Lauren|Patent Leather|Polyurethane'), ('Polo Ralph Lauren|Patent Leather|PVC'), ('Polo Ralph Lauren|Patent Leather|Rubber'), ('Polo Ralph Lauren|Penny Loafer|Leather'), ('Polo Ralph Lauren|Penny Loafer|Leatherette'), ('Polo Ralph Lauren|Penny Loafer|Polyurethane'), ('Polo Ralph Lauren|Penny Loafer|PVC'), ('Polo Ralph Lauren|Penny Loafer|Rubber'), ('Polo Ralph Lauren|Runner|Leather'), ('Polo Ralph Lauren|Runner|Leatherette'), ('Polo Ralph Lauren|Runner|Polyurethane'), ('Polo Ralph Lauren|Runner|PVC'), ('Polo Ralph Lauren|Runner|Rubber'), ('Polo Ralph Lauren|Saddle Shoe|Leather'), ('Polo Ralph Lauren|Saddle Shoe|Leatherette'), ('Polo Ralph Lauren|Saddle Shoe|Polyurethane'), ('Polo Ralph Lauren|Saddle Shoe|PVC'), ('Polo Ralph Lauren|Saddle Shoe|Rubber'), ('Polo Ralph Lauren|Sandal|Leather'), ('Polo Ralph Lauren|Sandal|Leatherette'), ('Polo Ralph Lauren|Sandal|Polyurethane'), ('Polo Ralph Lauren|Sandal|PVC'), ('Polo Ralph Lauren|Sandal|Rubber'), ('Polo Ralph Lauren|Tennis|Leather'), ('Polo Ralph Lauren|Tennis|Leatherette'), ('Polo Ralph Lauren|Tennis|Polyurethane'), ('Polo Ralph Lauren|Tennis|PVC'), ('Polo Ralph Lauren|Tennis|Rubber'), ('Polo Ralph Lauren|Walker|Leather'), ('Polo Ralph Lauren|Walker|Leatherette'), ('Polo Ralph Lauren|Walker|Polyurethane'), ('Polo Ralph Lauren|Walker|PVC'), ('Polo Ralph Lauren|Walker|Rubber'), ('Polo Ralph Lauren|Wingtip|Leather'), ('Polo Ralph Lauren|Wingtip|Leatherette'), ('Polo Ralph Lauren|Wingtip|Polyurethane'), ('Polo Ralph Lauren|Wingtip|PVC'), ('Polo Ralph Lauren|Wingtip|Rubber'), ('Polo Ralph Lauren|Work Boot|Leather'), ('Polo Ralph Lauren|Work Boot|Leatherette'), ('Polo Ralph Lauren|Work Boot|Polyurethane'), ('Polo Ralph Lauren|Work Boot|PVC'), ('Polo Ralph Lauren|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reef|Balmoral|Leather'), ('Reef|Balmoral|Leatherette'), ('Reef|Balmoral|Polyurethane'), ('Reef|Balmoral|PVC'), ('Reef|Balmoral|Rubber'), ('Reef|Boat Shoe|Leather'), ('Reef|Boat Shoe|Leatherette'), ('Reef|Boat Shoe|Polyurethane'), ('Reef|Boat Shoe|PVC'), ('Reef|Boat Shoe|Rubber'), ('Reef|Brouge|Leather'), ('Reef|Brouge|Leatherette'), ('Reef|Brouge|Polyurethane'), ('Reef|Brouge|PVC'), ('Reef|Brouge|Rubber'), ('Reef|Cross Trainer|Leather'), ('Reef|Cross Trainer|Leatherette'), ('Reef|Cross Trainer|Polyurethane'), ('Reef|Cross Trainer|PVC'), ('Reef|Cross Trainer|Rubber'), ('Reef|Derby|Leather'), ('Reef|Derby|Leatherette'), ('Reef|Derby|Polyurethane'), ('Reef|Derby|PVC'), ('Reef|Derby|Rubber'), ('Reef|Dress Boot|Leather'), ('Reef|Dress Boot|Leatherette'), ('Reef|Dress Boot|Polyurethane'), ('Reef|Dress Boot|PVC'), ('Reef|Dress Boot|Rubber'), ('Reef|Dress Shoe|Leather'), ('Reef|Dress Shoe|Leatherette'), ('Reef|Dress Shoe|Polyurethane'), ('Reef|Dress Shoe|PVC'), ('Reef|Dress Shoe|Rubber'), ('Reef|Driving Shoe|Leather'), ('Reef|Driving Shoe|Leatherette'), ('Reef|Driving Shoe|Polyurethane'), ('Reef|Driving Shoe|PVC'), ('Reef|Driving Shoe|Rubber'), ('Reef|Hiker|Leather'), ('Reef|Hiker|Leatherette'), ('Reef|Hiker|Polyurethane'), ('Reef|Hiker|PVC'), ('Reef|Hiker|Rubber'), ('Reef|Loafer (Slip-on)|Leather'), ('Reef|Loafer (Slip-on)|Leatherette'), ('Reef|Loafer (Slip-on)|Polyurethane'), ('Reef|Loafer (Slip-on)|PVC'), ('Reef|Loafer (Slip-on)|Rubber'), ('Reef|Oxford (Lace-up)|Leather'), ('Reef|Oxford (Lace-up)|Leatherette'), ('Reef|Oxford (Lace-up)|Polyurethane'), ('Reef|Oxford (Lace-up)|PVC'), ('Reef|Oxford (Lace-up)|Rubber'), ('Reef|Patent Leather|Leather'), ('Reef|Patent Leather|Leatherette'), ('Reef|Patent Leather|Polyurethane'), ('Reef|Patent Leather|PVC'), ('Reef|Patent Leather|Rubber'), ('Reef|Penny Loafer|Leather'), ('Reef|Penny Loafer|Leatherette'), ('Reef|Penny Loafer|Polyurethane'), ('Reef|Penny Loafer|PVC'), ('Reef|Penny Loafer|Rubber'), ('Reef|Runner|Leather'), ('Reef|Runner|Leatherette'), ('Reef|Runner|Polyurethane'), ('Reef|Runner|PVC'), ('Reef|Runner|Rubber'), ('Reef|Saddle Shoe|Leather'), ('Reef|Saddle Shoe|Leatherette'), ('Reef|Saddle Shoe|Polyurethane'), ('Reef|Saddle Shoe|PVC'), ('Reef|Saddle Shoe|Rubber'), ('Reef|Sandal|Leather'), ('Reef|Sandal|Leatherette'), ('Reef|Sandal|Polyurethane'), ('Reef|Sandal|PVC'), ('Reef|Sandal|Rubber'), ('Reef|Tennis|Leather'), ('Reef|Tennis|Leatherette'), ('Reef|Tennis|Polyurethane'), ('Reef|Tennis|PVC'), ('Reef|Tennis|Rubber'), ('Reef|Walker|Leather'), ('Reef|Walker|Leatherette'), ('Reef|Walker|Polyurethane'), ('Reef|Walker|PVC'), ('Reef|Walker|Rubber'), ('Reef|Wingtip|Leather'), ('Reef|Wingtip|Leatherette'), ('Reef|Wingtip|Polyurethane'), ('Reef|Wingtip|PVC'), ('Reef|Wingtip|Rubber'), ('Reef|Work Boot|Leather'), ('Reef|Work Boot|Leatherette'), ('Reef|Work Boot|Polyurethane'), ('Reef|Work Boot|PVC'), ('Reef|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Salomon|Balmoral|Leather'), ('Salomon|Balmoral|Leatherette'), ('Salomon|Balmoral|Polyurethane'), ('Salomon|Balmoral|PVC'), ('Salomon|Balmoral|Rubber'), ('Salomon|Boat Shoe|Leather'), ('Salomon|Boat Shoe|Leatherette'), ('Salomon|Boat Shoe|Polyurethane'), ('Salomon|Boat Shoe|PVC'), ('Salomon|Boat Shoe|Rubber'), ('Salomon|Brouge|Leather'), ('Salomon|Brouge|Leatherette'), ('Salomon|Brouge|Polyurethane'), ('Salomon|Brouge|PVC'), ('Salomon|Brouge|Rubber'), ('Salomon|Cross Trainer|Leather'), ('Salomon|Cross Trainer|Leatherette'), ('Salomon|Cross Trainer|Polyurethane'), ('Salomon|Cross Trainer|PVC'), ('Salomon|Cross Trainer|Rubber'), ('Salomon|Derby|Leather'), ('Salomon|Derby|Leatherette'), ('Salomon|Derby|Polyurethane'), ('Salomon|Derby|PVC'), ('Salomon|Derby|Rubber'), ('Salomon|Dress Boot|Leather'), ('Salomon|Dress Boot|Leatherette'), ('Salomon|Dress Boot|Polyurethane'), ('Salomon|Dress Boot|PVC'), ('Salomon|Dress Boot|Rubber'), ('Salomon|Dress Shoe|Leather'), ('Salomon|Dress Shoe|Leatherette'), ('Salomon|Dress Shoe|Polyurethane'), ('Salomon|Dress Shoe|PVC'), ('Salomon|Dress Shoe|Rubber'), ('Salomon|Driving Shoe|Leather'), ('Salomon|Driving Shoe|Leatherette'), ('Salomon|Driving Shoe|Polyurethane'), ('Salomon|Driving Shoe|PVC'), ('Salomon|Driving Shoe|Rubber'), ('Salomon|Hiker|Leather'), ('Salomon|Hiker|Leatherette'), ('Salomon|Hiker|Polyurethane'), ('Salomon|Hiker|PVC'), ('Salomon|Hiker|Rubber'), ('Salomon|Loafer (Slip-on)|Leather'), ('Salomon|Loafer (Slip-on)|Leatherette'), ('Salomon|Loafer (Slip-on)|Polyurethane'), ('Salomon|Loafer (Slip-on)|PVC'), ('Salomon|Loafer (Slip-on)|Rubber'), ('Salomon|Oxford (Lace-up)|Leather'), ('Salomon|Oxford (Lace-up)|Leatherette'), ('Salomon|Oxford (Lace-up)|Polyurethane'), ('Salomon|Oxford (Lace-up)|PVC'), ('Salomon|Oxford (Lace-up)|Rubber'), ('Salomon|Patent Leather|Leather'), ('Salomon|Patent Leather|Leatherette'), ('Salomon|Patent Leather|Polyurethane'), ('Salomon|Patent Leather|PVC'), ('Salomon|Patent Leather|Rubber'), ('Salomon|Penny Loafer|Leather'), ('Salomon|Penny Loafer|Leatherette'), ('Salomon|Penny Loafer|Polyurethane'), ('Salomon|Penny Loafer|PVC'), ('Salomon|Penny Loafer|Rubber'), ('Salomon|Runner|Leather'), ('Salomon|Runner|Leatherette'), ('Salomon|Runner|Polyurethane'), ('Salomon|Runner|PVC'), ('Salomon|Runner|Rubber'), ('Salomon|Saddle Shoe|Leather'), ('Salomon|Saddle Shoe|Leatherette'), ('Salomon|Saddle Shoe|Polyurethane'), ('Salomon|Saddle Shoe|PVC'), ('Salomon|Saddle Shoe|Rubber'), ('Salomon|Sandal|Leather'), ('Salomon|Sandal|Leatherette'), ('Salomon|Sandal|Polyurethane'), ('Salomon|Sandal|PVC'), ('Salomon|Sandal|Rubber'), ('Salomon|Tennis|Leather'), ('Salomon|Tennis|Leatherette'), ('Salomon|Tennis|Polyurethane'), ('Salomon|Tennis|PVC'), ('Salomon|Tennis|Rubber'), ('Salomon|Walker|Leather'), ('Salomon|Walker|Leatherette'), ('Salomon|Walker|Polyurethane'), ('Salomon|Walker|PVC'), ('Salomon|Walker|Rubber'), ('Salomon|Wingtip|Leather'), ('Salomon|Wingtip|Leatherette'), ('Salomon|Wingtip|Polyurethane'), ('Salomon|Wingtip|PVC'), ('Salomon|Wingtip|Rubber'), ('Salomon|Work Boot|Leather'), ('Salomon|Work Boot|Leatherette'), ('Salomon|Work Boot|Polyurethane'), ('Salomon|Work Boot|PVC'), ('Salomon|Work Boot|Rubber'), ('Sanuk|Balmoral|Leather'), ('Sanuk|Balmoral|Leatherette'), ('Sanuk|Balmoral|Polyurethane'), ('Sanuk|Balmoral|PVC'), ('Sanuk|Balmoral|Rubber'), ('Sanuk|Boat Shoe|Leather'), ('Sanuk|Boat Shoe|Leatherette'), ('Sanuk|Boat Shoe|Polyurethane'), ('Sanuk|Boat Shoe|PVC'), ('Sanuk|Boat Shoe|Rubber'), ('Sanuk|Brouge|Leather'), ('Sanuk|Brouge|Leatherette'), ('Sanuk|Brouge|Polyurethane'), ('Sanuk|Brouge|PVC'), ('Sanuk|Brouge|Rubber'), ('Sanuk|Cross Trainer|Leather'), ('Sanuk|Cross Trainer|Leatherette'), ('Sanuk|Cross Trainer|Polyurethane'), ('Sanuk|Cross Trainer|PVC'), ('Sanuk|Cross Trainer|Rubber'), ('Sanuk|Derby|Leather'), ('Sanuk|Derby|Leatherette'), ('Sanuk|Derby|Polyurethane'), ('Sanuk|Derby|PVC'), ('Sanuk|Derby|Rubber'), ('Sanuk|Dress Boot|Leather'), ('Sanuk|Dress Boot|Leatherette'), ('Sanuk|Dress Boot|Polyurethane'), ('Sanuk|Dress Boot|PVC'), ('Sanuk|Dress Boot|Rubber'), ('Sanuk|Dress Shoe|Leather'), ('Sanuk|Dress Shoe|Leatherette'), ('Sanuk|Dress Shoe|Polyurethane'), ('Sanuk|Dress Shoe|PVC'), ('Sanuk|Dress Shoe|Rubber'), ('Sanuk|Driving Shoe|Leather'), ('Sanuk|Driving Shoe|Leatherette'), ('Sanuk|Driving Shoe|Polyurethane'), ('Sanuk|Driving Shoe|PVC'), ('Sanuk|Driving Shoe|Rubber'), ('Sanuk|Hiker|Leather'), ('Sanuk|Hiker|Leatherette'), ('Sanuk|Hiker|Polyurethane'), ('Sanuk|Hiker|PVC'), ('Sanuk|Hiker|Rubber'), ('Sanuk|Loafer (Slip-on)|Leather'), ('Sanuk|Loafer (Slip-on)|Leatherette'), ('Sanuk|Loafer (Slip-on)|Polyurethane'), ('Sanuk|Loafer (Slip-on)|PVC'), ('Sanuk|Loafer (Slip-on)|Rubber'), ('Sanuk|Oxford (Lace-up)|Leather'), ('Sanuk|Oxford (Lace-up)|Leatherette'), ('Sanuk|Oxford (Lace-up)|Polyurethane'), ('Sanuk|Oxford (Lace-up)|PVC'), ('Sanuk|Oxford (Lace-up)|Rubber'), ('Sanuk|Patent Leather|Leather'), ('Sanuk|Patent Leather|Leatherette'), ('Sanuk|Patent Leather|Polyurethane'), ('Sanuk|Patent Leather|PVC'), ('Sanuk|Patent Leather|Rubber'), ('Sanuk|Penny Loafer|Leather'), ('Sanuk|Penny Loafer|Leatherette'), ('Sanuk|Penny Loafer|Polyurethane'), ('Sanuk|Penny Loafer|PVC'), ('Sanuk|Penny Loafer|Rubber'), ('Sanuk|Runner|Leather'), ('Sanuk|Runner|Leatherette'), ('Sanuk|Runner|Polyurethane'), ('Sanuk|Runner|PVC'), ('Sanuk|Runner|Rubber'), ('Sanuk|Saddle Shoe|Leather'), ('Sanuk|Saddle Shoe|Leatherette'), ('Sanuk|Saddle Shoe|Polyurethane'), ('Sanuk|Saddle Shoe|PVC'), ('Sanuk|Saddle Shoe|Rubber'), ('Sanuk|Sandal|Leather'), ('Sanuk|Sandal|Leatherette'), ('Sanuk|Sandal|Polyurethane'), ('Sanuk|Sandal|PVC'), ('Sanuk|Sandal|Rubber'), ('Sanuk|Tennis|Leather'), ('Sanuk|Tennis|Leatherette'), ('Sanuk|Tennis|Polyurethane'), ('Sanuk|Tennis|PVC'), ('Sanuk|Tennis|Rubber'), ('Sanuk|Walker|Leather'), ('Sanuk|Walker|Leatherette'), ('Sanuk|Walker|Polyurethane'), ('Sanuk|Walker|PVC'), ('Sanuk|Walker|Rubber'), ('Sanuk|Wingtip|Leather'), ('Sanuk|Wingtip|Leatherette'), ('Sanuk|Wingtip|Polyurethane'), ('Sanuk|Wingtip|PVC'), ('Sanuk|Wingtip|Rubber'), ('Sanuk|Work Boot|Leather'), ('Sanuk|Work Boot|Leatherette'), ('Sanuk|Work Boot|Polyurethane'), ('Sanuk|Work Boot|PVC'), ('Sanuk|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Tamarac|Balmoral|Leather'), ('Tamarac|Balmoral|Leatherette'), ('Tamarac|Balmoral|Polyurethane'), ('Tamarac|Balmoral|PVC'), ('Tamarac|Balmoral|Rubber'), ('Tamarac|Boat Shoe|Leather'), ('Tamarac|Boat Shoe|Leatherette'), ('Tamarac|Boat Shoe|Polyurethane'), ('Tamarac|Boat Shoe|PVC'), ('Tamarac|Boat Shoe|Rubber'), ('Tamarac|Brouge|Leather'), ('Tamarac|Brouge|Leatherette'), ('Tamarac|Brouge|Polyurethane'), ('Tamarac|Brouge|PVC'), ('Tamarac|Brouge|Rubber'), ('Tamarac|Cross Trainer|Leather'), ('Tamarac|Cross Trainer|Leatherette'), ('Tamarac|Cross Trainer|Polyurethane'), ('Tamarac|Cross Trainer|PVC'), ('Tamarac|Cross Trainer|Rubber'), ('Tamarac|Derby|Leather'), ('Tamarac|Derby|Leatherette'), ('Tamarac|Derby|Polyurethane'), ('Tamarac|Derby|PVC'), ('Tamarac|Derby|Rubber'), ('Tamarac|Dress Boot|Leather'), ('Tamarac|Dress Boot|Leatherette'), ('Tamarac|Dress Boot|Polyurethane'), ('Tamarac|Dress Boot|PVC'), ('Tamarac|Dress Boot|Rubber'), ('Tamarac|Dress Shoe|Leather'), ('Tamarac|Dress Shoe|Leatherette'), ('Tamarac|Dress Shoe|Polyurethane'), ('Tamarac|Dress Shoe|PVC'), ('Tamarac|Dress Shoe|Rubber'), ('Tamarac|Driving Shoe|Leather'), ('Tamarac|Driving Shoe|Leatherette'), ('Tamarac|Driving Shoe|Polyurethane'), ('Tamarac|Driving Shoe|PVC'), ('Tamarac|Driving Shoe|Rubber'), ('Tamarac|Hiker|Leather'), ('Tamarac|Hiker|Leatherette'), ('Tamarac|Hiker|Polyurethane'), ('Tamarac|Hiker|PVC'), ('Tamarac|Hiker|Rubber'), ('Tamarac|Loafer (Slip-on)|Leather'), ('Tamarac|Loafer (Slip-on)|Leatherette'), ('Tamarac|Loafer (Slip-on)|Polyurethane'), ('Tamarac|Loafer (Slip-on)|PVC'), ('Tamarac|Loafer (Slip-on)|Rubber'), ('Tamarac|Oxford (Lace-up)|Leather'), ('Tamarac|Oxford (Lace-up)|Leatherette'), ('Tamarac|Oxford (Lace-up)|Polyurethane'), ('Tamarac|Oxford (Lace-up)|PVC'), ('Tamarac|Oxford (Lace-up)|Rubber'), ('Tamarac|Patent Leather|Leather'), ('Tamarac|Patent Leather|Leatherette'), ('Tamarac|Patent Leather|Polyurethane'), ('Tamarac|Patent Leather|PVC'), ('Tamarac|Patent Leather|Rubber'), ('Tamarac|Penny Loafer|Leather'), ('Tamarac|Penny Loafer|Leatherette'), ('Tamarac|Penny Loafer|Polyurethane'), ('Tamarac|Penny Loafer|PVC'), ('Tamarac|Penny Loafer|Rubber'), ('Tamarac|Runner|Leather'), ('Tamarac|Runner|Leatherette'), ('Tamarac|Runner|Polyurethane'), ('Tamarac|Runner|PVC'), ('Tamarac|Runner|Rubber'), ('Tamarac|Saddle Shoe|Leather'), ('Tamarac|Saddle Shoe|Leatherette'), ('Tamarac|Saddle Shoe|Polyurethane'), ('Tamarac|Saddle Shoe|PVC'), ('Tamarac|Saddle Shoe|Rubber'), ('Tamarac|Sandal|Leather'), ('Tamarac|Sandal|Leatherette'), ('Tamarac|Sandal|Polyurethane'), ('Tamarac|Sandal|PVC'), ('Tamarac|Sandal|Rubber'), ('Tamarac|Tennis|Leather'), ('Tamarac|Tennis|Leatherette'), ('Tamarac|Tennis|Polyurethane'), ('Tamarac|Tennis|PVC'), ('Tamarac|Tennis|Rubber'), ('Tamarac|Walker|Leather'), ('Tamarac|Walker|Leatherette'), ('Tamarac|Walker|Polyurethane'), ('Tamarac|Walker|PVC'), ('Tamarac|Walker|Rubber'), ('Tamarac|Wingtip|Leather'), ('Tamarac|Wingtip|Leatherette'), ('Tamarac|Wingtip|Polyurethane'), ('Tamarac|Wingtip|PVC'), ('Tamarac|Wingtip|Rubber'), ('Tamarac|Work Boot|Leather'), ('Tamarac|Work Boot|Leatherette'), ('Tamarac|Work Boot|Polyurethane'), ('Tamarac|Work Boot|PVC'), ('Tamarac|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('To Boot New York|Balmoral|Leather'), ('To Boot New York|Balmoral|Leatherette'), ('To Boot New York|Balmoral|Polyurethane'), ('To Boot New York|Balmoral|PVC'), ('To Boot New York|Balmoral|Rubber'), ('To Boot New York|Boat Shoe|Leather'), ('To Boot New York|Boat Shoe|Leatherette'), ('To Boot New York|Boat Shoe|Polyurethane'), ('To Boot New York|Boat Shoe|PVC'), ('To Boot New York|Boat Shoe|Rubber'), ('To Boot New York|Brouge|Leather'), ('To Boot New York|Brouge|Leatherette'), ('To Boot New York|Brouge|Polyurethane'), ('To Boot New York|Brouge|PVC'), ('To Boot New York|Brouge|Rubber'), ('To Boot New York|Cross Trainer|Leather'), ('To Boot New York|Cross Trainer|Leatherette'), ('To Boot New York|Cross Trainer|Polyurethane'), ('To Boot New York|Cross Trainer|PVC'), ('To Boot New York|Cross Trainer|Rubber'), ('To Boot New York|Derby|Leather'), ('To Boot New York|Derby|Leatherette'), ('To Boot New York|Derby|Polyurethane'), ('To Boot New York|Derby|PVC'), ('To Boot New York|Derby|Rubber'), ('To Boot New York|Dress Boot|Leather'), ('To Boot New York|Dress Boot|Leatherette'), ('To Boot New York|Dress Boot|Polyurethane'), ('To Boot New York|Dress Boot|PVC'), ('To Boot New York|Dress Boot|Rubber'), ('To Boot New York|Dress Shoe|Leather'), ('To Boot New York|Dress Shoe|Leatherette'), ('To Boot New York|Dress Shoe|Polyurethane'), ('To Boot New York|Dress Shoe|PVC'), ('To Boot New York|Dress Shoe|Rubber'), ('To Boot New York|Driving Shoe|Leather'), ('To Boot New York|Driving Shoe|Leatherette'), ('To Boot New York|Driving Shoe|Polyurethane'), ('To Boot New York|Driving Shoe|PVC'), ('To Boot New York|Driving Shoe|Rubber'), ('To Boot New York|Hiker|Leather'), ('To Boot New York|Hiker|Leatherette'), ('To Boot New York|Hiker|Polyurethane'), ('To Boot New York|Hiker|PVC'), ('To Boot New York|Hiker|Rubber'), ('To Boot New York|Loafer (Slip-on)|Leather'), ('To Boot New York|Loafer (Slip-on)|Leatherette'), ('To Boot New York|Loafer (Slip-on)|Polyurethane'), ('To Boot New York|Loafer (Slip-on)|PVC'), ('To Boot New York|Loafer (Slip-on)|Rubber'), ('To Boot New York|Oxford (Lace-up)|Leather'), ('To Boot New York|Oxford (Lace-up)|Leatherette'), ('To Boot New York|Oxford (Lace-up)|Polyurethane'), ('To Boot New York|Oxford (Lace-up)|PVC'), ('To Boot New York|Oxford (Lace-up)|Rubber'), ('To Boot New York|Patent Leather|Leather'), ('To Boot New York|Patent Leather|Leatherette'), ('To Boot New York|Patent Leather|Polyurethane'), ('To Boot New York|Patent Leather|PVC'), ('To Boot New York|Patent Leather|Rubber'), ('To Boot New York|Penny Loafer|Leather'), ('To Boot New York|Penny Loafer|Leatherette'), ('To Boot New York|Penny Loafer|Polyurethane'), ('To Boot New York|Penny Loafer|PVC'), ('To Boot New York|Penny Loafer|Rubber'), ('To Boot New York|Runner|Leather'), ('To Boot New York|Runner|Leatherette'), ('To Boot New York|Runner|Polyurethane'), ('To Boot New York|Runner|PVC'), ('To Boot New York|Runner|Rubber'), ('To Boot New York|Saddle Shoe|Leather'), ('To Boot New York|Saddle Shoe|Leatherette'), ('To Boot New York|Saddle Shoe|Polyurethane'), ('To Boot New York|Saddle Shoe|PVC'), ('To Boot New York|Saddle Shoe|Rubber'), ('To Boot New York|Sandal|Leather'), ('To Boot New York|Sandal|Leatherette'), ('To Boot New York|Sandal|Polyurethane'), ('To Boot New York|Sandal|PVC'), ('To Boot New York|Sandal|Rubber'), ('To Boot New York|Tennis|Leather'), ('To Boot New York|Tennis|Leatherette'), ('To Boot New York|Tennis|Polyurethane'), ('To Boot New York|Tennis|PVC'), ('To Boot New York|Tennis|Rubber'), ('To Boot New York|Walker|Leather'), ('To Boot New York|Walker|Leatherette'), ('To Boot New York|Walker|Polyurethane'), ('To Boot New York|Walker|PVC'), ('To Boot New York|Walker|Rubber'), ('To Boot New York|Wingtip|Leather'), ('To Boot New York|Wingtip|Leatherette'), ('To Boot New York|Wingtip|Polyurethane'), ('To Boot New York|Wingtip|PVC'), ('To Boot New York|Wingtip|Rubber'), ('To Boot New York|Work Boot|Leather'), ('To Boot New York|Work Boot|Leatherette'), ('To Boot New York|Work Boot|Polyurethane'), ('To Boot New York|Work Boot|PVC'), ('To Boot New York|Work Boot|Rubber'), ('Ugg|Balmoral|Leather'), ('Ugg|Balmoral|Leatherette'), ('Ugg|Balmoral|Polyurethane'), ('Ugg|Balmoral|PVC'), ('Ugg|Balmoral|Rubber'), ('Ugg|Boat Shoe|Leather'), ('Ugg|Boat Shoe|Leatherette'), ('Ugg|Boat Shoe|Polyurethane'), ('Ugg|Boat Shoe|PVC'), ('Ugg|Boat Shoe|Rubber'), ('Ugg|Brouge|Leather'), ('Ugg|Brouge|Leatherette'), ('Ugg|Brouge|Polyurethane'), ('Ugg|Brouge|PVC'), ('Ugg|Brouge|Rubber'), ('Ugg|Cross Trainer|Leather'), ('Ugg|Cross Trainer|Leatherette'), ('Ugg|Cross Trainer|Polyurethane'), ('Ugg|Cross Trainer|PVC'), ('Ugg|Cross Trainer|Rubber'), ('Ugg|Derby|Leather'), ('Ugg|Derby|Leatherette'), ('Ugg|Derby|Polyurethane'), ('Ugg|Derby|PVC'), ('Ugg|Derby|Rubber'), ('Ugg|Dress Boot|Leather'), ('Ugg|Dress Boot|Leatherette'), ('Ugg|Dress Boot|Polyurethane'), ('Ugg|Dress Boot|PVC'), ('Ugg|Dress Boot|Rubber'), ('Ugg|Dress Shoe|Leather'), ('Ugg|Dress Shoe|Leatherette'), ('Ugg|Dress Shoe|Polyurethane'), ('Ugg|Dress Shoe|PVC'), ('Ugg|Dress Shoe|Rubber'), ('Ugg|Driving Shoe|Leather'), ('Ugg|Driving Shoe|Leatherette'), ('Ugg|Driving Shoe|Polyurethane'), ('Ugg|Driving Shoe|PVC'), ('Ugg|Driving Shoe|Rubber'), ('Ugg|Hiker|Leather'), ('Ugg|Hiker|Leatherette'), ('Ugg|Hiker|Polyurethane'), ('Ugg|Hiker|PVC'), ('Ugg|Hiker|Rubber'), ('Ugg|Loafer (Slip-on)|Leather'), ('Ugg|Loafer (Slip-on)|Leatherette'), ('Ugg|Loafer (Slip-on)|Polyurethane'), ('Ugg|Loafer (Slip-on)|PVC'), ('Ugg|Loafer (Slip-on)|Rubber'), ('Ugg|Oxford (Lace-up)|Leather'), ('Ugg|Oxford (Lace-up)|Leatherette'), ('Ugg|Oxford (Lace-up)|Polyurethane'), ('Ugg|Oxford (Lace-up)|PVC'), ('Ugg|Oxford (Lace-up)|Rubber'), ('Ugg|Patent Leather|Leather'), ('Ugg|Patent Leather|Leatherette'), ('Ugg|Patent Leather|Polyurethane'), ('Ugg|Patent Leather|PVC'), ('Ugg|Patent Leather|Rubber'), ('Ugg|Penny Loafer|Leather'), ('Ugg|Penny Loafer|Leatherette'), ('Ugg|Penny Loafer|Polyurethane'), ('Ugg|Penny Loafer|PVC'), ('Ugg|Penny Loafer|Rubber'), ('Ugg|Runner|Leather'), ('Ugg|Runner|Leatherette'), ('Ugg|Runner|Polyurethane'), ('Ugg|Runner|PVC'), ('Ugg|Runner|Rubber'), ('Ugg|Saddle Shoe|Leather'), ('Ugg|Saddle Shoe|Leatherette'), ('Ugg|Saddle Shoe|Polyurethane'), ('Ugg|Saddle Shoe|PVC'), ('Ugg|Saddle Shoe|Rubber'), ('Ugg|Sandal|Leather'), ('Ugg|Sandal|Leatherette'), ('Ugg|Sandal|Polyurethane'), ('Ugg|Sandal|PVC'), ('Ugg|Sandal|Rubber'), ('Ugg|Tennis|Leather'), ('Ugg|Tennis|Leatherette'), ('Ugg|Tennis|Polyurethane'), ('Ugg|Tennis|PVC'), ('Ugg|Tennis|Rubber'), ('Ugg|Walker|Leather'), ('Ugg|Walker|Leatherette'), ('Ugg|Walker|Polyurethane'), ('Ugg|Walker|PVC'), ('Ugg|Walker|Rubber'), ('Ugg|Wingtip|Leather'), ('Ugg|Wingtip|Leatherette'), ('Ugg|Wingtip|Polyurethane'), ('Ugg|Wingtip|PVC'), ('Ugg|Wingtip|Rubber'), ('Ugg|Work Boot|Leather'), ('Ugg|Work Boot|Leatherette'), ('Ugg|Work Boot|Polyurethane'), ('Ugg|Work Boot|PVC'), ('Ugg|Work Boot|Rubber')
Sizetype Load (31.3ms)  SELECT "sizetypes".* FROM "sizetypes"

Started GET “/” for 127.0.0.1 at 2015-02-27 13:56:05 +0200

ActiveRecord::SchemaMigration Load (42.4ms)  SELECT "schema_migrations".* FROM "schema_migrations"

Processing by WelcomeController#index as HTML

Rendered welcome/index.html.erb within layouts/application (125.2ms)

Completed 200 OK in 1684ms (Views: 1643.2ms | ActiveRecord: 0.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/assets/rails.png” for 127.0.0.1 at 2015-02-27 13:56:09 +0200

Started GET “/signup” for 127.0.0.1 at 2015-02-27 13:56:19 +0200 Processing by CustomersController#new as HTML

Sizetype Load (35.2ms)  SELECT "sizetypes".* FROM "sizetypes"
Rendered customers/new.html.erb within layouts/application (757.3ms)

Completed 200 OK in 1303ms (Views: 1265.3ms | ActiveRecord: 36.2ms)

Started POST “/customers” for 127.0.0.1 at 2015-02-27 13:56:44 +0200 Processing by CustomersController#create as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nPq4ZJWvBK0rLBOp+foSBmWB6AHb5cnWG0QhegS5M9I=", "customer"=>{"Email"=>"paul@llama.com", "Email_confirmation"=>"paul@llama.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "Gender"=>"M", "preferredSizeType"=>"Europe"}, "commit"=>"Sign up"}
 (0.0ms)  BEGIN
SQL (46.0ms)  INSERT INTO "customers" ("Email", "Gender", "created_at", "password_digest", "preferredSizeType", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "CustID"  [["Email", "paul@llama.com"], ["Gender", "M"], ["created_at", "2015-02-27 11:56:45.258799"], ["password_digest", "$2a$10$NggmXlJGkvMZUuzii8mlX.UALd4LtgKoqgvReDWbgi0m7FFLZIxo2"], ["preferredSizeType", "Europe"], ["updated_at", "2015-02-27 11:56:45.258799"]]
 (47.0ms)  COMMIT
Sizetype Load (25.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1

Redirected to localhost:3000/home Completed 302 Found in 443ms (ActiveRecord: 121.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-27 13:56:45 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Shoe Load (46.3ms)  SELECT "shoes".* FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Brand Load (70.0ms)  SELECT "brands".* FROM "brands"
Style Load (67.0ms)  SELECT "styles".* FROM "styles"
Material Load (33.6ms)  SELECT "materials".* FROM "materials"
Sizetype Load (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Lengthfit Load (40.5ms)  SELECT "lengthfits".* FROM "lengthfits"
Rendered customers/home.html.erb within layouts/application (320.7ms)

Completed 200 OK in 761ms (Views: 469.8ms | ActiveRecord: 261.4ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-27 13:56:46 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-27 13:57:58 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nPq4ZJWvBK0rLBOp+foSBmWB6AHb5cnWG0QhegS5M9I=", "newshoe"=>{"OwnerID"=>"1", "Brand"=>"Adidas", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"37.0", "SizeType"=>"Europe", "LengthFit"=>"Slightly Long"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Sizetype Load (1.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (213.3ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."BrandStyleMaterial" = 'Adidas|Balmoral|Leather' LIMIT 1
SQL (42.0ms)  UPDATE "typetorealsizes" SET "modified" = $1, "updated_at" = $2 WHERE "typetorealsizes"."T2RS_ID" = 1  [["modified", "t"], ["updated_at", "2015-02-27 11:57:59.168662"]]
Sizetype Load (1.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (1.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."T2RS_ID" = 1 LIMIT 1
SQL (8.0ms)  INSERT INTO "shoes" ("Brand", "LengthFit", "Material", "OwnerID", "RealSize", "Size", "SizeType", "Style", "T2RS_ID", "created_at", "preRealSize", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "ShoeID"  [["Brand", "Adidas"], ["LengthFit", "Slightly Long"], ["Material", "Leather"], ["OwnerID", 1], ["RealSize", 236.123], ["Size", 37.0], ["SizeType", "Europe"], ["Style", "Balmoral"], ["T2RS_ID", 1], ["created_at", "2015-02-27 11:57:59.224664"], ["preRealSize", 236.123], ["updated_at", "2015-02-27 11:57:59.224664"]]
 (3.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (0.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
SQL (0.0ms)  UPDATE "customers" SET "ShoeSize" = $1, "ShoeSizeError" = $2, "updated_at" = $3 WHERE "customers"."CustID" = 1  [["ShoeSize", 236.123], ["ShoeSizeError", 0.0], ["updated_at", "2015-02-27 11:57:59.247374"]]
 (10.8ms)  COMMIT
 (2.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (0.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
 (1.0ms)  BEGIN
 (0.0ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 431ms (ActiveRecord: 290.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-27 13:57:59 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Shoe Load (0.0ms)  SELECT "shoes".* FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Brand Load (1.0ms)  SELECT "brands".* FROM "brands"
Style Load (1.0ms)  SELECT "styles".* FROM "styles"
Material Load (1.0ms)  SELECT "materials".* FROM "materials"
Sizetype Load (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT "lengthfits".* FROM "lengthfits"
Rendered customers/home.html.erb within layouts/application (19.0ms)

Completed 200 OK in 384ms (Views: 374.1ms | ActiveRecord: 4.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-27 13:57:59 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:00 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:00 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-27 13:58:11 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nPq4ZJWvBK0rLBOp+foSBmWB6AHb5cnWG0QhegS5M9I=", "newshoe"=>{"OwnerID"=>"1", "Brand"=>"Adidas", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"37.5", "SizeType"=>"Europe", "LengthFit"=>"Too Long"}, "commit"=>"Add new shoe"}
Customer Load (2.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Sizetype Load (2.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
 (1.0ms)  BEGIN
Typetorealsize Load (1.0ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."BrandStyleMaterial" = 'Adidas|Balmoral|Leather' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."T2RS_ID" = 1 LIMIT 1
SQL (1.0ms)  INSERT INTO "shoes" ("Brand", "LengthFit", "Material", "OwnerID", "RealSize", "Size", "SizeType", "Style", "T2RS_ID", "created_at", "preRealSize", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "ShoeID"  [["Brand", "Adidas"], ["LengthFit", "Too Long"], ["Material", "Leather"], ["OwnerID", 1], ["RealSize", 238.79099999999997], ["Size", 37.5], ["SizeType", "Europe"], ["Style", "Balmoral"], ["T2RS_ID", 1], ["created_at", "2015-02-27 11:58:11.432345"], ["preRealSize", 238.79099999999997], ["updated_at", "2015-02-27 11:58:11.432345"]]
 (1.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (2.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
SQL (1.0ms)  UPDATE "customers" SET "ShoeSize" = $1, "ShoeSizeError" = $2, "updated_at" = $3 WHERE "customers"."CustID" = 1  [["ShoeSize", 237.457], ["ShoeSizeError", 1.3340000000000032], ["updated_at", "2015-02-27 11:58:11.449414"]]
 (1.0ms)  COMMIT
 (1.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
 (1.0ms)  BEGIN
SQL (1.0ms)  UPDATE "customers" SET "ShoeSizeError" = $1, "updated_at" = $2 WHERE "customers"."CustID" = 1  [["ShoeSizeError", 1.3340000000000032], ["updated_at", "2015-02-27 11:58:11.473228"]]
 (1.0ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 91ms (ActiveRecord: 18.0ms)

Started GET “/home” for 127.0.0.1 at 2015-02-27 13:58:11 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Shoe Load (1.0ms)  SELECT "shoes".* FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Brand Load (1.0ms)  SELECT "brands".* FROM "brands"
Style Load (1.0ms)  SELECT "styles".* FROM "styles"
Material Load (2.0ms)  SELECT "materials".* FROM "materials"
Sizetype Load (2.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Lengthfit Load (2.0ms)  SELECT "lengthfits".* FROM "lengthfits"
Rendered customers/home.html.erb within layouts/application (45.0ms)

Completed 200 OK in 522ms (Views: 501.2ms | ActiveRecord: 10.0ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:12 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-27 13:58:21 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nPq4ZJWvBK0rLBOp+foSBmWB6AHb5cnWG0QhegS5M9I=", "newshoe"=>{"OwnerID"=>"1", "Brand"=>"Adidas", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"36.5", "SizeType"=>"Europe", "LengthFit"=>"Slightly Short"}, "commit"=>"Add new shoe"}
Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Sizetype Load (2.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
 (1.0ms)  BEGIN
Typetorealsize Load (1.0ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."BrandStyleMaterial" = 'Adidas|Balmoral|Leather' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."T2RS_ID" = 1 LIMIT 1
SQL (1.0ms)  INSERT INTO "shoes" ("Brand", "LengthFit", "Material", "OwnerID", "RealSize", "Size", "SizeType", "Style", "T2RS_ID", "created_at", "preRealSize", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "ShoeID"  [["Brand", "Adidas"], ["LengthFit", "Slightly Short"], ["Material", "Leather"], ["OwnerID", 1], ["RealSize", 234.122], ["Size", 36.5], ["SizeType", "Europe"], ["Style", "Balmoral"], ["T2RS_ID", 1], ["created_at", "2015-02-27 11:58:22.004886"], ["preRealSize", 234.122], ["updated_at", "2015-02-27 11:58:22.004886"]]
 (0.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
SQL (0.0ms)  UPDATE "customers" SET "ShoeSize" = $1, "ShoeSizeError" = $2, "updated_at" = $3 WHERE "customers"."CustID" = 1  [["ShoeSize", 236.34533333333334], ["ShoeSizeError", 1.9125836510391376], ["updated_at", "2015-02-27 11:58:22.014900"]]
 (307.0ms)  COMMIT
 (1.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
 (0.0ms)  BEGIN
SQL (1.0ms)  UPDATE "customers" SET "ShoeSize" = $1, "ShoeSizeError" = $2, "updated_at" = $3 WHERE "customers"."CustID" = 1  [["ShoeSize", 236.34533333333334], ["ShoeSizeError", 1.9125836510391376], ["updated_at", "2015-02-27 11:58:22.331903"]]
 (62.6ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 416ms (ActiveRecord: 380.7ms)

Started GET “/home” for 127.0.0.1 at 2015-02-27 13:58:22 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Shoe Load (0.0ms)  SELECT "shoes".* FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Brand Load (0.0ms)  SELECT "brands".* FROM "brands"
Style Load (0.0ms)  SELECT "styles".* FROM "styles"
Material Load (0.0ms)  SELECT "materials".* FROM "materials"
Sizetype Load (1.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT "lengthfits".* FROM "lengthfits"
CACHE (0.0ms)  SELECT "brands".* FROM "brands"
CACHE (0.0ms)  SELECT "styles".* FROM "styles"
CACHE (0.0ms)  SELECT "materials".* FROM "materials"
Sizetype Load (0.0ms)  SELECT "sizetypes".* FROM "sizetypes"
Rendered customers/home.html.erb within layouts/application (17.0ms)

Completed 200 OK in 338ms (Views: 333.0ms | ActiveRecord: 2.0ms)

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:22 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:22 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:22 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:22 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:22 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:22 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:22 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:23 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:23 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:23 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:23 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:23 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-27 13:58:37 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nPq4ZJWvBK0rLBOp+foSBmWB6AHb5cnWG0QhegS5M9I=", "newshoe"=>{"OwnerID"=>"1", "Brand"=>"Adidas", "Style"=>"Balmoral", "Material"=>"Leather", "Size"=>"37.0", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (0.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Sizetype Load (1.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (1.0ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."BrandStyleMaterial" = 'Adidas|Balmoral|Leather' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."T2RS_ID" = 1 LIMIT 1
SQL (1.0ms)  INSERT INTO "shoes" ("Brand", "LengthFit", "Material", "OwnerID", "RealSize", "Size", "SizeType", "Style", "T2RS_ID", "created_at", "preRealSize", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "ShoeID"  [["Brand", "Adidas"], ["LengthFit", "Perfect"], ["Material", "Leather"], ["OwnerID", 1], ["RealSize", 236.79], ["Size", 37.0], ["SizeType", "Europe"], ["Style", "Balmoral"], ["T2RS_ID", 1], ["created_at", "2015-02-27 11:58:37.453695"], ["preRealSize", 236.79], ["updated_at", "2015-02-27 11:58:37.453695"]]
 (0.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
SQL (0.0ms)  UPDATE "customers" SET "ShoeSize" = $1, "ShoeSizeError" = $2, "updated_at" = $3 WHERE "customers"."CustID" = 1  [["ShoeSize", 236.4565], ["ShoeSizeError", 1.667499999999994], ["updated_at", "2015-02-27 11:58:37.463690"]]
 (1.0ms)  COMMIT
 (1.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
 (0.0ms)  BEGIN
SQL (0.0ms)  UPDATE "customers" SET "ShoeSize" = $1, "ShoeSizeError" = $2, "updated_at" = $3 WHERE "customers"."CustID" = 1  [["ShoeSize", 236.4565], ["ShoeSizeError", 1.667499999999994], ["updated_at", "2015-02-27 11:58:37.475820"]]
 (0.6ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 49ms (ActiveRecord: 8.6ms)

Started GET “/home” for 127.0.0.1 at 2015-02-27 13:58:37 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Shoe Load (1.0ms)  SELECT "shoes".* FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Brand Load (1.0ms)  SELECT "brands".* FROM "brands"
Style Load (0.9ms)  SELECT "styles".* FROM "styles"
Material Load (2.0ms)  SELECT "materials".* FROM "materials"
Sizetype Load (1.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Lengthfit Load (1.0ms)  SELECT "lengthfits".* FROM "lengthfits"
CACHE (0.0ms)  SELECT "brands".* FROM "brands"
CACHE (0.0ms)  SELECT "styles".* FROM "styles"
CACHE (0.0ms)  SELECT "materials".* FROM "materials"
Sizetype Load (0.0ms)  SELECT "sizetypes".* FROM "sizetypes"
Rendered customers/home.html.erb within layouts/application (43.9ms)

Completed 200 OK in 476ms (Views: 463.0ms | ActiveRecord: 7.9ms)

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-27 13:58:38 +0200

Started POST “/addshoe” for 127.0.0.1 at 2015-02-27 13:59:22 +0200 Processing by CustomersController#addshoe as HTML

Parameters: {"utf8"=>"✓", "authenticity_token"=>"nPq4ZJWvBK0rLBOp+foSBmWB6AHb5cnWG0QhegS5M9I=", "newshoe"=>{"OwnerID"=>"1", "Brand"=>"Cole Haan", "Style"=>"Runner", "Material"=>"Leather", "Size"=>"36.5", "SizeType"=>"Europe", "LengthFit"=>"Perfect"}, "commit"=>"Add new shoe"}
Customer Load (2.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Sizetype Load (1.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
 (0.0ms)  BEGIN
Typetorealsize Load (1.0ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."BrandStyleMaterial" = 'Cole Haan|Runner|Leather' LIMIT 1
SQL (1.0ms)  UPDATE "typetorealsizes" SET "modified" = $1, "updated_at" = $2 WHERE "typetorealsizes"."T2RS_ID" = 966  [["modified", "t"], ["updated_at", "2015-02-27 11:59:22.409820"]]
Sizetype Load (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
CACHE (0.0ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Typetorealsize Load (1.0ms)  SELECT  "typetorealsizes".* FROM "typetorealsizes"  WHERE "typetorealsizes"."T2RS_ID" = 966 LIMIT 1
SQL (1.0ms)  INSERT INTO "shoes" ("Brand", "LengthFit", "Material", "OwnerID", "RealSize", "Size", "SizeType", "Style", "T2RS_ID", "created_at", "preRealSize", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "ShoeID"  [["Brand", "Cole Haan"], ["LengthFit", "Perfect"], ["Material", "Leather"], ["OwnerID", 1], ["RealSize", 233.45499999999998], ["Size", 36.5], ["SizeType", "Europe"], ["Style", "Runner"], ["T2RS_ID", 966], ["created_at", "2015-02-27 11:59:22.419802"], ["preRealSize", 233.45499999999998], ["updated_at", "2015-02-27 11:59:22.419802"]]
 (0.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (0.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
SQL (1.0ms)  UPDATE "customers" SET "ShoeSize" = $1, "ShoeSizeError" = $2, "updated_at" = $3 WHERE "customers"."CustID" = 1  [["ShoeSize", 235.8562], ["ShoeSizeError", 1.9146501925939292], ["updated_at", "2015-02-27 11:59:22.427798"]]
 (1.0ms)  COMMIT
 (1.0ms)  SELECT "shoes"."RealSize" FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
 (0.0ms)  BEGIN
SQL (0.0ms)  UPDATE "customers" SET "ShoeSize" = $1, "ShoeSizeError" = $2, "updated_at" = $3 WHERE "customers"."CustID" = 1  [["ShoeSize", 235.8562], ["ShoeSizeError", 1.9146501925939292], ["updated_at", "2015-02-27 11:59:22.438803"]]
 (1.0ms)  COMMIT

Redirected to localhost:3000/home Completed 302 Found in 58ms (ActiveRecord: 12.1ms)

Started GET “/home” for 127.0.0.1 at 2015-02-27 13:59:22 +0200 Processing by CustomersController#home as HTML

Customer Load (1.0ms)  SELECT  "customers".* FROM "customers"  WHERE "customers"."CustID" = 1 LIMIT 1
Shoe Load (1.0ms)  SELECT "shoes".* FROM "shoes"  WHERE "shoes"."OwnerID" = 1
Brand Load (0.5ms)  SELECT "brands".* FROM "brands"
Style Load (0.0ms)  SELECT "styles".* FROM "styles"
Material Load (0.6ms)  SELECT "materials".* FROM "materials"
Sizetype Load (0.5ms)  SELECT  "sizetypes".* FROM "sizetypes"  WHERE "sizetypes"."SizeType" = 'Europe' LIMIT 1
Lengthfit Load (0.0ms)  SELECT "lengthfits".* FROM "lengthfits"
CACHE (0.0ms)  SELECT "brands".* FROM "brands"
CACHE (0.5ms)  SELECT "styles".* FROM "styles"
CACHE (0.0ms)  SELECT "materials".* FROM "materials"
Sizetype Load (0.5ms)  SELECT "sizetypes".* FROM "sizetypes"
Rendered customers/home.html.erb within layouts/application (20.7ms)

Completed 200 OK in 339ms (Views: 329.9ms | ActiveRecord: 4.6ms)

Started GET “/assets/custom.css?body=1” for 127.0.0.1 at 2015-02-27 13:59:22 +0200

Started GET “/assets/customers.css?body=1” for 127.0.0.1 at 2015-02-27 13:59:22 +0200

Started GET “/assets/sessions.css?body=1” for 127.0.0.1 at 2015-02-27 13:59:22 +0200

Started GET “/assets/welcome.css?body=1” for 127.0.0.1 at 2015-02-27 13:59:22 +0200

Started GET “/assets/application.css?body=1” for 127.0.0.1 at 2015-02-27 13:59:23 +0200

Started GET “/assets/jquery.js?body=1” for 127.0.0.1 at 2015-02-27 13:59:23 +0200

Started GET “/assets/jquery_ujs.js?body=1” for 127.0.0.1 at 2015-02-27 13:59:23 +0200

Started GET “/assets/turbolinks.js?body=1” for 127.0.0.1 at 2015-02-27 13:59:23 +0200

Started GET “/assets/customers.js?body=1” for 127.0.0.1 at 2015-02-27 13:59:23 +0200

Started GET “/assets/sessions.js?body=1” for 127.0.0.1 at 2015-02-27 13:59:23 +0200

Started GET “/assets/welcome.js?body=1” for 127.0.0.1 at 2015-02-27 13:59:23 +0200

Started GET “/assets/application.js?body=1” for 127.0.0.1 at 2015-02-27 13:59:23 +0200

SQL (31.3ms)  DELETE FROM "typetorealsizes"
 (0.0ms)  SELECT "brands"."Brand" FROM "brands"
 (0.0ms)  SELECT "styles"."Style" FROM "styles"
 (0.0ms)  SELECT "materials"."Material" FROM "materials"
 (125.0ms)  INSERT INTO typetorealsizes ("BrandStyleMaterial") VALUES ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Aldo|Balmoral|Leather'), ('Aldo|Balmoral|Leatherette'), ('Aldo|Balmoral|Polyurethane'), ('Aldo|Balmoral|PVC'), ('Aldo|Balmoral|Rubber'), ('Aldo|Boat Shoe|Leather'), ('Aldo|Boat Shoe|Leatherette'), ('Aldo|Boat Shoe|Polyurethane'), ('Aldo|Boat Shoe|PVC'), ('Aldo|Boat Shoe|Rubber'), ('Aldo|Brouge|Leather'), ('Aldo|Brouge|Leatherette'), ('Aldo|Brouge|Polyurethane'), ('Aldo|Brouge|PVC'), ('Aldo|Brouge|Rubber'), ('Aldo|Cross Trainer|Leather'), ('Aldo|Cross Trainer|Leatherette'), ('Aldo|Cross Trainer|Polyurethane'), ('Aldo|Cross Trainer|PVC'), ('Aldo|Cross Trainer|Rubber'), ('Aldo|Derby|Leather'), ('Aldo|Derby|Leatherette'), ('Aldo|Derby|Polyurethane'), ('Aldo|Derby|PVC'), ('Aldo|Derby|Rubber'), ('Aldo|Dress Boot|Leather'), ('Aldo|Dress Boot|Leatherette'), ('Aldo|Dress Boot|Polyurethane'), ('Aldo|Dress Boot|PVC'), ('Aldo|Dress Boot|Rubber'), ('Aldo|Dress Shoe|Leather'), ('Aldo|Dress Shoe|Leatherette'), ('Aldo|Dress Shoe|Polyurethane'), ('Aldo|Dress Shoe|PVC'), ('Aldo|Dress Shoe|Rubber'), ('Aldo|Driving Shoe|Leather'), ('Aldo|Driving Shoe|Leatherette'), ('Aldo|Driving Shoe|Polyurethane'), ('Aldo|Driving Shoe|PVC'), ('Aldo|Driving Shoe|Rubber'), ('Aldo|Hiker|Leather'), ('Aldo|Hiker|Leatherette'), ('Aldo|Hiker|Polyurethane'), ('Aldo|Hiker|PVC'), ('Aldo|Hiker|Rubber'), ('Aldo|Loafer (Slip-on)|Leather'), ('Aldo|Loafer (Slip-on)|Leatherette'), ('Aldo|Loafer (Slip-on)|Polyurethane'), ('Aldo|Loafer (Slip-on)|PVC'), ('Aldo|Loafer (Slip-on)|Rubber'), ('Aldo|Oxford (Lace-up)|Leather'), ('Aldo|Oxford (Lace-up)|Leatherette'), ('Aldo|Oxford (Lace-up)|Polyurethane'), ('Aldo|Oxford (Lace-up)|PVC'), ('Aldo|Oxford (Lace-up)|Rubber'), ('Aldo|Patent Leather|Leather'), ('Aldo|Patent Leather|Leatherette'), ('Aldo|Patent Leather|Polyurethane'), ('Aldo|Patent Leather|PVC'), ('Aldo|Patent Leather|Rubber'), ('Aldo|Penny Loafer|Leather'), ('Aldo|Penny Loafer|Leatherette'), ('Aldo|Penny Loafer|Polyurethane'), ('Aldo|Penny Loafer|PVC'), ('Aldo|Penny Loafer|Rubber'), ('Aldo|Runner|Leather'), ('Aldo|Runner|Leatherette'), ('Aldo|Runner|Polyurethane'), ('Aldo|Runner|PVC'), ('Aldo|Runner|Rubber'), ('Aldo|Saddle Shoe|Leather'), ('Aldo|Saddle Shoe|Leatherette'), ('Aldo|Saddle Shoe|Polyurethane'), ('Aldo|Saddle Shoe|PVC'), ('Aldo|Saddle Shoe|Rubber'), ('Aldo|Sandal|Leather'), ('Aldo|Sandal|Leatherette'), ('Aldo|Sandal|Polyurethane'), ('Aldo|Sandal|PVC'), ('Aldo|Sandal|Rubber'), ('Aldo|Tennis|Leather'), ('Aldo|Tennis|Leatherette'), ('Aldo|Tennis|Polyurethane'), ('Aldo|Tennis|PVC'), ('Aldo|Tennis|Rubber'), ('Aldo|Walker|Leather'), ('Aldo|Walker|Leatherette'), ('Aldo|Walker|Polyurethane'), ('Aldo|Walker|PVC'), ('Aldo|Walker|Rubber'), ('Aldo|Wingtip|Leather'), ('Aldo|Wingtip|Leatherette'), ('Aldo|Wingtip|Polyurethane'), ('Aldo|Wingtip|PVC'), ('Aldo|Wingtip|Rubber'), ('Aldo|Work Boot|Leather'), ('Aldo|Work Boot|Leatherette'), ('Aldo|Work Boot|Polyurethane'), ('Aldo|Work Boot|PVC'), ('Aldo|Work Boot|Rubber'), ('Armani|Balmoral|Leather'), ('Armani|Balmoral|Leatherette'), ('Armani|Balmoral|Polyurethane'), ('Armani|Balmoral|PVC'), ('Armani|Balmoral|Rubber'), ('Armani|Boat Shoe|Leather'), ('Armani|Boat Shoe|Leatherette'), ('Armani|Boat Shoe|Polyurethane'), ('Armani|Boat Shoe|PVC'), ('Armani|Boat Shoe|Rubber'), ('Armani|Brouge|Leather'), ('Armani|Brouge|Leatherette'), ('Armani|Brouge|Polyurethane'), ('Armani|Brouge|PVC'), ('Armani|Brouge|Rubber'), ('Armani|Cross Trainer|Leather'), ('Armani|Cross Trainer|Leatherette'), ('Armani|Cross Trainer|Polyurethane'), ('Armani|Cross Trainer|PVC'), ('Armani|Cross Trainer|Rubber'), ('Armani|Derby|Leather'), ('Armani|Derby|Leatherette'), ('Armani|Derby|Polyurethane'), ('Armani|Derby|PVC'), ('Armani|Derby|Rubber'), ('Armani|Dress Boot|Leather'), ('Armani|Dress Boot|Leatherette'), ('Armani|Dress Boot|Polyurethane'), ('Armani|Dress Boot|PVC'), ('Armani|Dress Boot|Rubber'), ('Armani|Dress Shoe|Leather'), ('Armani|Dress Shoe|Leatherette'), ('Armani|Dress Shoe|Polyurethane'), ('Armani|Dress Shoe|PVC'), ('Armani|Dress Shoe|Rubber'), ('Armani|Driving Shoe|Leather'), ('Armani|Driving Shoe|Leatherette'), ('Armani|Driving Shoe|Polyurethane'), ('Armani|Driving Shoe|PVC'), ('Armani|Driving Shoe|Rubber'), ('Armani|Hiker|Leather'), ('Armani|Hiker|Leatherette'), ('Armani|Hiker|Polyurethane'), ('Armani|Hiker|PVC'), ('Armani|Hiker|Rubber'), ('Armani|Loafer (Slip-on)|Leather'), ('Armani|Loafer (Slip-on)|Leatherette'), ('Armani|Loafer (Slip-on)|Polyurethane'), ('Armani|Loafer (Slip-on)|PVC'), ('Armani|Loafer (Slip-on)|Rubber'), ('Armani|Oxford (Lace-up)|Leather'), ('Armani|Oxford (Lace-up)|Leatherette'), ('Armani|Oxford (Lace-up)|Polyurethane'), ('Armani|Oxford (Lace-up)|PVC'), ('Armani|Oxford (Lace-up)|Rubber'), ('Armani|Patent Leather|Leather'), ('Armani|Patent Leather|Leatherette'), ('Armani|Patent Leather|Polyurethane'), ('Armani|Patent Leather|PVC'), ('Armani|Patent Leather|Rubber'), ('Armani|Penny Loafer|Leather'), ('Armani|Penny Loafer|Leatherette'), ('Armani|Penny Loafer|Polyurethane'), ('Armani|Penny Loafer|PVC'), ('Armani|Penny Loafer|Rubber'), ('Armani|Runner|Leather'), ('Armani|Runner|Leatherette'), ('Armani|Runner|Polyurethane'), ('Armani|Runner|PVC'), ('Armani|Runner|Rubber'), ('Armani|Saddle Shoe|Leather'), ('Armani|Saddle Shoe|Leatherette'), ('Armani|Saddle Shoe|Polyurethane'), ('Armani|Saddle Shoe|PVC'), ('Armani|Saddle Shoe|Rubber'), ('Armani|Sandal|Leather'), ('Armani|Sandal|Leatherette'), ('Armani|Sandal|Polyurethane'), ('Armani|Sandal|PVC'), ('Armani|Sandal|Rubber'), ('Armani|Tennis|Leather'), ('Armani|Tennis|Leatherette'), ('Armani|Tennis|Polyurethane'), ('Armani|Tennis|PVC'), ('Armani|Tennis|Rubber'), ('Armani|Walker|Leather'), ('Armani|Walker|Leatherette'), ('Armani|Walker|Polyurethane'), ('Armani|Walker|PVC'), ('Armani|Walker|Rubber'), ('Armani|Wingtip|Leather'), ('Armani|Wingtip|Leatherette'), ('Armani|Wingtip|Polyurethane'), ('Armani|Wingtip|PVC'), ('Armani|Wingtip|Rubber'), ('Armani|Work Boot|Leather'), ('Armani|Work Boot|Leatherette'), ('Armani|Work Boot|Polyurethane'), ('Armani|Work Boot|PVC'), ('Armani|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Carhartt|Balmoral|Leather'), ('Carhartt|Balmoral|Leatherette'), ('Carhartt|Balmoral|Polyurethane'), ('Carhartt|Balmoral|PVC'), ('Carhartt|Balmoral|Rubber'), ('Carhartt|Boat Shoe|Leather'), ('Carhartt|Boat Shoe|Leatherette'), ('Carhartt|Boat Shoe|Polyurethane'), ('Carhartt|Boat Shoe|PVC'), ('Carhartt|Boat Shoe|Rubber'), ('Carhartt|Brouge|Leather'), ('Carhartt|Brouge|Leatherette'), ('Carhartt|Brouge|Polyurethane'), ('Carhartt|Brouge|PVC'), ('Carhartt|Brouge|Rubber'), ('Carhartt|Cross Trainer|Leather'), ('Carhartt|Cross Trainer|Leatherette'), ('Carhartt|Cross Trainer|Polyurethane'), ('Carhartt|Cross Trainer|PVC'), ('Carhartt|Cross Trainer|Rubber'), ('Carhartt|Derby|Leather'), ('Carhartt|Derby|Leatherette'), ('Carhartt|Derby|Polyurethane'), ('Carhartt|Derby|PVC'), ('Carhartt|Derby|Rubber'), ('Carhartt|Dress Boot|Leather'), ('Carhartt|Dress Boot|Leatherette'), ('Carhartt|Dress Boot|Polyurethane'), ('Carhartt|Dress Boot|PVC'), ('Carhartt|Dress Boot|Rubber'), ('Carhartt|Dress Shoe|Leather'), ('Carhartt|Dress Shoe|Leatherette'), ('Carhartt|Dress Shoe|Polyurethane'), ('Carhartt|Dress Shoe|PVC'), ('Carhartt|Dress Shoe|Rubber'), ('Carhartt|Driving Shoe|Leather'), ('Carhartt|Driving Shoe|Leatherette'), ('Carhartt|Driving Shoe|Polyurethane'), ('Carhartt|Driving Shoe|PVC'), ('Carhartt|Driving Shoe|Rubber'), ('Carhartt|Hiker|Leather'), ('Carhartt|Hiker|Leatherette'), ('Carhartt|Hiker|Polyurethane'), ('Carhartt|Hiker|PVC'), ('Carhartt|Hiker|Rubber'), ('Carhartt|Loafer (Slip-on)|Leather'), ('Carhartt|Loafer (Slip-on)|Leatherette'), ('Carhartt|Loafer (Slip-on)|Polyurethane'), ('Carhartt|Loafer (Slip-on)|PVC'), ('Carhartt|Loafer (Slip-on)|Rubber'), ('Carhartt|Oxford (Lace-up)|Leather'), ('Carhartt|Oxford (Lace-up)|Leatherette'), ('Carhartt|Oxford (Lace-up)|Polyurethane'), ('Carhartt|Oxford (Lace-up)|PVC'), ('Carhartt|Oxford (Lace-up)|Rubber'), ('Carhartt|Patent Leather|Leather'), ('Carhartt|Patent Leather|Leatherette'), ('Carhartt|Patent Leather|Polyurethane'), ('Carhartt|Patent Leather|PVC'), ('Carhartt|Patent Leather|Rubber'), ('Carhartt|Penny Loafer|Leather'), ('Carhartt|Penny Loafer|Leatherette'), ('Carhartt|Penny Loafer|Polyurethane'), ('Carhartt|Penny Loafer|PVC'), ('Carhartt|Penny Loafer|Rubber'), ('Carhartt|Runner|Leather'), ('Carhartt|Runner|Leatherette'), ('Carhartt|Runner|Polyurethane'), ('Carhartt|Runner|PVC'), ('Carhartt|Runner|Rubber'), ('Carhartt|Saddle Shoe|Leather'), ('Carhartt|Saddle Shoe|Leatherette'), ('Carhartt|Saddle Shoe|Polyurethane'), ('Carhartt|Saddle Shoe|PVC'), ('Carhartt|Saddle Shoe|Rubber'), ('Carhartt|Sandal|Leather'), ('Carhartt|Sandal|Leatherette'), ('Carhartt|Sandal|Polyurethane'), ('Carhartt|Sandal|PVC'), ('Carhartt|Sandal|Rubber'), ('Carhartt|Tennis|Leather'), ('Carhartt|Tennis|Leatherette'), ('Carhartt|Tennis|Polyurethane'), ('Carhartt|Tennis|PVC'), ('Carhartt|Tennis|Rubber'), ('Carhartt|Walker|Leather'), ('Carhartt|Walker|Leatherette'), ('Carhartt|Walker|Polyurethane'), ('Carhartt|Walker|PVC'), ('Carhartt|Walker|Rubber'), ('Carhartt|Wingtip|Leather'), ('Carhartt|Wingtip|Leatherette'), ('Carhartt|Wingtip|Polyurethane'), ('Carhartt|Wingtip|PVC'), ('Carhartt|Wingtip|Rubber'), ('Carhartt|Work Boot|Leather'), ('Carhartt|Work Boot|Leatherette'), ('Carhartt|Work Boot|Polyurethane'), ('Carhartt|Work Boot|PVC'), ('Carhartt|Work Boot|Rubber'), ('Champion|Balmoral|Leather'), ('Champion|Balmoral|Leatherette'), ('Champion|Balmoral|Polyurethane'), ('Champion|Balmoral|PVC'), ('Champion|Balmoral|Rubber'), ('Champion|Boat Shoe|Leather'), ('Champion|Boat Shoe|Leatherette'), ('Champion|Boat Shoe|Polyurethane'), ('Champion|Boat Shoe|PVC'), ('Champion|Boat Shoe|Rubber'), ('Champion|Brouge|Leather'), ('Champion|Brouge|Leatherette'), ('Champion|Brouge|Polyurethane'), ('Champion|Brouge|PVC'), ('Champion|Brouge|Rubber'), ('Champion|Cross Trainer|Leather'), ('Champion|Cross Trainer|Leatherette'), ('Champion|Cross Trainer|Polyurethane'), ('Champion|Cross Trainer|PVC'), ('Champion|Cross Trainer|Rubber'), ('Champion|Derby|Leather'), ('Champion|Derby|Leatherette'), ('Champion|Derby|Polyurethane'), ('Champion|Derby|PVC'), ('Champion|Derby|Rubber'), ('Champion|Dress Boot|Leather'), ('Champion|Dress Boot|Leatherette'), ('Champion|Dress Boot|Polyurethane'), ('Champion|Dress Boot|PVC'), ('Champion|Dress Boot|Rubber'), ('Champion|Dress Shoe|Leather'), ('Champion|Dress Shoe|Leatherette'), ('Champion|Dress Shoe|Polyurethane'), ('Champion|Dress Shoe|PVC'), ('Champion|Dress Shoe|Rubber'), ('Champion|Driving Shoe|Leather'), ('Champion|Driving Shoe|Leatherette'), ('Champion|Driving Shoe|Polyurethane'), ('Champion|Driving Shoe|PVC'), ('Champion|Driving Shoe|Rubber'), ('Champion|Hiker|Leather'), ('Champion|Hiker|Leatherette'), ('Champion|Hiker|Polyurethane'), ('Champion|Hiker|PVC'), ('Champion|Hiker|Rubber'), ('Champion|Loafer (Slip-on)|Leather'), ('Champion|Loafer (Slip-on)|Leatherette'), ('Champion|Loafer (Slip-on)|Polyurethane'), ('Champion|Loafer (Slip-on)|PVC'), ('Champion|Loafer (Slip-on)|Rubber'), ('Champion|Oxford (Lace-up)|Leather'), ('Champion|Oxford (Lace-up)|Leatherette'), ('Champion|Oxford (Lace-up)|Polyurethane'), ('Champion|Oxford (Lace-up)|PVC'), ('Champion|Oxford (Lace-up)|Rubber'), ('Champion|Patent Leather|Leather'), ('Champion|Patent Leather|Leatherette'), ('Champion|Patent Leather|Polyurethane'), ('Champion|Patent Leather|PVC'), ('Champion|Patent Leather|Rubber'), ('Champion|Penny Loafer|Leather'), ('Champion|Penny Loafer|Leatherette'), ('Champion|Penny Loafer|Polyurethane'), ('Champion|Penny Loafer|PVC'), ('Champion|Penny Loafer|Rubber'), ('Champion|Runner|Leather'), ('Champion|Runner|Leatherette'), ('Champion|Runner|Polyurethane'), ('Champion|Runner|PVC'), ('Champion|Runner|Rubber'), ('Champion|Saddle Shoe|Leather'), ('Champion|Saddle Shoe|Leatherette'), ('Champion|Saddle Shoe|Polyurethane'), ('Champion|Saddle Shoe|PVC'), ('Champion|Saddle Shoe|Rubber'), ('Champion|Sandal|Leather'), ('Champion|Sandal|Leatherette'), ('Champion|Sandal|Polyurethane'), ('Champion|Sandal|PVC'), ('Champion|Sandal|Rubber'), ('Champion|Tennis|Leather'), ('Champion|Tennis|Leatherette'), ('Champion|Tennis|Polyurethane'), ('Champion|Tennis|PVC'), ('Champion|Tennis|Rubber'), ('Champion|Walker|Leather'), ('Champion|Walker|Leatherette'), ('Champion|Walker|Polyurethane'), ('Champion|Walker|PVC'), ('Champion|Walker|Rubber'), ('Champion|Wingtip|Leather'), ('Champion|Wingtip|Leatherette'), ('Champion|Wingtip|Polyurethane'), ('Champion|Wingtip|PVC'), ('Champion|Wingtip|Rubber'), ('Champion|Work Boot|Leather'), ('Champion|Work Boot|Leatherette'), ('Champion|Work Boot|Polyurethane'), ('Champion|Work Boot|PVC'), ('Champion|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cole Haan|Balmoral|Leather'), ('Cole Haan|Balmoral|Leatherette'), ('Cole Haan|Balmoral|Polyurethane'), ('Cole Haan|Balmoral|PVC'), ('Cole Haan|Balmoral|Rubber'), ('Cole Haan|Boat Shoe|Leather'), ('Cole Haan|Boat Shoe|Leatherette'), ('Cole Haan|Boat Shoe|Polyurethane'), ('Cole Haan|Boat Shoe|PVC'), ('Cole Haan|Boat Shoe|Rubber'), ('Cole Haan|Brouge|Leather'), ('Cole Haan|Brouge|Leatherette'), ('Cole Haan|Brouge|Polyurethane'), ('Cole Haan|Brouge|PVC'), ('Cole Haan|Brouge|Rubber'), ('Cole Haan|Cross Trainer|Leather'), ('Cole Haan|Cross Trainer|Leatherette'), ('Cole Haan|Cross Trainer|Polyurethane'), ('Cole Haan|Cross Trainer|PVC'), ('Cole Haan|Cross Trainer|Rubber'), ('Cole Haan|Derby|Leather'), ('Cole Haan|Derby|Leatherette'), ('Cole Haan|Derby|Polyurethane'), ('Cole Haan|Derby|PVC'), ('Cole Haan|Derby|Rubber'), ('Cole Haan|Dress Boot|Leather'), ('Cole Haan|Dress Boot|Leatherette'), ('Cole Haan|Dress Boot|Polyurethane'), ('Cole Haan|Dress Boot|PVC'), ('Cole Haan|Dress Boot|Rubber'), ('Cole Haan|Dress Shoe|Leather'), ('Cole Haan|Dress Shoe|Leatherette'), ('Cole Haan|Dress Shoe|Polyurethane'), ('Cole Haan|Dress Shoe|PVC'), ('Cole Haan|Dress Shoe|Rubber'), ('Cole Haan|Driving Shoe|Leather'), ('Cole Haan|Driving Shoe|Leatherette'), ('Cole Haan|Driving Shoe|Polyurethane'), ('Cole Haan|Driving Shoe|PVC'), ('Cole Haan|Driving Shoe|Rubber'), ('Cole Haan|Hiker|Leather'), ('Cole Haan|Hiker|Leatherette'), ('Cole Haan|Hiker|Polyurethane'), ('Cole Haan|Hiker|PVC'), ('Cole Haan|Hiker|Rubber'), ('Cole Haan|Loafer (Slip-on)|Leather'), ('Cole Haan|Loafer (Slip-on)|Leatherette'), ('Cole Haan|Loafer (Slip-on)|Polyurethane'), ('Cole Haan|Loafer (Slip-on)|PVC'), ('Cole Haan|Loafer (Slip-on)|Rubber'), ('Cole Haan|Oxford (Lace-up)|Leather'), ('Cole Haan|Oxford (Lace-up)|Leatherette'), ('Cole Haan|Oxford (Lace-up)|Polyurethane'), ('Cole Haan|Oxford (Lace-up)|PVC'), ('Cole Haan|Oxford (Lace-up)|Rubber'), ('Cole Haan|Patent Leather|Leather'), ('Cole Haan|Patent Leather|Leatherette'), ('Cole Haan|Patent Leather|Polyurethane'), ('Cole Haan|Patent Leather|PVC'), ('Cole Haan|Patent Leather|Rubber'), ('Cole Haan|Penny Loafer|Leather'), ('Cole Haan|Penny Loafer|Leatherette'), ('Cole Haan|Penny Loafer|Polyurethane'), ('Cole Haan|Penny Loafer|PVC'), ('Cole Haan|Penny Loafer|Rubber'), ('Cole Haan|Runner|Leather'), ('Cole Haan|Runner|Leatherette'), ('Cole Haan|Runner|Polyurethane'), ('Cole Haan|Runner|PVC'), ('Cole Haan|Runner|Rubber'), ('Cole Haan|Saddle Shoe|Leather'), ('Cole Haan|Saddle Shoe|Leatherette'), ('Cole Haan|Saddle Shoe|Polyurethane'), ('Cole Haan|Saddle Shoe|PVC'), ('Cole Haan|Saddle Shoe|Rubber'), ('Cole Haan|Sandal|Leather'), ('Cole Haan|Sandal|Leatherette'), ('Cole Haan|Sandal|Polyurethane'), ('Cole Haan|Sandal|PVC'), ('Cole Haan|Sandal|Rubber'), ('Cole Haan|Tennis|Leather'), ('Cole Haan|Tennis|Leatherette'), ('Cole Haan|Tennis|Polyurethane'), ('Cole Haan|Tennis|PVC'), ('Cole Haan|Tennis|Rubber'), ('Cole Haan|Walker|Leather'), ('Cole Haan|Walker|Leatherette'), ('Cole Haan|Walker|Polyurethane'), ('Cole Haan|Walker|PVC'), ('Cole Haan|Walker|Rubber'), ('Cole Haan|Wingtip|Leather'), ('Cole Haan|Wingtip|Leatherette'), ('Cole Haan|Wingtip|Polyurethane'), ('Cole Haan|Wingtip|PVC'), ('Cole Haan|Wingtip|Rubber'), ('Cole Haan|Work Boot|Leather'), ('Cole Haan|Work Boot|Leatherette'), ('Cole Haan|Work Boot|Polyurethane'), ('Cole Haan|Work Boot|PVC'), ('Cole Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dansko|Balmoral|Leather'), ('Dansko|Balmoral|Leatherette'), ('Dansko|Balmoral|Polyurethane'), ('Dansko|Balmoral|PVC'), ('Dansko|Balmoral|Rubber'), ('Dansko|Boat Shoe|Leather'), ('Dansko|Boat Shoe|Leatherette'), ('Dansko|Boat Shoe|Polyurethane'), ('Dansko|Boat Shoe|PVC'), ('Dansko|Boat Shoe|Rubber'), ('Dansko|Brouge|Leather'), ('Dansko|Brouge|Leatherette'), ('Dansko|Brouge|Polyurethane'), ('Dansko|Brouge|PVC'), ('Dansko|Brouge|Rubber'), ('Dansko|Cross Trainer|Leather'), ('Dansko|Cross Trainer|Leatherette'), ('Dansko|Cross Trainer|Polyurethane'), ('Dansko|Cross Trainer|PVC'), ('Dansko|Cross Trainer|Rubber'), ('Dansko|Derby|Leather'), ('Dansko|Derby|Leatherette'), ('Dansko|Derby|Polyurethane'), ('Dansko|Derby|PVC'), ('Dansko|Derby|Rubber'), ('Dansko|Dress Boot|Leather'), ('Dansko|Dress Boot|Leatherette'), ('Dansko|Dress Boot|Polyurethane'), ('Dansko|Dress Boot|PVC'), ('Dansko|Dress Boot|Rubber'), ('Dansko|Dress Shoe|Leather'), ('Dansko|Dress Shoe|Leatherette'), ('Dansko|Dress Shoe|Polyurethane'), ('Dansko|Dress Shoe|PVC'), ('Dansko|Dress Shoe|Rubber'), ('Dansko|Driving Shoe|Leather'), ('Dansko|Driving Shoe|Leatherette'), ('Dansko|Driving Shoe|Polyurethane'), ('Dansko|Driving Shoe|PVC'), ('Dansko|Driving Shoe|Rubber'), ('Dansko|Hiker|Leather'), ('Dansko|Hiker|Leatherette'), ('Dansko|Hiker|Polyurethane'), ('Dansko|Hiker|PVC'), ('Dansko|Hiker|Rubber'), ('Dansko|Loafer (Slip-on)|Leather'), ('Dansko|Loafer (Slip-on)|Leatherette'), ('Dansko|Loafer (Slip-on)|Polyurethane'), ('Dansko|Loafer (Slip-on)|PVC'), ('Dansko|Loafer (Slip-on)|Rubber'), ('Dansko|Oxford (Lace-up)|Leather'), ('Dansko|Oxford (Lace-up)|Leatherette'), ('Dansko|Oxford (Lace-up)|Polyurethane'), ('Dansko|Oxford (Lace-up)|PVC'), ('Dansko|Oxford (Lace-up)|Rubber'), ('Dansko|Patent Leather|Leather'), ('Dansko|Patent Leather|Leatherette'), ('Dansko|Patent Leather|Polyurethane'), ('Dansko|Patent Leather|PVC'), ('Dansko|Patent Leather|Rubber'), ('Dansko|Penny Loafer|Leather'), ('Dansko|Penny Loafer|Leatherette'), ('Dansko|Penny Loafer|Polyurethane'), ('Dansko|Penny Loafer|PVC'), ('Dansko|Penny Loafer|Rubber'), ('Dansko|Runner|Leather'), ('Dansko|Runner|Leatherette'), ('Dansko|Runner|Polyurethane'), ('Dansko|Runner|PVC'), ('Dansko|Runner|Rubber'), ('Dansko|Saddle Shoe|Leather'), ('Dansko|Saddle Shoe|Leatherette'), ('Dansko|Saddle Shoe|Polyurethane'), ('Dansko|Saddle Shoe|PVC'), ('Dansko|Saddle Shoe|Rubber'), ('Dansko|Sandal|Leather'), ('Dansko|Sandal|Leatherette'), ('Dansko|Sandal|Polyurethane'), ('Dansko|Sandal|PVC'), ('Dansko|Sandal|Rubber'), ('Dansko|Tennis|Leather'), ('Dansko|Tennis|Leatherette'), ('Dansko|Tennis|Polyurethane'), ('Dansko|Tennis|PVC'), ('Dansko|Tennis|Rubber'), ('Dansko|Walker|Leather'), ('Dansko|Walker|Leatherette'), ('Dansko|Walker|Polyurethane'), ('Dansko|Walker|PVC'), ('Dansko|Walker|Rubber'), ('Dansko|Wingtip|Leather'), ('Dansko|Wingtip|Leatherette'), ('Dansko|Wingtip|Polyurethane'), ('Dansko|Wingtip|PVC'), ('Dansko|Wingtip|Rubber'), ('Dansko|Work Boot|Leather'), ('Dansko|Work Boot|Leatherette'), ('Dansko|Work Boot|Polyurethane'), ('Dansko|Work Boot|PVC'), ('Dansko|Work Boot|Rubber'), ('DC|Balmoral|Leather'), ('DC|Balmoral|Leatherette'), ('DC|Balmoral|Polyurethane'), ('DC|Balmoral|PVC'), ('DC|Balmoral|Rubber'), ('DC|Boat Shoe|Leather'), ('DC|Boat Shoe|Leatherette'), ('DC|Boat Shoe|Polyurethane'), ('DC|Boat Shoe|PVC'), ('DC|Boat Shoe|Rubber'), ('DC|Brouge|Leather'), ('DC|Brouge|Leatherette'), ('DC|Brouge|Polyurethane'), ('DC|Brouge|PVC'), ('DC|Brouge|Rubber'), ('DC|Cross Trainer|Leather'), ('DC|Cross Trainer|Leatherette'), ('DC|Cross Trainer|Polyurethane'), ('DC|Cross Trainer|PVC'), ('DC|Cross Trainer|Rubber'), ('DC|Derby|Leather'), ('DC|Derby|Leatherette'), ('DC|Derby|Polyurethane'), ('DC|Derby|PVC'), ('DC|Derby|Rubber'), ('DC|Dress Boot|Leather'), ('DC|Dress Boot|Leatherette'), ('DC|Dress Boot|Polyurethane'), ('DC|Dress Boot|PVC'), ('DC|Dress Boot|Rubber'), ('DC|Dress Shoe|Leather'), ('DC|Dress Shoe|Leatherette'), ('DC|Dress Shoe|Polyurethane'), ('DC|Dress Shoe|PVC'), ('DC|Dress Shoe|Rubber'), ('DC|Driving Shoe|Leather'), ('DC|Driving Shoe|Leatherette'), ('DC|Driving Shoe|Polyurethane'), ('DC|Driving Shoe|PVC'), ('DC|Driving Shoe|Rubber'), ('DC|Hiker|Leather'), ('DC|Hiker|Leatherette'), ('DC|Hiker|Polyurethane'), ('DC|Hiker|PVC'), ('DC|Hiker|Rubber'), ('DC|Loafer (Slip-on)|Leather'), ('DC|Loafer (Slip-on)|Leatherette'), ('DC|Loafer (Slip-on)|Polyurethane'), ('DC|Loafer (Slip-on)|PVC'), ('DC|Loafer (Slip-on)|Rubber'), ('DC|Oxford (Lace-up)|Leather'), ('DC|Oxford (Lace-up)|Leatherette'), ('DC|Oxford (Lace-up)|Polyurethane'), ('DC|Oxford (Lace-up)|PVC'), ('DC|Oxford (Lace-up)|Rubber'), ('DC|Patent Leather|Leather'), ('DC|Patent Leather|Leatherette'), ('DC|Patent Leather|Polyurethane'), ('DC|Patent Leather|PVC'), ('DC|Patent Leather|Rubber'), ('DC|Penny Loafer|Leather'), ('DC|Penny Loafer|Leatherette'), ('DC|Penny Loafer|Polyurethane'), ('DC|Penny Loafer|PVC'), ('DC|Penny Loafer|Rubber'), ('DC|Runner|Leather'), ('DC|Runner|Leatherette'), ('DC|Runner|Polyurethane'), ('DC|Runner|PVC'), ('DC|Runner|Rubber'), ('DC|Saddle Shoe|Leather'), ('DC|Saddle Shoe|Leatherette'), ('DC|Saddle Shoe|Polyurethane'), ('DC|Saddle Shoe|PVC'), ('DC|Saddle Shoe|Rubber'), ('DC|Sandal|Leather'), ('DC|Sandal|Leatherette'), ('DC|Sandal|Polyurethane'), ('DC|Sandal|PVC'), ('DC|Sandal|Rubber'), ('DC|Tennis|Leather'), ('DC|Tennis|Leatherette'), ('DC|Tennis|Polyurethane'), ('DC|Tennis|PVC'), ('DC|Tennis|Rubber'), ('DC|Walker|Leather'), ('DC|Walker|Leatherette'), ('DC|Walker|Polyurethane'), ('DC|Walker|PVC'), ('DC|Walker|Rubber'), ('DC|Wingtip|Leather'), ('DC|Wingtip|Leatherette'), ('DC|Wingtip|Polyurethane'), ('DC|Wingtip|PVC'), ('DC|Wingtip|Rubber'), ('DC|Work Boot|Leather'), ('DC|Work Boot|Leatherette'), ('DC|Work Boot|Polyurethane'), ('DC|Work Boot|PVC'), ('DC|Work Boot|Rubber'), ('Diesel|Balmoral|Leather'), ('Diesel|Balmoral|Leatherette'), ('Diesel|Balmoral|Polyurethane'), ('Diesel|Balmoral|PVC'), ('Diesel|Balmoral|Rubber'), ('Diesel|Boat Shoe|Leather'), ('Diesel|Boat Shoe|Leatherette'), ('Diesel|Boat Shoe|Polyurethane'), ('Diesel|Boat Shoe|PVC'), ('Diesel|Boat Shoe|Rubber'), ('Diesel|Brouge|Leather'), ('Diesel|Brouge|Leatherette'), ('Diesel|Brouge|Polyurethane'), ('Diesel|Brouge|PVC'), ('Diesel|Brouge|Rubber'), ('Diesel|Cross Trainer|Leather'), ('Diesel|Cross Trainer|Leatherette'), ('Diesel|Cross Trainer|Polyurethane'), ('Diesel|Cross Trainer|PVC'), ('Diesel|Cross Trainer|Rubber'), ('Diesel|Derby|Leather'), ('Diesel|Derby|Leatherette'), ('Diesel|Derby|Polyurethane'), ('Diesel|Derby|PVC'), ('Diesel|Derby|Rubber'), ('Diesel|Dress Boot|Leather'), ('Diesel|Dress Boot|Leatherette'), ('Diesel|Dress Boot|Polyurethane'), ('Diesel|Dress Boot|PVC'), ('Diesel|Dress Boot|Rubber'), ('Diesel|Dress Shoe|Leather'), ('Diesel|Dress Shoe|Leatherette'), ('Diesel|Dress Shoe|Polyurethane'), ('Diesel|Dress Shoe|PVC'), ('Diesel|Dress Shoe|Rubber'), ('Diesel|Driving Shoe|Leather'), ('Diesel|Driving Shoe|Leatherette'), ('Diesel|Driving Shoe|Polyurethane'), ('Diesel|Driving Shoe|PVC'), ('Diesel|Driving Shoe|Rubber'), ('Diesel|Hiker|Leather'), ('Diesel|Hiker|Leatherette'), ('Diesel|Hiker|Polyurethane'), ('Diesel|Hiker|PVC'), ('Diesel|Hiker|Rubber'), ('Diesel|Loafer (Slip-on)|Leather'), ('Diesel|Loafer (Slip-on)|Leatherette'), ('Diesel|Loafer (Slip-on)|Polyurethane'), ('Diesel|Loafer (Slip-on)|PVC'), ('Diesel|Loafer (Slip-on)|Rubber'), ('Diesel|Oxford (Lace-up)|Leather'), ('Diesel|Oxford (Lace-up)|Leatherette'), ('Diesel|Oxford (Lace-up)|Polyurethane'), ('Diesel|Oxford (Lace-up)|PVC'), ('Diesel|Oxford (Lace-up)|Rubber'), ('Diesel|Patent Leather|Leather'), ('Diesel|Patent Leather|Leatherette'), ('Diesel|Patent Leather|Polyurethane'), ('Diesel|Patent Leather|PVC'), ('Diesel|Patent Leather|Rubber'), ('Diesel|Penny Loafer|Leather'), ('Diesel|Penny Loafer|Leatherette'), ('Diesel|Penny Loafer|Polyurethane'), ('Diesel|Penny Loafer|PVC'), ('Diesel|Penny Loafer|Rubber'), ('Diesel|Runner|Leather'), ('Diesel|Runner|Leatherette'), ('Diesel|Runner|Polyurethane'), ('Diesel|Runner|PVC'), ('Diesel|Runner|Rubber'), ('Diesel|Saddle Shoe|Leather'), ('Diesel|Saddle Shoe|Leatherette'), ('Diesel|Saddle Shoe|Polyurethane'), ('Diesel|Saddle Shoe|PVC'), ('Diesel|Saddle Shoe|Rubber'), ('Diesel|Sandal|Leather'), ('Diesel|Sandal|Leatherette'), ('Diesel|Sandal|Polyurethane'), ('Diesel|Sandal|PVC'), ('Diesel|Sandal|Rubber'), ('Diesel|Tennis|Leather'), ('Diesel|Tennis|Leatherette'), ('Diesel|Tennis|Polyurethane'), ('Diesel|Tennis|PVC'), ('Diesel|Tennis|Rubber'), ('Diesel|Walker|Leather'), ('Diesel|Walker|Leatherette'), ('Diesel|Walker|Polyurethane'), ('Diesel|Walker|PVC'), ('Diesel|Walker|Rubber'), ('Diesel|Wingtip|Leather'), ('Diesel|Wingtip|Leatherette'), ('Diesel|Wingtip|Polyurethane'), ('Diesel|Wingtip|PVC'), ('Diesel|Wingtip|Rubber'), ('Diesel|Work Boot|Leather'), ('Diesel|Work Boot|Leatherette'), ('Diesel|Work Boot|Polyurethane'), ('Diesel|Work Boot|PVC'), ('Diesel|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dream Pairs|Balmoral|Leather'), ('Dream Pairs|Balmoral|Leatherette'), ('Dream Pairs|Balmoral|Polyurethane'), ('Dream Pairs|Balmoral|PVC'), ('Dream Pairs|Balmoral|Rubber'), ('Dream Pairs|Boat Shoe|Leather'), ('Dream Pairs|Boat Shoe|Leatherette'), ('Dream Pairs|Boat Shoe|Polyurethane'), ('Dream Pairs|Boat Shoe|PVC'), ('Dream Pairs|Boat Shoe|Rubber'), ('Dream Pairs|Brouge|Leather'), ('Dream Pairs|Brouge|Leatherette'), ('Dream Pairs|Brouge|Polyurethane'), ('Dream Pairs|Brouge|PVC'), ('Dream Pairs|Brouge|Rubber'), ('Dream Pairs|Cross Trainer|Leather'), ('Dream Pairs|Cross Trainer|Leatherette'), ('Dream Pairs|Cross Trainer|Polyurethane'), ('Dream Pairs|Cross Trainer|PVC'), ('Dream Pairs|Cross Trainer|Rubber'), ('Dream Pairs|Derby|Leather'), ('Dream Pairs|Derby|Leatherette'), ('Dream Pairs|Derby|Polyurethane'), ('Dream Pairs|Derby|PVC'), ('Dream Pairs|Derby|Rubber'), ('Dream Pairs|Dress Boot|Leather'), ('Dream Pairs|Dress Boot|Leatherette'), ('Dream Pairs|Dress Boot|Polyurethane'), ('Dream Pairs|Dress Boot|PVC'), ('Dream Pairs|Dress Boot|Rubber'), ('Dream Pairs|Dress Shoe|Leather'), ('Dream Pairs|Dress Shoe|Leatherette'), ('Dream Pairs|Dress Shoe|Polyurethane'), ('Dream Pairs|Dress Shoe|PVC'), ('Dream Pairs|Dress Shoe|Rubber'), ('Dream Pairs|Driving Shoe|Leather'), ('Dream Pairs|Driving Shoe|Leatherette'), ('Dream Pairs|Driving Shoe|Polyurethane'), ('Dream Pairs|Driving Shoe|PVC'), ('Dream Pairs|Driving Shoe|Rubber'), ('Dream Pairs|Hiker|Leather'), ('Dream Pairs|Hiker|Leatherette'), ('Dream Pairs|Hiker|Polyurethane'), ('Dream Pairs|Hiker|PVC'), ('Dream Pairs|Hiker|Rubber'), ('Dream Pairs|Loafer (Slip-on)|Leather'), ('Dream Pairs|Loafer (Slip-on)|Leatherette'), ('Dream Pairs|Loafer (Slip-on)|Polyurethane'), ('Dream Pairs|Loafer (Slip-on)|PVC'), ('Dream Pairs|Loafer (Slip-on)|Rubber'), ('Dream Pairs|Oxford (Lace-up)|Leather'), ('Dream Pairs|Oxford (Lace-up)|Leatherette'), ('Dream Pairs|Oxford (Lace-up)|Polyurethane'), ('Dream Pairs|Oxford (Lace-up)|PVC'), ('Dream Pairs|Oxford (Lace-up)|Rubber'), ('Dream Pairs|Patent Leather|Leather'), ('Dream Pairs|Patent Leather|Leatherette'), ('Dream Pairs|Patent Leather|Polyurethane'), ('Dream Pairs|Patent Leather|PVC'), ('Dream Pairs|Patent Leather|Rubber'), ('Dream Pairs|Penny Loafer|Leather'), ('Dream Pairs|Penny Loafer|Leatherette'), ('Dream Pairs|Penny Loafer|Polyurethane'), ('Dream Pairs|Penny Loafer|PVC'), ('Dream Pairs|Penny Loafer|Rubber'), ('Dream Pairs|Runner|Leather'), ('Dream Pairs|Runner|Leatherette'), ('Dream Pairs|Runner|Polyurethane'), ('Dream Pairs|Runner|PVC'), ('Dream Pairs|Runner|Rubber'), ('Dream Pairs|Saddle Shoe|Leather'), ('Dream Pairs|Saddle Shoe|Leatherette'), ('Dream Pairs|Saddle Shoe|Polyurethane'), ('Dream Pairs|Saddle Shoe|PVC'), ('Dream Pairs|Saddle Shoe|Rubber'), ('Dream Pairs|Sandal|Leather'), ('Dream Pairs|Sandal|Leatherette'), ('Dream Pairs|Sandal|Polyurethane'), ('Dream Pairs|Sandal|PVC'), ('Dream Pairs|Sandal|Rubber'), ('Dream Pairs|Tennis|Leather'), ('Dream Pairs|Tennis|Leatherette'), ('Dream Pairs|Tennis|Polyurethane'), ('Dream Pairs|Tennis|PVC'), ('Dream Pairs|Tennis|Rubber'), ('Dream Pairs|Walker|Leather'), ('Dream Pairs|Walker|Leatherette'), ('Dream Pairs|Walker|Polyurethane'), ('Dream Pairs|Walker|PVC'), ('Dream Pairs|Walker|Rubber'), ('Dream Pairs|Wingtip|Leather'), ('Dream Pairs|Wingtip|Leatherette'), ('Dream Pairs|Wingtip|Polyurethane'), ('Dream Pairs|Wingtip|PVC'), ('Dream Pairs|Wingtip|Rubber'), ('Dream Pairs|Work Boot|Leather'), ('Dream Pairs|Work Boot|Leatherette'), ('Dream Pairs|Work Boot|Polyurethane'), ('Dream Pairs|Work Boot|PVC'), ('Dream Pairs|Work Boot|Rubber'), ('Ecco|Balmoral|Leather'), ('Ecco|Balmoral|Leatherette'), ('Ecco|Balmoral|Polyurethane'), ('Ecco|Balmoral|PVC'), ('Ecco|Balmoral|Rubber'), ('Ecco|Boat Shoe|Leather'), ('Ecco|Boat Shoe|Leatherette'), ('Ecco|Boat Shoe|Polyurethane'), ('Ecco|Boat Shoe|PVC'), ('Ecco|Boat Shoe|Rubber'), ('Ecco|Brouge|Leather'), ('Ecco|Brouge|Leatherette'), ('Ecco|Brouge|Polyurethane'), ('Ecco|Brouge|PVC'), ('Ecco|Brouge|Rubber'), ('Ecco|Cross Trainer|Leather'), ('Ecco|Cross Trainer|Leatherette'), ('Ecco|Cross Trainer|Polyurethane'), ('Ecco|Cross Trainer|PVC'), ('Ecco|Cross Trainer|Rubber'), ('Ecco|Derby|Leather'), ('Ecco|Derby|Leatherette'), ('Ecco|Derby|Polyurethane'), ('Ecco|Derby|PVC'), ('Ecco|Derby|Rubber'), ('Ecco|Dress Boot|Leather'), ('Ecco|Dress Boot|Leatherette'), ('Ecco|Dress Boot|Polyurethane'), ('Ecco|Dress Boot|PVC'), ('Ecco|Dress Boot|Rubber'), ('Ecco|Dress Shoe|Leather'), ('Ecco|Dress Shoe|Leatherette'), ('Ecco|Dress Shoe|Polyurethane'), ('Ecco|Dress Shoe|PVC'), ('Ecco|Dress Shoe|Rubber'), ('Ecco|Driving Shoe|Leather'), ('Ecco|Driving Shoe|Leatherette'), ('Ecco|Driving Shoe|Polyurethane'), ('Ecco|Driving Shoe|PVC'), ('Ecco|Driving Shoe|Rubber'), ('Ecco|Hiker|Leather'), ('Ecco|Hiker|Leatherette'), ('Ecco|Hiker|Polyurethane'), ('Ecco|Hiker|PVC'), ('Ecco|Hiker|Rubber'), ('Ecco|Loafer (Slip-on)|Leather'), ('Ecco|Loafer (Slip-on)|Leatherette'), ('Ecco|Loafer (Slip-on)|Polyurethane'), ('Ecco|Loafer (Slip-on)|PVC'), ('Ecco|Loafer (Slip-on)|Rubber'), ('Ecco|Oxford (Lace-up)|Leather'), ('Ecco|Oxford (Lace-up)|Leatherette'), ('Ecco|Oxford (Lace-up)|Polyurethane'), ('Ecco|Oxford (Lace-up)|PVC'), ('Ecco|Oxford (Lace-up)|Rubber'), ('Ecco|Patent Leather|Leather'), ('Ecco|Patent Leather|Leatherette'), ('Ecco|Patent Leather|Polyurethane'), ('Ecco|Patent Leather|PVC'), ('Ecco|Patent Leather|Rubber'), ('Ecco|Penny Loafer|Leather'), ('Ecco|Penny Loafer|Leatherette'), ('Ecco|Penny Loafer|Polyurethane'), ('Ecco|Penny Loafer|PVC'), ('Ecco|Penny Loafer|Rubber'), ('Ecco|Runner|Leather'), ('Ecco|Runner|Leatherette'), ('Ecco|Runner|Polyurethane'), ('Ecco|Runner|PVC'), ('Ecco|Runner|Rubber'), ('Ecco|Saddle Shoe|Leather'), ('Ecco|Saddle Shoe|Leatherette'), ('Ecco|Saddle Shoe|Polyurethane'), ('Ecco|Saddle Shoe|PVC'), ('Ecco|Saddle Shoe|Rubber'), ('Ecco|Sandal|Leather'), ('Ecco|Sandal|Leatherette'), ('Ecco|Sandal|Polyurethane'), ('Ecco|Sandal|PVC'), ('Ecco|Sandal|Rubber'), ('Ecco|Tennis|Leather'), ('Ecco|Tennis|Leatherette'), ('Ecco|Tennis|Polyurethane'), ('Ecco|Tennis|PVC'), ('Ecco|Tennis|Rubber'), ('Ecco|Walker|Leather'), ('Ecco|Walker|Leatherette'), ('Ecco|Walker|Polyurethane'), ('Ecco|Walker|PVC'), ('Ecco|Walker|Rubber'), ('Ecco|Wingtip|Leather'), ('Ecco|Wingtip|Leatherette'), ('Ecco|Wingtip|Polyurethane'), ('Ecco|Wingtip|PVC'), ('Ecco|Wingtip|Rubber'), ('Ecco|Work Boot|Leather'), ('Ecco|Work Boot|Leatherette'), ('Ecco|Work Boot|Polyurethane'), ('Ecco|Work Boot|PVC'), ('Ecco|Work Boot|Rubber'), ('Etnies|Balmoral|Leather'), ('Etnies|Balmoral|Leatherette'), ('Etnies|Balmoral|Polyurethane'), ('Etnies|Balmoral|PVC'), ('Etnies|Balmoral|Rubber'), ('Etnies|Boat Shoe|Leather'), ('Etnies|Boat Shoe|Leatherette'), ('Etnies|Boat Shoe|Polyurethane'), ('Etnies|Boat Shoe|PVC'), ('Etnies|Boat Shoe|Rubber'), ('Etnies|Brouge|Leather'), ('Etnies|Brouge|Leatherette'), ('Etnies|Brouge|Polyurethane'), ('Etnies|Brouge|PVC'), ('Etnies|Brouge|Rubber'), ('Etnies|Cross Trainer|Leather'), ('Etnies|Cross Trainer|Leatherette'), ('Etnies|Cross Trainer|Polyurethane'), ('Etnies|Cross Trainer|PVC'), ('Etnies|Cross Trainer|Rubber'), ('Etnies|Derby|Leather'), ('Etnies|Derby|Leatherette'), ('Etnies|Derby|Polyurethane'), ('Etnies|Derby|PVC'), ('Etnies|Derby|Rubber'), ('Etnies|Dress Boot|Leather'), ('Etnies|Dress Boot|Leatherette'), ('Etnies|Dress Boot|Polyurethane'), ('Etnies|Dress Boot|PVC'), ('Etnies|Dress Boot|Rubber'), ('Etnies|Dress Shoe|Leather'), ('Etnies|Dress Shoe|Leatherette'), ('Etnies|Dress Shoe|Polyurethane'), ('Etnies|Dress Shoe|PVC'), ('Etnies|Dress Shoe|Rubber'), ('Etnies|Driving Shoe|Leather'), ('Etnies|Driving Shoe|Leatherette'), ('Etnies|Driving Shoe|Polyurethane'), ('Etnies|Driving Shoe|PVC'), ('Etnies|Driving Shoe|Rubber'), ('Etnies|Hiker|Leather'), ('Etnies|Hiker|Leatherette'), ('Etnies|Hiker|Polyurethane'), ('Etnies|Hiker|PVC'), ('Etnies|Hiker|Rubber'), ('Etnies|Loafer (Slip-on)|Leather'), ('Etnies|Loafer (Slip-on)|Leatherette'), ('Etnies|Loafer (Slip-on)|Polyurethane'), ('Etnies|Loafer (Slip-on)|PVC'), ('Etnies|Loafer (Slip-on)|Rubber'), ('Etnies|Oxford (Lace-up)|Leather'), ('Etnies|Oxford (Lace-up)|Leatherette'), ('Etnies|Oxford (Lace-up)|Polyurethane'), ('Etnies|Oxford (Lace-up)|PVC'), ('Etnies|Oxford (Lace-up)|Rubber'), ('Etnies|Patent Leather|Leather'), ('Etnies|Patent Leather|Leatherette'), ('Etnies|Patent Leather|Polyurethane'), ('Etnies|Patent Leather|PVC'), ('Etnies|Patent Leather|Rubber'), ('Etnies|Penny Loafer|Leather'), ('Etnies|Penny Loafer|Leatherette'), ('Etnies|Penny Loafer|Polyurethane'), ('Etnies|Penny Loafer|PVC'), ('Etnies|Penny Loafer|Rubber'), ('Etnies|Runner|Leather'), ('Etnies|Runner|Leatherette'), ('Etnies|Runner|Polyurethane'), ('Etnies|Runner|PVC'), ('Etnies|Runner|Rubber'), ('Etnies|Saddle Shoe|Leather'), ('Etnies|Saddle Shoe|Leatherette'), ('Etnies|Saddle Shoe|Polyurethane'), ('Etnies|Saddle Shoe|PVC'), ('Etnies|Saddle Shoe|Rubber'), ('Etnies|Sandal|Leather'), ('Etnies|Sandal|Leatherette'), ('Etnies|Sandal|Polyurethane'), ('Etnies|Sandal|PVC'), ('Etnies|Sandal|Rubber'), ('Etnies|Tennis|Leather'), ('Etnies|Tennis|Leatherette'), ('Etnies|Tennis|Polyurethane'), ('Etnies|Tennis|PVC'), ('Etnies|Tennis|Rubber'), ('Etnies|Walker|Leather'), ('Etnies|Walker|Leatherette'), ('Etnies|Walker|Polyurethane'), ('Etnies|Walker|PVC'), ('Etnies|Walker|Rubber'), ('Etnies|Wingtip|Leather'), ('Etnies|Wingtip|Leatherette'), ('Etnies|Wingtip|Polyurethane'), ('Etnies|Wingtip|PVC'), ('Etnies|Wingtip|Rubber'), ('Etnies|Work Boot|Leather'), ('Etnies|Work Boot|Leatherette'), ('Etnies|Work Boot|Polyurethane'), ('Etnies|Work Boot|PVC'), ('Etnies|Work Boot|Rubber'), ('Fred Perry|Balmoral|Leather'), ('Fred Perry|Balmoral|Leatherette'), ('Fred Perry|Balmoral|Polyurethane'), ('Fred Perry|Balmoral|PVC'), ('Fred Perry|Balmoral|Rubber'), ('Fred Perry|Boat Shoe|Leather'), ('Fred Perry|Boat Shoe|Leatherette'), ('Fred Perry|Boat Shoe|Polyurethane'), ('Fred Perry|Boat Shoe|PVC'), ('Fred Perry|Boat Shoe|Rubber'), ('Fred Perry|Brouge|Leather'), ('Fred Perry|Brouge|Leatherette'), ('Fred Perry|Brouge|Polyurethane'), ('Fred Perry|Brouge|PVC'), ('Fred Perry|Brouge|Rubber'), ('Fred Perry|Cross Trainer|Leather'), ('Fred Perry|Cross Trainer|Leatherette'), ('Fred Perry|Cross Trainer|Polyurethane'), ('Fred Perry|Cross Trainer|PVC'), ('Fred Perry|Cross Trainer|Rubber'), ('Fred Perry|Derby|Leather'), ('Fred Perry|Derby|Leatherette'), ('Fred Perry|Derby|Polyurethane'), ('Fred Perry|Derby|PVC'), ('Fred Perry|Derby|Rubber'), ('Fred Perry|Dress Boot|Leather'), ('Fred Perry|Dress Boot|Leatherette'), ('Fred Perry|Dress Boot|Polyurethane'), ('Fred Perry|Dress Boot|PVC'), ('Fred Perry|Dress Boot|Rubber'), ('Fred Perry|Dress Shoe|Leather'), ('Fred Perry|Dress Shoe|Leatherette'), ('Fred Perry|Dress Shoe|Polyurethane'), ('Fred Perry|Dress Shoe|PVC'), ('Fred Perry|Dress Shoe|Rubber'), ('Fred Perry|Driving Shoe|Leather'), ('Fred Perry|Driving Shoe|Leatherette'), ('Fred Perry|Driving Shoe|Polyurethane'), ('Fred Perry|Driving Shoe|PVC'), ('Fred Perry|Driving Shoe|Rubber'), ('Fred Perry|Hiker|Leather'), ('Fred Perry|Hiker|Leatherette'), ('Fred Perry|Hiker|Polyurethane'), ('Fred Perry|Hiker|PVC'), ('Fred Perry|Hiker|Rubber'), ('Fred Perry|Loafer (Slip-on)|Leather'), ('Fred Perry|Loafer (Slip-on)|Leatherette'), ('Fred Perry|Loafer (Slip-on)|Polyurethane'), ('Fred Perry|Loafer (Slip-on)|PVC'), ('Fred Perry|Loafer (Slip-on)|Rubber'), ('Fred Perry|Oxford (Lace-up)|Leather'), ('Fred Perry|Oxford (Lace-up)|Leatherette'), ('Fred Perry|Oxford (Lace-up)|Polyurethane'), ('Fred Perry|Oxford (Lace-up)|PVC'), ('Fred Perry|Oxford (Lace-up)|Rubber'), ('Fred Perry|Patent Leather|Leather'), ('Fred Perry|Patent Leather|Leatherette'), ('Fred Perry|Patent Leather|Polyurethane'), ('Fred Perry|Patent Leather|PVC'), ('Fred Perry|Patent Leather|Rubber'), ('Fred Perry|Penny Loafer|Leather'), ('Fred Perry|Penny Loafer|Leatherette'), ('Fred Perry|Penny Loafer|Polyurethane'), ('Fred Perry|Penny Loafer|PVC'), ('Fred Perry|Penny Loafer|Rubber'), ('Fred Perry|Runner|Leather'), ('Fred Perry|Runner|Leatherette'), ('Fred Perry|Runner|Polyurethane'), ('Fred Perry|Runner|PVC'), ('Fred Perry|Runner|Rubber'), ('Fred Perry|Saddle Shoe|Leather'), ('Fred Perry|Saddle Shoe|Leatherette'), ('Fred Perry|Saddle Shoe|Polyurethane'), ('Fred Perry|Saddle Shoe|PVC'), ('Fred Perry|Saddle Shoe|Rubber'), ('Fred Perry|Sandal|Leather'), ('Fred Perry|Sandal|Leatherette'), ('Fred Perry|Sandal|Polyurethane'), ('Fred Perry|Sandal|PVC'), ('Fred Perry|Sandal|Rubber'), ('Fred Perry|Tennis|Leather'), ('Fred Perry|Tennis|Leatherette'), ('Fred Perry|Tennis|Polyurethane'), ('Fred Perry|Tennis|PVC'), ('Fred Perry|Tennis|Rubber'), ('Fred Perry|Walker|Leather'), ('Fred Perry|Walker|Leatherette'), ('Fred Perry|Walker|Polyurethane'), ('Fred Perry|Walker|PVC'), ('Fred Perry|Walker|Rubber'), ('Fred Perry|Wingtip|Leather'), ('Fred Perry|Wingtip|Leatherette'), ('Fred Perry|Wingtip|Polyurethane'), ('Fred Perry|Wingtip|PVC'), ('Fred Perry|Wingtip|Rubber'), ('Fred Perry|Work Boot|Leather'), ('Fred Perry|Work Boot|Leatherette'), ('Fred Perry|Work Boot|Polyurethane'), ('Fred Perry|Work Boot|PVC'), ('Fred Perry|Work Boot|Rubber'), ('Frye|Balmoral|Leather'), ('Frye|Balmoral|Leatherette'), ('Frye|Balmoral|Polyurethane'), ('Frye|Balmoral|PVC'), ('Frye|Balmoral|Rubber'), ('Frye|Boat Shoe|Leather'), ('Frye|Boat Shoe|Leatherette'), ('Frye|Boat Shoe|Polyurethane'), ('Frye|Boat Shoe|PVC'), ('Frye|Boat Shoe|Rubber'), ('Frye|Brouge|Leather'), ('Frye|Brouge|Leatherette'), ('Frye|Brouge|Polyurethane'), ('Frye|Brouge|PVC'), ('Frye|Brouge|Rubber'), ('Frye|Cross Trainer|Leather'), ('Frye|Cross Trainer|Leatherette'), ('Frye|Cross Trainer|Polyurethane'), ('Frye|Cross Trainer|PVC'), ('Frye|Cross Trainer|Rubber'), ('Frye|Derby|Leather'), ('Frye|Derby|Leatherette'), ('Frye|Derby|Polyurethane'), ('Frye|Derby|PVC'), ('Frye|Derby|Rubber'), ('Frye|Dress Boot|Leather'), ('Frye|Dress Boot|Leatherette'), ('Frye|Dress Boot|Polyurethane'), ('Frye|Dress Boot|PVC'), ('Frye|Dress Boot|Rubber'), ('Frye|Dress Shoe|Leather'), ('Frye|Dress Shoe|Leatherette'), ('Frye|Dress Shoe|Polyurethane'), ('Frye|Dress Shoe|PVC'), ('Frye|Dress Shoe|Rubber'), ('Frye|Driving Shoe|Leather'), ('Frye|Driving Shoe|Leatherette'), ('Frye|Driving Shoe|Polyurethane'), ('Frye|Driving Shoe|PVC'), ('Frye|Driving Shoe|Rubber'), ('Frye|Hiker|Leather'), ('Frye|Hiker|Leatherette'), ('Frye|Hiker|Polyurethane'), ('Frye|Hiker|PVC'), ('Frye|Hiker|Rubber'), ('Frye|Loafer (Slip-on)|Leather'), ('Frye|Loafer (Slip-on)|Leatherette'), ('Frye|Loafer (Slip-on)|Polyurethane'), ('Frye|Loafer (Slip-on)|PVC'), ('Frye|Loafer (Slip-on)|Rubber'), ('Frye|Oxford (Lace-up)|Leather'), ('Frye|Oxford (Lace-up)|Leatherette'), ('Frye|Oxford (Lace-up)|Polyurethane'), ('Frye|Oxford (Lace-up)|PVC'), ('Frye|Oxford (Lace-up)|Rubber'), ('Frye|Patent Leather|Leather'), ('Frye|Patent Leather|Leatherette'), ('Frye|Patent Leather|Polyurethane'), ('Frye|Patent Leather|PVC'), ('Frye|Patent Leather|Rubber'), ('Frye|Penny Loafer|Leather'), ('Frye|Penny Loafer|Leatherette'), ('Frye|Penny Loafer|Polyurethane'), ('Frye|Penny Loafer|PVC'), ('Frye|Penny Loafer|Rubber'), ('Frye|Runner|Leather'), ('Frye|Runner|Leatherette'), ('Frye|Runner|Polyurethane'), ('Frye|Runner|PVC'), ('Frye|Runner|Rubber'), ('Frye|Saddle Shoe|Leather'), ('Frye|Saddle Shoe|Leatherette'), ('Frye|Saddle Shoe|Polyurethane'), ('Frye|Saddle Shoe|PVC'), ('Frye|Saddle Shoe|Rubber'), ('Frye|Sandal|Leather'), ('Frye|Sandal|Leatherette'), ('Frye|Sandal|Polyurethane'), ('Frye|Sandal|PVC'), ('Frye|Sandal|Rubber'), ('Frye|Tennis|Leather'), ('Frye|Tennis|Leatherette'), ('Frye|Tennis|Polyurethane'), ('Frye|Tennis|PVC'), ('Frye|Tennis|Rubber'), ('Frye|Walker|Leather'), ('Frye|Walker|Leatherette'), ('Frye|Walker|Polyurethane'), ('Frye|Walker|PVC'), ('Frye|Walker|Rubber'), ('Frye|Wingtip|Leather'), ('Frye|Wingtip|Leatherette'), ('Frye|Wingtip|Polyurethane'), ('Frye|Wingtip|PVC'), ('Frye|Wingtip|Rubber'), ('Frye|Work Boot|Leather'), ('Frye|Work Boot|Leatherette'), ('Frye|Work Boot|Polyurethane'), ('Frye|Work Boot|PVC'), ('Frye|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('John Fluevog|Balmoral|Leather'), ('John Fluevog|Balmoral|Leatherette'), ('John Fluevog|Balmoral|Polyurethane'), ('John Fluevog|Balmoral|PVC'), ('John Fluevog|Balmoral|Rubber'), ('John Fluevog|Boat Shoe|Leather'), ('John Fluevog|Boat Shoe|Leatherette'), ('John Fluevog|Boat Shoe|Polyurethane'), ('John Fluevog|Boat Shoe|PVC'), ('John Fluevog|Boat Shoe|Rubber'), ('John Fluevog|Brouge|Leather'), ('John Fluevog|Brouge|Leatherette'), ('John Fluevog|Brouge|Polyurethane'), ('John Fluevog|Brouge|PVC'), ('John Fluevog|Brouge|Rubber'), ('John Fluevog|Cross Trainer|Leather'), ('John Fluevog|Cross Trainer|Leatherette'), ('John Fluevog|Cross Trainer|Polyurethane'), ('John Fluevog|Cross Trainer|PVC'), ('John Fluevog|Cross Trainer|Rubber'), ('John Fluevog|Derby|Leather'), ('John Fluevog|Derby|Leatherette'), ('John Fluevog|Derby|Polyurethane'), ('John Fluevog|Derby|PVC'), ('John Fluevog|Derby|Rubber'), ('John Fluevog|Dress Boot|Leather'), ('John Fluevog|Dress Boot|Leatherette'), ('John Fluevog|Dress Boot|Polyurethane'), ('John Fluevog|Dress Boot|PVC'), ('John Fluevog|Dress Boot|Rubber'), ('John Fluevog|Dress Shoe|Leather'), ('John Fluevog|Dress Shoe|Leatherette'), ('John Fluevog|Dress Shoe|Polyurethane'), ('John Fluevog|Dress Shoe|PVC'), ('John Fluevog|Dress Shoe|Rubber'), ('John Fluevog|Driving Shoe|Leather'), ('John Fluevog|Driving Shoe|Leatherette'), ('John Fluevog|Driving Shoe|Polyurethane'), ('John Fluevog|Driving Shoe|PVC'), ('John Fluevog|Driving Shoe|Rubber'), ('John Fluevog|Hiker|Leather'), ('John Fluevog|Hiker|Leatherette'), ('John Fluevog|Hiker|Polyurethane'), ('John Fluevog|Hiker|PVC'), ('John Fluevog|Hiker|Rubber'), ('John Fluevog|Loafer (Slip-on)|Leather'), ('John Fluevog|Loafer (Slip-on)|Leatherette'), ('John Fluevog|Loafer (Slip-on)|Polyurethane'), ('John Fluevog|Loafer (Slip-on)|PVC'), ('John Fluevog|Loafer (Slip-on)|Rubber'), ('John Fluevog|Oxford (Lace-up)|Leather'), ('John Fluevog|Oxford (Lace-up)|Leatherette'), ('John Fluevog|Oxford (Lace-up)|Polyurethane'), ('John Fluevog|Oxford (Lace-up)|PVC'), ('John Fluevog|Oxford (Lace-up)|Rubber'), ('John Fluevog|Patent Leather|Leather'), ('John Fluevog|Patent Leather|Leatherette'), ('John Fluevog|Patent Leather|Polyurethane'), ('John Fluevog|Patent Leather|PVC'), ('John Fluevog|Patent Leather|Rubber'), ('John Fluevog|Penny Loafer|Leather'), ('John Fluevog|Penny Loafer|Leatherette'), ('John Fluevog|Penny Loafer|Polyurethane'), ('John Fluevog|Penny Loafer|PVC'), ('John Fluevog|Penny Loafer|Rubber'), ('John Fluevog|Runner|Leather'), ('John Fluevog|Runner|Leatherette'), ('John Fluevog|Runner|Polyurethane'), ('John Fluevog|Runner|PVC'), ('John Fluevog|Runner|Rubber'), ('John Fluevog|Saddle Shoe|Leather'), ('John Fluevog|Saddle Shoe|Leatherette'), ('John Fluevog|Saddle Shoe|Polyurethane'), ('John Fluevog|Saddle Shoe|PVC'), ('John Fluevog|Saddle Shoe|Rubber'), ('John Fluevog|Sandal|Leather'), ('John Fluevog|Sandal|Leatherette'), ('John Fluevog|Sandal|Polyurethane'), ('John Fluevog|Sandal|PVC'), ('John Fluevog|Sandal|Rubber'), ('John Fluevog|Tennis|Leather'), ('John Fluevog|Tennis|Leatherette'), ('John Fluevog|Tennis|Polyurethane'), ('John Fluevog|Tennis|PVC'), ('John Fluevog|Tennis|Rubber'), ('John Fluevog|Walker|Leather'), ('John Fluevog|Walker|Leatherette'), ('John Fluevog|Walker|Polyurethane'), ('John Fluevog|Walker|PVC'), ('John Fluevog|Walker|Rubber'), ('John Fluevog|Wingtip|Leather'), ('John Fluevog|Wingtip|Leatherette'), ('John Fluevog|Wingtip|Polyurethane'), ('John Fluevog|Wingtip|PVC'), ('John Fluevog|Wingtip|Rubber'), ('John Fluevog|Work Boot|Leather'), ('John Fluevog|Work Boot|Leatherette'), ('John Fluevog|Work Boot|Polyurethane'), ('John Fluevog|Work Boot|PVC'), ('John Fluevog|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Keen|Balmoral|Leather'), ('Keen|Balmoral|Leatherette'), ('Keen|Balmoral|Polyurethane'), ('Keen|Balmoral|PVC'), ('Keen|Balmoral|Rubber'), ('Keen|Boat Shoe|Leather'), ('Keen|Boat Shoe|Leatherette'), ('Keen|Boat Shoe|Polyurethane'), ('Keen|Boat Shoe|PVC'), ('Keen|Boat Shoe|Rubber'), ('Keen|Brouge|Leather'), ('Keen|Brouge|Leatherette'), ('Keen|Brouge|Polyurethane'), ('Keen|Brouge|PVC'), ('Keen|Brouge|Rubber'), ('Keen|Cross Trainer|Leather'), ('Keen|Cross Trainer|Leatherette'), ('Keen|Cross Trainer|Polyurethane'), ('Keen|Cross Trainer|PVC'), ('Keen|Cross Trainer|Rubber'), ('Keen|Derby|Leather'), ('Keen|Derby|Leatherette'), ('Keen|Derby|Polyurethane'), ('Keen|Derby|PVC'), ('Keen|Derby|Rubber'), ('Keen|Dress Boot|Leather'), ('Keen|Dress Boot|Leatherette'), ('Keen|Dress Boot|Polyurethane'), ('Keen|Dress Boot|PVC'), ('Keen|Dress Boot|Rubber'), ('Keen|Dress Shoe|Leather'), ('Keen|Dress Shoe|Leatherette'), ('Keen|Dress Shoe|Polyurethane'), ('Keen|Dress Shoe|PVC'), ('Keen|Dress Shoe|Rubber'), ('Keen|Driving Shoe|Leather'), ('Keen|Driving Shoe|Leatherette'), ('Keen|Driving Shoe|Polyurethane'), ('Keen|Driving Shoe|PVC'), ('Keen|Driving Shoe|Rubber'), ('Keen|Hiker|Leather'), ('Keen|Hiker|Leatherette'), ('Keen|Hiker|Polyurethane'), ('Keen|Hiker|PVC'), ('Keen|Hiker|Rubber'), ('Keen|Loafer (Slip-on)|Leather'), ('Keen|Loafer (Slip-on)|Leatherette'), ('Keen|Loafer (Slip-on)|Polyurethane'), ('Keen|Loafer (Slip-on)|PVC'), ('Keen|Loafer (Slip-on)|Rubber'), ('Keen|Oxford (Lace-up)|Leather'), ('Keen|Oxford (Lace-up)|Leatherette'), ('Keen|Oxford (Lace-up)|Polyurethane'), ('Keen|Oxford (Lace-up)|PVC'), ('Keen|Oxford (Lace-up)|Rubber'), ('Keen|Patent Leather|Leather'), ('Keen|Patent Leather|Leatherette'), ('Keen|Patent Leather|Polyurethane'), ('Keen|Patent Leather|PVC'), ('Keen|Patent Leather|Rubber'), ('Keen|Penny Loafer|Leather'), ('Keen|Penny Loafer|Leatherette'), ('Keen|Penny Loafer|Polyurethane'), ('Keen|Penny Loafer|PVC'), ('Keen|Penny Loafer|Rubber'), ('Keen|Runner|Leather'), ('Keen|Runner|Leatherette'), ('Keen|Runner|Polyurethane'), ('Keen|Runner|PVC'), ('Keen|Runner|Rubber'), ('Keen|Saddle Shoe|Leather'), ('Keen|Saddle Shoe|Leatherette'), ('Keen|Saddle Shoe|Polyurethane'), ('Keen|Saddle Shoe|PVC'), ('Keen|Saddle Shoe|Rubber'), ('Keen|Sandal|Leather'), ('Keen|Sandal|Leatherette'), ('Keen|Sandal|Polyurethane'), ('Keen|Sandal|PVC'), ('Keen|Sandal|Rubber'), ('Keen|Tennis|Leather'), ('Keen|Tennis|Leatherette'), ('Keen|Tennis|Polyurethane'), ('Keen|Tennis|PVC'), ('Keen|Tennis|Rubber'), ('Keen|Walker|Leather'), ('Keen|Walker|Leatherette'), ('Keen|Walker|Polyurethane'), ('Keen|Walker|PVC'), ('Keen|Walker|Rubber'), ('Keen|Wingtip|Leather'), ('Keen|Wingtip|Leatherette'), ('Keen|Wingtip|Polyurethane'), ('Keen|Wingtip|PVC'), ('Keen|Wingtip|Rubber'), ('Keen|Work Boot|Leather'), ('Keen|Work Boot|Leatherette'), ('Keen|Work Boot|Polyurethane'), ('Keen|Work Boot|PVC'), ('Keen|Work Boot|Rubber'), ('Lacoste|Balmoral|Leather'), ('Lacoste|Balmoral|Leatherette'), ('Lacoste|Balmoral|Polyurethane'), ('Lacoste|Balmoral|PVC'), ('Lacoste|Balmoral|Rubber'), ('Lacoste|Boat Shoe|Leather'), ('Lacoste|Boat Shoe|Leatherette'), ('Lacoste|Boat Shoe|Polyurethane'), ('Lacoste|Boat Shoe|PVC'), ('Lacoste|Boat Shoe|Rubber'), ('Lacoste|Brouge|Leather'), ('Lacoste|Brouge|Leatherette'), ('Lacoste|Brouge|Polyurethane'), ('Lacoste|Brouge|PVC'), ('Lacoste|Brouge|Rubber'), ('Lacoste|Cross Trainer|Leather'), ('Lacoste|Cross Trainer|Leatherette'), ('Lacoste|Cross Trainer|Polyurethane'), ('Lacoste|Cross Trainer|PVC'), ('Lacoste|Cross Trainer|Rubber'), ('Lacoste|Derby|Leather'), ('Lacoste|Derby|Leatherette'), ('Lacoste|Derby|Polyurethane'), ('Lacoste|Derby|PVC'), ('Lacoste|Derby|Rubber'), ('Lacoste|Dress Boot|Leather'), ('Lacoste|Dress Boot|Leatherette'), ('Lacoste|Dress Boot|Polyurethane'), ('Lacoste|Dress Boot|PVC'), ('Lacoste|Dress Boot|Rubber'), ('Lacoste|Dress Shoe|Leather'), ('Lacoste|Dress Shoe|Leatherette'), ('Lacoste|Dress Shoe|Polyurethane'), ('Lacoste|Dress Shoe|PVC'), ('Lacoste|Dress Shoe|Rubber'), ('Lacoste|Driving Shoe|Leather'), ('Lacoste|Driving Shoe|Leatherette'), ('Lacoste|Driving Shoe|Polyurethane'), ('Lacoste|Driving Shoe|PVC'), ('Lacoste|Driving Shoe|Rubber'), ('Lacoste|Hiker|Leather'), ('Lacoste|Hiker|Leatherette'), ('Lacoste|Hiker|Polyurethane'), ('Lacoste|Hiker|PVC'), ('Lacoste|Hiker|Rubber'), ('Lacoste|Loafer (Slip-on)|Leather'), ('Lacoste|Loafer (Slip-on)|Leatherette'), ('Lacoste|Loafer (Slip-on)|Polyurethane'), ('Lacoste|Loafer (Slip-on)|PVC'), ('Lacoste|Loafer (Slip-on)|Rubber'), ('Lacoste|Oxford (Lace-up)|Leather'), ('Lacoste|Oxford (Lace-up)|Leatherette'), ('Lacoste|Oxford (Lace-up)|Polyurethane'), ('Lacoste|Oxford (Lace-up)|PVC'), ('Lacoste|Oxford (Lace-up)|Rubber'), ('Lacoste|Patent Leather|Leather'), ('Lacoste|Patent Leather|Leatherette'), ('Lacoste|Patent Leather|Polyurethane'), ('Lacoste|Patent Leather|PVC'), ('Lacoste|Patent Leather|Rubber'), ('Lacoste|Penny Loafer|Leather'), ('Lacoste|Penny Loafer|Leatherette'), ('Lacoste|Penny Loafer|Polyurethane'), ('Lacoste|Penny Loafer|PVC'), ('Lacoste|Penny Loafer|Rubber'), ('Lacoste|Runner|Leather'), ('Lacoste|Runner|Leatherette'), ('Lacoste|Runner|Polyurethane'), ('Lacoste|Runner|PVC'), ('Lacoste|Runner|Rubber'), ('Lacoste|Saddle Shoe|Leather'), ('Lacoste|Saddle Shoe|Leatherette'), ('Lacoste|Saddle Shoe|Polyurethane'), ('Lacoste|Saddle Shoe|PVC'), ('Lacoste|Saddle Shoe|Rubber'), ('Lacoste|Sandal|Leather'), ('Lacoste|Sandal|Leatherette'), ('Lacoste|Sandal|Polyurethane'), ('Lacoste|Sandal|PVC'), ('Lacoste|Sandal|Rubber'), ('Lacoste|Tennis|Leather'), ('Lacoste|Tennis|Leatherette'), ('Lacoste|Tennis|Polyurethane'), ('Lacoste|Tennis|PVC'), ('Lacoste|Tennis|Rubber'), ('Lacoste|Walker|Leather'), ('Lacoste|Walker|Leatherette'), ('Lacoste|Walker|Polyurethane'), ('Lacoste|Walker|PVC'), ('Lacoste|Walker|Rubber'), ('Lacoste|Wingtip|Leather'), ('Lacoste|Wingtip|Leatherette'), ('Lacoste|Wingtip|Polyurethane'), ('Lacoste|Wingtip|PVC'), ('Lacoste|Wingtip|Rubber'), ('Lacoste|Work Boot|Leather'), ('Lacoste|Work Boot|Leatherette'), ('Lacoste|Work Boot|Polyurethane'), ('Lacoste|Work Boot|PVC'), ('Lacoste|Work Boot|Rubber'), ('Marc Jacobs|Balmoral|Leather'), ('Marc Jacobs|Balmoral|Leatherette'), ('Marc Jacobs|Balmoral|Polyurethane'), ('Marc Jacobs|Balmoral|PVC'), ('Marc Jacobs|Balmoral|Rubber'), ('Marc Jacobs|Boat Shoe|Leather'), ('Marc Jacobs|Boat Shoe|Leatherette'), ('Marc Jacobs|Boat Shoe|Polyurethane'), ('Marc Jacobs|Boat Shoe|PVC'), ('Marc Jacobs|Boat Shoe|Rubber'), ('Marc Jacobs|Brouge|Leather'), ('Marc Jacobs|Brouge|Leatherette'), ('Marc Jacobs|Brouge|Polyurethane'), ('Marc Jacobs|Brouge|PVC'), ('Marc Jacobs|Brouge|Rubber'), ('Marc Jacobs|Cross Trainer|Leather'), ('Marc Jacobs|Cross Trainer|Leatherette'), ('Marc Jacobs|Cross Trainer|Polyurethane'), ('Marc Jacobs|Cross Trainer|PVC'), ('Marc Jacobs|Cross Trainer|Rubber'), ('Marc Jacobs|Derby|Leather'), ('Marc Jacobs|Derby|Leatherette'), ('Marc Jacobs|Derby|Polyurethane'), ('Marc Jacobs|Derby|PVC'), ('Marc Jacobs|Derby|Rubber'), ('Marc Jacobs|Dress Boot|Leather'), ('Marc Jacobs|Dress Boot|Leatherette'), ('Marc Jacobs|Dress Boot|Polyurethane'), ('Marc Jacobs|Dress Boot|PVC'), ('Marc Jacobs|Dress Boot|Rubber'), ('Marc Jacobs|Dress Shoe|Leather'), ('Marc Jacobs|Dress Shoe|Leatherette'), ('Marc Jacobs|Dress Shoe|Polyurethane'), ('Marc Jacobs|Dress Shoe|PVC'), ('Marc Jacobs|Dress Shoe|Rubber'), ('Marc Jacobs|Driving Shoe|Leather'), ('Marc Jacobs|Driving Shoe|Leatherette'), ('Marc Jacobs|Driving Shoe|Polyurethane'), ('Marc Jacobs|Driving Shoe|PVC'), ('Marc Jacobs|Driving Shoe|Rubber'), ('Marc Jacobs|Hiker|Leather'), ('Marc Jacobs|Hiker|Leatherette'), ('Marc Jacobs|Hiker|Polyurethane'), ('Marc Jacobs|Hiker|PVC'), ('Marc Jacobs|Hiker|Rubber'), ('Marc Jacobs|Loafer (Slip-on)|Leather'), ('Marc Jacobs|Loafer (Slip-on)|Leatherette'), ('Marc Jacobs|Loafer (Slip-on)|Polyurethane'), ('Marc Jacobs|Loafer (Slip-on)|PVC'), ('Marc Jacobs|Loafer (Slip-on)|Rubber'), ('Marc Jacobs|Oxford (Lace-up)|Leather'), ('Marc Jacobs|Oxford (Lace-up)|Leatherette'), ('Marc Jacobs|Oxford (Lace-up)|Polyurethane'), ('Marc Jacobs|Oxford (Lace-up)|PVC'), ('Marc Jacobs|Oxford (Lace-up)|Rubber'), ('Marc Jacobs|Patent Leather|Leather'), ('Marc Jacobs|Patent Leather|Leatherette'), ('Marc Jacobs|Patent Leather|Polyurethane'), ('Marc Jacobs|Patent Leather|PVC'), ('Marc Jacobs|Patent Leather|Rubber'), ('Marc Jacobs|Penny Loafer|Leather'), ('Marc Jacobs|Penny Loafer|Leatherette'), ('Marc Jacobs|Penny Loafer|Polyurethane'), ('Marc Jacobs|Penny Loafer|PVC'), ('Marc Jacobs|Penny Loafer|Rubber'), ('Marc Jacobs|Runner|Leather'), ('Marc Jacobs|Runner|Leatherette'), ('Marc Jacobs|Runner|Polyurethane'), ('Marc Jacobs|Runner|PVC'), ('Marc Jacobs|Runner|Rubber'), ('Marc Jacobs|Saddle Shoe|Leather'), ('Marc Jacobs|Saddle Shoe|Leatherette'), ('Marc Jacobs|Saddle Shoe|Polyurethane'), ('Marc Jacobs|Saddle Shoe|PVC'), ('Marc Jacobs|Saddle Shoe|Rubber'), ('Marc Jacobs|Sandal|Leather'), ('Marc Jacobs|Sandal|Leatherette'), ('Marc Jacobs|Sandal|Polyurethane'), ('Marc Jacobs|Sandal|PVC'), ('Marc Jacobs|Sandal|Rubber'), ('Marc Jacobs|Tennis|Leather'), ('Marc Jacobs|Tennis|Leatherette'), ('Marc Jacobs|Tennis|Polyurethane'), ('Marc Jacobs|Tennis|PVC'), ('Marc Jacobs|Tennis|Rubber'), ('Marc Jacobs|Walker|Leather'), ('Marc Jacobs|Walker|Leatherette'), ('Marc Jacobs|Walker|Polyurethane'), ('Marc Jacobs|Walker|PVC'), ('Marc Jacobs|Walker|Rubber'), ('Marc Jacobs|Wingtip|Leather'), ('Marc Jacobs|Wingtip|Leatherette'), ('Marc Jacobs|Wingtip|Polyurethane'), ('Marc Jacobs|Wingtip|PVC'), ('Marc Jacobs|Wingtip|Rubber'), ('Marc Jacobs|Work Boot|Leather'), ('Marc Jacobs|Work Boot|Leatherette'), ('Marc Jacobs|Work Boot|Polyurethane'), ('Marc Jacobs|Work Boot|PVC'), ('Marc Jacobs|Work Boot|Rubber'), ('Merrell|Balmoral|Leather'), ('Merrell|Balmoral|Leatherette'), ('Merrell|Balmoral|Polyurethane'), ('Merrell|Balmoral|PVC'), ('Merrell|Balmoral|Rubber'), ('Merrell|Boat Shoe|Leather'), ('Merrell|Boat Shoe|Leatherette'), ('Merrell|Boat Shoe|Polyurethane'), ('Merrell|Boat Shoe|PVC'), ('Merrell|Boat Shoe|Rubber'), ('Merrell|Brouge|Leather'), ('Merrell|Brouge|Leatherette'), ('Merrell|Brouge|Polyurethane'), ('Merrell|Brouge|PVC'), ('Merrell|Brouge|Rubber'), ('Merrell|Cross Trainer|Leather'), ('Merrell|Cross Trainer|Leatherette'), ('Merrell|Cross Trainer|Polyurethane'), ('Merrell|Cross Trainer|PVC'), ('Merrell|Cross Trainer|Rubber'), ('Merrell|Derby|Leather'), ('Merrell|Derby|Leatherette'), ('Merrell|Derby|Polyurethane'), ('Merrell|Derby|PVC'), ('Merrell|Derby|Rubber'), ('Merrell|Dress Boot|Leather'), ('Merrell|Dress Boot|Leatherette'), ('Merrell|Dress Boot|Polyurethane'), ('Merrell|Dress Boot|PVC'), ('Merrell|Dress Boot|Rubber'), ('Merrell|Dress Shoe|Leather'), ('Merrell|Dress Shoe|Leatherette'), ('Merrell|Dress Shoe|Polyurethane'), ('Merrell|Dress Shoe|PVC'), ('Merrell|Dress Shoe|Rubber'), ('Merrell|Driving Shoe|Leather'), ('Merrell|Driving Shoe|Leatherette'), ('Merrell|Driving Shoe|Polyurethane'), ('Merrell|Driving Shoe|PVC'), ('Merrell|Driving Shoe|Rubber'), ('Merrell|Hiker|Leather'), ('Merrell|Hiker|Leatherette'), ('Merrell|Hiker|Polyurethane'), ('Merrell|Hiker|PVC'), ('Merrell|Hiker|Rubber'), ('Merrell|Loafer (Slip-on)|Leather'), ('Merrell|Loafer (Slip-on)|Leatherette'), ('Merrell|Loafer (Slip-on)|Polyurethane'), ('Merrell|Loafer (Slip-on)|PVC'), ('Merrell|Loafer (Slip-on)|Rubber'), ('Merrell|Oxford (Lace-up)|Leather'), ('Merrell|Oxford (Lace-up)|Leatherette'), ('Merrell|Oxford (Lace-up)|Polyurethane'), ('Merrell|Oxford (Lace-up)|PVC'), ('Merrell|Oxford (Lace-up)|Rubber'), ('Merrell|Patent Leather|Leather'), ('Merrell|Patent Leather|Leatherette'), ('Merrell|Patent Leather|Polyurethane'), ('Merrell|Patent Leather|PVC'), ('Merrell|Patent Leather|Rubber'), ('Merrell|Penny Loafer|Leather'), ('Merrell|Penny Loafer|Leatherette'), ('Merrell|Penny Loafer|Polyurethane'), ('Merrell|Penny Loafer|PVC'), ('Merrell|Penny Loafer|Rubber'), ('Merrell|Runner|Leather'), ('Merrell|Runner|Leatherette'), ('Merrell|Runner|Polyurethane'), ('Merrell|Runner|PVC'), ('Merrell|Runner|Rubber'), ('Merrell|Saddle Shoe|Leather'), ('Merrell|Saddle Shoe|Leatherette'), ('Merrell|Saddle Shoe|Polyurethane'), ('Merrell|Saddle Shoe|PVC'), ('Merrell|Saddle Shoe|Rubber'), ('Merrell|Sandal|Leather'), ('Merrell|Sandal|Leatherette'), ('Merrell|Sandal|Polyurethane'), ('Merrell|Sandal|PVC'), ('Merrell|Sandal|Rubber'), ('Merrell|Tennis|Leather'), ('Merrell|Tennis|Leatherette'), ('Merrell|Tennis|Polyurethane'), ('Merrell|Tennis|PVC'), ('Merrell|Tennis|Rubber'), ('Merrell|Walker|Leather'), ('Merrell|Walker|Leatherette'), ('Merrell|Walker|Polyurethane'), ('Merrell|Walker|PVC'), ('Merrell|Walker|Rubber'), ('Merrell|Wingtip|Leather'), ('Merrell|Wingtip|Leatherette'), ('Merrell|Wingtip|Polyurethane'), ('Merrell|Wingtip|PVC'), ('Merrell|Wingtip|Rubber'), ('Merrell|Work Boot|Leather'), ('Merrell|Work Boot|Leatherette'), ('Merrell|Work Boot|Polyurethane'), ('Merrell|Work Boot|PVC'), ('Merrell|Work Boot|Rubber'), ('Mizuno|Balmoral|Leather'), ('Mizuno|Balmoral|Leatherette'), ('Mizuno|Balmoral|Polyurethane'), ('Mizuno|Balmoral|PVC'), ('Mizuno|Balmoral|Rubber'), ('Mizuno|Boat Shoe|Leather'), ('Mizuno|Boat Shoe|Leatherette'), ('Mizuno|Boat Shoe|Polyurethane'), ('Mizuno|Boat Shoe|PVC'), ('Mizuno|Boat Shoe|Rubber'), ('Mizuno|Brouge|Leather'), ('Mizuno|Brouge|Leatherette'), ('Mizuno|Brouge|Polyurethane'), ('Mizuno|Brouge|PVC'), ('Mizuno|Brouge|Rubber'), ('Mizuno|Cross Trainer|Leather'), ('Mizuno|Cross Trainer|Leatherette'), ('Mizuno|Cross Trainer|Polyurethane'), ('Mizuno|Cross Trainer|PVC'), ('Mizuno|Cross Trainer|Rubber'), ('Mizuno|Derby|Leather'), ('Mizuno|Derby|Leatherette'), ('Mizuno|Derby|Polyurethane'), ('Mizuno|Derby|PVC'), ('Mizuno|Derby|Rubber'), ('Mizuno|Dress Boot|Leather'), ('Mizuno|Dress Boot|Leatherette'), ('Mizuno|Dress Boot|Polyurethane'), ('Mizuno|Dress Boot|PVC'), ('Mizuno|Dress Boot|Rubber'), ('Mizuno|Dress Shoe|Leather'), ('Mizuno|Dress Shoe|Leatherette'), ('Mizuno|Dress Shoe|Polyurethane'), ('Mizuno|Dress Shoe|PVC'), ('Mizuno|Dress Shoe|Rubber'), ('Mizuno|Driving Shoe|Leather'), ('Mizuno|Driving Shoe|Leatherette'), ('Mizuno|Driving Shoe|Polyurethane'), ('Mizuno|Driving Shoe|PVC'), ('Mizuno|Driving Shoe|Rubber'), ('Mizuno|Hiker|Leather'), ('Mizuno|Hiker|Leatherette'), ('Mizuno|Hiker|Polyurethane'), ('Mizuno|Hiker|PVC'), ('Mizuno|Hiker|Rubber'), ('Mizuno|Loafer (Slip-on)|Leather'), ('Mizuno|Loafer (Slip-on)|Leatherette'), ('Mizuno|Loafer (Slip-on)|Polyurethane'), ('Mizuno|Loafer (Slip-on)|PVC'), ('Mizuno|Loafer (Slip-on)|Rubber'), ('Mizuno|Oxford (Lace-up)|Leather'), ('Mizuno|Oxford (Lace-up)|Leatherette'), ('Mizuno|Oxford (Lace-up)|Polyurethane'), ('Mizuno|Oxford (Lace-up)|PVC'), ('Mizuno|Oxford (Lace-up)|Rubber'), ('Mizuno|Patent Leather|Leather'), ('Mizuno|Patent Leather|Leatherette'), ('Mizuno|Patent Leather|Polyurethane'), ('Mizuno|Patent Leather|PVC'), ('Mizuno|Patent Leather|Rubber'), ('Mizuno|Penny Loafer|Leather'), ('Mizuno|Penny Loafer|Leatherette'), ('Mizuno|Penny Loafer|Polyurethane'), ('Mizuno|Penny Loafer|PVC'), ('Mizuno|Penny Loafer|Rubber'), ('Mizuno|Runner|Leather'), ('Mizuno|Runner|Leatherette'), ('Mizuno|Runner|Polyurethane'), ('Mizuno|Runner|PVC'), ('Mizuno|Runner|Rubber'), ('Mizuno|Saddle Shoe|Leather'), ('Mizuno|Saddle Shoe|Leatherette'), ('Mizuno|Saddle Shoe|Polyurethane'), ('Mizuno|Saddle Shoe|PVC'), ('Mizuno|Saddle Shoe|Rubber'), ('Mizuno|Sandal|Leather'), ('Mizuno|Sandal|Leatherette'), ('Mizuno|Sandal|Polyurethane'), ('Mizuno|Sandal|PVC'), ('Mizuno|Sandal|Rubber'), ('Mizuno|Tennis|Leather'), ('Mizuno|Tennis|Leatherette'), ('Mizuno|Tennis|Polyurethane'), ('Mizuno|Tennis|PVC'), ('Mizuno|Tennis|Rubber'), ('Mizuno|Walker|Leather'), ('Mizuno|Walker|Leatherette'), ('Mizuno|Walker|Polyurethane'), ('Mizuno|Walker|PVC'), ('Mizuno|Walker|Rubber'), ('Mizuno|Wingtip|Leather'), ('Mizuno|Wingtip|Leatherette'), ('Mizuno|Wingtip|Polyurethane'), ('Mizuno|Wingtip|PVC'), ('Mizuno|Wingtip|Rubber'), ('Mizuno|Work Boot|Leather'), ('Mizuno|Work Boot|Leatherette'), ('Mizuno|Work Boot|Polyurethane'), ('Mizuno|Work Boot|PVC'), ('Mizuno|Work Boot|Rubber'), ('Muck Boot|Balmoral|Leather'), ('Muck Boot|Balmoral|Leatherette'), ('Muck Boot|Balmoral|Polyurethane'), ('Muck Boot|Balmoral|PVC'), ('Muck Boot|Balmoral|Rubber'), ('Muck Boot|Boat Shoe|Leather'), ('Muck Boot|Boat Shoe|Leatherette'), ('Muck Boot|Boat Shoe|Polyurethane'), ('Muck Boot|Boat Shoe|PVC'), ('Muck Boot|Boat Shoe|Rubber'), ('Muck Boot|Brouge|Leather'), ('Muck Boot|Brouge|Leatherette'), ('Muck Boot|Brouge|Polyurethane'), ('Muck Boot|Brouge|PVC'), ('Muck Boot|Brouge|Rubber'), ('Muck Boot|Cross Trainer|Leather'), ('Muck Boot|Cross Trainer|Leatherette'), ('Muck Boot|Cross Trainer|Polyurethane'), ('Muck Boot|Cross Trainer|PVC'), ('Muck Boot|Cross Trainer|Rubber'), ('Muck Boot|Derby|Leather'), ('Muck Boot|Derby|Leatherette'), ('Muck Boot|Derby|Polyurethane'), ('Muck Boot|Derby|PVC'), ('Muck Boot|Derby|Rubber'), ('Muck Boot|Dress Boot|Leather'), ('Muck Boot|Dress Boot|Leatherette'), ('Muck Boot|Dress Boot|Polyurethane'), ('Muck Boot|Dress Boot|PVC'), ('Muck Boot|Dress Boot|Rubber'), ('Muck Boot|Dress Shoe|Leather'), ('Muck Boot|Dress Shoe|Leatherette'), ('Muck Boot|Dress Shoe|Polyurethane'), ('Muck Boot|Dress Shoe|PVC'), ('Muck Boot|Dress Shoe|Rubber'), ('Muck Boot|Driving Shoe|Leather'), ('Muck Boot|Driving Shoe|Leatherette'), ('Muck Boot|Driving Shoe|Polyurethane'), ('Muck Boot|Driving Shoe|PVC'), ('Muck Boot|Driving Shoe|Rubber'), ('Muck Boot|Hiker|Leather'), ('Muck Boot|Hiker|Leatherette'), ('Muck Boot|Hiker|Polyurethane'), ('Muck Boot|Hiker|PVC'), ('Muck Boot|Hiker|Rubber'), ('Muck Boot|Loafer (Slip-on)|Leather'), ('Muck Boot|Loafer (Slip-on)|Leatherette'), ('Muck Boot|Loafer (Slip-on)|Polyurethane'), ('Muck Boot|Loafer (Slip-on)|PVC'), ('Muck Boot|Loafer (Slip-on)|Rubber'), ('Muck Boot|Oxford (Lace-up)|Leather'), ('Muck Boot|Oxford (Lace-up)|Leatherette'), ('Muck Boot|Oxford (Lace-up)|Polyurethane'), ('Muck Boot|Oxford (Lace-up)|PVC'), ('Muck Boot|Oxford (Lace-up)|Rubber'), ('Muck Boot|Patent Leather|Leather'), ('Muck Boot|Patent Leather|Leatherette'), ('Muck Boot|Patent Leather|Polyurethane'), ('Muck Boot|Patent Leather|PVC'), ('Muck Boot|Patent Leather|Rubber'), ('Muck Boot|Penny Loafer|Leather'), ('Muck Boot|Penny Loafer|Leatherette'), ('Muck Boot|Penny Loafer|Polyurethane'), ('Muck Boot|Penny Loafer|PVC'), ('Muck Boot|Penny Loafer|Rubber'), ('Muck Boot|Runner|Leather'), ('Muck Boot|Runner|Leatherette'), ('Muck Boot|Runner|Polyurethane'), ('Muck Boot|Runner|PVC'), ('Muck Boot|Runner|Rubber'), ('Muck Boot|Saddle Shoe|Leather'), ('Muck Boot|Saddle Shoe|Leatherette'), ('Muck Boot|Saddle Shoe|Polyurethane'), ('Muck Boot|Saddle Shoe|PVC'), ('Muck Boot|Saddle Shoe|Rubber'), ('Muck Boot|Sandal|Leather'), ('Muck Boot|Sandal|Leatherette'), ('Muck Boot|Sandal|Polyurethane'), ('Muck Boot|Sandal|PVC'), ('Muck Boot|Sandal|Rubber'), ('Muck Boot|Tennis|Leather'), ('Muck Boot|Tennis|Leatherette'), ('Muck Boot|Tennis|Polyurethane'), ('Muck Boot|Tennis|PVC'), ('Muck Boot|Tennis|Rubber'), ('Muck Boot|Walker|Leather'), ('Muck Boot|Walker|Leatherette'), ('Muck Boot|Walker|Polyurethane'), ('Muck Boot|Walker|PVC'), ('Muck Boot|Walker|Rubber'), ('Muck Boot|Wingtip|Leather'), ('Muck Boot|Wingtip|Leatherette'), ('Muck Boot|Wingtip|Polyurethane'), ('Muck Boot|Wingtip|PVC'), ('Muck Boot|Wingtip|Rubber'), ('Muck Boot|Work Boot|Leather'), ('Muck Boot|Work Boot|Leatherette'), ('Muck Boot|Work Boot|Polyurethane'), ('Muck Boot|Work Boot|PVC'), ('Muck Boot|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Original Penguin|Balmoral|Leather'), ('Original Penguin|Balmoral|Leatherette'), ('Original Penguin|Balmoral|Polyurethane'), ('Original Penguin|Balmoral|PVC'), ('Original Penguin|Balmoral|Rubber'), ('Original Penguin|Boat Shoe|Leather'), ('Original Penguin|Boat Shoe|Leatherette'), ('Original Penguin|Boat Shoe|Polyurethane'), ('Original Penguin|Boat Shoe|PVC'), ('Original Penguin|Boat Shoe|Rubber'), ('Original Penguin|Brouge|Leather'), ('Original Penguin|Brouge|Leatherette'), ('Original Penguin|Brouge|Polyurethane'), ('Original Penguin|Brouge|PVC'), ('Original Penguin|Brouge|Rubber'), ('Original Penguin|Cross Trainer|Leather'), ('Original Penguin|Cross Trainer|Leatherette'), ('Original Penguin|Cross Trainer|Polyurethane'), ('Original Penguin|Cross Trainer|PVC'), ('Original Penguin|Cross Trainer|Rubber'), ('Original Penguin|Derby|Leather'), ('Original Penguin|Derby|Leatherette'), ('Original Penguin|Derby|Polyurethane'), ('Original Penguin|Derby|PVC'), ('Original Penguin|Derby|Rubber'), ('Original Penguin|Dress Boot|Leather'), ('Original Penguin|Dress Boot|Leatherette'), ('Original Penguin|Dress Boot|Polyurethane'), ('Original Penguin|Dress Boot|PVC'), ('Original Penguin|Dress Boot|Rubber'), ('Original Penguin|Dress Shoe|Leather'), ('Original Penguin|Dress Shoe|Leatherette'), ('Original Penguin|Dress Shoe|Polyurethane'), ('Original Penguin|Dress Shoe|PVC'), ('Original Penguin|Dress Shoe|Rubber'), ('Original Penguin|Driving Shoe|Leather'), ('Original Penguin|Driving Shoe|Leatherette'), ('Original Penguin|Driving Shoe|Polyurethane'), ('Original Penguin|Driving Shoe|PVC'), ('Original Penguin|Driving Shoe|Rubber'), ('Original Penguin|Hiker|Leather'), ('Original Penguin|Hiker|Leatherette'), ('Original Penguin|Hiker|Polyurethane'), ('Original Penguin|Hiker|PVC'), ('Original Penguin|Hiker|Rubber'), ('Original Penguin|Loafer (Slip-on)|Leather'), ('Original Penguin|Loafer (Slip-on)|Leatherette'), ('Original Penguin|Loafer (Slip-on)|Polyurethane'), ('Original Penguin|Loafer (Slip-on)|PVC'), ('Original Penguin|Loafer (Slip-on)|Rubber'), ('Original Penguin|Oxford (Lace-up)|Leather'), ('Original Penguin|Oxford (Lace-up)|Leatherette'), ('Original Penguin|Oxford (Lace-up)|Polyurethane'), ('Original Penguin|Oxford (Lace-up)|PVC'), ('Original Penguin|Oxford (Lace-up)|Rubber'), ('Original Penguin|Patent Leather|Leather'), ('Original Penguin|Patent Leather|Leatherette'), ('Original Penguin|Patent Leather|Polyurethane'), ('Original Penguin|Patent Leather|PVC'), ('Original Penguin|Patent Leather|Rubber'), ('Original Penguin|Penny Loafer|Leather'), ('Original Penguin|Penny Loafer|Leatherette'), ('Original Penguin|Penny Loafer|Polyurethane'), ('Original Penguin|Penny Loafer|PVC'), ('Original Penguin|Penny Loafer|Rubber'), ('Original Penguin|Runner|Leather'), ('Original Penguin|Runner|Leatherette'), ('Original Penguin|Runner|Polyurethane'), ('Original Penguin|Runner|PVC'), ('Original Penguin|Runner|Rubber'), ('Original Penguin|Saddle Shoe|Leather'), ('Original Penguin|Saddle Shoe|Leatherette'), ('Original Penguin|Saddle Shoe|Polyurethane'), ('Original Penguin|Saddle Shoe|PVC'), ('Original Penguin|Saddle Shoe|Rubber'), ('Original Penguin|Sandal|Leather'), ('Original Penguin|Sandal|Leatherette'), ('Original Penguin|Sandal|Polyurethane'), ('Original Penguin|Sandal|PVC'), ('Original Penguin|Sandal|Rubber'), ('Original Penguin|Tennis|Leather'), ('Original Penguin|Tennis|Leatherette'), ('Original Penguin|Tennis|Polyurethane'), ('Original Penguin|Tennis|PVC'), ('Original Penguin|Tennis|Rubber'), ('Original Penguin|Walker|Leather'), ('Original Penguin|Walker|Leatherette'), ('Original Penguin|Walker|Polyurethane'), ('Original Penguin|Walker|PVC'), ('Original Penguin|Walker|Rubber'), ('Original Penguin|Wingtip|Leather'), ('Original Penguin|Wingtip|Leatherette'), ('Original Penguin|Wingtip|Polyurethane'), ('Original Penguin|Wingtip|PVC'), ('Original Penguin|Wingtip|Rubber'), ('Original Penguin|Work Boot|Leather'), ('Original Penguin|Work Boot|Leatherette'), ('Original Penguin|Work Boot|Polyurethane'), ('Original Penguin|Work Boot|PVC'), ('Original Penguin|Work Boot|Rubber'), ('Polo Ralph Lauren|Balmoral|Leather'), ('Polo Ralph Lauren|Balmoral|Leatherette'), ('Polo Ralph Lauren|Balmoral|Polyurethane'), ('Polo Ralph Lauren|Balmoral|PVC'), ('Polo Ralph Lauren|Balmoral|Rubber'), ('Polo Ralph Lauren|Boat Shoe|Leather'), ('Polo Ralph Lauren|Boat Shoe|Leatherette'), ('Polo Ralph Lauren|Boat Shoe|Polyurethane'), ('Polo Ralph Lauren|Boat Shoe|PVC'), ('Polo Ralph Lauren|Boat Shoe|Rubber'), ('Polo Ralph Lauren|Brouge|Leather'), ('Polo Ralph Lauren|Brouge|Leatherette'), ('Polo Ralph Lauren|Brouge|Polyurethane'), ('Polo Ralph Lauren|Brouge|PVC'), ('Polo Ralph Lauren|Brouge|Rubber'), ('Polo Ralph Lauren|Cross Trainer|Leather'), ('Polo Ralph Lauren|Cross Trainer|Leatherette'), ('Polo Ralph Lauren|Cross Trainer|Polyurethane'), ('Polo Ralph Lauren|Cross Trainer|PVC'), ('Polo Ralph Lauren|Cross Trainer|Rubber'), ('Polo Ralph Lauren|Derby|Leather'), ('Polo Ralph Lauren|Derby|Leatherette'), ('Polo Ralph Lauren|Derby|Polyurethane'), ('Polo Ralph Lauren|Derby|PVC'), ('Polo Ralph Lauren|Derby|Rubber'), ('Polo Ralph Lauren|Dress Boot|Leather'), ('Polo Ralph Lauren|Dress Boot|Leatherette'), ('Polo Ralph Lauren|Dress Boot|Polyurethane'), ('Polo Ralph Lauren|Dress Boot|PVC'), ('Polo Ralph Lauren|Dress Boot|Rubber'), ('Polo Ralph Lauren|Dress Shoe|Leather'), ('Polo Ralph Lauren|Dress Shoe|Leatherette'), ('Polo Ralph Lauren|Dress Shoe|Polyurethane'), ('Polo Ralph Lauren|Dress Shoe|PVC'), ('Polo Ralph Lauren|Dress Shoe|Rubber'), ('Polo Ralph Lauren|Driving Shoe|Leather'), ('Polo Ralph Lauren|Driving Shoe|Leatherette'), ('Polo Ralph Lauren|Driving Shoe|Polyurethane'), ('Polo Ralph Lauren|Driving Shoe|PVC'), ('Polo Ralph Lauren|Driving Shoe|Rubber'), ('Polo Ralph Lauren|Hiker|Leather'), ('Polo Ralph Lauren|Hiker|Leatherette'), ('Polo Ralph Lauren|Hiker|Polyurethane'), ('Polo Ralph Lauren|Hiker|PVC'), ('Polo Ralph Lauren|Hiker|Rubber'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leather'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leatherette'), ('Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane'), ('Polo Ralph Lauren|Loafer (Slip-on)|PVC'), ('Polo Ralph Lauren|Loafer (Slip-on)|Rubber'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leather'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leatherette'), ('Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane'), ('Polo Ralph Lauren|Oxford (Lace-up)|PVC'), ('Polo Ralph Lauren|Oxford (Lace-up)|Rubber'), ('Polo Ralph Lauren|Patent Leather|Leather'), ('Polo Ralph Lauren|Patent Leather|Leatherette'), ('Polo Ralph Lauren|Patent Leather|Polyurethane'), ('Polo Ralph Lauren|Patent Leather|PVC'), ('Polo Ralph Lauren|Patent Leather|Rubber'), ('Polo Ralph Lauren|Penny Loafer|Leather'), ('Polo Ralph Lauren|Penny Loafer|Leatherette'), ('Polo Ralph Lauren|Penny Loafer|Polyurethane'), ('Polo Ralph Lauren|Penny Loafer|PVC'), ('Polo Ralph Lauren|Penny Loafer|Rubber'), ('Polo Ralph Lauren|Runner|Leather'), ('Polo Ralph Lauren|Runner|Leatherette'), ('Polo Ralph Lauren|Runner|Polyurethane'), ('Polo Ralph Lauren|Runner|PVC'), ('Polo Ralph Lauren|Runner|Rubber'), ('Polo Ralph Lauren|Saddle Shoe|Leather'), ('Polo Ralph Lauren|Saddle Shoe|Leatherette'), ('Polo Ralph Lauren|Saddle Shoe|Polyurethane'), ('Polo Ralph Lauren|Saddle Shoe|PVC'), ('Polo Ralph Lauren|Saddle Shoe|Rubber'), ('Polo Ralph Lauren|Sandal|Leather'), ('Polo Ralph Lauren|Sandal|Leatherette'), ('Polo Ralph Lauren|Sandal|Polyurethane'), ('Polo Ralph Lauren|Sandal|PVC'), ('Polo Ralph Lauren|Sandal|Rubber'), ('Polo Ralph Lauren|Tennis|Leather'), ('Polo Ralph Lauren|Tennis|Leatherette'), ('Polo Ralph Lauren|Tennis|Polyurethane'), ('Polo Ralph Lauren|Tennis|PVC'), ('Polo Ralph Lauren|Tennis|Rubber'), ('Polo Ralph Lauren|Walker|Leather'), ('Polo Ralph Lauren|Walker|Leatherette'), ('Polo Ralph Lauren|Walker|Polyurethane'), ('Polo Ralph Lauren|Walker|PVC'), ('Polo Ralph Lauren|Walker|Rubber'), ('Polo Ralph Lauren|Wingtip|Leather'), ('Polo Ralph Lauren|Wingtip|Leatherette'), ('Polo Ralph Lauren|Wingtip|Polyurethane'), ('Polo Ralph Lauren|Wingtip|PVC'), ('Polo Ralph Lauren|Wingtip|Rubber'), ('Polo Ralph Lauren|Work Boot|Leather'), ('Polo Ralph Lauren|Work Boot|Leatherette'), ('Polo Ralph Lauren|Work Boot|Polyurethane'), ('Polo Ralph Lauren|Work Boot|PVC'), ('Polo Ralph Lauren|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reef|Balmoral|Leather'), ('Reef|Balmoral|Leatherette'), ('Reef|Balmoral|Polyurethane'), ('Reef|Balmoral|PVC'), ('Reef|Balmoral|Rubber'), ('Reef|Boat Shoe|Leather'), ('Reef|Boat Shoe|Leatherette'), ('Reef|Boat Shoe|Polyurethane'), ('Reef|Boat Shoe|PVC'), ('Reef|Boat Shoe|Rubber'), ('Reef|Brouge|Leather'), ('Reef|Brouge|Leatherette'), ('Reef|Brouge|Polyurethane'), ('Reef|Brouge|PVC'), ('Reef|Brouge|Rubber'), ('Reef|Cross Trainer|Leather'), ('Reef|Cross Trainer|Leatherette'), ('Reef|Cross Trainer|Polyurethane'), ('Reef|Cross Trainer|PVC'), ('Reef|Cross Trainer|Rubber'), ('Reef|Derby|Leather'), ('Reef|Derby|Leatherette'), ('Reef|Derby|Polyurethane'), ('Reef|Derby|PVC'), ('Reef|Derby|Rubber'), ('Reef|Dress Boot|Leather'), ('Reef|Dress Boot|Leatherette'), ('Reef|Dress Boot|Polyurethane'), ('Reef|Dress Boot|PVC'), ('Reef|Dress Boot|Rubber'), ('Reef|Dress Shoe|Leather'), ('Reef|Dress Shoe|Leatherette'), ('Reef|Dress Shoe|Polyurethane'), ('Reef|Dress Shoe|PVC'), ('Reef|Dress Shoe|Rubber'), ('Reef|Driving Shoe|Leather'), ('Reef|Driving Shoe|Leatherette'), ('Reef|Driving Shoe|Polyurethane'), ('Reef|Driving Shoe|PVC'), ('Reef|Driving Shoe|Rubber'), ('Reef|Hiker|Leather'), ('Reef|Hiker|Leatherette'), ('Reef|Hiker|Polyurethane'), ('Reef|Hiker|PVC'), ('Reef|Hiker|Rubber'), ('Reef|Loafer (Slip-on)|Leather'), ('Reef|Loafer (Slip-on)|Leatherette'), ('Reef|Loafer (Slip-on)|Polyurethane'), ('Reef|Loafer (Slip-on)|PVC'), ('Reef|Loafer (Slip-on)|Rubber'), ('Reef|Oxford (Lace-up)|Leather'), ('Reef|Oxford (Lace-up)|Leatherette'), ('Reef|Oxford (Lace-up)|Polyurethane'), ('Reef|Oxford (Lace-up)|PVC'), ('Reef|Oxford (Lace-up)|Rubber'), ('Reef|Patent Leather|Leather'), ('Reef|Patent Leather|Leatherette'), ('Reef|Patent Leather|Polyurethane'), ('Reef|Patent Leather|PVC'), ('Reef|Patent Leather|Rubber'), ('Reef|Penny Loafer|Leather'), ('Reef|Penny Loafer|Leatherette'), ('Reef|Penny Loafer|Polyurethane'), ('Reef|Penny Loafer|PVC'), ('Reef|Penny Loafer|Rubber'), ('Reef|Runner|Leather'), ('Reef|Runner|Leatherette'), ('Reef|Runner|Polyurethane'), ('Reef|Runner|PVC'), ('Reef|Runner|Rubber'), ('Reef|Saddle Shoe|Leather'), ('Reef|Saddle Shoe|Leatherette'), ('Reef|Saddle Shoe|Polyurethane'), ('Reef|Saddle Shoe|PVC'), ('Reef|Saddle Shoe|Rubber'), ('Reef|Sandal|Leather'), ('Reef|Sandal|Leatherette'), ('Reef|Sandal|Polyurethane'), ('Reef|Sandal|PVC'), ('Reef|Sandal|Rubber'), ('Reef|Tennis|Leather'), ('Reef|Tennis|Leatherette'), ('Reef|Tennis|Polyurethane'), ('Reef|Tennis|PVC'), ('Reef|Tennis|Rubber'), ('Reef|Walker|Leather'), ('Reef|Walker|Leatherette'), ('Reef|Walker|Polyurethane'), ('Reef|Walker|PVC'), ('Reef|Walker|Rubber'), ('Reef|Wingtip|Leather'), ('Reef|Wingtip|Leatherette'), ('Reef|Wingtip|Polyurethane'), ('Reef|Wingtip|PVC'), ('Reef|Wingtip|Rubber'), ('Reef|Work Boot|Leather'), ('Reef|Work Boot|Leatherette'), ('Reef|Work Boot|Polyurethane'), ('Reef|Work Boot|PVC'), ('Reef|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Salomon|Balmoral|Leather'), ('Salomon|Balmoral|Leatherette'), ('Salomon|Balmoral|Polyurethane'), ('Salomon|Balmoral|PVC'), ('Salomon|Balmoral|Rubber'), ('Salomon|Boat Shoe|Leather'), ('Salomon|Boat Shoe|Leatherette'), ('Salomon|Boat Shoe|Polyurethane'), ('Salomon|Boat Shoe|PVC'), ('Salomon|Boat Shoe|Rubber'), ('Salomon|Brouge|Leather'), ('Salomon|Brouge|Leatherette'), ('Salomon|Brouge|Polyurethane'), ('Salomon|Brouge|PVC'), ('Salomon|Brouge|Rubber'), ('Salomon|Cross Trainer|Leather'), ('Salomon|Cross Trainer|Leatherette'), ('Salomon|Cross Trainer|Polyurethane'), ('Salomon|Cross Trainer|PVC'), ('Salomon|Cross Trainer|Rubber'), ('Salomon|Derby|Leather'), ('Salomon|Derby|Leatherette'), ('Salomon|Derby|Polyurethane'), ('Salomon|Derby|PVC'), ('Salomon|Derby|Rubber'), ('Salomon|Dress Boot|Leather'), ('Salomon|Dress Boot|Leatherette'), ('Salomon|Dress Boot|Polyurethane'), ('Salomon|Dress Boot|PVC'), ('Salomon|Dress Boot|Rubber'), ('Salomon|Dress Shoe|Leather'), ('Salomon|Dress Shoe|Leatherette'), ('Salomon|Dress Shoe|Polyurethane'), ('Salomon|Dress Shoe|PVC'), ('Salomon|Dress Shoe|Rubber'), ('Salomon|Driving Shoe|Leather'), ('Salomon|Driving Shoe|Leatherette'), ('Salomon|Driving Shoe|Polyurethane'), ('Salomon|Driving Shoe|PVC'), ('Salomon|Driving Shoe|Rubber'), ('Salomon|Hiker|Leather'), ('Salomon|Hiker|Leatherette'), ('Salomon|Hiker|Polyurethane'), ('Salomon|Hiker|PVC'), ('Salomon|Hiker|Rubber'), ('Salomon|Loafer (Slip-on)|Leather'), ('Salomon|Loafer (Slip-on)|Leatherette'), ('Salomon|Loafer (Slip-on)|Polyurethane'), ('Salomon|Loafer (Slip-on)|PVC'), ('Salomon|Loafer (Slip-on)|Rubber'), ('Salomon|Oxford (Lace-up)|Leather'), ('Salomon|Oxford (Lace-up)|Leatherette'), ('Salomon|Oxford (Lace-up)|Polyurethane'), ('Salomon|Oxford (Lace-up)|PVC'), ('Salomon|Oxford (Lace-up)|Rubber'), ('Salomon|Patent Leather|Leather'), ('Salomon|Patent Leather|Leatherette'), ('Salomon|Patent Leather|Polyurethane'), ('Salomon|Patent Leather|PVC'), ('Salomon|Patent Leather|Rubber'), ('Salomon|Penny Loafer|Leather'), ('Salomon|Penny Loafer|Leatherette'), ('Salomon|Penny Loafer|Polyurethane'), ('Salomon|Penny Loafer|PVC'), ('Salomon|Penny Loafer|Rubber'), ('Salomon|Runner|Leather'), ('Salomon|Runner|Leatherette'), ('Salomon|Runner|Polyurethane'), ('Salomon|Runner|PVC'), ('Salomon|Runner|Rubber'), ('Salomon|Saddle Shoe|Leather'), ('Salomon|Saddle Shoe|Leatherette'), ('Salomon|Saddle Shoe|Polyurethane'), ('Salomon|Saddle Shoe|PVC'), ('Salomon|Saddle Shoe|Rubber'), ('Salomon|Sandal|Leather'), ('Salomon|Sandal|Leatherette'), ('Salomon|Sandal|Polyurethane'), ('Salomon|Sandal|PVC'), ('Salomon|Sandal|Rubber'), ('Salomon|Tennis|Leather'), ('Salomon|Tennis|Leatherette'), ('Salomon|Tennis|Polyurethane'), ('Salomon|Tennis|PVC'), ('Salomon|Tennis|Rubber'), ('Salomon|Walker|Leather'), ('Salomon|Walker|Leatherette'), ('Salomon|Walker|Polyurethane'), ('Salomon|Walker|PVC'), ('Salomon|Walker|Rubber'), ('Salomon|Wingtip|Leather'), ('Salomon|Wingtip|Leatherette'), ('Salomon|Wingtip|Polyurethane'), ('Salomon|Wingtip|PVC'), ('Salomon|Wingtip|Rubber'), ('Salomon|Work Boot|Leather'), ('Salomon|Work Boot|Leatherette'), ('Salomon|Work Boot|Polyurethane'), ('Salomon|Work Boot|PVC'), ('Salomon|Work Boot|Rubber'), ('Sanuk|Balmoral|Leather'), ('Sanuk|Balmoral|Leatherette'), ('Sanuk|Balmoral|Polyurethane'), ('Sanuk|Balmoral|PVC'), ('Sanuk|Balmoral|Rubber'), ('Sanuk|Boat Shoe|Leather'), ('Sanuk|Boat Shoe|Leatherette'), ('Sanuk|Boat Shoe|Polyurethane'), ('Sanuk|Boat Shoe|PVC'), ('Sanuk|Boat Shoe|Rubber'), ('Sanuk|Brouge|Leather'), ('Sanuk|Brouge|Leatherette'), ('Sanuk|Brouge|Polyurethane'), ('Sanuk|Brouge|PVC'), ('Sanuk|Brouge|Rubber'), ('Sanuk|Cross Trainer|Leather'), ('Sanuk|Cross Trainer|Leatherette'), ('Sanuk|Cross Trainer|Polyurethane'), ('Sanuk|Cross Trainer|PVC'), ('Sanuk|Cross Trainer|Rubber'), ('Sanuk|Derby|Leather'), ('Sanuk|Derby|Leatherette'), ('Sanuk|Derby|Polyurethane'), ('Sanuk|Derby|PVC'), ('Sanuk|Derby|Rubber'), ('Sanuk|Dress Boot|Leather'), ('Sanuk|Dress Boot|Leatherette'), ('Sanuk|Dress Boot|Polyurethane'), ('Sanuk|Dress Boot|PVC'), ('Sanuk|Dress Boot|Rubber'), ('Sanuk|Dress Shoe|Leather'), ('Sanuk|Dress Shoe|Leatherette'), ('Sanuk|Dress Shoe|Polyurethane'), ('Sanuk|Dress Shoe|PVC'), ('Sanuk|Dress Shoe|Rubber'), ('Sanuk|Driving Shoe|Leather'), ('Sanuk|Driving Shoe|Leatherette'), ('Sanuk|Driving Shoe|Polyurethane'), ('Sanuk|Driving Shoe|PVC'), ('Sanuk|Driving Shoe|Rubber'), ('Sanuk|Hiker|Leather'), ('Sanuk|Hiker|Leatherette'), ('Sanuk|Hiker|Polyurethane'), ('Sanuk|Hiker|PVC'), ('Sanuk|Hiker|Rubber'), ('Sanuk|Loafer (Slip-on)|Leather'), ('Sanuk|Loafer (Slip-on)|Leatherette'), ('Sanuk|Loafer (Slip-on)|Polyurethane'), ('Sanuk|Loafer (Slip-on)|PVC'), ('Sanuk|Loafer (Slip-on)|Rubber'), ('Sanuk|Oxford (Lace-up)|Leather'), ('Sanuk|Oxford (Lace-up)|Leatherette'), ('Sanuk|Oxford (Lace-up)|Polyurethane'), ('Sanuk|Oxford (Lace-up)|PVC'), ('Sanuk|Oxford (Lace-up)|Rubber'), ('Sanuk|Patent Leather|Leather'), ('Sanuk|Patent Leather|Leatherette'), ('Sanuk|Patent Leather|Polyurethane'), ('Sanuk|Patent Leather|PVC'), ('Sanuk|Patent Leather|Rubber'), ('Sanuk|Penny Loafer|Leather'), ('Sanuk|Penny Loafer|Leatherette'), ('Sanuk|Penny Loafer|Polyurethane'), ('Sanuk|Penny Loafer|PVC'), ('Sanuk|Penny Loafer|Rubber'), ('Sanuk|Runner|Leather'), ('Sanuk|Runner|Leatherette'), ('Sanuk|Runner|Polyurethane'), ('Sanuk|Runner|PVC'), ('Sanuk|Runner|Rubber'), ('Sanuk|Saddle Shoe|Leather'), ('Sanuk|Saddle Shoe|Leatherette'), ('Sanuk|Saddle Shoe|Polyurethane'), ('Sanuk|Saddle Shoe|PVC'), ('Sanuk|Saddle Shoe|Rubber'), ('Sanuk|Sandal|Leather'), ('Sanuk|Sandal|Leatherette'), ('Sanuk|Sandal|Polyurethane'), ('Sanuk|Sandal|PVC'), ('Sanuk|Sandal|Rubber'), ('Sanuk|Tennis|Leather'), ('Sanuk|Tennis|Leatherette'), ('Sanuk|Tennis|Polyurethane'), ('Sanuk|Tennis|PVC'), ('Sanuk|Tennis|Rubber'), ('Sanuk|Walker|Leather'), ('Sanuk|Walker|Leatherette'), ('Sanuk|Walker|Polyurethane'), ('Sanuk|Walker|PVC'), ('Sanuk|Walker|Rubber'), ('Sanuk|Wingtip|Leather'), ('Sanuk|Wingtip|Leatherette'), ('Sanuk|Wingtip|Polyurethane'), ('Sanuk|Wingtip|PVC'), ('Sanuk|Wingtip|Rubber'), ('Sanuk|Work Boot|Leather'), ('Sanuk|Work Boot|Leatherette'), ('Sanuk|Work Boot|Polyurethane'), ('Sanuk|Work Boot|PVC'), ('Sanuk|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Tamarac|Balmoral|Leather'), ('Tamarac|Balmoral|Leatherette'), ('Tamarac|Balmoral|Polyurethane'), ('Tamarac|Balmoral|PVC'), ('Tamarac|Balmoral|Rubber'), ('Tamarac|Boat Shoe|Leather'), ('Tamarac|Boat Shoe|Leatherette'), ('Tamarac|Boat Shoe|Polyurethane'), ('Tamarac|Boat Shoe|PVC'), ('Tamarac|Boat Shoe|Rubber'), ('Tamarac|Brouge|Leather'), ('Tamarac|Brouge|Leatherette'), ('Tamarac|Brouge|Polyurethane'), ('Tamarac|Brouge|PVC'), ('Tamarac|Brouge|Rubber'), ('Tamarac|Cross Trainer|Leather'), ('Tamarac|Cross Trainer|Leatherette'), ('Tamarac|Cross Trainer|Polyurethane'), ('Tamarac|Cross Trainer|PVC'), ('Tamarac|Cross Trainer|Rubber'), ('Tamarac|Derby|Leather'), ('Tamarac|Derby|Leatherette'), ('Tamarac|Derby|Polyurethane'), ('Tamarac|Derby|PVC'), ('Tamarac|Derby|Rubber'), ('Tamarac|Dress Boot|Leather'), ('Tamarac|Dress Boot|Leatherette'), ('Tamarac|Dress Boot|Polyurethane'), ('Tamarac|Dress Boot|PVC'), ('Tamarac|Dress Boot|Rubber'), ('Tamarac|Dress Shoe|Leather'), ('Tamarac|Dress Shoe|Leatherette'), ('Tamarac|Dress Shoe|Polyurethane'), ('Tamarac|Dress Shoe|PVC'), ('Tamarac|Dress Shoe|Rubber'), ('Tamarac|Driving Shoe|Leather'), ('Tamarac|Driving Shoe|Leatherette'), ('Tamarac|Driving Shoe|Polyurethane'), ('Tamarac|Driving Shoe|PVC'), ('Tamarac|Driving Shoe|Rubber'), ('Tamarac|Hiker|Leather'), ('Tamarac|Hiker|Leatherette'), ('Tamarac|Hiker|Polyurethane'), ('Tamarac|Hiker|PVC'), ('Tamarac|Hiker|Rubber'), ('Tamarac|Loafer (Slip-on)|Leather'), ('Tamarac|Loafer (Slip-on)|Leatherette'), ('Tamarac|Loafer (Slip-on)|Polyurethane'), ('Tamarac|Loafer (Slip-on)|PVC'), ('Tamarac|Loafer (Slip-on)|Rubber'), ('Tamarac|Oxford (Lace-up)|Leather'), ('Tamarac|Oxford (Lace-up)|Leatherette'), ('Tamarac|Oxford (Lace-up)|Polyurethane'), ('Tamarac|Oxford (Lace-up)|PVC'), ('Tamarac|Oxford (Lace-up)|Rubber'), ('Tamarac|Patent Leather|Leather'), ('Tamarac|Patent Leather|Leatherette'), ('Tamarac|Patent Leather|Polyurethane'), ('Tamarac|Patent Leather|PVC'), ('Tamarac|Patent Leather|Rubber'), ('Tamarac|Penny Loafer|Leather'), ('Tamarac|Penny Loafer|Leatherette'), ('Tamarac|Penny Loafer|Polyurethane'), ('Tamarac|Penny Loafer|PVC'), ('Tamarac|Penny Loafer|Rubber'), ('Tamarac|Runner|Leather'), ('Tamarac|Runner|Leatherette'), ('Tamarac|Runner|Polyurethane'), ('Tamarac|Runner|PVC'), ('Tamarac|Runner|Rubber'), ('Tamarac|Saddle Shoe|Leather'), ('Tamarac|Saddle Shoe|Leatherette'), ('Tamarac|Saddle Shoe|Polyurethane'), ('Tamarac|Saddle Shoe|PVC'), ('Tamarac|Saddle Shoe|Rubber'), ('Tamarac|Sandal|Leather'), ('Tamarac|Sandal|Leatherette'), ('Tamarac|Sandal|Polyurethane'), ('Tamarac|Sandal|PVC'), ('Tamarac|Sandal|Rubber'), ('Tamarac|Tennis|Leather'), ('Tamarac|Tennis|Leatherette'), ('Tamarac|Tennis|Polyurethane'), ('Tamarac|Tennis|PVC'), ('Tamarac|Tennis|Rubber'), ('Tamarac|Walker|Leather'), ('Tamarac|Walker|Leatherette'), ('Tamarac|Walker|Polyurethane'), ('Tamarac|Walker|PVC'), ('Tamarac|Walker|Rubber'), ('Tamarac|Wingtip|Leather'), ('Tamarac|Wingtip|Leatherette'), ('Tamarac|Wingtip|Polyurethane'), ('Tamarac|Wingtip|PVC'), ('Tamarac|Wingtip|Rubber'), ('Tamarac|Work Boot|Leather'), ('Tamarac|Work Boot|Leatherette'), ('Tamarac|Work Boot|Polyurethane'), ('Tamarac|Work Boot|PVC'), ('Tamarac|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('To Boot New York|Balmoral|Leather'), ('To Boot New York|Balmoral|Leatherette'), ('To Boot New York|Balmoral|Polyurethane'), ('To Boot New York|Balmoral|PVC'), ('To Boot New York|Balmoral|Rubber'), ('To Boot New York|Boat Shoe|Leather'), ('To Boot New York|Boat Shoe|Leatherette'), ('To Boot New York|Boat Shoe|Polyurethane'), ('To Boot New York|Boat Shoe|PVC'), ('To Boot New York|Boat Shoe|Rubber'), ('To Boot New York|Brouge|Leather'), ('To Boot New York|Brouge|Leatherette'), ('To Boot New York|Brouge|Polyurethane'), ('To Boot New York|Brouge|PVC'), ('To Boot New York|Brouge|Rubber'), ('To Boot New York|Cross Trainer|Leather'), ('To Boot New York|Cross Trainer|Leatherette'), ('To Boot New York|Cross Trainer|Polyurethane'), ('To Boot New York|Cross Trainer|PVC'), ('To Boot New York|Cross Trainer|Rubber'), ('To Boot New York|Derby|Leather'), ('To Boot New York|Derby|Leatherette'), ('To Boot New York|Derby|Polyurethane'), ('To Boot New York|Derby|PVC'), ('To Boot New York|Derby|Rubber'), ('To Boot New York|Dress Boot|Leather'), ('To Boot New York|Dress Boot|Leatherette'), ('To Boot New York|Dress Boot|Polyurethane'), ('To Boot New York|Dress Boot|PVC'), ('To Boot New York|Dress Boot|Rubber'), ('To Boot New York|Dress Shoe|Leather'), ('To Boot New York|Dress Shoe|Leatherette'), ('To Boot New York|Dress Shoe|Polyurethane'), ('To Boot New York|Dress Shoe|PVC'), ('To Boot New York|Dress Shoe|Rubber'), ('To Boot New York|Driving Shoe|Leather'), ('To Boot New York|Driving Shoe|Leatherette'), ('To Boot New York|Driving Shoe|Polyurethane'), ('To Boot New York|Driving Shoe|PVC'), ('To Boot New York|Driving Shoe|Rubber'), ('To Boot New York|Hiker|Leather'), ('To Boot New York|Hiker|Leatherette'), ('To Boot New York|Hiker|Polyurethane'), ('To Boot New York|Hiker|PVC'), ('To Boot New York|Hiker|Rubber'), ('To Boot New York|Loafer (Slip-on)|Leather'), ('To Boot New York|Loafer (Slip-on)|Leatherette'), ('To Boot New York|Loafer (Slip-on)|Polyurethane'), ('To Boot New York|Loafer (Slip-on)|PVC'), ('To Boot New York|Loafer (Slip-on)|Rubber'), ('To Boot New York|Oxford (Lace-up)|Leather'), ('To Boot New York|Oxford (Lace-up)|Leatherette'), ('To Boot New York|Oxford (Lace-up)|Polyurethane'), ('To Boot New York|Oxford (Lace-up)|PVC'), ('To Boot New York|Oxford (Lace-up)|Rubber'), ('To Boot New York|Patent Leather|Leather'), ('To Boot New York|Patent Leather|Leatherette'), ('To Boot New York|Patent Leather|Polyurethane'), ('To Boot New York|Patent Leather|PVC'), ('To Boot New York|Patent Leather|Rubber'), ('To Boot New York|Penny Loafer|Leather'), ('To Boot New York|Penny Loafer|Leatherette'), ('To Boot New York|Penny Loafer|Polyurethane'), ('To Boot New York|Penny Loafer|PVC'), ('To Boot New York|Penny Loafer|Rubber'), ('To Boot New York|Runner|Leather'), ('To Boot New York|Runner|Leatherette'), ('To Boot New York|Runner|Polyurethane'), ('To Boot New York|Runner|PVC'), ('To Boot New York|Runner|Rubber'), ('To Boot New York|Saddle Shoe|Leather'), ('To Boot New York|Saddle Shoe|Leatherette'), ('To Boot New York|Saddle Shoe|Polyurethane'), ('To Boot New York|Saddle Shoe|PVC'), ('To Boot New York|Saddle Shoe|Rubber'), ('To Boot New York|Sandal|Leather'), ('To Boot New York|Sandal|Leatherette'), ('To Boot New York|Sandal|Polyurethane'), ('To Boot New York|Sandal|PVC'), ('To Boot New York|Sandal|Rubber'), ('To Boot New York|Tennis|Leather'), ('To Boot New York|Tennis|Leatherette'), ('To Boot New York|Tennis|Polyurethane'), ('To Boot New York|Tennis|PVC'), ('To Boot New York|Tennis|Rubber'), ('To Boot New York|Walker|Leather'), ('To Boot New York|Walker|Leatherette'), ('To Boot New York|Walker|Polyurethane'), ('To Boot New York|Walker|PVC'), ('To Boot New York|Walker|Rubber'), ('To Boot New York|Wingtip|Leather'), ('To Boot New York|Wingtip|Leatherette'), ('To Boot New York|Wingtip|Polyurethane'), ('To Boot New York|Wingtip|PVC'), ('To Boot New York|Wingtip|Rubber'), ('To Boot New York|Work Boot|Leather'), ('To Boot New York|Work Boot|Leatherette'), ('To Boot New York|Work Boot|Polyurethane'), ('To Boot New York|Work Boot|PVC'), ('To Boot New York|Work Boot|Rubber'), ('Ugg|Balmoral|Leather'), ('Ugg|Balmoral|Leatherette'), ('Ugg|Balmoral|Polyurethane'), ('Ugg|Balmoral|PVC'), ('Ugg|Balmoral|Rubber'), ('Ugg|Boat Shoe|Leather'), ('Ugg|Boat Shoe|Leatherette'), ('Ugg|Boat Shoe|Polyurethane'), ('Ugg|Boat Shoe|PVC'), ('Ugg|Boat Shoe|Rubber'), ('Ugg|Brouge|Leather'), ('Ugg|Brouge|Leatherette'), ('Ugg|Brouge|Polyurethane'), ('Ugg|Brouge|PVC'), ('Ugg|Brouge|Rubber'), ('Ugg|Cross Trainer|Leather'), ('Ugg|Cross Trainer|Leatherette'), ('Ugg|Cross Trainer|Polyurethane'), ('Ugg|Cross Trainer|PVC'), ('Ugg|Cross Trainer|Rubber'), ('Ugg|Derby|Leather'), ('Ugg|Derby|Leatherette'), ('Ugg|Derby|Polyurethane'), ('Ugg|Derby|PVC'), ('Ugg|Derby|Rubber'), ('Ugg|Dress Boot|Leather'), ('Ugg|Dress Boot|Leatherette'), ('Ugg|Dress Boot|Polyurethane'), ('Ugg|Dress Boot|PVC'), ('Ugg|Dress Boot|Rubber'), ('Ugg|Dress Shoe|Leather'), ('Ugg|Dress Shoe|Leatherette'), ('Ugg|Dress Shoe|Polyurethane'), ('Ugg|Dress Shoe|PVC'), ('Ugg|Dress Shoe|Rubber'), ('Ugg|Driving Shoe|Leather'), ('Ugg|Driving Shoe|Leatherette'), ('Ugg|Driving Shoe|Polyurethane'), ('Ugg|Driving Shoe|PVC'), ('Ugg|Driving Shoe|Rubber'), ('Ugg|Hiker|Leather'), ('Ugg|Hiker|Leatherette'), ('Ugg|Hiker|Polyurethane'), ('Ugg|Hiker|PVC'), ('Ugg|Hiker|Rubber'), ('Ugg|Loafer (Slip-on)|Leather'), ('Ugg|Loafer (Slip-on)|Leatherette'), ('Ugg|Loafer (Slip-on)|Polyurethane'), ('Ugg|Loafer (Slip-on)|PVC'), ('Ugg|Loafer (Slip-on)|Rubber'), ('Ugg|Oxford (Lace-up)|Leather'), ('Ugg|Oxford (Lace-up)|Leatherette'), ('Ugg|Oxford (Lace-up)|Polyurethane'), ('Ugg|Oxford (Lace-up)|PVC'), ('Ugg|Oxford (Lace-up)|Rubber'), ('Ugg|Patent Leather|Leather'), ('Ugg|Patent Leather|Leatherette'), ('Ugg|Patent Leather|Polyurethane'), ('Ugg|Patent Leather|PVC'), ('Ugg|Patent Leather|Rubber'), ('Ugg|Penny Loafer|Leather'), ('Ugg|Penny Loafer|Leatherette'), ('Ugg|Penny Loafer|Polyurethane'), ('Ugg|Penny Loafer|PVC'), ('Ugg|Penny Loafer|Rubber'), ('Ugg|Runner|Leather'), ('Ugg|Runner|Leatherette'), ('Ugg|Runner|Polyurethane'), ('Ugg|Runner|PVC'), ('Ugg|Runner|Rubber'), ('Ugg|Saddle Shoe|Leather'), ('Ugg|Saddle Shoe|Leatherette'), ('Ugg|Saddle Shoe|Polyurethane'), ('Ugg|Saddle Shoe|PVC'), ('Ugg|Saddle Shoe|Rubber'), ('Ugg|Sandal|Leather'), ('Ugg|Sandal|Leatherette'), ('Ugg|Sandal|Polyurethane'), ('Ugg|Sandal|PVC'), ('Ugg|Sandal|Rubber'), ('Ugg|Tennis|Leather'), ('Ugg|Tennis|Leatherette'), ('Ugg|Tennis|Polyurethane'), ('Ugg|Tennis|PVC'), ('Ugg|Tennis|Rubber'), ('Ugg|Walker|Leather'), ('Ugg|Walker|Leatherette'), ('Ugg|Walker|Polyurethane'), ('Ugg|Walker|PVC'), ('Ugg|Walker|Rubber'), ('Ugg|Wingtip|Leather'), ('Ugg|Wingtip|Leatherette'), ('Ugg|Wingtip|Polyurethane'), ('Ugg|Wingtip|PVC'), ('Ugg|Wingtip|Rubber'), ('Ugg|Work Boot|Leather'), ('Ugg|Work Boot|Leatherette'), ('Ugg|Work Boot|Polyurethane'), ('Ugg|Work Boot|PVC'), ('Ugg|Work Boot|Rubber')
 (618.0ms)  DROP DATABASE IF EXISTS "newmyshoefits_dev"
 (765.8ms)  DROP DATABASE IF EXISTS "newmyshoefits_test"
 (10772.2ms)  CREATE DATABASE "newmyshoefits_dev" ENCODING = 'unicode'
 (11977.5ms)  CREATE DATABASE "newmyshoefits_test" ENCODING = 'unicode'
 (583.2ms)  DROP DATABASE IF EXISTS "newmyshoefits_dev"
 (10813.7ms)  CREATE DATABASE "newmyshoefits_dev" ENCODING = 'unicode'
 (375.1ms)  CREATE TABLE "affected_shoes" ("id" serial primary key, "ShoeID" bigint, "OwnerID" bigint, "T2RS_ID" bigint, "RealSize" float(24)) 
 (15.6ms)  CREATE TABLE "brands" ("Brand" character varying(30) NOT NULL) 
 (109.4ms)  CREATE UNIQUE INDEX  "index_brands_on_Brand" ON "brands" USING btree ("Brand")
 (125.2ms)  CREATE TABLE "customers" ("CustID" serial primary key, "Email" character varying(30) NOT NULL, "Gender" character varying(1) NOT NULL, "password_digest" character varying(60) NOT NULL, "ShoeSize" float(24), "ShoeSizeError" float(24), "preferredSizeType" character varying(20) NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
 (15.7ms)  CREATE TABLE "genders" ("Gender" character varying(1) NOT NULL) 
 (140.6ms)  CREATE UNIQUE INDEX  "index_genders_on_Gender" ON "genders" USING btree ("Gender")
 (0.0ms)  CREATE TABLE "lengthfits" ("LengthFit" character varying(20) NOT NULL) 
 (46.9ms)  CREATE UNIQUE INDEX  "index_lengthfits_on_LengthFit" ON "lengthfits" USING btree ("LengthFit")
 (15.6ms)  CREATE TABLE "materials" ("Material" character varying(20) NOT NULL) 
 (62.5ms)  CREATE UNIQUE INDEX  "index_materials_on_Material" ON "materials" USING btree ("Material")
 (109.5ms)  CREATE TABLE "shoes" ("ShoeID" serial primary key, "OwnerID" bigint NOT NULL, "T2RS_ID" bigint NOT NULL, "Brand" character varying(30) NOT NULL, "Style" character varying(20) NOT NULL, "Material" character varying(20) NOT NULL, "SizeType" character varying(20) NOT NULL, "LengthFit" character varying(20) NOT NULL, "Size" float(24) NOT NULL, "preRealSize" float(24), "RealSize" float(24), "created_at" timestamp, "updated_at" timestamp) 
 (15.6ms)  CREATE TABLE "sizetypes" ("SizeType" character varying(20) NOT NULL, "ToMondo1" float(24) NOT NULL, "ToMondo0" float(24) NOT NULL, "SizeTypeInterval" float(24) NOT NULL, "MinSize" float(24) NOT NULL, "MaxSize" float(24) NOT NULL) 
 (46.9ms)  CREATE UNIQUE INDEX  "index_sizetypes_on_SizeType" ON "sizetypes" USING btree ("SizeType")
 (0.0ms)  CREATE TABLE "styles" ("Style" character varying(20) NOT NULL) 
 (93.7ms)  CREATE UNIQUE INDEX  "index_styles_on_Style" ON "styles" USING btree ("Style")
 (125.0ms)  CREATE TABLE "t2rs_entry_infos" ("id" serial primary key, "OwnerID" bigint, "PreSize" float(24), "RealSize" float(24), "ShoeSize" float(24)) 
 (172.0ms)  CREATE TABLE "typetorealsizes" ("T2RS_ID" serial primary key, "BrandStyleMaterial" character varying(70) NOT NULL, "ToMondo1" float(24) DEFAULT 1.0 NOT NULL, "ToMondo0" float(24) DEFAULT 0.0 NOT NULL, "modified" boolean DEFAULT 'f' NOT NULL, "Uncertainty" float(24) DEFAULT 0.0, "created_at" timestamp, "updated_at" timestamp) 
 (93.8ms)  CREATE UNIQUE INDEX  "index_typetorealsizes_on_BrandStyleMaterial" ON "typetorealsizes" USING btree ("BrandStyleMaterial")
 (15.6ms)  CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
 (125.0ms)  CREATE UNIQUE INDEX  "unique_schema_migrations" ON "schema_migrations"  ("version")
 (0.0ms)  SELECT version FROM "schema_migrations"
 (15.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150226134530')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128062158')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064156')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064957')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065447')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065759')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065918')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070117')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070629')
 (15.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128071640')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150225141726')
 (4534.4ms)  DROP DATABASE IF EXISTS "newmyshoefits_test"
 (13275.0ms)  CREATE DATABASE "newmyshoefits_test" ENCODING = 'unicode'
 (562.5ms)  CREATE TABLE "affected_shoes" ("id" serial primary key, "ShoeID" bigint, "OwnerID" bigint, "T2RS_ID" bigint, "RealSize" float(24)) 
 (15.6ms)  CREATE TABLE "brands" ("Brand" character varying(30) NOT NULL) 
 (265.6ms)  CREATE UNIQUE INDEX  "index_brands_on_Brand" ON "brands" USING btree ("Brand")
 (78.1ms)  CREATE TABLE "customers" ("CustID" serial primary key, "Email" character varying(30) NOT NULL, "Gender" character varying(1) NOT NULL, "password_digest" character varying(60) NOT NULL, "ShoeSize" float(24), "ShoeSizeError" float(24), "preferredSizeType" character varying(20) NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
 (15.6ms)  CREATE TABLE "genders" ("Gender" character varying(1) NOT NULL) 
 (93.8ms)  CREATE UNIQUE INDEX  "index_genders_on_Gender" ON "genders" USING btree ("Gender")
 (0.0ms)  CREATE TABLE "lengthfits" ("LengthFit" character varying(20) NOT NULL) 
 (78.1ms)  CREATE UNIQUE INDEX  "index_lengthfits_on_LengthFit" ON "lengthfits" USING btree ("LengthFit")
 (0.0ms)  CREATE TABLE "materials" ("Material" character varying(20) NOT NULL) 
 (93.8ms)  CREATE UNIQUE INDEX  "index_materials_on_Material" ON "materials" USING btree ("Material")
 (47.1ms)  CREATE TABLE "shoes" ("ShoeID" serial primary key, "OwnerID" bigint NOT NULL, "T2RS_ID" bigint NOT NULL, "Brand" character varying(30) NOT NULL, "Style" character varying(20) NOT NULL, "Material" character varying(20) NOT NULL, "SizeType" character varying(20) NOT NULL, "LengthFit" character varying(20) NOT NULL, "Size" float(24) NOT NULL, "preRealSize" float(24), "RealSize" float(24), "created_at" timestamp, "updated_at" timestamp) 
 (0.0ms)  CREATE TABLE "sizetypes" ("SizeType" character varying(20) NOT NULL, "ToMondo1" float(24) NOT NULL, "ToMondo0" float(24) NOT NULL, "SizeTypeInterval" float(24) NOT NULL, "MinSize" float(24) NOT NULL, "MaxSize" float(24) NOT NULL) 
 (62.6ms)  CREATE UNIQUE INDEX  "index_sizetypes_on_SizeType" ON "sizetypes" USING btree ("SizeType")
 (15.6ms)  CREATE TABLE "styles" ("Style" character varying(20) NOT NULL) 
 (125.1ms)  CREATE UNIQUE INDEX  "index_styles_on_Style" ON "styles" USING btree ("Style")
 (124.9ms)  CREATE TABLE "t2rs_entry_infos" ("id" serial primary key, "OwnerID" bigint, "PreSize" float(24), "RealSize" float(24), "ShoeSize" float(24)) 
 (156.3ms)  CREATE TABLE "typetorealsizes" ("T2RS_ID" serial primary key, "BrandStyleMaterial" character varying(70) NOT NULL, "ToMondo1" float(24) DEFAULT 1.0 NOT NULL, "ToMondo0" float(24) DEFAULT 0.0 NOT NULL, "modified" boolean DEFAULT 'f' NOT NULL, "Uncertainty" float(24) DEFAULT 0.0, "created_at" timestamp, "updated_at" timestamp) 
 (78.2ms)  CREATE UNIQUE INDEX  "index_typetorealsizes_on_BrandStyleMaterial" ON "typetorealsizes" USING btree ("BrandStyleMaterial")
 (15.6ms)  CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
 (125.0ms)  CREATE UNIQUE INDEX  "unique_schema_migrations" ON "schema_migrations"  ("version")
 (0.0ms)  SELECT version FROM "schema_migrations"
 (15.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150226134530')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128062158')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064156')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064957')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065447')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065759')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065918')
 (15.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070117')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070629')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128071640')
 (0.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150225141726')
ActiveRecord::SchemaMigration Load (0.0ms)  SELECT "schema_migrations".* FROM "schema_migrations"
SQL (0.0ms)  DELETE FROM "brands"
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Adidas"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Aldo"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Armani"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Asics"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Birkenstock"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Bostonian"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Carhartt"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Champion"]]
 (15.7ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Clarks"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Cole Haan"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Columbia"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Converse"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Crocs"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dansko"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "DC"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Diesel"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (15.6ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dockers"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dr. Martens"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dream Pairs"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Ecco"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Etnies"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Fred Perry"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Frye"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Hi-Tec"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "John Fluevog"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Kamik"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Keen"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Lacoste"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Marc Jacobs"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Merrell"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Mizuno"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Muck Boot"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "New Balance"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Nike"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Original Penguin"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Polo Ralph Lauren"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Puma"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Reebok"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Reef"]]
 (0.0ms)  COMMIT
 (15.6ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Rockport"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Salomon"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Sanuk"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Saucony"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Skechers"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Sperry Top-Sider"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Tamarac"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Teva"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Timberland"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Timberland Pro"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "To Boot New York"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Ugg"]]
 (0.0ms)  COMMIT
SQL (0.0ms)  DELETE FROM "genders"
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "genders" ("Gender") VALUES ($1) RETURNING "Gender"  [["Gender", "F"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "genders" ("Gender") VALUES ($1) RETURNING "Gender"  [["Gender", "M"]]
 (0.0ms)  COMMIT
SQL (0.0ms)  DELETE FROM "lengthfits"
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Perfect"]]
 (46.9ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Slightly Long"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Slightly Short"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Too Long"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Too Short"]]
 (15.6ms)  COMMIT
SQL (0.0ms)  DELETE FROM "materials"
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Leather"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Leatherette"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Polyurethane"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "PVC"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Rubber"]]
 (0.0ms)  COMMIT
SQL (0.0ms)  DELETE FROM "sizetypes"
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 49.0], ["MinSize", 32.0], ["SizeType", "Europe"], ["SizeTypeInterval", 0.5], ["ToMondo0", -10.0], ["ToMondo1", 6.67]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 320.0], ["MinSize", 200.0], ["SizeType", "Mondopoint"], ["SizeTypeInterval", 5.0], ["ToMondo0", 0.0], ["ToMondo1", 1.0]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 14.0], ["MinSize", 0.0], ["SizeType", "UK/Australia"], ["SizeTypeInterval", 0.5], ["ToMondo0", 201.67], ["ToMondo1", 8.47]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 15.0], ["MinSize", 1.0], ["SizeType", "US/Canada"], ["SizeTypeInterval", 0.5], ["ToMondo0", 292.0], ["ToMondo1", 8.47]]
 (0.0ms)  COMMIT
SQL (0.0ms)  DELETE FROM "styles"
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Balmoral"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Boat Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Brouge"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Cross Trainer"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Derby"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Dress Boot"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Dress Shoe"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Driving Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Hiker"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Loafer (Slip-on)"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Oxford (Lace-up)"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Patent Leather"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Penny Loafer"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Runner"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Saddle Shoe"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Sandal"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Tennis"]]
 (15.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Walker"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Wingtip"]]
 (0.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Work Boot"]]
 (0.0ms)  COMMIT
 (1724.5ms)  DROP DATABASE IF EXISTS "newmyshoefits_dev"
 (484.7ms)  DROP DATABASE IF EXISTS "newmyshoefits_test"
 (16484.4ms)  CREATE DATABASE "newmyshoefits_dev" ENCODING = 'unicode'
 (15309.0ms)  CREATE DATABASE "newmyshoefits_test" ENCODING = 'unicode'
 (788.4ms)  DROP DATABASE IF EXISTS "newmyshoefits_dev"
 (15400.4ms)  CREATE DATABASE "newmyshoefits_dev" ENCODING = 'unicode'
 (129.5ms)  CREATE TABLE "affected_shoes" ("id" serial primary key, "ShoeID" bigint, "OwnerID" bigint, "T2RS_ID" bigint, "RealSize" float(24)) 
 (3.0ms)  CREATE TABLE "brands" ("Brand" character varying(30) NOT NULL) 
 (69.4ms)  CREATE UNIQUE INDEX  "index_brands_on_Brand" ON "brands" USING btree ("Brand")
 (80.0ms)  CREATE TABLE "customers" ("CustID" serial primary key, "Email" character varying(30) NOT NULL, "Gender" character varying(1) NOT NULL, "password_digest" character varying(60) NOT NULL, "ShoeSize" float(24), "ShoeSizeError" float(24), "preferredSizeType" character varying(20) NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
 (11.9ms)  CREATE TABLE "genders" ("Gender" character varying(1) NOT NULL) 
 (53.1ms)  CREATE UNIQUE INDEX  "index_genders_on_Gender" ON "genders" USING btree ("Gender")
 (8.0ms)  CREATE TABLE "lengthfits" ("LengthFit" character varying(20) NOT NULL) 
 (53.6ms)  CREATE UNIQUE INDEX  "index_lengthfits_on_LengthFit" ON "lengthfits" USING btree ("LengthFit")
 (10.0ms)  CREATE TABLE "materials" ("Material" character varying(20) NOT NULL) 
 (47.6ms)  CREATE UNIQUE INDEX  "index_materials_on_Material" ON "materials" USING btree ("Material")
 (80.5ms)  CREATE TABLE "shoes" ("ShoeID" serial primary key, "OwnerID" bigint NOT NULL, "T2RS_ID" bigint NOT NULL, "Brand" character varying(30) NOT NULL, "Style" character varying(20) NOT NULL, "Material" character varying(20) NOT NULL, "SizeType" character varying(20) NOT NULL, "LengthFit" character varying(20) NOT NULL, "Size" float(24) NOT NULL, "preRealSize" float(24), "RealSize" float(24), "created_at" timestamp, "updated_at" timestamp) 
 (9.0ms)  CREATE TABLE "sizetypes" ("SizeType" character varying(20) NOT NULL, "ToMondo1" float(24) NOT NULL, "ToMondo0" float(24) NOT NULL, "SizeTypeInterval" float(24) NOT NULL, "MinSize" float(24) NOT NULL, "MaxSize" float(24) NOT NULL) 
 (46.6ms)  CREATE UNIQUE INDEX  "index_sizetypes_on_SizeType" ON "sizetypes" USING btree ("SizeType")
 (8.8ms)  CREATE TABLE "styles" ("Style" character varying(20) NOT NULL) 
 (90.0ms)  CREATE UNIQUE INDEX  "index_styles_on_Style" ON "styles" USING btree ("Style")
 (80.6ms)  CREATE TABLE "t2rs_entry_infos" ("id" serial primary key, "OwnerID" bigint, "PreSize" float(24), "RealSize" float(24), "ShoeSize" float(24)) 
 (69.0ms)  CREATE TABLE "typetorealsizes" ("T2RS_ID" serial primary key, "BrandStyleMaterial" character varying(70) NOT NULL, "ToMondo1" float(24) DEFAULT 1.0 NOT NULL, "ToMondo0" float(24) DEFAULT 0.0 NOT NULL, "modified" boolean DEFAULT 'f' NOT NULL, "Uncertainty" float(24) DEFAULT 0.0, "created_at" timestamp, "updated_at" timestamp) 
 (83.4ms)  CREATE UNIQUE INDEX  "index_typetorealsizes_on_BrandStyleMaterial" ON "typetorealsizes" USING btree ("BrandStyleMaterial")
 (21.2ms)  CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
 (88.9ms)  CREATE UNIQUE INDEX  "unique_schema_migrations" ON "schema_migrations"  ("version")
 (7.0ms)  SELECT version FROM "schema_migrations"
 (9.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150226134530')
 (10.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128062158')
 (13.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064156')
 (8.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064957')
 (10.6ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065447')
 (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065759')
 (2.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065918')
 (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070117')
 (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070629')
 (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128071640')
 (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150225141726')
 (2908.9ms)  DROP DATABASE IF EXISTS "newmyshoefits_test"
 (27066.5ms)  CREATE DATABASE "newmyshoefits_test" ENCODING = 'unicode'
 (95.1ms)  CREATE TABLE "affected_shoes" ("id" serial primary key, "ShoeID" bigint, "OwnerID" bigint, "T2RS_ID" bigint, "RealSize" float(24)) 
 (3.0ms)  CREATE TABLE "brands" ("Brand" character varying(30) NOT NULL) 
 (176.8ms)  CREATE UNIQUE INDEX  "index_brands_on_Brand" ON "brands" USING btree ("Brand")
 (150.4ms)  CREATE TABLE "customers" ("CustID" serial primary key, "Email" character varying(30) NOT NULL, "Gender" character varying(1) NOT NULL, "password_digest" character varying(60) NOT NULL, "ShoeSize" float(24), "ShoeSizeError" float(24), "preferredSizeType" character varying(20) NOT NULL, "created_at" timestamp, "updated_at" timestamp) 
 (11.0ms)  CREATE TABLE "genders" ("Gender" character varying(1) NOT NULL) 
 (63.6ms)  CREATE UNIQUE INDEX  "index_genders_on_Gender" ON "genders" USING btree ("Gender")
 (7.0ms)  CREATE TABLE "lengthfits" ("LengthFit" character varying(20) NOT NULL) 
 (43.1ms)  CREATE UNIQUE INDEX  "index_lengthfits_on_LengthFit" ON "lengthfits" USING btree ("LengthFit")
 (10.0ms)  CREATE TABLE "materials" ("Material" character varying(20) NOT NULL) 
 (960.0ms)  CREATE UNIQUE INDEX  "index_materials_on_Material" ON "materials" USING btree ("Material")
 (708.1ms)  CREATE TABLE "shoes" ("ShoeID" serial primary key, "OwnerID" bigint NOT NULL, "T2RS_ID" bigint NOT NULL, "Brand" character varying(30) NOT NULL, "Style" character varying(20) NOT NULL, "Material" character varying(20) NOT NULL, "SizeType" character varying(20) NOT NULL, "LengthFit" character varying(20) NOT NULL, "Size" float(24) NOT NULL, "preRealSize" float(24), "RealSize" float(24), "created_at" timestamp, "updated_at" timestamp) 
 (27.8ms)  CREATE TABLE "sizetypes" ("SizeType" character varying(20) NOT NULL, "ToMondo1" float(24) NOT NULL, "ToMondo0" float(24) NOT NULL, "SizeTypeInterval" float(24) NOT NULL, "MinSize" float(24) NOT NULL, "MaxSize" float(24) NOT NULL) 
 (827.2ms)  CREATE UNIQUE INDEX  "index_sizetypes_on_SizeType" ON "sizetypes" USING btree ("SizeType")
 (194.2ms)  CREATE TABLE "styles" ("Style" character varying(20) NOT NULL) 
 (321.1ms)  CREATE UNIQUE INDEX  "index_styles_on_Style" ON "styles" USING btree ("Style")
 (287.0ms)  CREATE TABLE "t2rs_entry_infos" ("id" serial primary key, "OwnerID" bigint, "PreSize" float(24), "RealSize" float(24), "ShoeSize" float(24)) 
 (300.8ms)  CREATE TABLE "typetorealsizes" ("T2RS_ID" serial primary key, "BrandStyleMaterial" character varying(70) NOT NULL, "ToMondo1" float(24) DEFAULT 1.0 NOT NULL, "ToMondo0" float(24) DEFAULT 0.0 NOT NULL, "modified" boolean DEFAULT 'f' NOT NULL, "Uncertainty" float(24) DEFAULT 0.0, "created_at" timestamp, "updated_at" timestamp) 
 (714.3ms)  CREATE UNIQUE INDEX  "index_typetorealsizes_on_BrandStyleMaterial" ON "typetorealsizes" USING btree ("BrandStyleMaterial")
 (141.9ms)  CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
 (345.8ms)  CREATE UNIQUE INDEX  "unique_schema_migrations" ON "schema_migrations"  ("version")
 (8.0ms)  SELECT version FROM "schema_migrations"
 (24.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150226134530')
 (11.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128062158')
 (19.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064156')
 (2.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128064957')
 (2.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065447')
 (2.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065759')
 (14.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128065918')
 (9.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070117')
 (3.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128070629')
 (2.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150128071640')
 (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20150225141726')
ActiveRecord::SchemaMigration Load (2.0ms)  SELECT "schema_migrations".* FROM "schema_migrations"
SQL (4.0ms)  DELETE FROM "brands"
 (1.0ms)  BEGIN
SQL (88.6ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Adidas"]]
 (2.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Aldo"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Armani"]]
 (2.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Asics"]]
 (1.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Birkenstock"]]
 (4.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Bostonian"]]
 (24.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Carhartt"]]
 (444.3ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Champion"]]
 (14.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Clarks"]]
 (150.9ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Cole Haan"]]
 (61.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Columbia"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (2.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Converse"]]
 (3.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Crocs"]]
 (20.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dansko"]]
 (1.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "DC"]]
 (1.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Diesel"]]
 (1.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dockers"]]
 (28.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dr. Martens"]]
 (12.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Dream Pairs"]]
 (2.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Ecco"]]
 (8.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Etnies"]]
 (2.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (2.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Fred Perry"]]
 (19.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Frye"]]
 (26.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Hi-Tec"]]
 (37.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "John Fluevog"]]
 (31.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Kamik"]]
 (2.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Keen"]]
 (10.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Lacoste"]]
 (10.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Marc Jacobs"]]
 (32.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Merrell"]]
 (6.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Mizuno"]]
 (2.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Muck Boot"]]
 (10.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "New Balance"]]
 (53.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Nike"]]
 (20.5ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Original Penguin"]]
 (22.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Polo Ralph Lauren"]]
 (6.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Puma"]]
 (5.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Reebok"]]
 (47.4ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Reef"]]
 (24.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Rockport"]]
 (13.9ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Salomon"]]
 (11.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Sanuk"]]
 (31.1ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Saucony"]]
 (48.7ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Skechers"]]
 (53.8ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Sperry Top-Sider"]]
 (5.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Tamarac"]]
 (31.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Teva"]]
 (17.0ms)  COMMIT
 (2.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Timberland"]]
 (2.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Timberland Pro"]]
 (32.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "To Boot New York"]]
 (53.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "brands" ("Brand") VALUES ($1) RETURNING "Brand"  [["Brand", "Ugg"]]
 (53.0ms)  COMMIT
SQL (4.0ms)  DELETE FROM "genders"
 (0.0ms)  BEGIN
SQL (5.0ms)  INSERT INTO "genders" ("Gender") VALUES ($1) RETURNING "Gender"  [["Gender", "F"]]
 (9.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "genders" ("Gender") VALUES ($1) RETURNING "Gender"  [["Gender", "M"]]
 (19.0ms)  COMMIT
SQL (4.0ms)  DELETE FROM "lengthfits"
 (0.0ms)  BEGIN
SQL (5.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Perfect"]]
 (6.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Slightly Long"]]
 (12.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Slightly Short"]]
 (11.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Too Long"]]
 (6.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "lengthfits" ("LengthFit") VALUES ($1) RETURNING "LengthFit"  [["LengthFit", "Too Short"]]
 (3.0ms)  COMMIT
SQL (3.0ms)  DELETE FROM "materials"
 (0.0ms)  BEGIN
SQL (2.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Leather"]]
 (18.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Leatherette"]]
 (8.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Polyurethane"]]
 (7.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "PVC"]]
 (8.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "materials" ("Material") VALUES ($1) RETURNING "Material"  [["Material", "Rubber"]]
 (9.0ms)  COMMIT
SQL (1.0ms)  DELETE FROM "sizetypes"
 (0.0ms)  BEGIN
SQL (2.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 49.0], ["MinSize", 32.0], ["SizeType", "Europe"], ["SizeTypeInterval", 0.5], ["ToMondo0", -10.0], ["ToMondo1", 6.67]]
 (7.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 320.0], ["MinSize", 200.0], ["SizeType", "Mondopoint"], ["SizeTypeInterval", 5.0], ["ToMondo0", 0.0], ["ToMondo1", 1.0]]
 (10.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 14.0], ["MinSize", 0.0], ["SizeType", "UK/Australia"], ["SizeTypeInterval", 0.5], ["ToMondo0", 201.67], ["ToMondo1", 8.47]]
 (4.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "sizetypes" ("MaxSize", "MinSize", "SizeType", "SizeTypeInterval", "ToMondo0", "ToMondo1") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "SizeType"  [["MaxSize", 15.0], ["MinSize", 1.0], ["SizeType", "US/Canada"], ["SizeTypeInterval", 0.5], ["ToMondo0", 292.0], ["ToMondo1", 8.47]]
 (6.0ms)  COMMIT
SQL (2.0ms)  DELETE FROM "styles"
 (0.0ms)  BEGIN
SQL (2.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Balmoral"]]
 (16.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Boat Shoe"]]
 (25.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Brouge"]]
 (3.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Cross Trainer"]]
 (3.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Derby"]]
 (5.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Dress Boot"]]
 (27.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Dress Shoe"]]
 (7.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Driving Shoe"]]
 (4.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Hiker"]]
 (7.1ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Loafer (Slip-on)"]]
 (4.1ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Oxford (Lace-up)"]]
 (15.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Patent Leather"]]
 (6.6ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Penny Loafer"]]
 (18.8ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Runner"]]
 (21.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Saddle Shoe"]]
 (17.2ms)  COMMIT
 (0.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Sandal"]]
 (3.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Tennis"]]
 (12.4ms)  COMMIT
 (1.0ms)  BEGIN
SQL (1.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Walker"]]
 (3.0ms)  COMMIT
 (0.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Wingtip"]]
 (6.0ms)  COMMIT
 (1.0ms)  BEGIN
SQL (0.0ms)  INSERT INTO "styles" ("Style") VALUES ($1) RETURNING "Style"  [["Style", "Work Boot"]]
 (12.5ms)  COMMIT
SQL (10.0ms)  DELETE FROM "typetorealsizes"
 (5.0ms)  SELECT "brands"."Brand" FROM "brands"
 (4.0ms)  SELECT "styles"."Style" FROM "styles"
 (4.0ms)  SELECT "materials"."Material" FROM "materials"
 (1136.7ms)  INSERT INTO typetorealsizes ("BrandStyleMaterial") VALUES ('Adidas|Balmoral|Leather'), ('Adidas|Balmoral|Leatherette'), ('Adidas|Balmoral|Polyurethane'), ('Adidas|Balmoral|PVC'), ('Adidas|Balmoral|Rubber'), ('Adidas|Boat Shoe|Leather'), ('Adidas|Boat Shoe|Leatherette'), ('Adidas|Boat Shoe|Polyurethane'), ('Adidas|Boat Shoe|PVC'), ('Adidas|Boat Shoe|Rubber'), ('Adidas|Brouge|Leather'), ('Adidas|Brouge|Leatherette'), ('Adidas|Brouge|Polyurethane'), ('Adidas|Brouge|PVC'), ('Adidas|Brouge|Rubber'), ('Adidas|Cross Trainer|Leather'), ('Adidas|Cross Trainer|Leatherette'), ('Adidas|Cross Trainer|Polyurethane'), ('Adidas|Cross Trainer|PVC'), ('Adidas|Cross Trainer|Rubber'), ('Adidas|Derby|Leather'), ('Adidas|Derby|Leatherette'), ('Adidas|Derby|Polyurethane'), ('Adidas|Derby|PVC'), ('Adidas|Derby|Rubber'), ('Adidas|Dress Boot|Leather'), ('Adidas|Dress Boot|Leatherette'), ('Adidas|Dress Boot|Polyurethane'), ('Adidas|Dress Boot|PVC'), ('Adidas|Dress Boot|Rubber'), ('Adidas|Dress Shoe|Leather'), ('Adidas|Dress Shoe|Leatherette'), ('Adidas|Dress Shoe|Polyurethane'), ('Adidas|Dress Shoe|PVC'), ('Adidas|Dress Shoe|Rubber'), ('Adidas|Driving Shoe|Leather'), ('Adidas|Driving Shoe|Leatherette'), ('Adidas|Driving Shoe|Polyurethane'), ('Adidas|Driving Shoe|PVC'), ('Adidas|Driving Shoe|Rubber'), ('Adidas|Hiker|Leather'), ('Adidas|Hiker|Leatherette'), ('Adidas|Hiker|Polyurethane'), ('Adidas|Hiker|PVC'), ('Adidas|Hiker|Rubber'), ('Adidas|Loafer (Slip-on)|Leather'), ('Adidas|Loafer (Slip-on)|Leatherette'), ('Adidas|Loafer (Slip-on)|Polyurethane'), ('Adidas|Loafer (Slip-on)|PVC'), ('Adidas|Loafer (Slip-on)|Rubber'), ('Adidas|Oxford (Lace-up)|Leather'), ('Adidas|Oxford (Lace-up)|Leatherette'), ('Adidas|Oxford (Lace-up)|Polyurethane'), ('Adidas|Oxford (Lace-up)|PVC'), ('Adidas|Oxford (Lace-up)|Rubber'), ('Adidas|Patent Leather|Leather'), ('Adidas|Patent Leather|Leatherette'), ('Adidas|Patent Leather|Polyurethane'), ('Adidas|Patent Leather|PVC'), ('Adidas|Patent Leather|Rubber'), ('Adidas|Penny Loafer|Leather'), ('Adidas|Penny Loafer|Leatherette'), ('Adidas|Penny Loafer|Polyurethane'), ('Adidas|Penny Loafer|PVC'), ('Adidas|Penny Loafer|Rubber'), ('Adidas|Runner|Leather'), ('Adidas|Runner|Leatherette'), ('Adidas|Runner|Polyurethane'), ('Adidas|Runner|PVC'), ('Adidas|Runner|Rubber'), ('Adidas|Saddle Shoe|Leather'), ('Adidas|Saddle Shoe|Leatherette'), ('Adidas|Saddle Shoe|Polyurethane'), ('Adidas|Saddle Shoe|PVC'), ('Adidas|Saddle Shoe|Rubber'), ('Adidas|Sandal|Leather'), ('Adidas|Sandal|Leatherette'), ('Adidas|Sandal|Polyurethane'), ('Adidas|Sandal|PVC'), ('Adidas|Sandal|Rubber'), ('Adidas|Tennis|Leather'), ('Adidas|Tennis|Leatherette'), ('Adidas|Tennis|Polyurethane'), ('Adidas|Tennis|PVC'), ('Adidas|Tennis|Rubber'), ('Adidas|Walker|Leather'), ('Adidas|Walker|Leatherette'), ('Adidas|Walker|Polyurethane'), ('Adidas|Walker|PVC'), ('Adidas|Walker|Rubber'), ('Adidas|Wingtip|Leather'), ('Adidas|Wingtip|Leatherette'), ('Adidas|Wingtip|Polyurethane'), ('Adidas|Wingtip|PVC'), ('Adidas|Wingtip|Rubber'), ('Adidas|Work Boot|Leather'), ('Adidas|Work Boot|Leatherette'), ('Adidas|Work Boot|Polyurethane'), ('Adidas|Work Boot|PVC'), ('Adidas|Work Boot|Rubber'), ('Aldo|Balmoral|Leather'), ('Aldo|Balmoral|Leatherette'), ('Aldo|Balmoral|Polyurethane'), ('Aldo|Balmoral|PVC'), ('Aldo|Balmoral|Rubber'), ('Aldo|Boat Shoe|Leather'), ('Aldo|Boat Shoe|Leatherette'), ('Aldo|Boat Shoe|Polyurethane'), ('Aldo|Boat Shoe|PVC'), ('Aldo|Boat Shoe|Rubber'), ('Aldo|Brouge|Leather'), ('Aldo|Brouge|Leatherette'), ('Aldo|Brouge|Polyurethane'), ('Aldo|Brouge|PVC'), ('Aldo|Brouge|Rubber'), ('Aldo|Cross Trainer|Leather'), ('Aldo|Cross Trainer|Leatherette'), ('Aldo|Cross Trainer|Polyurethane'), ('Aldo|Cross Trainer|PVC'), ('Aldo|Cross Trainer|Rubber'), ('Aldo|Derby|Leather'), ('Aldo|Derby|Leatherette'), ('Aldo|Derby|Polyurethane'), ('Aldo|Derby|PVC'), ('Aldo|Derby|Rubber'), ('Aldo|Dress Boot|Leather'), ('Aldo|Dress Boot|Leatherette'), ('Aldo|Dress Boot|Polyurethane'), ('Aldo|Dress Boot|PVC'), ('Aldo|Dress Boot|Rubber'), ('Aldo|Dress Shoe|Leather'), ('Aldo|Dress Shoe|Leatherette'), ('Aldo|Dress Shoe|Polyurethane'), ('Aldo|Dress Shoe|PVC'), ('Aldo|Dress Shoe|Rubber'), ('Aldo|Driving Shoe|Leather'), ('Aldo|Driving Shoe|Leatherette'), ('Aldo|Driving Shoe|Polyurethane'), ('Aldo|Driving Shoe|PVC'), ('Aldo|Driving Shoe|Rubber'), ('Aldo|Hiker|Leather'), ('Aldo|Hiker|Leatherette'), ('Aldo|Hiker|Polyurethane'), ('Aldo|Hiker|PVC'), ('Aldo|Hiker|Rubber'), ('Aldo|Loafer (Slip-on)|Leather'), ('Aldo|Loafer (Slip-on)|Leatherette'), ('Aldo|Loafer (Slip-on)|Polyurethane'), ('Aldo|Loafer (Slip-on)|PVC'), ('Aldo|Loafer (Slip-on)|Rubber'), ('Aldo|Oxford (Lace-up)|Leather'), ('Aldo|Oxford (Lace-up)|Leatherette'), ('Aldo|Oxford (Lace-up)|Polyurethane'), ('Aldo|Oxford (Lace-up)|PVC'), ('Aldo|Oxford (Lace-up)|Rubber'), ('Aldo|Patent Leather|Leather'), ('Aldo|Patent Leather|Leatherette'), ('Aldo|Patent Leather|Polyurethane'), ('Aldo|Patent Leather|PVC'), ('Aldo|Patent Leather|Rubber'), ('Aldo|Penny Loafer|Leather'), ('Aldo|Penny Loafer|Leatherette'), ('Aldo|Penny Loafer|Polyurethane'), ('Aldo|Penny Loafer|PVC'), ('Aldo|Penny Loafer|Rubber'), ('Aldo|Runner|Leather'), ('Aldo|Runner|Leatherette'), ('Aldo|Runner|Polyurethane'), ('Aldo|Runner|PVC'), ('Aldo|Runner|Rubber'), ('Aldo|Saddle Shoe|Leather'), ('Aldo|Saddle Shoe|Leatherette'), ('Aldo|Saddle Shoe|Polyurethane'), ('Aldo|Saddle Shoe|PVC'), ('Aldo|Saddle Shoe|Rubber'), ('Aldo|Sandal|Leather'), ('Aldo|Sandal|Leatherette'), ('Aldo|Sandal|Polyurethane'), ('Aldo|Sandal|PVC'), ('Aldo|Sandal|Rubber'), ('Aldo|Tennis|Leather'), ('Aldo|Tennis|Leatherette'), ('Aldo|Tennis|Polyurethane'), ('Aldo|Tennis|PVC'), ('Aldo|Tennis|Rubber'), ('Aldo|Walker|Leather'), ('Aldo|Walker|Leatherette'), ('Aldo|Walker|Polyurethane'), ('Aldo|Walker|PVC'), ('Aldo|Walker|Rubber'), ('Aldo|Wingtip|Leather'), ('Aldo|Wingtip|Leatherette'), ('Aldo|Wingtip|Polyurethane'), ('Aldo|Wingtip|PVC'), ('Aldo|Wingtip|Rubber'), ('Aldo|Work Boot|Leather'), ('Aldo|Work Boot|Leatherette'), ('Aldo|Work Boot|Polyurethane'), ('Aldo|Work Boot|PVC'), ('Aldo|Work Boot|Rubber'), ('Armani|Balmoral|Leather'), ('Armani|Balmoral|Leatherette'), ('Armani|Balmoral|Polyurethane'), ('Armani|Balmoral|PVC'), ('Armani|Balmoral|Rubber'), ('Armani|Boat Shoe|Leather'), ('Armani|Boat Shoe|Leatherette'), ('Armani|Boat Shoe|Polyurethane'), ('Armani|Boat Shoe|PVC'), ('Armani|Boat Shoe|Rubber'), ('Armani|Brouge|Leather'), ('Armani|Brouge|Leatherette'), ('Armani|Brouge|Polyurethane'), ('Armani|Brouge|PVC'), ('Armani|Brouge|Rubber'), ('Armani|Cross Trainer|Leather'), ('Armani|Cross Trainer|Leatherette'), ('Armani|Cross Trainer|Polyurethane'), ('Armani|Cross Trainer|PVC'), ('Armani|Cross Trainer|Rubber'), ('Armani|Derby|Leather'), ('Armani|Derby|Leatherette'), ('Armani|Derby|Polyurethane'), ('Armani|Derby|PVC'), ('Armani|Derby|Rubber'), ('Armani|Dress Boot|Leather'), ('Armani|Dress Boot|Leatherette'), ('Armani|Dress Boot|Polyurethane'), ('Armani|Dress Boot|PVC'), ('Armani|Dress Boot|Rubber'), ('Armani|Dress Shoe|Leather'), ('Armani|Dress Shoe|Leatherette'), ('Armani|Dress Shoe|Polyurethane'), ('Armani|Dress Shoe|PVC'), ('Armani|Dress Shoe|Rubber'), ('Armani|Driving Shoe|Leather'), ('Armani|Driving Shoe|Leatherette'), ('Armani|Driving Shoe|Polyurethane'), ('Armani|Driving Shoe|PVC'), ('Armani|Driving Shoe|Rubber'), ('Armani|Hiker|Leather'), ('Armani|Hiker|Leatherette'), ('Armani|Hiker|Polyurethane'), ('Armani|Hiker|PVC'), ('Armani|Hiker|Rubber'), ('Armani|Loafer (Slip-on)|Leather'), ('Armani|Loafer (Slip-on)|Leatherette'), ('Armani|Loafer (Slip-on)|Polyurethane'), ('Armani|Loafer (Slip-on)|PVC'), ('Armani|Loafer (Slip-on)|Rubber'), ('Armani|Oxford (Lace-up)|Leather'), ('Armani|Oxford (Lace-up)|Leatherette'), ('Armani|Oxford (Lace-up)|Polyurethane'), ('Armani|Oxford (Lace-up)|PVC'), ('Armani|Oxford (Lace-up)|Rubber'), ('Armani|Patent Leather|Leather'), ('Armani|Patent Leather|Leatherette'), ('Armani|Patent Leather|Polyurethane'), ('Armani|Patent Leather|PVC'), ('Armani|Patent Leather|Rubber'), ('Armani|Penny Loafer|Leather'), ('Armani|Penny Loafer|Leatherette'), ('Armani|Penny Loafer|Polyurethane'), ('Armani|Penny Loafer|PVC'), ('Armani|Penny Loafer|Rubber'), ('Armani|Runner|Leather'), ('Armani|Runner|Leatherette'), ('Armani|Runner|Polyurethane'), ('Armani|Runner|PVC'), ('Armani|Runner|Rubber'), ('Armani|Saddle Shoe|Leather'), ('Armani|Saddle Shoe|Leatherette'), ('Armani|Saddle Shoe|Polyurethane'), ('Armani|Saddle Shoe|PVC'), ('Armani|Saddle Shoe|Rubber'), ('Armani|Sandal|Leather'), ('Armani|Sandal|Leatherette'), ('Armani|Sandal|Polyurethane'), ('Armani|Sandal|PVC'), ('Armani|Sandal|Rubber'), ('Armani|Tennis|Leather'), ('Armani|Tennis|Leatherette'), ('Armani|Tennis|Polyurethane'), ('Armani|Tennis|PVC'), ('Armani|Tennis|Rubber'), ('Armani|Walker|Leather'), ('Armani|Walker|Leatherette'), ('Armani|Walker|Polyurethane'), ('Armani|Walker|PVC'), ('Armani|Walker|Rubber'), ('Armani|Wingtip|Leather'), ('Armani|Wingtip|Leatherette'), ('Armani|Wingtip|Polyurethane'), ('Armani|Wingtip|PVC'), ('Armani|Wingtip|Rubber'), ('Armani|Work Boot|Leather'), ('Armani|Work Boot|Leatherette'), ('Armani|Work Boot|Polyurethane'), ('Armani|Work Boot|PVC'), ('Armani|Work Boot|Rubber'), ('Asics|Balmoral|Leather'), ('Asics|Balmoral|Leatherette'), ('Asics|Balmoral|Polyurethane'), ('Asics|Balmoral|PVC'), ('Asics|Balmoral|Rubber'), ('Asics|Boat Shoe|Leather'), ('Asics|Boat Shoe|Leatherette'), ('Asics|Boat Shoe|Polyurethane'), ('Asics|Boat Shoe|PVC'), ('Asics|Boat Shoe|Rubber'), ('Asics|Brouge|Leather'), ('Asics|Brouge|Leatherette'), ('Asics|Brouge|Polyurethane'), ('Asics|Brouge|PVC'), ('Asics|Brouge|Rubber'), ('Asics|Cross Trainer|Leather'), ('Asics|Cross Trainer|Leatherette'), ('Asics|Cross Trainer|Polyurethane'), ('Asics|Cross Trainer|PVC'), ('Asics|Cross Trainer|Rubber'), ('Asics|Derby|Leather'), ('Asics|Derby|Leatherette'), ('Asics|Derby|Polyurethane'), ('Asics|Derby|PVC'), ('Asics|Derby|Rubber'), ('Asics|Dress Boot|Leather'), ('Asics|Dress Boot|Leatherette'), ('Asics|Dress Boot|Polyurethane'), ('Asics|Dress Boot|PVC'), ('Asics|Dress Boot|Rubber'), ('Asics|Dress Shoe|Leather'), ('Asics|Dress Shoe|Leatherette'), ('Asics|Dress Shoe|Polyurethane'), ('Asics|Dress Shoe|PVC'), ('Asics|Dress Shoe|Rubber'), ('Asics|Driving Shoe|Leather'), ('Asics|Driving Shoe|Leatherette'), ('Asics|Driving Shoe|Polyurethane'), ('Asics|Driving Shoe|PVC'), ('Asics|Driving Shoe|Rubber'), ('Asics|Hiker|Leather'), ('Asics|Hiker|Leatherette'), ('Asics|Hiker|Polyurethane'), ('Asics|Hiker|PVC'), ('Asics|Hiker|Rubber'), ('Asics|Loafer (Slip-on)|Leather'), ('Asics|Loafer (Slip-on)|Leatherette'), ('Asics|Loafer (Slip-on)|Polyurethane'), ('Asics|Loafer (Slip-on)|PVC'), ('Asics|Loafer (Slip-on)|Rubber'), ('Asics|Oxford (Lace-up)|Leather'), ('Asics|Oxford (Lace-up)|Leatherette'), ('Asics|Oxford (Lace-up)|Polyurethane'), ('Asics|Oxford (Lace-up)|PVC'), ('Asics|Oxford (Lace-up)|Rubber'), ('Asics|Patent Leather|Leather'), ('Asics|Patent Leather|Leatherette'), ('Asics|Patent Leather|Polyurethane'), ('Asics|Patent Leather|PVC'), ('Asics|Patent Leather|Rubber'), ('Asics|Penny Loafer|Leather'), ('Asics|Penny Loafer|Leatherette'), ('Asics|Penny Loafer|Polyurethane'), ('Asics|Penny Loafer|PVC'), ('Asics|Penny Loafer|Rubber'), ('Asics|Runner|Leather'), ('Asics|Runner|Leatherette'), ('Asics|Runner|Polyurethane'), ('Asics|Runner|PVC'), ('Asics|Runner|Rubber'), ('Asics|Saddle Shoe|Leather'), ('Asics|Saddle Shoe|Leatherette'), ('Asics|Saddle Shoe|Polyurethane'), ('Asics|Saddle Shoe|PVC'), ('Asics|Saddle Shoe|Rubber'), ('Asics|Sandal|Leather'), ('Asics|Sandal|Leatherette'), ('Asics|Sandal|Polyurethane'), ('Asics|Sandal|PVC'), ('Asics|Sandal|Rubber'), ('Asics|Tennis|Leather'), ('Asics|Tennis|Leatherette'), ('Asics|Tennis|Polyurethane'), ('Asics|Tennis|PVC'), ('Asics|Tennis|Rubber'), ('Asics|Walker|Leather'), ('Asics|Walker|Leatherette'), ('Asics|Walker|Polyurethane'), ('Asics|Walker|PVC'), ('Asics|Walker|Rubber'), ('Asics|Wingtip|Leather'), ('Asics|Wingtip|Leatherette'), ('Asics|Wingtip|Polyurethane'), ('Asics|Wingtip|PVC'), ('Asics|Wingtip|Rubber'), ('Asics|Work Boot|Leather'), ('Asics|Work Boot|Leatherette'), ('Asics|Work Boot|Polyurethane'), ('Asics|Work Boot|PVC'), ('Asics|Work Boot|Rubber'), ('Birkenstock|Balmoral|Leather'), ('Birkenstock|Balmoral|Leatherette'), ('Birkenstock|Balmoral|Polyurethane'), ('Birkenstock|Balmoral|PVC'), ('Birkenstock|Balmoral|Rubber'), ('Birkenstock|Boat Shoe|Leather'), ('Birkenstock|Boat Shoe|Leatherette'), ('Birkenstock|Boat Shoe|Polyurethane'), ('Birkenstock|Boat Shoe|PVC'), ('Birkenstock|Boat Shoe|Rubber'), ('Birkenstock|Brouge|Leather'), ('Birkenstock|Brouge|Leatherette'), ('Birkenstock|Brouge|Polyurethane'), ('Birkenstock|Brouge|PVC'), ('Birkenstock|Brouge|Rubber'), ('Birkenstock|Cross Trainer|Leather'), ('Birkenstock|Cross Trainer|Leatherette'), ('Birkenstock|Cross Trainer|Polyurethane'), ('Birkenstock|Cross Trainer|PVC'), ('Birkenstock|Cross Trainer|Rubber'), ('Birkenstock|Derby|Leather'), ('Birkenstock|Derby|Leatherette'), ('Birkenstock|Derby|Polyurethane'), ('Birkenstock|Derby|PVC'), ('Birkenstock|Derby|Rubber'), ('Birkenstock|Dress Boot|Leather'), ('Birkenstock|Dress Boot|Leatherette'), ('Birkenstock|Dress Boot|Polyurethane'), ('Birkenstock|Dress Boot|PVC'), ('Birkenstock|Dress Boot|Rubber'), ('Birkenstock|Dress Shoe|Leather'), ('Birkenstock|Dress Shoe|Leatherette'), ('Birkenstock|Dress Shoe|Polyurethane'), ('Birkenstock|Dress Shoe|PVC'), ('Birkenstock|Dress Shoe|Rubber'), ('Birkenstock|Driving Shoe|Leather'), ('Birkenstock|Driving Shoe|Leatherette'), ('Birkenstock|Driving Shoe|Polyurethane'), ('Birkenstock|Driving Shoe|PVC'), ('Birkenstock|Driving Shoe|Rubber'), ('Birkenstock|Hiker|Leather'), ('Birkenstock|Hiker|Leatherette'), ('Birkenstock|Hiker|Polyurethane'), ('Birkenstock|Hiker|PVC'), ('Birkenstock|Hiker|Rubber'), ('Birkenstock|Loafer (Slip-on)|Leather'), ('Birkenstock|Loafer (Slip-on)|Leatherette'), ('Birkenstock|Loafer (Slip-on)|Polyurethane'), ('Birkenstock|Loafer (Slip-on)|PVC'), ('Birkenstock|Loafer (Slip-on)|Rubber'), ('Birkenstock|Oxford (Lace-up)|Leather'), ('Birkenstock|Oxford (Lace-up)|Leatherette'), ('Birkenstock|Oxford (Lace-up)|Polyurethane'), ('Birkenstock|Oxford (Lace-up)|PVC'), ('Birkenstock|Oxford (Lace-up)|Rubber'), ('Birkenstock|Patent Leather|Leather'), ('Birkenstock|Patent Leather|Leatherette'), ('Birkenstock|Patent Leather|Polyurethane'), ('Birkenstock|Patent Leather|PVC'), ('Birkenstock|Patent Leather|Rubber'), ('Birkenstock|Penny Loafer|Leather'), ('Birkenstock|Penny Loafer|Leatherette'), ('Birkenstock|Penny Loafer|Polyurethane'), ('Birkenstock|Penny Loafer|PVC'), ('Birkenstock|Penny Loafer|Rubber'), ('Birkenstock|Runner|Leather'), ('Birkenstock|Runner|Leatherette'), ('Birkenstock|Runner|Polyurethane'), ('Birkenstock|Runner|PVC'), ('Birkenstock|Runner|Rubber'), ('Birkenstock|Saddle Shoe|Leather'), ('Birkenstock|Saddle Shoe|Leatherette'), ('Birkenstock|Saddle Shoe|Polyurethane'), ('Birkenstock|Saddle Shoe|PVC'), ('Birkenstock|Saddle Shoe|Rubber'), ('Birkenstock|Sandal|Leather'), ('Birkenstock|Sandal|Leatherette'), ('Birkenstock|Sandal|Polyurethane'), ('Birkenstock|Sandal|PVC'), ('Birkenstock|Sandal|Rubber'), ('Birkenstock|Tennis|Leather'), ('Birkenstock|Tennis|Leatherette'), ('Birkenstock|Tennis|Polyurethane'), ('Birkenstock|Tennis|PVC'), ('Birkenstock|Tennis|Rubber'), ('Birkenstock|Walker|Leather'), ('Birkenstock|Walker|Leatherette'), ('Birkenstock|Walker|Polyurethane'), ('Birkenstock|Walker|PVC'), ('Birkenstock|Walker|Rubber'), ('Birkenstock|Wingtip|Leather'), ('Birkenstock|Wingtip|Leatherette'), ('Birkenstock|Wingtip|Polyurethane'), ('Birkenstock|Wingtip|PVC'), ('Birkenstock|Wingtip|Rubber'), ('Birkenstock|Work Boot|Leather'), ('Birkenstock|Work Boot|Leatherette'), ('Birkenstock|Work Boot|Polyurethane'), ('Birkenstock|Work Boot|PVC'), ('Birkenstock|Work Boot|Rubber'), ('Bostonian|Balmoral|Leather'), ('Bostonian|Balmoral|Leatherette'), ('Bostonian|Balmoral|Polyurethane'), ('Bostonian|Balmoral|PVC'), ('Bostonian|Balmoral|Rubber'), ('Bostonian|Boat Shoe|Leather'), ('Bostonian|Boat Shoe|Leatherette'), ('Bostonian|Boat Shoe|Polyurethane'), ('Bostonian|Boat Shoe|PVC'), ('Bostonian|Boat Shoe|Rubber'), ('Bostonian|Brouge|Leather'), ('Bostonian|Brouge|Leatherette'), ('Bostonian|Brouge|Polyurethane'), ('Bostonian|Brouge|PVC'), ('Bostonian|Brouge|Rubber'), ('Bostonian|Cross Trainer|Leather'), ('Bostonian|Cross Trainer|Leatherette'), ('Bostonian|Cross Trainer|Polyurethane'), ('Bostonian|Cross Trainer|PVC'), ('Bostonian|Cross Trainer|Rubber'), ('Bostonian|Derby|Leather'), ('Bostonian|Derby|Leatherette'), ('Bostonian|Derby|Polyurethane'), ('Bostonian|Derby|PVC'), ('Bostonian|Derby|Rubber'), ('Bostonian|Dress Boot|Leather'), ('Bostonian|Dress Boot|Leatherette'), ('Bostonian|Dress Boot|Polyurethane'), ('Bostonian|Dress Boot|PVC'), ('Bostonian|Dress Boot|Rubber'), ('Bostonian|Dress Shoe|Leather'), ('Bostonian|Dress Shoe|Leatherette'), ('Bostonian|Dress Shoe|Polyurethane'), ('Bostonian|Dress Shoe|PVC'), ('Bostonian|Dress Shoe|Rubber'), ('Bostonian|Driving Shoe|Leather'), ('Bostonian|Driving Shoe|Leatherette'), ('Bostonian|Driving Shoe|Polyurethane'), ('Bostonian|Driving Shoe|PVC'), ('Bostonian|Driving Shoe|Rubber'), ('Bostonian|Hiker|Leather'), ('Bostonian|Hiker|Leatherette'), ('Bostonian|Hiker|Polyurethane'), ('Bostonian|Hiker|PVC'), ('Bostonian|Hiker|Rubber'), ('Bostonian|Loafer (Slip-on)|Leather'), ('Bostonian|Loafer (Slip-on)|Leatherette'), ('Bostonian|Loafer (Slip-on)|Polyurethane'), ('Bostonian|Loafer (Slip-on)|PVC'), ('Bostonian|Loafer (Slip-on)|Rubber'), ('Bostonian|Oxford (Lace-up)|Leather'), ('Bostonian|Oxford (Lace-up)|Leatherette'), ('Bostonian|Oxford (Lace-up)|Polyurethane'), ('Bostonian|Oxford (Lace-up)|PVC'), ('Bostonian|Oxford (Lace-up)|Rubber'), ('Bostonian|Patent Leather|Leather'), ('Bostonian|Patent Leather|Leatherette'), ('Bostonian|Patent Leather|Polyurethane'), ('Bostonian|Patent Leather|PVC'), ('Bostonian|Patent Leather|Rubber'), ('Bostonian|Penny Loafer|Leather'), ('Bostonian|Penny Loafer|Leatherette'), ('Bostonian|Penny Loafer|Polyurethane'), ('Bostonian|Penny Loafer|PVC'), ('Bostonian|Penny Loafer|Rubber'), ('Bostonian|Runner|Leather'), ('Bostonian|Runner|Leatherette'), ('Bostonian|Runner|Polyurethane'), ('Bostonian|Runner|PVC'), ('Bostonian|Runner|Rubber'), ('Bostonian|Saddle Shoe|Leather'), ('Bostonian|Saddle Shoe|Leatherette'), ('Bostonian|Saddle Shoe|Polyurethane'), ('Bostonian|Saddle Shoe|PVC'), ('Bostonian|Saddle Shoe|Rubber'), ('Bostonian|Sandal|Leather'), ('Bostonian|Sandal|Leatherette'), ('Bostonian|Sandal|Polyurethane'), ('Bostonian|Sandal|PVC'), ('Bostonian|Sandal|Rubber'), ('Bostonian|Tennis|Leather'), ('Bostonian|Tennis|Leatherette'), ('Bostonian|Tennis|Polyurethane'), ('Bostonian|Tennis|PVC'), ('Bostonian|Tennis|Rubber'), ('Bostonian|Walker|Leather'), ('Bostonian|Walker|Leatherette'), ('Bostonian|Walker|Polyurethane'), ('Bostonian|Walker|PVC'), ('Bostonian|Walker|Rubber'), ('Bostonian|Wingtip|Leather'), ('Bostonian|Wingtip|Leatherette'), ('Bostonian|Wingtip|Polyurethane'), ('Bostonian|Wingtip|PVC'), ('Bostonian|Wingtip|Rubber'), ('Bostonian|Work Boot|Leather'), ('Bostonian|Work Boot|Leatherette'), ('Bostonian|Work Boot|Polyurethane'), ('Bostonian|Work Boot|PVC'), ('Bostonian|Work Boot|Rubber'), ('Carhartt|Balmoral|Leather'), ('Carhartt|Balmoral|Leatherette'), ('Carhartt|Balmoral|Polyurethane'), ('Carhartt|Balmoral|PVC'), ('Carhartt|Balmoral|Rubber'), ('Carhartt|Boat Shoe|Leather'), ('Carhartt|Boat Shoe|Leatherette'), ('Carhartt|Boat Shoe|Polyurethane'), ('Carhartt|Boat Shoe|PVC'), ('Carhartt|Boat Shoe|Rubber'), ('Carhartt|Brouge|Leather'), ('Carhartt|Brouge|Leatherette'), ('Carhartt|Brouge|Polyurethane'), ('Carhartt|Brouge|PVC'), ('Carhartt|Brouge|Rubber'), ('Carhartt|Cross Trainer|Leather'), ('Carhartt|Cross Trainer|Leatherette'), ('Carhartt|Cross Trainer|Polyurethane'), ('Carhartt|Cross Trainer|PVC'), ('Carhartt|Cross Trainer|Rubber'), ('Carhartt|Derby|Leather'), ('Carhartt|Derby|Leatherette'), ('Carhartt|Derby|Polyurethane'), ('Carhartt|Derby|PVC'), ('Carhartt|Derby|Rubber'), ('Carhartt|Dress Boot|Leather'), ('Carhartt|Dress Boot|Leatherette'), ('Carhartt|Dress Boot|Polyurethane'), ('Carhartt|Dress Boot|PVC'), ('Carhartt|Dress Boot|Rubber'), ('Carhartt|Dress Shoe|Leather'), ('Carhartt|Dress Shoe|Leatherette'), ('Carhartt|Dress Shoe|Polyurethane'), ('Carhartt|Dress Shoe|PVC'), ('Carhartt|Dress Shoe|Rubber'), ('Carhartt|Driving Shoe|Leather'), ('Carhartt|Driving Shoe|Leatherette'), ('Carhartt|Driving Shoe|Polyurethane'), ('Carhartt|Driving Shoe|PVC'), ('Carhartt|Driving Shoe|Rubber'), ('Carhartt|Hiker|Leather'), ('Carhartt|Hiker|Leatherette'), ('Carhartt|Hiker|Polyurethane'), ('Carhartt|Hiker|PVC'), ('Carhartt|Hiker|Rubber'), ('Carhartt|Loafer (Slip-on)|Leather'), ('Carhartt|Loafer (Slip-on)|Leatherette'), ('Carhartt|Loafer (Slip-on)|Polyurethane'), ('Carhartt|Loafer (Slip-on)|PVC'), ('Carhartt|Loafer (Slip-on)|Rubber'), ('Carhartt|Oxford (Lace-up)|Leather'), ('Carhartt|Oxford (Lace-up)|Leatherette'), ('Carhartt|Oxford (Lace-up)|Polyurethane'), ('Carhartt|Oxford (Lace-up)|PVC'), ('Carhartt|Oxford (Lace-up)|Rubber'), ('Carhartt|Patent Leather|Leather'), ('Carhartt|Patent Leather|Leatherette'), ('Carhartt|Patent Leather|Polyurethane'), ('Carhartt|Patent Leather|PVC'), ('Carhartt|Patent Leather|Rubber'), ('Carhartt|Penny Loafer|Leather'), ('Carhartt|Penny Loafer|Leatherette'), ('Carhartt|Penny Loafer|Polyurethane'), ('Carhartt|Penny Loafer|PVC'), ('Carhartt|Penny Loafer|Rubber'), ('Carhartt|Runner|Leather'), ('Carhartt|Runner|Leatherette'), ('Carhartt|Runner|Polyurethane'), ('Carhartt|Runner|PVC'), ('Carhartt|Runner|Rubber'), ('Carhartt|Saddle Shoe|Leather'), ('Carhartt|Saddle Shoe|Leatherette'), ('Carhartt|Saddle Shoe|Polyurethane'), ('Carhartt|Saddle Shoe|PVC'), ('Carhartt|Saddle Shoe|Rubber'), ('Carhartt|Sandal|Leather'), ('Carhartt|Sandal|Leatherette'), ('Carhartt|Sandal|Polyurethane'), ('Carhartt|Sandal|PVC'), ('Carhartt|Sandal|Rubber'), ('Carhartt|Tennis|Leather'), ('Carhartt|Tennis|Leatherette'), ('Carhartt|Tennis|Polyurethane'), ('Carhartt|Tennis|PVC'), ('Carhartt|Tennis|Rubber'), ('Carhartt|Walker|Leather'), ('Carhartt|Walker|Leatherette'), ('Carhartt|Walker|Polyurethane'), ('Carhartt|Walker|PVC'), ('Carhartt|Walker|Rubber'), ('Carhartt|Wingtip|Leather'), ('Carhartt|Wingtip|Leatherette'), ('Carhartt|Wingtip|Polyurethane'), ('Carhartt|Wingtip|PVC'), ('Carhartt|Wingtip|Rubber'), ('Carhartt|Work Boot|Leather'), ('Carhartt|Work Boot|Leatherette'), ('Carhartt|Work Boot|Polyurethane'), ('Carhartt|Work Boot|PVC'), ('Carhartt|Work Boot|Rubber'), ('Champion|Balmoral|Leather'), ('Champion|Balmoral|Leatherette'), ('Champion|Balmoral|Polyurethane'), ('Champion|Balmoral|PVC'), ('Champion|Balmoral|Rubber'), ('Champion|Boat Shoe|Leather'), ('Champion|Boat Shoe|Leatherette'), ('Champion|Boat Shoe|Polyurethane'), ('Champion|Boat Shoe|PVC'), ('Champion|Boat Shoe|Rubber'), ('Champion|Brouge|Leather'), ('Champion|Brouge|Leatherette'), ('Champion|Brouge|Polyurethane'), ('Champion|Brouge|PVC'), ('Champion|Brouge|Rubber'), ('Champion|Cross Trainer|Leather'), ('Champion|Cross Trainer|Leatherette'), ('Champion|Cross Trainer|Polyurethane'), ('Champion|Cross Trainer|PVC'), ('Champion|Cross Trainer|Rubber'), ('Champion|Derby|Leather'), ('Champion|Derby|Leatherette'), ('Champion|Derby|Polyurethane'), ('Champion|Derby|PVC'), ('Champion|Derby|Rubber'), ('Champion|Dress Boot|Leather'), ('Champion|Dress Boot|Leatherette'), ('Champion|Dress Boot|Polyurethane'), ('Champion|Dress Boot|PVC'), ('Champion|Dress Boot|Rubber'), ('Champion|Dress Shoe|Leather'), ('Champion|Dress Shoe|Leatherette'), ('Champion|Dress Shoe|Polyurethane'), ('Champion|Dress Shoe|PVC'), ('Champion|Dress Shoe|Rubber'), ('Champion|Driving Shoe|Leather'), ('Champion|Driving Shoe|Leatherette'), ('Champion|Driving Shoe|Polyurethane'), ('Champion|Driving Shoe|PVC'), ('Champion|Driving Shoe|Rubber'), ('Champion|Hiker|Leather'), ('Champion|Hiker|Leatherette'), ('Champion|Hiker|Polyurethane'), ('Champion|Hiker|PVC'), ('Champion|Hiker|Rubber'), ('Champion|Loafer (Slip-on)|Leather'), ('Champion|Loafer (Slip-on)|Leatherette'), ('Champion|Loafer (Slip-on)|Polyurethane'), ('Champion|Loafer (Slip-on)|PVC'), ('Champion|Loafer (Slip-on)|Rubber'), ('Champion|Oxford (Lace-up)|Leather'), ('Champion|Oxford (Lace-up)|Leatherette'), ('Champion|Oxford (Lace-up)|Polyurethane'), ('Champion|Oxford (Lace-up)|PVC'), ('Champion|Oxford (Lace-up)|Rubber'), ('Champion|Patent Leather|Leather'), ('Champion|Patent Leather|Leatherette'), ('Champion|Patent Leather|Polyurethane'), ('Champion|Patent Leather|PVC'), ('Champion|Patent Leather|Rubber'), ('Champion|Penny Loafer|Leather'), ('Champion|Penny Loafer|Leatherette'), ('Champion|Penny Loafer|Polyurethane'), ('Champion|Penny Loafer|PVC'), ('Champion|Penny Loafer|Rubber'), ('Champion|Runner|Leather'), ('Champion|Runner|Leatherette'), ('Champion|Runner|Polyurethane'), ('Champion|Runner|PVC'), ('Champion|Runner|Rubber'), ('Champion|Saddle Shoe|Leather'), ('Champion|Saddle Shoe|Leatherette'), ('Champion|Saddle Shoe|Polyurethane'), ('Champion|Saddle Shoe|PVC'), ('Champion|Saddle Shoe|Rubber'), ('Champion|Sandal|Leather'), ('Champion|Sandal|Leatherette'), ('Champion|Sandal|Polyurethane'), ('Champion|Sandal|PVC'), ('Champion|Sandal|Rubber'), ('Champion|Tennis|Leather'), ('Champion|Tennis|Leatherette'), ('Champion|Tennis|Polyurethane'), ('Champion|Tennis|PVC'), ('Champion|Tennis|Rubber'), ('Champion|Walker|Leather'), ('Champion|Walker|Leatherette'), ('Champion|Walker|Polyurethane'), ('Champion|Walker|PVC'), ('Champion|Walker|Rubber'), ('Champion|Wingtip|Leather'), ('Champion|Wingtip|Leatherette'), ('Champion|Wingtip|Polyurethane'), ('Champion|Wingtip|PVC'), ('Champion|Wingtip|Rubber'), ('Champion|Work Boot|Leather'), ('Champion|Work Boot|Leatherette'), ('Champion|Work Boot|Polyurethane'), ('Champion|Work Boot|PVC'), ('Champion|Work Boot|Rubber'), ('Clarks|Balmoral|Leather'), ('Clarks|Balmoral|Leatherette'), ('Clarks|Balmoral|Polyurethane'), ('Clarks|Balmoral|PVC'), ('Clarks|Balmoral|Rubber'), ('Clarks|Boat Shoe|Leather'), ('Clarks|Boat Shoe|Leatherette'), ('Clarks|Boat Shoe|Polyurethane'), ('Clarks|Boat Shoe|PVC'), ('Clarks|Boat Shoe|Rubber'), ('Clarks|Brouge|Leather'), ('Clarks|Brouge|Leatherette'), ('Clarks|Brouge|Polyurethane'), ('Clarks|Brouge|PVC'), ('Clarks|Brouge|Rubber'), ('Clarks|Cross Trainer|Leather'), ('Clarks|Cross Trainer|Leatherette'), ('Clarks|Cross Trainer|Polyurethane'), ('Clarks|Cross Trainer|PVC'), ('Clarks|Cross Trainer|Rubber'), ('Clarks|Derby|Leather'), ('Clarks|Derby|Leatherette'), ('Clarks|Derby|Polyurethane'), ('Clarks|Derby|PVC'), ('Clarks|Derby|Rubber'), ('Clarks|Dress Boot|Leather'), ('Clarks|Dress Boot|Leatherette'), ('Clarks|Dress Boot|Polyurethane'), ('Clarks|Dress Boot|PVC'), ('Clarks|Dress Boot|Rubber'), ('Clarks|Dress Shoe|Leather'), ('Clarks|Dress Shoe|Leatherette'), ('Clarks|Dress Shoe|Polyurethane'), ('Clarks|Dress Shoe|PVC'), ('Clarks|Dress Shoe|Rubber'), ('Clarks|Driving Shoe|Leather'), ('Clarks|Driving Shoe|Leatherette'), ('Clarks|Driving Shoe|Polyurethane'), ('Clarks|Driving Shoe|PVC'), ('Clarks|Driving Shoe|Rubber'), ('Clarks|Hiker|Leather'), ('Clarks|Hiker|Leatherette'), ('Clarks|Hiker|Polyurethane'), ('Clarks|Hiker|PVC'), ('Clarks|Hiker|Rubber'), ('Clarks|Loafer (Slip-on)|Leather'), ('Clarks|Loafer (Slip-on)|Leatherette'), ('Clarks|Loafer (Slip-on)|Polyurethane'), ('Clarks|Loafer (Slip-on)|PVC'), ('Clarks|Loafer (Slip-on)|Rubber'), ('Clarks|Oxford (Lace-up)|Leather'), ('Clarks|Oxford (Lace-up)|Leatherette'), ('Clarks|Oxford (Lace-up)|Polyurethane'), ('Clarks|Oxford (Lace-up)|PVC'), ('Clarks|Oxford (Lace-up)|Rubber'), ('Clarks|Patent Leather|Leather'), ('Clarks|Patent Leather|Leatherette'), ('Clarks|Patent Leather|Polyurethane'), ('Clarks|Patent Leather|PVC'), ('Clarks|Patent Leather|Rubber'), ('Clarks|Penny Loafer|Leather'), ('Clarks|Penny Loafer|Leatherette'), ('Clarks|Penny Loafer|Polyurethane'), ('Clarks|Penny Loafer|PVC'), ('Clarks|Penny Loafer|Rubber'), ('Clarks|Runner|Leather'), ('Clarks|Runner|Leatherette'), ('Clarks|Runner|Polyurethane'), ('Clarks|Runner|PVC'), ('Clarks|Runner|Rubber'), ('Clarks|Saddle Shoe|Leather'), ('Clarks|Saddle Shoe|Leatherette'), ('Clarks|Saddle Shoe|Polyurethane'), ('Clarks|Saddle Shoe|PVC'), ('Clarks|Saddle Shoe|Rubber'), ('Clarks|Sandal|Leather'), ('Clarks|Sandal|Leatherette'), ('Clarks|Sandal|Polyurethane'), ('Clarks|Sandal|PVC'), ('Clarks|Sandal|Rubber'), ('Clarks|Tennis|Leather'), ('Clarks|Tennis|Leatherette'), ('Clarks|Tennis|Polyurethane'), ('Clarks|Tennis|PVC'), ('Clarks|Tennis|Rubber'), ('Clarks|Walker|Leather'), ('Clarks|Walker|Leatherette'), ('Clarks|Walker|Polyurethane'), ('Clarks|Walker|PVC'), ('Clarks|Walker|Rubber'), ('Clarks|Wingtip|Leather'), ('Clarks|Wingtip|Leatherette'), ('Clarks|Wingtip|Polyurethane'), ('Clarks|Wingtip|PVC'), ('Clarks|Wingtip|Rubber'), ('Clarks|Work Boot|Leather'), ('Clarks|Work Boot|Leatherette'), ('Clarks|Work Boot|Polyurethane'), ('Clarks|Work Boot|PVC'), ('Clarks|Work Boot|Rubber'), ('Cole Haan|Balmoral|Leather'), ('Cole Haan|Balmoral|Leatherette'), ('Cole Haan|Balmoral|Polyurethane'), ('Cole Haan|Balmoral|PVC'), ('Cole Haan|Balmoral|Rubber'), ('Cole Haan|Boat Shoe|Leather'), ('Cole Haan|Boat Shoe|Leatherette'), ('Cole Haan|Boat Shoe|Polyurethane'), ('Cole Haan|Boat Shoe|PVC'), ('Cole Haan|Boat Shoe|Rubber'), ('Cole Haan|Brouge|Leather'), ('Cole Haan|Brouge|Leatherette'), ('Cole Haan|Brouge|Polyurethane'), ('Cole Haan|Brouge|PVC'), ('Cole Haan|Brouge|Rubber'), ('Cole Haan|Cross Trainer|Leather'), ('Cole Haan|Cross Trainer|Leatherette'), ('Cole Haan|Cross Trainer|Polyurethane'), ('Cole Haan|Cross Trainer|PVC'), ('Cole Haan|Cross Trainer|Rubber'), ('Cole Haan|Derby|Leather'), ('Cole Haan|Derby|Leatherette'), ('Cole Haan|Derby|Polyurethane'), ('Cole Haan|Derby|PVC'), ('Cole Haan|Derby|Rubber'), ('Cole Haan|Dress Boot|Leather'), ('Cole Haan|Dress Boot|Leatherette'), ('Cole Haan|Dress Boot|Polyurethane'), ('Cole Haan|Dress Boot|PVC'), ('Cole Haan|Dress Boot|Rubber'), ('Cole Haan|Dress Shoe|Leather'), ('Cole Haan|Dress Shoe|Leatherette'), ('Cole Haan|Dress Shoe|Polyurethane'), ('Cole Haan|Dress Shoe|PVC'), ('Cole Haan|Dress Shoe|Rubber'), ('Cole Haan|Driving Shoe|Leather'), ('Cole Haan|Driving Shoe|Leatherette'), ('Cole Haan|Driving Shoe|Polyurethane'), ('Cole Haan|Driving Shoe|PVC'), ('Cole Haan|Driving Shoe|Rubber'), ('Cole Haan|Hiker|Leather'), ('Cole Haan|Hiker|Leatherette'), ('Cole Haan|Hiker|Polyurethane'), ('Cole Haan|Hiker|PVC'), ('Cole Haan|Hiker|Rubber'), ('Cole Haan|Loafer (Slip-on)|Leather'), ('Cole Haan|Loafer (Slip-on)|Leatherette'), ('Cole Haan|Loafer (Slip-on)|Polyurethane'), ('Cole Haan|Loafer (Slip-on)|PVC'), ('Cole Haan|Loafer (Slip-on)|Rubber'), ('Cole Haan|Oxford (Lace-up)|Leather'), ('Cole Haan|Oxford (Lace-up)|Leatherette'), ('Cole Haan|Oxford (Lace-up)|Polyurethane'), ('Cole Haan|Oxford (Lace-up)|PVC'), ('Cole Haan|Oxford (Lace-up)|Rubber'), ('Cole Haan|Patent Leather|Leather'), ('Cole Haan|Patent Leather|Leatherette'), ('Cole Haan|Patent Leather|Polyurethane'), ('Cole Haan|Patent Leather|PVC'), ('Cole Haan|Patent Leather|Rubber'), ('Cole Haan|Penny Loafer|Leather'), ('Cole Haan|Penny Loafer|Leatherette'), ('Cole Haan|Penny Loafer|Polyurethane'), ('Cole Haan|Penny Loafer|PVC'), ('Cole Haan|Penny Loafer|Rubber'), ('Cole Haan|Runner|Leather'), ('Cole Haan|Runner|Leatherette'), ('Cole Haan|Runner|Polyurethane'), ('Cole Haan|Runner|PVC'), ('Cole Haan|Runner|Rubber'), ('Cole Haan|Saddle Shoe|Leather'), ('Cole Haan|Saddle Shoe|Leatherette'), ('Cole Haan|Saddle Shoe|Polyurethane'), ('Cole Haan|Saddle Shoe|PVC'), ('Cole Haan|Saddle Shoe|Rubber'), ('Cole Haan|Sandal|Leather'), ('Cole Haan|Sandal|Leatherette'), ('Cole Haan|Sandal|Polyurethane'), ('Cole Haan|Sandal|PVC'), ('Cole Haan|Sandal|Rubber'), ('Cole Haan|Tennis|Leather'), ('Cole Haan|Tennis|Leatherette'), ('Cole Haan|Tennis|Polyurethane'), ('Cole Haan|Tennis|PVC'), ('Cole Haan|Tennis|Rubber'), ('Cole Haan|Walker|Leather'), ('Cole Haan|Walker|Leatherette'), ('Cole Haan|Walker|Polyurethane'), ('Cole Haan|Walker|PVC'), ('Cole Haan|Walker|Rubber'), ('Cole Haan|Wingtip|Leather'), ('Cole Haan|Wingtip|Leatherette'), ('Cole Haan|Wingtip|Polyurethane'), ('Cole Haan|Wingtip|PVC'), ('Cole Haan|Wingtip|Rubber'), ('Cole Haan|Work Boot|Leather'), ('Cole Haan|Work Boot|Leatherette'), ('Cole Haan|Work Boot|Polyurethane'), ('Cole Haan|Work Boot|PVC'), ('Cole Haan|Work Boot|Rubber'), ('Columbia|Balmoral|Leather'), ('Columbia|Balmoral|Leatherette'), ('Columbia|Balmoral|Polyurethane'), ('Columbia|Balmoral|PVC'), ('Columbia|Balmoral|Rubber'), ('Columbia|Boat Shoe|Leather'), ('Columbia|Boat Shoe|Leatherette'), ('Columbia|Boat Shoe|Polyurethane'), ('Columbia|Boat Shoe|PVC'), ('Columbia|Boat Shoe|Rubber'), ('Columbia|Brouge|Leather'), ('Columbia|Brouge|Leatherette'), ('Columbia|Brouge|Polyurethane'), ('Columbia|Brouge|PVC'), ('Columbia|Brouge|Rubber'), ('Columbia|Cross Trainer|Leather'), ('Columbia|Cross Trainer|Leatherette'), ('Columbia|Cross Trainer|Polyurethane'), ('Columbia|Cross Trainer|PVC'), ('Columbia|Cross Trainer|Rubber'), ('Columbia|Derby|Leather'), ('Columbia|Derby|Leatherette'), ('Columbia|Derby|Polyurethane'), ('Columbia|Derby|PVC'), ('Columbia|Derby|Rubber'), ('Columbia|Dress Boot|Leather'), ('Columbia|Dress Boot|Leatherette'), ('Columbia|Dress Boot|Polyurethane'), ('Columbia|Dress Boot|PVC'), ('Columbia|Dress Boot|Rubber'), ('Columbia|Dress Shoe|Leather'), ('Columbia|Dress Shoe|Leatherette'), ('Columbia|Dress Shoe|Polyurethane'), ('Columbia|Dress Shoe|PVC'), ('Columbia|Dress Shoe|Rubber'), ('Columbia|Driving Shoe|Leather'), ('Columbia|Driving Shoe|Leatherette'), ('Columbia|Driving Shoe|Polyurethane'), ('Columbia|Driving Shoe|PVC'), ('Columbia|Driving Shoe|Rubber'), ('Columbia|Hiker|Leather'), ('Columbia|Hiker|Leatherette'), ('Columbia|Hiker|Polyurethane'), ('Columbia|Hiker|PVC'), ('Columbia|Hiker|Rubber'), ('Columbia|Loafer (Slip-on)|Leather'), ('Columbia|Loafer (Slip-on)|Leatherette'), ('Columbia|Loafer (Slip-on)|Polyurethane'), ('Columbia|Loafer (Slip-on)|PVC'), ('Columbia|Loafer (Slip-on)|Rubber'), ('Columbia|Oxford (Lace-up)|Leather'), ('Columbia|Oxford (Lace-up)|Leatherette'), ('Columbia|Oxford (Lace-up)|Polyurethane'), ('Columbia|Oxford (Lace-up)|PVC'), ('Columbia|Oxford (Lace-up)|Rubber'), ('Columbia|Patent Leather|Leather'), ('Columbia|Patent Leather|Leatherette'), ('Columbia|Patent Leather|Polyurethane'), ('Columbia|Patent Leather|PVC'), ('Columbia|Patent Leather|Rubber'), ('Columbia|Penny Loafer|Leather'), ('Columbia|Penny Loafer|Leatherette'), ('Columbia|Penny Loafer|Polyurethane'), ('Columbia|Penny Loafer|PVC'), ('Columbia|Penny Loafer|Rubber'), ('Columbia|Runner|Leather'), ('Columbia|Runner|Leatherette'), ('Columbia|Runner|Polyurethane'), ('Columbia|Runner|PVC'), ('Columbia|Runner|Rubber'), ('Columbia|Saddle Shoe|Leather'), ('Columbia|Saddle Shoe|Leatherette'), ('Columbia|Saddle Shoe|Polyurethane'), ('Columbia|Saddle Shoe|PVC'), ('Columbia|Saddle Shoe|Rubber'), ('Columbia|Sandal|Leather'), ('Columbia|Sandal|Leatherette'), ('Columbia|Sandal|Polyurethane'), ('Columbia|Sandal|PVC'), ('Columbia|Sandal|Rubber'), ('Columbia|Tennis|Leather'), ('Columbia|Tennis|Leatherette'), ('Columbia|Tennis|Polyurethane'), ('Columbia|Tennis|PVC'), ('Columbia|Tennis|Rubber'), ('Columbia|Walker|Leather'), ('Columbia|Walker|Leatherette'), ('Columbia|Walker|Polyurethane'), ('Columbia|Walker|PVC'), ('Columbia|Walker|Rubber'), ('Columbia|Wingtip|Leather'), ('Columbia|Wingtip|Leatherette'), ('Columbia|Wingtip|Polyurethane'), ('Columbia|Wingtip|PVC'), ('Columbia|Wingtip|Rubber'), ('Columbia|Work Boot|Leather'), ('Columbia|Work Boot|Leatherette'), ('Columbia|Work Boot|Polyurethane'), ('Columbia|Work Boot|PVC'), ('Columbia|Work Boot|Rubber'), ('Converse|Balmoral|Leather'), ('Converse|Balmoral|Leatherette'), ('Converse|Balmoral|Polyurethane'), ('Converse|Balmoral|PVC'), ('Converse|Balmoral|Rubber'), ('Converse|Boat Shoe|Leather'), ('Converse|Boat Shoe|Leatherette'), ('Converse|Boat Shoe|Polyurethane'), ('Converse|Boat Shoe|PVC'), ('Converse|Boat Shoe|Rubber'), ('Converse|Brouge|Leather'), ('Converse|Brouge|Leatherette'), ('Converse|Brouge|Polyurethane'), ('Converse|Brouge|PVC'), ('Converse|Brouge|Rubber'), ('Converse|Cross Trainer|Leather'), ('Converse|Cross Trainer|Leatherette'), ('Converse|Cross Trainer|Polyurethane'), ('Converse|Cross Trainer|PVC'), ('Converse|Cross Trainer|Rubber'), ('Converse|Derby|Leather'), ('Converse|Derby|Leatherette'), ('Converse|Derby|Polyurethane'), ('Converse|Derby|PVC'), ('Converse|Derby|Rubber'), ('Converse|Dress Boot|Leather'), ('Converse|Dress Boot|Leatherette'), ('Converse|Dress Boot|Polyurethane'), ('Converse|Dress Boot|PVC'), ('Converse|Dress Boot|Rubber'), ('Converse|Dress Shoe|Leather'), ('Converse|Dress Shoe|Leatherette'), ('Converse|Dress Shoe|Polyurethane'), ('Converse|Dress Shoe|PVC'), ('Converse|Dress Shoe|Rubber'), ('Converse|Driving Shoe|Leather'), ('Converse|Driving Shoe|Leatherette'), ('Converse|Driving Shoe|Polyurethane'), ('Converse|Driving Shoe|PVC'), ('Converse|Driving Shoe|Rubber'), ('Converse|Hiker|Leather'), ('Converse|Hiker|Leatherette'), ('Converse|Hiker|Polyurethane'), ('Converse|Hiker|PVC'), ('Converse|Hiker|Rubber'), ('Converse|Loafer (Slip-on)|Leather'), ('Converse|Loafer (Slip-on)|Leatherette'), ('Converse|Loafer (Slip-on)|Polyurethane'), ('Converse|Loafer (Slip-on)|PVC'), ('Converse|Loafer (Slip-on)|Rubber'), ('Converse|Oxford (Lace-up)|Leather'), ('Converse|Oxford (Lace-up)|Leatherette'), ('Converse|Oxford (Lace-up)|Polyurethane'), ('Converse|Oxford (Lace-up)|PVC'), ('Converse|Oxford (Lace-up)|Rubber'), ('Converse|Patent Leather|Leather'), ('Converse|Patent Leather|Leatherette'), ('Converse|Patent Leather|Polyurethane'), ('Converse|Patent Leather|PVC'), ('Converse|Patent Leather|Rubber'), ('Converse|Penny Loafer|Leather'), ('Converse|Penny Loafer|Leatherette'), ('Converse|Penny Loafer|Polyurethane'), ('Converse|Penny Loafer|PVC'), ('Converse|Penny Loafer|Rubber'), ('Converse|Runner|Leather'), ('Converse|Runner|Leatherette'), ('Converse|Runner|Polyurethane'), ('Converse|Runner|PVC'), ('Converse|Runner|Rubber'), ('Converse|Saddle Shoe|Leather'), ('Converse|Saddle Shoe|Leatherette'), ('Converse|Saddle Shoe|Polyurethane'), ('Converse|Saddle Shoe|PVC'), ('Converse|Saddle Shoe|Rubber'), ('Converse|Sandal|Leather'), ('Converse|Sandal|Leatherette'), ('Converse|Sandal|Polyurethane'), ('Converse|Sandal|PVC'), ('Converse|Sandal|Rubber'), ('Converse|Tennis|Leather'), ('Converse|Tennis|Leatherette'), ('Converse|Tennis|Polyurethane'), ('Converse|Tennis|PVC'), ('Converse|Tennis|Rubber'), ('Converse|Walker|Leather'), ('Converse|Walker|Leatherette'), ('Converse|Walker|Polyurethane'), ('Converse|Walker|PVC'), ('Converse|Walker|Rubber'), ('Converse|Wingtip|Leather'), ('Converse|Wingtip|Leatherette'), ('Converse|Wingtip|Polyurethane'), ('Converse|Wingtip|PVC'), ('Converse|Wingtip|Rubber'), ('Converse|Work Boot|Leather'), ('Converse|Work Boot|Leatherette'), ('Converse|Work Boot|Polyurethane'), ('Converse|Work Boot|PVC'), ('Converse|Work Boot|Rubber'), ('Crocs|Balmoral|Leather'), ('Crocs|Balmoral|Leatherette'), ('Crocs|Balmoral|Polyurethane'), ('Crocs|Balmoral|PVC'), ('Crocs|Balmoral|Rubber'), ('Crocs|Boat Shoe|Leather'), ('Crocs|Boat Shoe|Leatherette'), ('Crocs|Boat Shoe|Polyurethane'), ('Crocs|Boat Shoe|PVC'), ('Crocs|Boat Shoe|Rubber'), ('Crocs|Brouge|Leather'), ('Crocs|Brouge|Leatherette'), ('Crocs|Brouge|Polyurethane'), ('Crocs|Brouge|PVC'), ('Crocs|Brouge|Rubber'), ('Crocs|Cross Trainer|Leather'), ('Crocs|Cross Trainer|Leatherette'), ('Crocs|Cross Trainer|Polyurethane'), ('Crocs|Cross Trainer|PVC'), ('Crocs|Cross Trainer|Rubber'), ('Crocs|Derby|Leather'), ('Crocs|Derby|Leatherette'), ('Crocs|Derby|Polyurethane'), ('Crocs|Derby|PVC'), ('Crocs|Derby|Rubber'), ('Crocs|Dress Boot|Leather'), ('Crocs|Dress Boot|Leatherette'), ('Crocs|Dress Boot|Polyurethane'), ('Crocs|Dress Boot|PVC'), ('Crocs|Dress Boot|Rubber'), ('Crocs|Dress Shoe|Leather'), ('Crocs|Dress Shoe|Leatherette'), ('Crocs|Dress Shoe|Polyurethane'), ('Crocs|Dress Shoe|PVC'), ('Crocs|Dress Shoe|Rubber'), ('Crocs|Driving Shoe|Leather'), ('Crocs|Driving Shoe|Leatherette'), ('Crocs|Driving Shoe|Polyurethane'), ('Crocs|Driving Shoe|PVC'), ('Crocs|Driving Shoe|Rubber'), ('Crocs|Hiker|Leather'), ('Crocs|Hiker|Leatherette'), ('Crocs|Hiker|Polyurethane'), ('Crocs|Hiker|PVC'), ('Crocs|Hiker|Rubber'), ('Crocs|Loafer (Slip-on)|Leather'), ('Crocs|Loafer (Slip-on)|Leatherette'), ('Crocs|Loafer (Slip-on)|Polyurethane'), ('Crocs|Loafer (Slip-on)|PVC'), ('Crocs|Loafer (Slip-on)|Rubber'), ('Crocs|Oxford (Lace-up)|Leather'), ('Crocs|Oxford (Lace-up)|Leatherette'), ('Crocs|Oxford (Lace-up)|Polyurethane'), ('Crocs|Oxford (Lace-up)|PVC'), ('Crocs|Oxford (Lace-up)|Rubber'), ('Crocs|Patent Leather|Leather'), ('Crocs|Patent Leather|Leatherette'), ('Crocs|Patent Leather|Polyurethane'), ('Crocs|Patent Leather|PVC'), ('Crocs|Patent Leather|Rubber'), ('Crocs|Penny Loafer|Leather'), ('Crocs|Penny Loafer|Leatherette'), ('Crocs|Penny Loafer|Polyurethane'), ('Crocs|Penny Loafer|PVC'), ('Crocs|Penny Loafer|Rubber'), ('Crocs|Runner|Leather'), ('Crocs|Runner|Leatherette'), ('Crocs|Runner|Polyurethane'), ('Crocs|Runner|PVC'), ('Crocs|Runner|Rubber'), ('Crocs|Saddle Shoe|Leather'), ('Crocs|Saddle Shoe|Leatherette'), ('Crocs|Saddle Shoe|Polyurethane'), ('Crocs|Saddle Shoe|PVC'), ('Crocs|Saddle Shoe|Rubber'), ('Crocs|Sandal|Leather'), ('Crocs|Sandal|Leatherette'), ('Crocs|Sandal|Polyurethane'), ('Crocs|Sandal|PVC'), ('Crocs|Sandal|Rubber'), ('Crocs|Tennis|Leather'), ('Crocs|Tennis|Leatherette'), ('Crocs|Tennis|Polyurethane'), ('Crocs|Tennis|PVC'), ('Crocs|Tennis|Rubber'), ('Crocs|Walker|Leather'), ('Crocs|Walker|Leatherette'), ('Crocs|Walker|Polyurethane'), ('Crocs|Walker|PVC'), ('Crocs|Walker|Rubber'), ('Crocs|Wingtip|Leather'), ('Crocs|Wingtip|Leatherette'), ('Crocs|Wingtip|Polyurethane'), ('Crocs|Wingtip|PVC'), ('Crocs|Wingtip|Rubber'), ('Crocs|Work Boot|Leather'), ('Crocs|Work Boot|Leatherette'), ('Crocs|Work Boot|Polyurethane'), ('Crocs|Work Boot|PVC'), ('Crocs|Work Boot|Rubber'), ('Dansko|Balmoral|Leather'), ('Dansko|Balmoral|Leatherette'), ('Dansko|Balmoral|Polyurethane'), ('Dansko|Balmoral|PVC'), ('Dansko|Balmoral|Rubber'), ('Dansko|Boat Shoe|Leather'), ('Dansko|Boat Shoe|Leatherette'), ('Dansko|Boat Shoe|Polyurethane'), ('Dansko|Boat Shoe|PVC'), ('Dansko|Boat Shoe|Rubber'), ('Dansko|Brouge|Leather'), ('Dansko|Brouge|Leatherette'), ('Dansko|Brouge|Polyurethane'), ('Dansko|Brouge|PVC'), ('Dansko|Brouge|Rubber'), ('Dansko|Cross Trainer|Leather'), ('Dansko|Cross Trainer|Leatherette'), ('Dansko|Cross Trainer|Polyurethane'), ('Dansko|Cross Trainer|PVC'), ('Dansko|Cross Trainer|Rubber'), ('Dansko|Derby|Leather'), ('Dansko|Derby|Leatherette'), ('Dansko|Derby|Polyurethane'), ('Dansko|Derby|PVC'), ('Dansko|Derby|Rubber'), ('Dansko|Dress Boot|Leather'), ('Dansko|Dress Boot|Leatherette'), ('Dansko|Dress Boot|Polyurethane'), ('Dansko|Dress Boot|PVC'), ('Dansko|Dress Boot|Rubber'), ('Dansko|Dress Shoe|Leather'), ('Dansko|Dress Shoe|Leatherette'), ('Dansko|Dress Shoe|Polyurethane'), ('Dansko|Dress Shoe|PVC'), ('Dansko|Dress Shoe|Rubber'), ('Dansko|Driving Shoe|Leather'), ('Dansko|Driving Shoe|Leatherette'), ('Dansko|Driving Shoe|Polyurethane'), ('Dansko|Driving Shoe|PVC'), ('Dansko|Driving Shoe|Rubber'), ('Dansko|Hiker|Leather'), ('Dansko|Hiker|Leatherette'), ('Dansko|Hiker|Polyurethane'), ('Dansko|Hiker|PVC'), ('Dansko|Hiker|Rubber'), ('Dansko|Loafer (Slip-on)|Leather'), ('Dansko|Loafer (Slip-on)|Leatherette'), ('Dansko|Loafer (Slip-on)|Polyurethane'), ('Dansko|Loafer (Slip-on)|PVC'), ('Dansko|Loafer (Slip-on)|Rubber'), ('Dansko|Oxford (Lace-up)|Leather'), ('Dansko|Oxford (Lace-up)|Leatherette'), ('Dansko|Oxford (Lace-up)|Polyurethane'), ('Dansko|Oxford (Lace-up)|PVC'), ('Dansko|Oxford (Lace-up)|Rubber'), ('Dansko|Patent Leather|Leather'), ('Dansko|Patent Leather|Leatherette'), ('Dansko|Patent Leather|Polyurethane'), ('Dansko|Patent Leather|PVC'), ('Dansko|Patent Leather|Rubber'), ('Dansko|Penny Loafer|Leather'), ('Dansko|Penny Loafer|Leatherette'), ('Dansko|Penny Loafer|Polyurethane'), ('Dansko|Penny Loafer|PVC'), ('Dansko|Penny Loafer|Rubber'), ('Dansko|Runner|Leather'), ('Dansko|Runner|Leatherette'), ('Dansko|Runner|Polyurethane'), ('Dansko|Runner|PVC'), ('Dansko|Runner|Rubber'), ('Dansko|Saddle Shoe|Leather'), ('Dansko|Saddle Shoe|Leatherette'), ('Dansko|Saddle Shoe|Polyurethane'), ('Dansko|Saddle Shoe|PVC'), ('Dansko|Saddle Shoe|Rubber'), ('Dansko|Sandal|Leather'), ('Dansko|Sandal|Leatherette'), ('Dansko|Sandal|Polyurethane'), ('Dansko|Sandal|PVC'), ('Dansko|Sandal|Rubber'), ('Dansko|Tennis|Leather'), ('Dansko|Tennis|Leatherette'), ('Dansko|Tennis|Polyurethane'), ('Dansko|Tennis|PVC'), ('Dansko|Tennis|Rubber'), ('Dansko|Walker|Leather'), ('Dansko|Walker|Leatherette'), ('Dansko|Walker|Polyurethane'), ('Dansko|Walker|PVC'), ('Dansko|Walker|Rubber'), ('Dansko|Wingtip|Leather'), ('Dansko|Wingtip|Leatherette'), ('Dansko|Wingtip|Polyurethane'), ('Dansko|Wingtip|PVC'), ('Dansko|Wingtip|Rubber'), ('Dansko|Work Boot|Leather'), ('Dansko|Work Boot|Leatherette'), ('Dansko|Work Boot|Polyurethane'), ('Dansko|Work Boot|PVC'), ('Dansko|Work Boot|Rubber'), ('DC|Balmoral|Leather'), ('DC|Balmoral|Leatherette'), ('DC|Balmoral|Polyurethane'), ('DC|Balmoral|PVC'), ('DC|Balmoral|Rubber'), ('DC|Boat Shoe|Leather'), ('DC|Boat Shoe|Leatherette'), ('DC|Boat Shoe|Polyurethane'), ('DC|Boat Shoe|PVC'), ('DC|Boat Shoe|Rubber'), ('DC|Brouge|Leather'), ('DC|Brouge|Leatherette'), ('DC|Brouge|Polyurethane'), ('DC|Brouge|PVC'), ('DC|Brouge|Rubber'), ('DC|Cross Trainer|Leather'), ('DC|Cross Trainer|Leatherette'), ('DC|Cross Trainer|Polyurethane'), ('DC|Cross Trainer|PVC'), ('DC|Cross Trainer|Rubber'), ('DC|Derby|Leather'), ('DC|Derby|Leatherette'), ('DC|Derby|Polyurethane'), ('DC|Derby|PVC'), ('DC|Derby|Rubber'), ('DC|Dress Boot|Leather'), ('DC|Dress Boot|Leatherette'), ('DC|Dress Boot|Polyurethane'), ('DC|Dress Boot|PVC'), ('DC|Dress Boot|Rubber'), ('DC|Dress Shoe|Leather'), ('DC|Dress Shoe|Leatherette'), ('DC|Dress Shoe|Polyurethane'), ('DC|Dress Shoe|PVC'), ('DC|Dress Shoe|Rubber'), ('DC|Driving Shoe|Leather'), ('DC|Driving Shoe|Leatherette'), ('DC|Driving Shoe|Polyurethane'), ('DC|Driving Shoe|PVC'), ('DC|Driving Shoe|Rubber'), ('DC|Hiker|Leather'), ('DC|Hiker|Leatherette'), ('DC|Hiker|Polyurethane'), ('DC|Hiker|PVC'), ('DC|Hiker|Rubber'), ('DC|Loafer (Slip-on)|Leather'), ('DC|Loafer (Slip-on)|Leatherette'), ('DC|Loafer (Slip-on)|Polyurethane'), ('DC|Loafer (Slip-on)|PVC'), ('DC|Loafer (Slip-on)|Rubber'), ('DC|Oxford (Lace-up)|Leather'), ('DC|Oxford (Lace-up)|Leatherette'), ('DC|Oxford (Lace-up)|Polyurethane'), ('DC|Oxford (Lace-up)|PVC'), ('DC|Oxford (Lace-up)|Rubber'), ('DC|Patent Leather|Leather'), ('DC|Patent Leather|Leatherette'), ('DC|Patent Leather|Polyurethane'), ('DC|Patent Leather|PVC'), ('DC|Patent Leather|Rubber'), ('DC|Penny Loafer|Leather'), ('DC|Penny Loafer|Leatherette'), ('DC|Penny Loafer|Polyurethane'), ('DC|Penny Loafer|PVC'), ('DC|Penny Loafer|Rubber'), ('DC|Runner|Leather'), ('DC|Runner|Leatherette'), ('DC|Runner|Polyurethane'), ('DC|Runner|PVC'), ('DC|Runner|Rubber'), ('DC|Saddle Shoe|Leather'), ('DC|Saddle Shoe|Leatherette'), ('DC|Saddle Shoe|Polyurethane'), ('DC|Saddle Shoe|PVC'), ('DC|Saddle Shoe|Rubber'), ('DC|Sandal|Leather'), ('DC|Sandal|Leatherette'), ('DC|Sandal|Polyurethane'), ('DC|Sandal|PVC'), ('DC|Sandal|Rubber'), ('DC|Tennis|Leather'), ('DC|Tennis|Leatherette'), ('DC|Tennis|Polyurethane'), ('DC|Tennis|PVC'), ('DC|Tennis|Rubber'), ('DC|Walker|Leather'), ('DC|Walker|Leatherette'), ('DC|Walker|Polyurethane'), ('DC|Walker|PVC'), ('DC|Walker|Rubber'), ('DC|Wingtip|Leather'), ('DC|Wingtip|Leatherette'), ('DC|Wingtip|Polyurethane'), ('DC|Wingtip|PVC'), ('DC|Wingtip|Rubber'), ('DC|Work Boot|Leather'), ('DC|Work Boot|Leatherette'), ('DC|Work Boot|Polyurethane'), ('DC|Work Boot|PVC'), ('DC|Work Boot|Rubber'), ('Diesel|Balmoral|Leather'), ('Diesel|Balmoral|Leatherette'), ('Diesel|Balmoral|Polyurethane'), ('Diesel|Balmoral|PVC'), ('Diesel|Balmoral|Rubber'), ('Diesel|Boat Shoe|Leather'), ('Diesel|Boat Shoe|Leatherette'), ('Diesel|Boat Shoe|Polyurethane'), ('Diesel|Boat Shoe|PVC'), ('Diesel|Boat Shoe|Rubber'), ('Diesel|Brouge|Leather'), ('Diesel|Brouge|Leatherette'), ('Diesel|Brouge|Polyurethane'), ('Diesel|Brouge|PVC'), ('Diesel|Brouge|Rubber'), ('Diesel|Cross Trainer|Leather'), ('Diesel|Cross Trainer|Leatherette'), ('Diesel|Cross Trainer|Polyurethane'), ('Diesel|Cross Trainer|PVC'), ('Diesel|Cross Trainer|Rubber'), ('Diesel|Derby|Leather'), ('Diesel|Derby|Leatherette'), ('Diesel|Derby|Polyurethane'), ('Diesel|Derby|PVC'), ('Diesel|Derby|Rubber'), ('Diesel|Dress Boot|Leather'), ('Diesel|Dress Boot|Leatherette'), ('Diesel|Dress Boot|Polyurethane'), ('Diesel|Dress Boot|PVC'), ('Diesel|Dress Boot|Rubber'), ('Diesel|Dress Shoe|Leather'), ('Diesel|Dress Shoe|Leatherette'), ('Diesel|Dress Shoe|Polyurethane'), ('Diesel|Dress Shoe|PVC'), ('Diesel|Dress Shoe|Rubber'), ('Diesel|Driving Shoe|Leather'), ('Diesel|Driving Shoe|Leatherette'), ('Diesel|Driving Shoe|Polyurethane'), ('Diesel|Driving Shoe|PVC'), ('Diesel|Driving Shoe|Rubber'), ('Diesel|Hiker|Leather'), ('Diesel|Hiker|Leatherette'), ('Diesel|Hiker|Polyurethane'), ('Diesel|Hiker|PVC'), ('Diesel|Hiker|Rubber'), ('Diesel|Loafer (Slip-on)|Leather'), ('Diesel|Loafer (Slip-on)|Leatherette'), ('Diesel|Loafer (Slip-on)|Polyurethane'), ('Diesel|Loafer (Slip-on)|PVC'), ('Diesel|Loafer (Slip-on)|Rubber'), ('Diesel|Oxford (Lace-up)|Leather'), ('Diesel|Oxford (Lace-up)|Leatherette'), ('Diesel|Oxford (Lace-up)|Polyurethane'), ('Diesel|Oxford (Lace-up)|PVC'), ('Diesel|Oxford (Lace-up)|Rubber'), ('Diesel|Patent Leather|Leather'), ('Diesel|Patent Leather|Leatherette'), ('Diesel|Patent Leather|Polyurethane'), ('Diesel|Patent Leather|PVC'), ('Diesel|Patent Leather|Rubber'), ('Diesel|Penny Loafer|Leather'), ('Diesel|Penny Loafer|Leatherette'), ('Diesel|Penny Loafer|Polyurethane'), ('Diesel|Penny Loafer|PVC'), ('Diesel|Penny Loafer|Rubber'), ('Diesel|Runner|Leather'), ('Diesel|Runner|Leatherette'), ('Diesel|Runner|Polyurethane'), ('Diesel|Runner|PVC'), ('Diesel|Runner|Rubber'), ('Diesel|Saddle Shoe|Leather'), ('Diesel|Saddle Shoe|Leatherette'), ('Diesel|Saddle Shoe|Polyurethane'), ('Diesel|Saddle Shoe|PVC'), ('Diesel|Saddle Shoe|Rubber'), ('Diesel|Sandal|Leather'), ('Diesel|Sandal|Leatherette'), ('Diesel|Sandal|Polyurethane'), ('Diesel|Sandal|PVC'), ('Diesel|Sandal|Rubber'), ('Diesel|Tennis|Leather'), ('Diesel|Tennis|Leatherette'), ('Diesel|Tennis|Polyurethane'), ('Diesel|Tennis|PVC'), ('Diesel|Tennis|Rubber'), ('Diesel|Walker|Leather'), ('Diesel|Walker|Leatherette'), ('Diesel|Walker|Polyurethane'), ('Diesel|Walker|PVC'), ('Diesel|Walker|Rubber'), ('Diesel|Wingtip|Leather'), ('Diesel|Wingtip|Leatherette'), ('Diesel|Wingtip|Polyurethane'), ('Diesel|Wingtip|PVC'), ('Diesel|Wingtip|Rubber'), ('Diesel|Work Boot|Leather'), ('Diesel|Work Boot|Leatherette'), ('Diesel|Work Boot|Polyurethane'), ('Diesel|Work Boot|PVC'), ('Diesel|Work Boot|Rubber'), ('Dockers|Balmoral|Leather'), ('Dockers|Balmoral|Leatherette'), ('Dockers|Balmoral|Polyurethane'), ('Dockers|Balmoral|PVC'), ('Dockers|Balmoral|Rubber'), ('Dockers|Boat Shoe|Leather'), ('Dockers|Boat Shoe|Leatherette'), ('Dockers|Boat Shoe|Polyurethane'), ('Dockers|Boat Shoe|PVC'), ('Dockers|Boat Shoe|Rubber'), ('Dockers|Brouge|Leather'), ('Dockers|Brouge|Leatherette'), ('Dockers|Brouge|Polyurethane'), ('Dockers|Brouge|PVC'), ('Dockers|Brouge|Rubber'), ('Dockers|Cross Trainer|Leather'), ('Dockers|Cross Trainer|Leatherette'), ('Dockers|Cross Trainer|Polyurethane'), ('Dockers|Cross Trainer|PVC'), ('Dockers|Cross Trainer|Rubber'), ('Dockers|Derby|Leather'), ('Dockers|Derby|Leatherette'), ('Dockers|Derby|Polyurethane'), ('Dockers|Derby|PVC'), ('Dockers|Derby|Rubber'), ('Dockers|Dress Boot|Leather'), ('Dockers|Dress Boot|Leatherette'), ('Dockers|Dress Boot|Polyurethane'), ('Dockers|Dress Boot|PVC'), ('Dockers|Dress Boot|Rubber'), ('Dockers|Dress Shoe|Leather'), ('Dockers|Dress Shoe|Leatherette'), ('Dockers|Dress Shoe|Polyurethane'), ('Dockers|Dress Shoe|PVC'), ('Dockers|Dress Shoe|Rubber'), ('Dockers|Driving Shoe|Leather'), ('Dockers|Driving Shoe|Leatherette'), ('Dockers|Driving Shoe|Polyurethane'), ('Dockers|Driving Shoe|PVC'), ('Dockers|Driving Shoe|Rubber'), ('Dockers|Hiker|Leather'), ('Dockers|Hiker|Leatherette'), ('Dockers|Hiker|Polyurethane'), ('Dockers|Hiker|PVC'), ('Dockers|Hiker|Rubber'), ('Dockers|Loafer (Slip-on)|Leather'), ('Dockers|Loafer (Slip-on)|Leatherette'), ('Dockers|Loafer (Slip-on)|Polyurethane'), ('Dockers|Loafer (Slip-on)|PVC'), ('Dockers|Loafer (Slip-on)|Rubber'), ('Dockers|Oxford (Lace-up)|Leather'), ('Dockers|Oxford (Lace-up)|Leatherette'), ('Dockers|Oxford (Lace-up)|Polyurethane'), ('Dockers|Oxford (Lace-up)|PVC'), ('Dockers|Oxford (Lace-up)|Rubber'), ('Dockers|Patent Leather|Leather'), ('Dockers|Patent Leather|Leatherette'), ('Dockers|Patent Leather|Polyurethane'), ('Dockers|Patent Leather|PVC'), ('Dockers|Patent Leather|Rubber'), ('Dockers|Penny Loafer|Leather'), ('Dockers|Penny Loafer|Leatherette'), ('Dockers|Penny Loafer|Polyurethane'), ('Dockers|Penny Loafer|PVC'), ('Dockers|Penny Loafer|Rubber'), ('Dockers|Runner|Leather'), ('Dockers|Runner|Leatherette'), ('Dockers|Runner|Polyurethane'), ('Dockers|Runner|PVC'), ('Dockers|Runner|Rubber'), ('Dockers|Saddle Shoe|Leather'), ('Dockers|Saddle Shoe|Leatherette'), ('Dockers|Saddle Shoe|Polyurethane'), ('Dockers|Saddle Shoe|PVC'), ('Dockers|Saddle Shoe|Rubber'), ('Dockers|Sandal|Leather'), ('Dockers|Sandal|Leatherette'), ('Dockers|Sandal|Polyurethane'), ('Dockers|Sandal|PVC'), ('Dockers|Sandal|Rubber'), ('Dockers|Tennis|Leather'), ('Dockers|Tennis|Leatherette'), ('Dockers|Tennis|Polyurethane'), ('Dockers|Tennis|PVC'), ('Dockers|Tennis|Rubber'), ('Dockers|Walker|Leather'), ('Dockers|Walker|Leatherette'), ('Dockers|Walker|Polyurethane'), ('Dockers|Walker|PVC'), ('Dockers|Walker|Rubber'), ('Dockers|Wingtip|Leather'), ('Dockers|Wingtip|Leatherette'), ('Dockers|Wingtip|Polyurethane'), ('Dockers|Wingtip|PVC'), ('Dockers|Wingtip|Rubber'), ('Dockers|Work Boot|Leather'), ('Dockers|Work Boot|Leatherette'), ('Dockers|Work Boot|Polyurethane'), ('Dockers|Work Boot|PVC'), ('Dockers|Work Boot|Rubber'), ('Dr. Martens|Balmoral|Leather'), ('Dr. Martens|Balmoral|Leatherette'), ('Dr. Martens|Balmoral|Polyurethane'), ('Dr. Martens|Balmoral|PVC'), ('Dr. Martens|Balmoral|Rubber'), ('Dr. Martens|Boat Shoe|Leather'), ('Dr. Martens|Boat Shoe|Leatherette'), ('Dr. Martens|Boat Shoe|Polyurethane'), ('Dr. Martens|Boat Shoe|PVC'), ('Dr. Martens|Boat Shoe|Rubber'), ('Dr. Martens|Brouge|Leather'), ('Dr. Martens|Brouge|Leatherette'), ('Dr. Martens|Brouge|Polyurethane'), ('Dr. Martens|Brouge|PVC'), ('Dr. Martens|Brouge|Rubber'), ('Dr. Martens|Cross Trainer|Leather'), ('Dr. Martens|Cross Trainer|Leatherette'), ('Dr. Martens|Cross Trainer|Polyurethane'), ('Dr. Martens|Cross Trainer|PVC'), ('Dr. Martens|Cross Trainer|Rubber'), ('Dr. Martens|Derby|Leather'), ('Dr. Martens|Derby|Leatherette'), ('Dr. Martens|Derby|Polyurethane'), ('Dr. Martens|Derby|PVC'), ('Dr. Martens|Derby|Rubber'), ('Dr. Martens|Dress Boot|Leather'), ('Dr. Martens|Dress Boot|Leatherette'), ('Dr. Martens|Dress Boot|Polyurethane'), ('Dr. Martens|Dress Boot|PVC'), ('Dr. Martens|Dress Boot|Rubber'), ('Dr. Martens|Dress Shoe|Leather'), ('Dr. Martens|Dress Shoe|Leatherette'), ('Dr. Martens|Dress Shoe|Polyurethane'), ('Dr. Martens|Dress Shoe|PVC'), ('Dr. Martens|Dress Shoe|Rubber'), ('Dr. Martens|Driving Shoe|Leather'), ('Dr. Martens|Driving Shoe|Leatherette'), ('Dr. Martens|Driving Shoe|Polyurethane'), ('Dr. Martens|Driving Shoe|PVC'), ('Dr. Martens|Driving Shoe|Rubber'), ('Dr. Martens|Hiker|Leather'), ('Dr. Martens|Hiker|Leatherette'), ('Dr. Martens|Hiker|Polyurethane'), ('Dr. Martens|Hiker|PVC'), ('Dr. Martens|Hiker|Rubber'), ('Dr. Martens|Loafer (Slip-on)|Leather'), ('Dr. Martens|Loafer (Slip-on)|Leatherette'), ('Dr. Martens|Loafer (Slip-on)|Polyurethane'), ('Dr. Martens|Loafer (Slip-on)|PVC'), ('Dr. Martens|Loafer (Slip-on)|Rubber'), ('Dr. Martens|Oxford (Lace-up)|Leather'), ('Dr. Martens|Oxford (Lace-up)|Leatherette'), ('Dr. Martens|Oxford (Lace-up)|Polyurethane'), ('Dr. Martens|Oxford (Lace-up)|PVC'), ('Dr. Martens|Oxford (Lace-up)|Rubber'), ('Dr. Martens|Patent Leather|Leather'), ('Dr. Martens|Patent Leather|Leatherette'), ('Dr. Martens|Patent Leather|Polyurethane'), ('Dr. Martens|Patent Leather|PVC'), ('Dr. Martens|Patent Leather|Rubber'), ('Dr. Martens|Penny Loafer|Leather'), ('Dr. Martens|Penny Loafer|Leatherette'), ('Dr. Martens|Penny Loafer|Polyurethane'), ('Dr. Martens|Penny Loafer|PVC'), ('Dr. Martens|Penny Loafer|Rubber'), ('Dr. Martens|Runner|Leather'), ('Dr. Martens|Runner|Leatherette'), ('Dr. Martens|Runner|Polyurethane'), ('Dr. Martens|Runner|PVC'), ('Dr. Martens|Runner|Rubber'), ('Dr. Martens|Saddle Shoe|Leather'), ('Dr. Martens|Saddle Shoe|Leatherette'), ('Dr. Martens|Saddle Shoe|Polyurethane'), ('Dr. Martens|Saddle Shoe|PVC'), ('Dr. Martens|Saddle Shoe|Rubber'), ('Dr. Martens|Sandal|Leather'), ('Dr. Martens|Sandal|Leatherette'), ('Dr. Martens|Sandal|Polyurethane'), ('Dr. Martens|Sandal|PVC'), ('Dr. Martens|Sandal|Rubber'), ('Dr. Martens|Tennis|Leather'), ('Dr. Martens|Tennis|Leatherette'), ('Dr. Martens|Tennis|Polyurethane'), ('Dr. Martens|Tennis|PVC'), ('Dr. Martens|Tennis|Rubber'), ('Dr. Martens|Walker|Leather'), ('Dr. Martens|Walker|Leatherette'), ('Dr. Martens|Walker|Polyurethane'), ('Dr. Martens|Walker|PVC'), ('Dr. Martens|Walker|Rubber'), ('Dr. Martens|Wingtip|Leather'), ('Dr. Martens|Wingtip|Leatherette'), ('Dr. Martens|Wingtip|Polyurethane'), ('Dr. Martens|Wingtip|PVC'), ('Dr. Martens|Wingtip|Rubber'), ('Dr. Martens|Work Boot|Leather'), ('Dr. Martens|Work Boot|Leatherette'), ('Dr. Martens|Work Boot|Polyurethane'), ('Dr. Martens|Work Boot|PVC'), ('Dr. Martens|Work Boot|Rubber'), ('Dream Pairs|Balmoral|Leather'), ('Dream Pairs|Balmoral|Leatherette'), ('Dream Pairs|Balmoral|Polyurethane'), ('Dream Pairs|Balmoral|PVC'), ('Dream Pairs|Balmoral|Rubber'), ('Dream Pairs|Boat Shoe|Leather'), ('Dream Pairs|Boat Shoe|Leatherette'), ('Dream Pairs|Boat Shoe|Polyurethane'), ('Dream Pairs|Boat Shoe|PVC'), ('Dream Pairs|Boat Shoe|Rubber'), ('Dream Pairs|Brouge|Leather'), ('Dream Pairs|Brouge|Leatherette'), ('Dream Pairs|Brouge|Polyurethane'), ('Dream Pairs|Brouge|PVC'), ('Dream Pairs|Brouge|Rubber'), ('Dream Pairs|Cross Trainer|Leather'), ('Dream Pairs|Cross Trainer|Leatherette'), ('Dream Pairs|Cross Trainer|Polyurethane'), ('Dream Pairs|Cross Trainer|PVC'), ('Dream Pairs|Cross Trainer|Rubber'), ('Dream Pairs|Derby|Leather'), ('Dream Pairs|Derby|Leatherette'), ('Dream Pairs|Derby|Polyurethane'), ('Dream Pairs|Derby|PVC'), ('Dream Pairs|Derby|Rubber'), ('Dream Pairs|Dress Boot|Leather'), ('Dream Pairs|Dress Boot|Leatherette'), ('Dream Pairs|Dress Boot|Polyurethane'), ('Dream Pairs|Dress Boot|PVC'), ('Dream Pairs|Dress Boot|Rubber'), ('Dream Pairs|Dress Shoe|Leather'), ('Dream Pairs|Dress Shoe|Leatherette'), ('Dream Pairs|Dress Shoe|Polyurethane'), ('Dream Pairs|Dress Shoe|PVC'), ('Dream Pairs|Dress Shoe|Rubber'), ('Dream Pairs|Driving Shoe|Leather'), ('Dream Pairs|Driving Shoe|Leatherette'), ('Dream Pairs|Driving Shoe|Polyurethane'), ('Dream Pairs|Driving Shoe|PVC'), ('Dream Pairs|Driving Shoe|Rubber'), ('Dream Pairs|Hiker|Leather'), ('Dream Pairs|Hiker|Leatherette'), ('Dream Pairs|Hiker|Polyurethane'), ('Dream Pairs|Hiker|PVC'), ('Dream Pairs|Hiker|Rubber'), ('Dream Pairs|Loafer (Slip-on)|Leather'), ('Dream Pairs|Loafer (Slip-on)|Leatherette'), ('Dream Pairs|Loafer (Slip-on)|Polyurethane'), ('Dream Pairs|Loafer (Slip-on)|PVC'), ('Dream Pairs|Loafer (Slip-on)|Rubber'), ('Dream Pairs|Oxford (Lace-up)|Leather'), ('Dream Pairs|Oxford (Lace-up)|Leatherette'), ('Dream Pairs|Oxford (Lace-up)|Polyurethane'), ('Dream Pairs|Oxford (Lace-up)|PVC'), ('Dream Pairs|Oxford (Lace-up)|Rubber'), ('Dream Pairs|Patent Leather|Leather'), ('Dream Pairs|Patent Leather|Leatherette'), ('Dream Pairs|Patent Leather|Polyurethane'), ('Dream Pairs|Patent Leather|PVC'), ('Dream Pairs|Patent Leather|Rubber'), ('Dream Pairs|Penny Loafer|Leather'), ('Dream Pairs|Penny Loafer|Leatherette'), ('Dream Pairs|Penny Loafer|Polyurethane'), ('Dream Pairs|Penny Loafer|PVC'), ('Dream Pairs|Penny Loafer|Rubber'), ('Dream Pairs|Runner|Leather'), ('Dream Pairs|Runner|Leatherette'), ('Dream Pairs|Runner|Polyurethane'), ('Dream Pairs|Runner|PVC'), ('Dream Pairs|Runner|Rubber'), ('Dream Pairs|Saddle Shoe|Leather'), ('Dream Pairs|Saddle Shoe|Leatherette'), ('Dream Pairs|Saddle Shoe|Polyurethane'), ('Dream Pairs|Saddle Shoe|PVC'), ('Dream Pairs|Saddle Shoe|Rubber'), ('Dream Pairs|Sandal|Leather'), ('Dream Pairs|Sandal|Leatherette'), ('Dream Pairs|Sandal|Polyurethane'), ('Dream Pairs|Sandal|PVC'), ('Dream Pairs|Sandal|Rubber'), ('Dream Pairs|Tennis|Leather'), ('Dream Pairs|Tennis|Leatherette'), ('Dream Pairs|Tennis|Polyurethane'), ('Dream Pairs|Tennis|PVC'), ('Dream Pairs|Tennis|Rubber'), ('Dream Pairs|Walker|Leather'), ('Dream Pairs|Walker|Leatherette'), ('Dream Pairs|Walker|Polyurethane'), ('Dream Pairs|Walker|PVC'), ('Dream Pairs|Walker|Rubber'), ('Dream Pairs|Wingtip|Leather'), ('Dream Pairs|Wingtip|Leatherette'), ('Dream Pairs|Wingtip|Polyurethane'), ('Dream Pairs|Wingtip|PVC'), ('Dream Pairs|Wingtip|Rubber'), ('Dream Pairs|Work Boot|Leather'), ('Dream Pairs|Work Boot|Leatherette'), ('Dream Pairs|Work Boot|Polyurethane'), ('Dream Pairs|Work Boot|PVC'), ('Dream Pairs|Work Boot|Rubber'), ('Ecco|Balmoral|Leather'), ('Ecco|Balmoral|Leatherette'), ('Ecco|Balmoral|Polyurethane'), ('Ecco|Balmoral|PVC'), ('Ecco|Balmoral|Rubber'), ('Ecco|Boat Shoe|Leather'), ('Ecco|Boat Shoe|Leatherette'), ('Ecco|Boat Shoe|Polyurethane'), ('Ecco|Boat Shoe|PVC'), ('Ecco|Boat Shoe|Rubber'), ('Ecco|Brouge|Leather'), ('Ecco|Brouge|Leatherette'), ('Ecco|Brouge|Polyurethane'), ('Ecco|Brouge|PVC'), ('Ecco|Brouge|Rubber'), ('Ecco|Cross Trainer|Leather'), ('Ecco|Cross Trainer|Leatherette'), ('Ecco|Cross Trainer|Polyurethane'), ('Ecco|Cross Trainer|PVC'), ('Ecco|Cross Trainer|Rubber'), ('Ecco|Derby|Leather'), ('Ecco|Derby|Leatherette'), ('Ecco|Derby|Polyurethane'), ('Ecco|Derby|PVC'), ('Ecco|Derby|Rubber'), ('Ecco|Dress Boot|Leather'), ('Ecco|Dress Boot|Leatherette'), ('Ecco|Dress Boot|Polyurethane'), ('Ecco|Dress Boot|PVC'), ('Ecco|Dress Boot|Rubber'), ('Ecco|Dress Shoe|Leather'), ('Ecco|Dress Shoe|Leatherette'), ('Ecco|Dress Shoe|Polyurethane'), ('Ecco|Dress Shoe|PVC'), ('Ecco|Dress Shoe|Rubber'), ('Ecco|Driving Shoe|Leather'), ('Ecco|Driving Shoe|Leatherette'), ('Ecco|Driving Shoe|Polyurethane'), ('Ecco|Driving Shoe|PVC'), ('Ecco|Driving Shoe|Rubber'), ('Ecco|Hiker|Leather'), ('Ecco|Hiker|Leatherette'), ('Ecco|Hiker|Polyurethane'), ('Ecco|Hiker|PVC'), ('Ecco|Hiker|Rubber'), ('Ecco|Loafer (Slip-on)|Leather'), ('Ecco|Loafer (Slip-on)|Leatherette'), ('Ecco|Loafer (Slip-on)|Polyurethane'), ('Ecco|Loafer (Slip-on)|PVC'), ('Ecco|Loafer (Slip-on)|Rubber'), ('Ecco|Oxford (Lace-up)|Leather'), ('Ecco|Oxford (Lace-up)|Leatherette'), ('Ecco|Oxford (Lace-up)|Polyurethane'), ('Ecco|Oxford (Lace-up)|PVC'), ('Ecco|Oxford (Lace-up)|Rubber'), ('Ecco|Patent Leather|Leather'), ('Ecco|Patent Leather|Leatherette'), ('Ecco|Patent Leather|Polyurethane'), ('Ecco|Patent Leather|PVC'), ('Ecco|Patent Leather|Rubber'), ('Ecco|Penny Loafer|Leather'), ('Ecco|Penny Loafer|Leatherette'), ('Ecco|Penny Loafer|Polyurethane'), ('Ecco|Penny Loafer|PVC'), ('Ecco|Penny Loafer|Rubber'), ('Ecco|Runner|Leather'), ('Ecco|Runner|Leatherette'), ('Ecco|Runner|Polyurethane'), ('Ecco|Runner|PVC'), ('Ecco|Runner|Rubber'), ('Ecco|Saddle Shoe|Leather'), ('Ecco|Saddle Shoe|Leatherette'), ('Ecco|Saddle Shoe|Polyurethane'), ('Ecco|Saddle Shoe|PVC'), ('Ecco|Saddle Shoe|Rubber'), ('Ecco|Sandal|Leather'), ('Ecco|Sandal|Leatherette'), ('Ecco|Sandal|Polyurethane'), ('Ecco|Sandal|PVC'), ('Ecco|Sandal|Rubber'), ('Ecco|Tennis|Leather'), ('Ecco|Tennis|Leatherette'), ('Ecco|Tennis|Polyurethane'), ('Ecco|Tennis|PVC'), ('Ecco|Tennis|Rubber'), ('Ecco|Walker|Leather'), ('Ecco|Walker|Leatherette'), ('Ecco|Walker|Polyurethane'), ('Ecco|Walker|PVC'), ('Ecco|Walker|Rubber'), ('Ecco|Wingtip|Leather'), ('Ecco|Wingtip|Leatherette'), ('Ecco|Wingtip|Polyurethane'), ('Ecco|Wingtip|PVC'), ('Ecco|Wingtip|Rubber'), ('Ecco|Work Boot|Leather'), ('Ecco|Work Boot|Leatherette'), ('Ecco|Work Boot|Polyurethane'), ('Ecco|Work Boot|PVC'), ('Ecco|Work Boot|Rubber'), ('Etnies|Balmoral|Leather'), ('Etnies|Balmoral|Leatherette'), ('Etnies|Balmoral|Polyurethane'), ('Etnies|Balmoral|PVC'), ('Etnies|Balmoral|Rubber'), ('Etnies|Boat Shoe|Leather'), ('Etnies|Boat Shoe|Leatherette'), ('Etnies|Boat Shoe|Polyurethane'), ('Etnies|Boat Shoe|PVC'), ('Etnies|Boat Shoe|Rubber'), ('Etnies|Brouge|Leather'), ('Etnies|Brouge|Leatherette'), ('Etnies|Brouge|Polyurethane'), ('Etnies|Brouge|PVC'), ('Etnies|Brouge|Rubber'), ('Etnies|Cross Trainer|Leather'), ('Etnies|Cross Trainer|Leatherette'), ('Etnies|Cross Trainer|Polyurethane'), ('Etnies|Cross Trainer|PVC'), ('Etnies|Cross Trainer|Rubber'), ('Etnies|Derby|Leather'), ('Etnies|Derby|Leatherette'), ('Etnies|Derby|Polyurethane'), ('Etnies|Derby|PVC'), ('Etnies|Derby|Rubber'), ('Etnies|Dress Boot|Leather'), ('Etnies|Dress Boot|Leatherette'), ('Etnies|Dress Boot|Polyurethane'), ('Etnies|Dress Boot|PVC'), ('Etnies|Dress Boot|Rubber'), ('Etnies|Dress Shoe|Leather'), ('Etnies|Dress Shoe|Leatherette'), ('Etnies|Dress Shoe|Polyurethane'), ('Etnies|Dress Shoe|PVC'), ('Etnies|Dress Shoe|Rubber'), ('Etnies|Driving Shoe|Leather'), ('Etnies|Driving Shoe|Leatherette'), ('Etnies|Driving Shoe|Polyurethane'), ('Etnies|Driving Shoe|PVC'), ('Etnies|Driving Shoe|Rubber'), ('Etnies|Hiker|Leather'), ('Etnies|Hiker|Leatherette'), ('Etnies|Hiker|Polyurethane'), ('Etnies|Hiker|PVC'), ('Etnies|Hiker|Rubber'), ('Etnies|Loafer (Slip-on)|Leather'), ('Etnies|Loafer (Slip-on)|Leatherette'), ('Etnies|Loafer (Slip-on)|Polyurethane'), ('Etnies|Loafer (Slip-on)|PVC'), ('Etnies|Loafer (Slip-on)|Rubber'), ('Etnies|Oxford (Lace-up)|Leather'), ('Etnies|Oxford (Lace-up)|Leatherette'), ('Etnies|Oxford (Lace-up)|Polyurethane'), ('Etnies|Oxford (Lace-up)|PVC'), ('Etnies|Oxford (Lace-up)|Rubber'), ('Etnies|Patent Leather|Leather'), ('Etnies|Patent Leather|Leatherette'), ('Etnies|Patent Leather|Polyurethane'), ('Etnies|Patent Leather|PVC'), ('Etnies|Patent Leather|Rubber'), ('Etnies|Penny Loafer|Leather'), ('Etnies|Penny Loafer|Leatherette'), ('Etnies|Penny Loafer|Polyurethane'), ('Etnies|Penny Loafer|PVC'), ('Etnies|Penny Loafer|Rubber'), ('Etnies|Runner|Leather'), ('Etnies|Runner|Leatherette'), ('Etnies|Runner|Polyurethane'), ('Etnies|Runner|PVC'), ('Etnies|Runner|Rubber'), ('Etnies|Saddle Shoe|Leather'), ('Etnies|Saddle Shoe|Leatherette'), ('Etnies|Saddle Shoe|Polyurethane'), ('Etnies|Saddle Shoe|PVC'), ('Etnies|Saddle Shoe|Rubber'), ('Etnies|Sandal|Leather'), ('Etnies|Sandal|Leatherette'), ('Etnies|Sandal|Polyurethane'), ('Etnies|Sandal|PVC'), ('Etnies|Sandal|Rubber'), ('Etnies|Tennis|Leather'), ('Etnies|Tennis|Leatherette'), ('Etnies|Tennis|Polyurethane'), ('Etnies|Tennis|PVC'), ('Etnies|Tennis|Rubber'), ('Etnies|Walker|Leather'), ('Etnies|Walker|Leatherette'), ('Etnies|Walker|Polyurethane'), ('Etnies|Walker|PVC'), ('Etnies|Walker|Rubber'), ('Etnies|Wingtip|Leather'), ('Etnies|Wingtip|Leatherette'), ('Etnies|Wingtip|Polyurethane'), ('Etnies|Wingtip|PVC'), ('Etnies|Wingtip|Rubber'), ('Etnies|Work Boot|Leather'), ('Etnies|Work Boot|Leatherette'), ('Etnies|Work Boot|Polyurethane'), ('Etnies|Work Boot|PVC'), ('Etnies|Work Boot|Rubber'), ('Fred Perry|Balmoral|Leather'), ('Fred Perry|Balmoral|Leatherette'), ('Fred Perry|Balmoral|Polyurethane'), ('Fred Perry|Balmoral|PVC'), ('Fred Perry|Balmoral|Rubber'), ('Fred Perry|Boat Shoe|Leather'), ('Fred Perry|Boat Shoe|Leatherette'), ('Fred Perry|Boat Shoe|Polyurethane'), ('Fred Perry|Boat Shoe|PVC'), ('Fred Perry|Boat Shoe|Rubber'), ('Fred Perry|Brouge|Leather'), ('Fred Perry|Brouge|Leatherette'), ('Fred Perry|Brouge|Polyurethane'), ('Fred Perry|Brouge|PVC'), ('Fred Perry|Brouge|Rubber'), ('Fred Perry|Cross Trainer|Leather'), ('Fred Perry|Cross Trainer|Leatherette'), ('Fred Perry|Cross Trainer|Polyurethane'), ('Fred Perry|Cross Trainer|PVC'), ('Fred Perry|Cross Trainer|Rubber'), ('Fred Perry|Derby|Leather'), ('Fred Perry|Derby|Leatherette'), ('Fred Perry|Derby|Polyurethane'), ('Fred Perry|Derby|PVC'), ('Fred Perry|Derby|Rubber'), ('Fred Perry|Dress Boot|Leather'), ('Fred Perry|Dress Boot|Leatherette'), ('Fred Perry|Dress Boot|Polyurethane'), ('Fred Perry|Dress Boot|PVC'), ('Fred Perry|Dress Boot|Rubber'), ('Fred Perry|Dress Shoe|Leather'), ('Fred Perry|Dress Shoe|Leatherette'), ('Fred Perry|Dress Shoe|Polyurethane'), ('Fred Perry|Dress Shoe|PVC'), ('Fred Perry|Dress Shoe|Rubber'), ('Fred Perry|Driving Shoe|Leather'), ('Fred Perry|Driving Shoe|Leatherette'), ('Fred Perry|Driving Shoe|Polyurethane'), ('Fred Perry|Driving Shoe|PVC'), ('Fred Perry|Driving Shoe|Rubber'), ('Fred Perry|Hiker|Leather'), ('Fred Perry|Hiker|Leatherette'), ('Fred Perry|Hiker|Polyurethane'), ('Fred Perry|Hiker|PVC'), ('Fred Perry|Hiker|Rubber'), ('Fred Perry|Loafer (Slip-on)|Leather'), ('Fred Perry|Loafer (Slip-on)|Leatherette'), ('Fred Perry|Loafer (Slip-on)|Polyurethane'), ('Fred Perry|Loafer (Slip-on)|PVC'), ('Fred Perry|Loafer (Slip-on)|Rubber'), ('Fred Perry|Oxford (Lace-up)|Leather'), ('Fred Perry|Oxford (Lace-up)|Leatherette'), ('Fred Perry|Oxford (Lace-up)|Polyurethane'), ('Fred Perry|Oxford (Lace-up)|PVC'), ('Fred Perry|Oxford (Lace-up)|Rubber'), ('Fred Perry|Patent Leather|Leather'), ('Fred Perry|Patent Leather|Leatherette'), ('Fred Perry|Patent Leather|Polyurethane'), ('Fred Perry|Patent Leather|PVC'), ('Fred Perry|Patent Leather|Rubber'), ('Fred Perry|Penny Loafer|Leather'), ('Fred Perry|Penny Loafer|Leatherette'), ('Fred Perry|Penny Loafer|Polyurethane'), ('Fred Perry|Penny Loafer|PVC'), ('Fred Perry|Penny Loafer|Rubber'), ('Fred Perry|Runner|Leather'), ('Fred Perry|Runner|Leatherette'), ('Fred Perry|Runner|Polyurethane'), ('Fred Perry|Runner|PVC'), ('Fred Perry|Runner|Rubber'), ('Fred Perry|Saddle Shoe|Leather'), ('Fred Perry|Saddle Shoe|Leatherette'), ('Fred Perry|Saddle Shoe|Polyurethane'), ('Fred Perry|Saddle Shoe|PVC'), ('Fred Perry|Saddle Shoe|Rubber'), ('Fred Perry|Sandal|Leather'), ('Fred Perry|Sandal|Leatherette'), ('Fred Perry|Sandal|Polyurethane'), ('Fred Perry|Sandal|PVC'), ('Fred Perry|Sandal|Rubber'), ('Fred Perry|Tennis|Leather'), ('Fred Perry|Tennis|Leatherette'), ('Fred Perry|Tennis|Polyurethane'), ('Fred Perry|Tennis|PVC'), ('Fred Perry|Tennis|Rubber'), ('Fred Perry|Walker|Leather'), ('Fred Perry|Walker|Leatherette'), ('Fred Perry|Walker|Polyurethane'), ('Fred Perry|Walker|PVC'), ('Fred Perry|Walker|Rubber'), ('Fred Perry|Wingtip|Leather'), ('Fred Perry|Wingtip|Leatherette'), ('Fred Perry|Wingtip|Polyurethane'), ('Fred Perry|Wingtip|PVC'), ('Fred Perry|Wingtip|Rubber'), ('Fred Perry|Work Boot|Leather'), ('Fred Perry|Work Boot|Leatherette'), ('Fred Perry|Work Boot|Polyurethane'), ('Fred Perry|Work Boot|PVC'), ('Fred Perry|Work Boot|Rubber'), ('Frye|Balmoral|Leather'), ('Frye|Balmoral|Leatherette'), ('Frye|Balmoral|Polyurethane'), ('Frye|Balmoral|PVC'), ('Frye|Balmoral|Rubber'), ('Frye|Boat Shoe|Leather'), ('Frye|Boat Shoe|Leatherette'), ('Frye|Boat Shoe|Polyurethane'), ('Frye|Boat Shoe|PVC'), ('Frye|Boat Shoe|Rubber'), ('Frye|Brouge|Leather'), ('Frye|Brouge|Leatherette'), ('Frye|Brouge|Polyurethane'), ('Frye|Brouge|PVC'), ('Frye|Brouge|Rubber'), ('Frye|Cross Trainer|Leather'), ('Frye|Cross Trainer|Leatherette'), ('Frye|Cross Trainer|Polyurethane'), ('Frye|Cross Trainer|PVC'), ('Frye|Cross Trainer|Rubber'), ('Frye|Derby|Leather'), ('Frye|Derby|Leatherette'), ('Frye|Derby|Polyurethane'), ('Frye|Derby|PVC'), ('Frye|Derby|Rubber'), ('Frye|Dress Boot|Leather'), ('Frye|Dress Boot|Leatherette'), ('Frye|Dress Boot|Polyurethane'), ('Frye|Dress Boot|PVC'), ('Frye|Dress Boot|Rubber'), ('Frye|Dress Shoe|Leather'), ('Frye|Dress Shoe|Leatherette'), ('Frye|Dress Shoe|Polyurethane'), ('Frye|Dress Shoe|PVC'), ('Frye|Dress Shoe|Rubber'), ('Frye|Driving Shoe|Leather'), ('Frye|Driving Shoe|Leatherette'), ('Frye|Driving Shoe|Polyurethane'), ('Frye|Driving Shoe|PVC'), ('Frye|Driving Shoe|Rubber'), ('Frye|Hiker|Leather'), ('Frye|Hiker|Leatherette'), ('Frye|Hiker|Polyurethane'), ('Frye|Hiker|PVC'), ('Frye|Hiker|Rubber'), ('Frye|Loafer (Slip-on)|Leather'), ('Frye|Loafer (Slip-on)|Leatherette'), ('Frye|Loafer (Slip-on)|Polyurethane'), ('Frye|Loafer (Slip-on)|PVC'), ('Frye|Loafer (Slip-on)|Rubber'), ('Frye|Oxford (Lace-up)|Leather'), ('Frye|Oxford (Lace-up)|Leatherette'), ('Frye|Oxford (Lace-up)|Polyurethane'), ('Frye|Oxford (Lace-up)|PVC'), ('Frye|Oxford (Lace-up)|Rubber'), ('Frye|Patent Leather|Leather'), ('Frye|Patent Leather|Leatherette'), ('Frye|Patent Leather|Polyurethane'), ('Frye|Patent Leather|PVC'), ('Frye|Patent Leather|Rubber'), ('Frye|Penny Loafer|Leather'), ('Frye|Penny Loafer|Leatherette'), ('Frye|Penny Loafer|Polyurethane'), ('Frye|Penny Loafer|PVC'), ('Frye|Penny Loafer|Rubber'), ('Frye|Runner|Leather'), ('Frye|Runner|Leatherette'), ('Frye|Runner|Polyurethane'), ('Frye|Runner|PVC'), ('Frye|Runner|Rubber'), ('Frye|Saddle Shoe|Leather'), ('Frye|Saddle Shoe|Leatherette'), ('Frye|Saddle Shoe|Polyurethane'), ('Frye|Saddle Shoe|PVC'), ('Frye|Saddle Shoe|Rubber'), ('Frye|Sandal|Leather'), ('Frye|Sandal|Leatherette'), ('Frye|Sandal|Polyurethane'), ('Frye|Sandal|PVC'), ('Frye|Sandal|Rubber'), ('Frye|Tennis|Leather'), ('Frye|Tennis|Leatherette'), ('Frye|Tennis|Polyurethane'), ('Frye|Tennis|PVC'), ('Frye|Tennis|Rubber'), ('Frye|Walker|Leather'), ('Frye|Walker|Leatherette'), ('Frye|Walker|Polyurethane'), ('Frye|Walker|PVC'), ('Frye|Walker|Rubber'), ('Frye|Wingtip|Leather'), ('Frye|Wingtip|Leatherette'), ('Frye|Wingtip|Polyurethane'), ('Frye|Wingtip|PVC'), ('Frye|Wingtip|Rubber'), ('Frye|Work Boot|Leather'), ('Frye|Work Boot|Leatherette'), ('Frye|Work Boot|Polyurethane'), ('Frye|Work Boot|PVC'), ('Frye|Work Boot|Rubber'), ('Hi-Tec|Balmoral|Leather'), ('Hi-Tec|Balmoral|Leatherette'), ('Hi-Tec|Balmoral|Polyurethane'), ('Hi-Tec|Balmoral|PVC'), ('Hi-Tec|Balmoral|Rubber'), ('Hi-Tec|Boat Shoe|Leather'), ('Hi-Tec|Boat Shoe|Leatherette'), ('Hi-Tec|Boat Shoe|Polyurethane'), ('Hi-Tec|Boat Shoe|PVC'), ('Hi-Tec|Boat Shoe|Rubber'), ('Hi-Tec|Brouge|Leather'), ('Hi-Tec|Brouge|Leatherette'), ('Hi-Tec|Brouge|Polyurethane'), ('Hi-Tec|Brouge|PVC'), ('Hi-Tec|Brouge|Rubber'), ('Hi-Tec|Cross Trainer|Leather'), ('Hi-Tec|Cross Trainer|Leatherette'), ('Hi-Tec|Cross Trainer|Polyurethane'), ('Hi-Tec|Cross Trainer|PVC'), ('Hi-Tec|Cross Trainer|Rubber'), ('Hi-Tec|Derby|Leather'), ('Hi-Tec|Derby|Leatherette'), ('Hi-Tec|Derby|Polyurethane'), ('Hi-Tec|Derby|PVC'), ('Hi-Tec|Derby|Rubber'), ('Hi-Tec|Dress Boot|Leather'), ('Hi-Tec|Dress Boot|Leatherette'), ('Hi-Tec|Dress Boot|Polyurethane'), ('Hi-Tec|Dress Boot|PVC'), ('Hi-Tec|Dress Boot|Rubber'), ('Hi-Tec|Dress Shoe|Leather'), ('Hi-Tec|Dress Shoe|Leatherette'), ('Hi-Tec|Dress Shoe|Polyurethane'), ('Hi-Tec|Dress Shoe|PVC'), ('Hi-Tec|Dress Shoe|Rubber'), ('Hi-Tec|Driving Shoe|Leather'), ('Hi-Tec|Driving Shoe|Leatherette'), ('Hi-Tec|Driving Shoe|Polyurethane'), ('Hi-Tec|Driving Shoe|PVC'), ('Hi-Tec|Driving Shoe|Rubber'), ('Hi-Tec|Hiker|Leather'), ('Hi-Tec|Hiker|Leatherette'), ('Hi-Tec|Hiker|Polyurethane'), ('Hi-Tec|Hiker|PVC'), ('Hi-Tec|Hiker|Rubber'), ('Hi-Tec|Loafer (Slip-on)|Leather'), ('Hi-Tec|Loafer (Slip-on)|Leatherette'), ('Hi-Tec|Loafer (Slip-on)|Polyurethane'), ('Hi-Tec|Loafer (Slip-on)|PVC'), ('Hi-Tec|Loafer (Slip-on)|Rubber'), ('Hi-Tec|Oxford (Lace-up)|Leather'), ('Hi-Tec|Oxford (Lace-up)|Leatherette'), ('Hi-Tec|Oxford (Lace-up)|Polyurethane'), ('Hi-Tec|Oxford (Lace-up)|PVC'), ('Hi-Tec|Oxford (Lace-up)|Rubber'), ('Hi-Tec|Patent Leather|Leather'), ('Hi-Tec|Patent Leather|Leatherette'), ('Hi-Tec|Patent Leather|Polyurethane'), ('Hi-Tec|Patent Leather|PVC'), ('Hi-Tec|Patent Leather|Rubber'), ('Hi-Tec|Penny Loafer|Leather'), ('Hi-Tec|Penny Loafer|Leatherette'), ('Hi-Tec|Penny Loafer|Polyurethane'), ('Hi-Tec|Penny Loafer|PVC'), ('Hi-Tec|Penny Loafer|Rubber'), ('Hi-Tec|Runner|Leather'), ('Hi-Tec|Runner|Leatherette'), ('Hi-Tec|Runner|Polyurethane'), ('Hi-Tec|Runner|PVC'), ('Hi-Tec|Runner|Rubber'), ('Hi-Tec|Saddle Shoe|Leather'), ('Hi-Tec|Saddle Shoe|Leatherette'), ('Hi-Tec|Saddle Shoe|Polyurethane'), ('Hi-Tec|Saddle Shoe|PVC'), ('Hi-Tec|Saddle Shoe|Rubber'), ('Hi-Tec|Sandal|Leather'), ('Hi-Tec|Sandal|Leatherette'), ('Hi-Tec|Sandal|Polyurethane'), ('Hi-Tec|Sandal|PVC'), ('Hi-Tec|Sandal|Rubber'), ('Hi-Tec|Tennis|Leather'), ('Hi-Tec|Tennis|Leatherette'), ('Hi-Tec|Tennis|Polyurethane'), ('Hi-Tec|Tennis|PVC'), ('Hi-Tec|Tennis|Rubber'), ('Hi-Tec|Walker|Leather'), ('Hi-Tec|Walker|Leatherette'), ('Hi-Tec|Walker|Polyurethane'), ('Hi-Tec|Walker|PVC'), ('Hi-Tec|Walker|Rubber'), ('Hi-Tec|Wingtip|Leather'), ('Hi-Tec|Wingtip|Leatherette'), ('Hi-Tec|Wingtip|Polyurethane'), ('Hi-Tec|Wingtip|PVC'), ('Hi-Tec|Wingtip|Rubber'), ('Hi-Tec|Work Boot|Leather'), ('Hi-Tec|Work Boot|Leatherette'), ('Hi-Tec|Work Boot|Polyurethane'), ('Hi-Tec|Work Boot|PVC'), ('Hi-Tec|Work Boot|Rubber'), ('John Fluevog|Balmoral|Leather'), ('John Fluevog|Balmoral|Leatherette'), ('John Fluevog|Balmoral|Polyurethane'), ('John Fluevog|Balmoral|PVC'), ('John Fluevog|Balmoral|Rubber'), ('John Fluevog|Boat Shoe|Leather'), ('John Fluevog|Boat Shoe|Leatherette'), ('John Fluevog|Boat Shoe|Polyurethane'), ('John Fluevog|Boat Shoe|PVC'), ('John Fluevog|Boat Shoe|Rubber'), ('John Fluevog|Brouge|Leather'), ('John Fluevog|Brouge|Leatherette'), ('John Fluevog|Brouge|Polyurethane'), ('John Fluevog|Brouge|PVC'), ('John Fluevog|Brouge|Rubber'), ('John Fluevog|Cross Trainer|Leather'), ('John Fluevog|Cross Trainer|Leatherette'), ('John Fluevog|Cross Trainer|Polyurethane'), ('John Fluevog|Cross Trainer|PVC'), ('John Fluevog|Cross Trainer|Rubber'), ('John Fluevog|Derby|Leather'), ('John Fluevog|Derby|Leatherette'), ('John Fluevog|Derby|Polyurethane'), ('John Fluevog|Derby|PVC'), ('John Fluevog|Derby|Rubber'), ('John Fluevog|Dress Boot|Leather'), ('John Fluevog|Dress Boot|Leatherette'), ('John Fluevog|Dress Boot|Polyurethane'), ('John Fluevog|Dress Boot|PVC'), ('John Fluevog|Dress Boot|Rubber'), ('John Fluevog|Dress Shoe|Leather'), ('John Fluevog|Dress Shoe|Leatherette'), ('John Fluevog|Dress Shoe|Polyurethane'), ('John Fluevog|Dress Shoe|PVC'), ('John Fluevog|Dress Shoe|Rubber'), ('John Fluevog|Driving Shoe|Leather'), ('John Fluevog|Driving Shoe|Leatherette'), ('John Fluevog|Driving Shoe|Polyurethane'), ('John Fluevog|Driving Shoe|PVC'), ('John Fluevog|Driving Shoe|Rubber'), ('John Fluevog|Hiker|Leather'), ('John Fluevog|Hiker|Leatherette'), ('John Fluevog|Hiker|Polyurethane'), ('John Fluevog|Hiker|PVC'), ('John Fluevog|Hiker|Rubber'), ('John Fluevog|Loafer (Slip-on)|Leather'), ('John Fluevog|Loafer (Slip-on)|Leatherette'), ('John Fluevog|Loafer (Slip-on)|Polyurethane'), ('John Fluevog|Loafer (Slip-on)|PVC'), ('John Fluevog|Loafer (Slip-on)|Rubber'), ('John Fluevog|Oxford (Lace-up)|Leather'), ('John Fluevog|Oxford (Lace-up)|Leatherette'), ('John Fluevog|Oxford (Lace-up)|Polyurethane'), ('John Fluevog|Oxford (Lace-up)|PVC'), ('John Fluevog|Oxford (Lace-up)|Rubber'), ('John Fluevog|Patent Leather|Leather'), ('John Fluevog|Patent Leather|Leatherette'), ('John Fluevog|Patent Leather|Polyurethane'), ('John Fluevog|Patent Leather|PVC'), ('John Fluevog|Patent Leather|Rubber'), ('John Fluevog|Penny Loafer|Leather'), ('John Fluevog|Penny Loafer|Leatherette'), ('John Fluevog|Penny Loafer|Polyurethane'), ('John Fluevog|Penny Loafer|PVC'), ('John Fluevog|Penny Loafer|Rubber'), ('John Fluevog|Runner|Leather'), ('John Fluevog|Runner|Leatherette'), ('John Fluevog|Runner|Polyurethane'), ('John Fluevog|Runner|PVC'), ('John Fluevog|Runner|Rubber'), ('John Fluevog|Saddle Shoe|Leather'), ('John Fluevog|Saddle Shoe|Leatherette'), ('John Fluevog|Saddle Shoe|Polyurethane'), ('John Fluevog|Saddle Shoe|PVC'), ('John Fluevog|Saddle Shoe|Rubber'), ('John Fluevog|Sandal|Leather'), ('John Fluevog|Sandal|Leatherette'), ('John Fluevog|Sandal|Polyurethane'), ('John Fluevog|Sandal|PVC'), ('John Fluevog|Sandal|Rubber'), ('John Fluevog|Tennis|Leather'), ('John Fluevog|Tennis|Leatherette'), ('John Fluevog|Tennis|Polyurethane'), ('John Fluevog|Tennis|PVC'), ('John Fluevog|Tennis|Rubber'), ('John Fluevog|Walker|Leather'), ('John Fluevog|Walker|Leatherette'), ('John Fluevog|Walker|Polyurethane'), ('John Fluevog|Walker|PVC'), ('John Fluevog|Walker|Rubber'), ('John Fluevog|Wingtip|Leather'), ('John Fluevog|Wingtip|Leatherette'), ('John Fluevog|Wingtip|Polyurethane'), ('John Fluevog|Wingtip|PVC'), ('John Fluevog|Wingtip|Rubber'), ('John Fluevog|Work Boot|Leather'), ('John Fluevog|Work Boot|Leatherette'), ('John Fluevog|Work Boot|Polyurethane'), ('John Fluevog|Work Boot|PVC'), ('John Fluevog|Work Boot|Rubber'), ('Kamik|Balmoral|Leather'), ('Kamik|Balmoral|Leatherette'), ('Kamik|Balmoral|Polyurethane'), ('Kamik|Balmoral|PVC'), ('Kamik|Balmoral|Rubber'), ('Kamik|Boat Shoe|Leather'), ('Kamik|Boat Shoe|Leatherette'), ('Kamik|Boat Shoe|Polyurethane'), ('Kamik|Boat Shoe|PVC'), ('Kamik|Boat Shoe|Rubber'), ('Kamik|Brouge|Leather'), ('Kamik|Brouge|Leatherette'), ('Kamik|Brouge|Polyurethane'), ('Kamik|Brouge|PVC'), ('Kamik|Brouge|Rubber'), ('Kamik|Cross Trainer|Leather'), ('Kamik|Cross Trainer|Leatherette'), ('Kamik|Cross Trainer|Polyurethane'), ('Kamik|Cross Trainer|PVC'), ('Kamik|Cross Trainer|Rubber'), ('Kamik|Derby|Leather'), ('Kamik|Derby|Leatherette'), ('Kamik|Derby|Polyurethane'), ('Kamik|Derby|PVC'), ('Kamik|Derby|Rubber'), ('Kamik|Dress Boot|Leather'), ('Kamik|Dress Boot|Leatherette'), ('Kamik|Dress Boot|Polyurethane'), ('Kamik|Dress Boot|PVC'), ('Kamik|Dress Boot|Rubber'), ('Kamik|Dress Shoe|Leather'), ('Kamik|Dress Shoe|Leatherette'), ('Kamik|Dress Shoe|Polyurethane'), ('Kamik|Dress Shoe|PVC'), ('Kamik|Dress Shoe|Rubber'), ('Kamik|Driving Shoe|Leather'), ('Kamik|Driving Shoe|Leatherette'), ('Kamik|Driving Shoe|Polyurethane'), ('Kamik|Driving Shoe|PVC'), ('Kamik|Driving Shoe|Rubber'), ('Kamik|Hiker|Leather'), ('Kamik|Hiker|Leatherette'), ('Kamik|Hiker|Polyurethane'), ('Kamik|Hiker|PVC'), ('Kamik|Hiker|Rubber'), ('Kamik|Loafer (Slip-on)|Leather'), ('Kamik|Loafer (Slip-on)|Leatherette'), ('Kamik|Loafer (Slip-on)|Polyurethane'), ('Kamik|Loafer (Slip-on)|PVC'), ('Kamik|Loafer (Slip-on)|Rubber'), ('Kamik|Oxford (Lace-up)|Leather'), ('Kamik|Oxford (Lace-up)|Leatherette'), ('Kamik|Oxford (Lace-up)|Polyurethane'), ('Kamik|Oxford (Lace-up)|PVC'), ('Kamik|Oxford (Lace-up)|Rubber'), ('Kamik|Patent Leather|Leather'), ('Kamik|Patent Leather|Leatherette'), ('Kamik|Patent Leather|Polyurethane'), ('Kamik|Patent Leather|PVC'), ('Kamik|Patent Leather|Rubber'), ('Kamik|Penny Loafer|Leather'), ('Kamik|Penny Loafer|Leatherette'), ('Kamik|Penny Loafer|Polyurethane'), ('Kamik|Penny Loafer|PVC'), ('Kamik|Penny Loafer|Rubber'), ('Kamik|Runner|Leather'), ('Kamik|Runner|Leatherette'), ('Kamik|Runner|Polyurethane'), ('Kamik|Runner|PVC'), ('Kamik|Runner|Rubber'), ('Kamik|Saddle Shoe|Leather'), ('Kamik|Saddle Shoe|Leatherette'), ('Kamik|Saddle Shoe|Polyurethane'), ('Kamik|Saddle Shoe|PVC'), ('Kamik|Saddle Shoe|Rubber'), ('Kamik|Sandal|Leather'), ('Kamik|Sandal|Leatherette'), ('Kamik|Sandal|Polyurethane'), ('Kamik|Sandal|PVC'), ('Kamik|Sandal|Rubber'), ('Kamik|Tennis|Leather'), ('Kamik|Tennis|Leatherette'), ('Kamik|Tennis|Polyurethane'), ('Kamik|Tennis|PVC'), ('Kamik|Tennis|Rubber'), ('Kamik|Walker|Leather'), ('Kamik|Walker|Leatherette'), ('Kamik|Walker|Polyurethane'), ('Kamik|Walker|PVC'), ('Kamik|Walker|Rubber'), ('Kamik|Wingtip|Leather'), ('Kamik|Wingtip|Leatherette'), ('Kamik|Wingtip|Polyurethane'), ('Kamik|Wingtip|PVC'), ('Kamik|Wingtip|Rubber'), ('Kamik|Work Boot|Leather'), ('Kamik|Work Boot|Leatherette'), ('Kamik|Work Boot|Polyurethane'), ('Kamik|Work Boot|PVC'), ('Kamik|Work Boot|Rubber'), ('Keen|Balmoral|Leather'), ('Keen|Balmoral|Leatherette'), ('Keen|Balmoral|Polyurethane'), ('Keen|Balmoral|PVC'), ('Keen|Balmoral|Rubber'), ('Keen|Boat Shoe|Leather'), ('Keen|Boat Shoe|Leatherette'), ('Keen|Boat Shoe|Polyurethane'), ('Keen|Boat Shoe|PVC'), ('Keen|Boat Shoe|Rubber'), ('Keen|Brouge|Leather'), ('Keen|Brouge|Leatherette'), ('Keen|Brouge|Polyurethane'), ('Keen|Brouge|PVC'), ('Keen|Brouge|Rubber'), ('Keen|Cross Trainer|Leather'), ('Keen|Cross Trainer|Leatherette'), ('Keen|Cross Trainer|Polyurethane'), ('Keen|Cross Trainer|PVC'), ('Keen|Cross Trainer|Rubber'), ('Keen|Derby|Leather'), ('Keen|Derby|Leatherette'), ('Keen|Derby|Polyurethane'), ('Keen|Derby|PVC'), ('Keen|Derby|Rubber'), ('Keen|Dress Boot|Leather'), ('Keen|Dress Boot|Leatherette'), ('Keen|Dress Boot|Polyurethane'), ('Keen|Dress Boot|PVC'), ('Keen|Dress Boot|Rubber'), ('Keen|Dress Shoe|Leather'), ('Keen|Dress Shoe|Leatherette'), ('Keen|Dress Shoe|Polyurethane'), ('Keen|Dress Shoe|PVC'), ('Keen|Dress Shoe|Rubber'), ('Keen|Driving Shoe|Leather'), ('Keen|Driving Shoe|Leatherette'), ('Keen|Driving Shoe|Polyurethane'), ('Keen|Driving Shoe|PVC'), ('Keen|Driving Shoe|Rubber'), ('Keen|Hiker|Leather'), ('Keen|Hiker|Leatherette'), ('Keen|Hiker|Polyurethane'), ('Keen|Hiker|PVC'), ('Keen|Hiker|Rubber'), ('Keen|Loafer (Slip-on)|Leather'), ('Keen|Loafer (Slip-on)|Leatherette'), ('Keen|Loafer (Slip-on)|Polyurethane'), ('Keen|Loafer (Slip-on)|PVC'), ('Keen|Loafer (Slip-on)|Rubber'), ('Keen|Oxford (Lace-up)|Leather'), ('Keen|Oxford (Lace-up)|Leatherette'), ('Keen|Oxford (Lace-up)|Polyurethane'), ('Keen|Oxford (Lace-up)|PVC'), ('Keen|Oxford (Lace-up)|Rubber'), ('Keen|Patent Leather|Leather'), ('Keen|Patent Leather|Leatherette'), ('Keen|Patent Leather|Polyurethane'), ('Keen|Patent Leather|PVC'), ('Keen|Patent Leather|Rubber'), ('Keen|Penny Loafer|Leather'), ('Keen|Penny Loafer|Leatherette'), ('Keen|Penny Loafer|Polyurethane'), ('Keen|Penny Loafer|PVC'), ('Keen|Penny Loafer|Rubber'), ('Keen|Runner|Leather'), ('Keen|Runner|Leatherette'), ('Keen|Runner|Polyurethane'), ('Keen|Runner|PVC'), ('Keen|Runner|Rubber'), ('Keen|Saddle Shoe|Leather'), ('Keen|Saddle Shoe|Leatherette'), ('Keen|Saddle Shoe|Polyurethane'), ('Keen|Saddle Shoe|PVC'), ('Keen|Saddle Shoe|Rubber'), ('Keen|Sandal|Leather'), ('Keen|Sandal|Leatherette'), ('Keen|Sandal|Polyurethane'), ('Keen|Sandal|PVC'), ('Keen|Sandal|Rubber'), ('Keen|Tennis|Leather'), ('Keen|Tennis|Leatherette'), ('Keen|Tennis|Polyurethane'), ('Keen|Tennis|PVC'), ('Keen|Tennis|Rubber'), ('Keen|Walker|Leather'), ('Keen|Walker|Leatherette'), ('Keen|Walker|Polyurethane'), ('Keen|Walker|PVC'), ('Keen|Walker|Rubber'), ('Keen|Wingtip|Leather'), ('Keen|Wingtip|Leatherette'), ('Keen|Wingtip|Polyurethane'), ('Keen|Wingtip|PVC'), ('Keen|Wingtip|Rubber'), ('Keen|Work Boot|Leather'), ('Keen|Work Boot|Leatherette'), ('Keen|Work Boot|Polyurethane'), ('Keen|Work Boot|PVC'), ('Keen|Work Boot|Rubber'), ('Lacoste|Balmoral|Leather'), ('Lacoste|Balmoral|Leatherette'), ('Lacoste|Balmoral|Polyurethane'), ('Lacoste|Balmoral|PVC'), ('Lacoste|Balmoral|Rubber'), ('Lacoste|Boat Shoe|Leather'), ('Lacoste|Boat Shoe|Leatherette'), ('Lacoste|Boat Shoe|Polyurethane'), ('Lacoste|Boat Shoe|PVC'), ('Lacoste|Boat Shoe|Rubber'), ('Lacoste|Brouge|Leather'), ('Lacoste|Brouge|Leatherette'), ('Lacoste|Brouge|Polyurethane'), ('Lacoste|Brouge|PVC'), ('Lacoste|Brouge|Rubber'), ('Lacoste|Cross Trainer|Leather'), ('Lacoste|Cross Trainer|Leatherette'), ('Lacoste|Cross Trainer|Polyurethane'), ('Lacoste|Cross Trainer|PVC'), ('Lacoste|Cross Trainer|Rubber'), ('Lacoste|Derby|Leather'), ('Lacoste|Derby|Leatherette'), ('Lacoste|Derby|Polyurethane'), ('Lacoste|Derby|PVC'), ('Lacoste|Derby|Rubber'), ('Lacoste|Dress Boot|Leather'), ('Lacoste|Dress Boot|Leatherette'), ('Lacoste|Dress Boot|Polyurethane'), ('Lacoste|Dress Boot|PVC'), ('Lacoste|Dress Boot|Rubber'), ('Lacoste|Dress Shoe|Leather'), ('Lacoste|Dress Shoe|Leatherette'), ('Lacoste|Dress Shoe|Polyurethane'), ('Lacoste|Dress Shoe|PVC'), ('Lacoste|Dress Shoe|Rubber'), ('Lacoste|Driving Shoe|Leather'), ('Lacoste|Driving Shoe|Leatherette'), ('Lacoste|Driving Shoe|Polyurethane'), ('Lacoste|Driving Shoe|PVC'), ('Lacoste|Driving Shoe|Rubber'), ('Lacoste|Hiker|Leather'), ('Lacoste|Hiker|Leatherette'), ('Lacoste|Hiker|Polyurethane'), ('Lacoste|Hiker|PVC'), ('Lacoste|Hiker|Rubber'), ('Lacoste|Loafer (Slip-on)|Leather'), ('Lacoste|Loafer (Slip-on)|Leatherette'), ('Lacoste|Loafer (Slip-on)|Polyurethane'), ('Lacoste|Loafer (Slip-on)|PVC'), ('Lacoste|Loafer (Slip-on)|Rubber'), ('Lacoste|Oxford (Lace-up)|Leather'), ('Lacoste|Oxford (Lace-up)|Leatherette'), ('Lacoste|Oxford (Lace-up)|Polyurethane'), ('Lacoste|Oxford (Lace-up)|PVC'), ('Lacoste|Oxford (Lace-up)|Rubber'), ('Lacoste|Patent Leather|Leather'), ('Lacoste|Patent Leather|Leatherette'), ('Lacoste|Patent Leather|Polyurethane'), ('Lacoste|Patent Leather|PVC'), ('Lacoste|Patent Leather|Rubber'), ('Lacoste|Penny Loafer|Leather'), ('Lacoste|Penny Loafer|Leatherette'), ('Lacoste|Penny Loafer|Polyurethane'), ('Lacoste|Penny Loafer|PVC'), ('Lacoste|Penny Loafer|Rubber'), ('Lacoste|Runner|Leather'), ('Lacoste|Runner|Leatherette'), ('Lacoste|Runner|Polyurethane'), ('Lacoste|Runner|PVC'), ('Lacoste|Runner|Rubber'), ('Lacoste|Saddle Shoe|Leather'), ('Lacoste|Saddle Shoe|Leatherette'), ('Lacoste|Saddle Shoe|Polyurethane'), ('Lacoste|Saddle Shoe|PVC'), ('Lacoste|Saddle Shoe|Rubber'), ('Lacoste|Sandal|Leather'), ('Lacoste|Sandal|Leatherette'), ('Lacoste|Sandal|Polyurethane'), ('Lacoste|Sandal|PVC'), ('Lacoste|Sandal|Rubber'), ('Lacoste|Tennis|Leather'), ('Lacoste|Tennis|Leatherette'), ('Lacoste|Tennis|Polyurethane'), ('Lacoste|Tennis|PVC'), ('Lacoste|Tennis|Rubber'), ('Lacoste|Walker|Leather'), ('Lacoste|Walker|Leatherette'), ('Lacoste|Walker|Polyurethane'), ('Lacoste|Walker|PVC'), ('Lacoste|Walker|Rubber'), ('Lacoste|Wingtip|Leather'), ('Lacoste|Wingtip|Leatherette'), ('Lacoste|Wingtip|Polyurethane'), ('Lacoste|Wingtip|PVC'), ('Lacoste|Wingtip|Rubber'), ('Lacoste|Work Boot|Leather'), ('Lacoste|Work Boot|Leatherette'), ('Lacoste|Work Boot|Polyurethane'), ('Lacoste|Work Boot|PVC'), ('Lacoste|Work Boot|Rubber'), ('Marc Jacobs|Balmoral|Leather'), ('Marc Jacobs|Balmoral|Leatherette'), ('Marc Jacobs|Balmoral|Polyurethane'), ('Marc Jacobs|Balmoral|PVC'), ('Marc Jacobs|Balmoral|Rubber'), ('Marc Jacobs|Boat Shoe|Leather'), ('Marc Jacobs|Boat Shoe|Leatherette'), ('Marc Jacobs|Boat Shoe|Polyurethane'), ('Marc Jacobs|Boat Shoe|PVC'), ('Marc Jacobs|Boat Shoe|Rubber'), ('Marc Jacobs|Brouge|Leather'), ('Marc Jacobs|Brouge|Leatherette'), ('Marc Jacobs|Brouge|Polyurethane'), ('Marc Jacobs|Brouge|PVC'), ('Marc Jacobs|Brouge|Rubber'), ('Marc Jacobs|Cross Trainer|Leather'), ('Marc Jacobs|Cross Trainer|Leatherette'), ('Marc Jacobs|Cross Trainer|Polyurethane'), ('Marc Jacobs|Cross Trainer|PVC'), ('Marc Jacobs|Cross Trainer|Rubber'), ('Marc Jacobs|Derby|Leather'), ('Marc Jacobs|Derby|Leatherette'), ('Marc Jacobs|Derby|Polyurethane'), ('Marc Jacobs|Derby|PVC'), ('Marc Jacobs|Derby|Rubber'), ('Marc Jacobs|Dress Boot|Leather'), ('Marc Jacobs|Dress Boot|Leatherette'), ('Marc Jacobs|Dress Boot|Polyurethane'), ('Marc Jacobs|Dress Boot|PVC'), ('Marc Jacobs|Dress Boot|Rubber'), ('Marc Jacobs|Dress Shoe|Leather'), ('Marc Jacobs|Dress Shoe|Leatherette'), ('Marc Jacobs|Dress Shoe|Polyurethane'), ('Marc Jacobs|Dress Shoe|PVC'), ('Marc Jacobs|Dress Shoe|Rubber'), ('Marc Jacobs|Driving Shoe|Leather'), ('Marc Jacobs|Driving Shoe|Leatherette'), ('Marc Jacobs|Driving Shoe|Polyurethane'), ('Marc Jacobs|Driving Shoe|PVC'), ('Marc Jacobs|Driving Shoe|Rubber'), ('Marc Jacobs|Hiker|Leather'), ('Marc Jacobs|Hiker|Leatherette'), ('Marc Jacobs|Hiker|Polyurethane'), ('Marc Jacobs|Hiker|PVC'), ('Marc Jacobs|Hiker|Rubber'), ('Marc Jacobs|Loafer (Slip-on)|Leather'), ('Marc Jacobs|Loafer (Slip-on)|Leatherette'), ('Marc Jacobs|Loafer (Slip-on)|Polyurethane'), ('Marc Jacobs|Loafer (Slip-on)|PVC'), ('Marc Jacobs|Loafer (Slip-on)|Rubber'), ('Marc Jacobs|Oxford (Lace-up)|Leather'), ('Marc Jacobs|Oxford (Lace-up)|Leatherette'), ('Marc Jacobs|Oxford (Lace-up)|Polyurethane'), ('Marc Jacobs|Oxford (Lace-up)|PVC'), ('Marc Jacobs|Oxford (Lace-up)|Rubber'), ('Marc Jacobs|Patent Leather|Leather'), ('Marc Jacobs|Patent Leather|Leatherette'), ('Marc Jacobs|Patent Leather|Polyurethane'), ('Marc Jacobs|Patent Leather|PVC'), ('Marc Jacobs|Patent Leather|Rubber'), ('Marc Jacobs|Penny Loafer|Leather'), ('Marc Jacobs|Penny Loafer|Leatherette'), ('Marc Jacobs|Penny Loafer|Polyurethane'), ('Marc Jacobs|Penny Loafer|PVC'), ('Marc Jacobs|Penny Loafer|Rubber'), ('Marc Jacobs|Runner|Leather'), ('Marc Jacobs|Runner|Leatherette'), ('Marc Jacobs|Runner|Polyurethane'), ('Marc Jacobs|Runner|PVC'), ('Marc Jacobs|Runner|Rubber'), ('Marc Jacobs|Saddle Shoe|Leather'), ('Marc Jacobs|Saddle Shoe|Leatherette'), ('Marc Jacobs|Saddle Shoe|Polyurethane'), ('Marc Jacobs|Saddle Shoe|PVC'), ('Marc Jacobs|Saddle Shoe|Rubber'), ('Marc Jacobs|Sandal|Leather'), ('Marc Jacobs|Sandal|Leatherette'), ('Marc Jacobs|Sandal|Polyurethane'), ('Marc Jacobs|Sandal|PVC'), ('Marc Jacobs|Sandal|Rubber'), ('Marc Jacobs|Tennis|Leather'), ('Marc Jacobs|Tennis|Leatherette'), ('Marc Jacobs|Tennis|Polyurethane'), ('Marc Jacobs|Tennis|PVC'), ('Marc Jacobs|Tennis|Rubber'), ('Marc Jacobs|Walker|Leather'), ('Marc Jacobs|Walker|Leatherette'), ('Marc Jacobs|Walker|Polyurethane'), ('Marc Jacobs|Walker|PVC'), ('Marc Jacobs|Walker|Rubber'), ('Marc Jacobs|Wingtip|Leather'), ('Marc Jacobs|Wingtip|Leatherette'), ('Marc Jacobs|Wingtip|Polyurethane'), ('Marc Jacobs|Wingtip|PVC'), ('Marc Jacobs|Wingtip|Rubber'), ('Marc Jacobs|Work Boot|Leather'), ('Marc Jacobs|Work Boot|Leatherette'), ('Marc Jacobs|Work Boot|Polyurethane'), ('Marc Jacobs|Work Boot|PVC'), ('Marc Jacobs|Work Boot|Rubber'), ('Merrell|Balmoral|Leather'), ('Merrell|Balmoral|Leatherette'), ('Merrell|Balmoral|Polyurethane'), ('Merrell|Balmoral|PVC'), ('Merrell|Balmoral|Rubber'), ('Merrell|Boat Shoe|Leather'), ('Merrell|Boat Shoe|Leatherette'), ('Merrell|Boat Shoe|Polyurethane'), ('Merrell|Boat Shoe|PVC'), ('Merrell|Boat Shoe|Rubber'), ('Merrell|Brouge|Leather'), ('Merrell|Brouge|Leatherette'), ('Merrell|Brouge|Polyurethane'), ('Merrell|Brouge|PVC'), ('Merrell|Brouge|Rubber'), ('Merrell|Cross Trainer|Leather'), ('Merrell|Cross Trainer|Leatherette'), ('Merrell|Cross Trainer|Polyurethane'), ('Merrell|Cross Trainer|PVC'), ('Merrell|Cross Trainer|Rubber'), ('Merrell|Derby|Leather'), ('Merrell|Derby|Leatherette'), ('Merrell|Derby|Polyurethane'), ('Merrell|Derby|PVC'), ('Merrell|Derby|Rubber'), ('Merrell|Dress Boot|Leather'), ('Merrell|Dress Boot|Leatherette'), ('Merrell|Dress Boot|Polyurethane'), ('Merrell|Dress Boot|PVC'), ('Merrell|Dress Boot|Rubber'), ('Merrell|Dress Shoe|Leather'), ('Merrell|Dress Shoe|Leatherette'), ('Merrell|Dress Shoe|Polyurethane'), ('Merrell|Dress Shoe|PVC'), ('Merrell|Dress Shoe|Rubber'), ('Merrell|Driving Shoe|Leather'), ('Merrell|Driving Shoe|Leatherette'), ('Merrell|Driving Shoe|Polyurethane'), ('Merrell|Driving Shoe|PVC'), ('Merrell|Driving Shoe|Rubber'), ('Merrell|Hiker|Leather'), ('Merrell|Hiker|Leatherette'), ('Merrell|Hiker|Polyurethane'), ('Merrell|Hiker|PVC'), ('Merrell|Hiker|Rubber'), ('Merrell|Loafer (Slip-on)|Leather'), ('Merrell|Loafer (Slip-on)|Leatherette'), ('Merrell|Loafer (Slip-on)|Polyurethane'), ('Merrell|Loafer (Slip-on)|PVC'), ('Merrell|Loafer (Slip-on)|Rubber'), ('Merrell|Oxford (Lace-up)|Leather'), ('Merrell|Oxford (Lace-up)|Leatherette'), ('Merrell|Oxford (Lace-up)|Polyurethane'), ('Merrell|Oxford (Lace-up)|PVC'), ('Merrell|Oxford (Lace-up)|Rubber'), ('Merrell|Patent Leather|Leather'), ('Merrell|Patent Leather|Leatherette'), ('Merrell|Patent Leather|Polyurethane'), ('Merrell|Patent Leather|PVC'), ('Merrell|Patent Leather|Rubber'), ('Merrell|Penny Loafer|Leather'), ('Merrell|Penny Loafer|Leatherette'), ('Merrell|Penny Loafer|Polyurethane'), ('Merrell|Penny Loafer|PVC'), ('Merrell|Penny Loafer|Rubber'), ('Merrell|Runner|Leather'), ('Merrell|Runner|Leatherette'), ('Merrell|Runner|Polyurethane'), ('Merrell|Runner|PVC'), ('Merrell|Runner|Rubber'), ('Merrell|Saddle Shoe|Leather'), ('Merrell|Saddle Shoe|Leatherette'), ('Merrell|Saddle Shoe|Polyurethane'), ('Merrell|Saddle Shoe|PVC'), ('Merrell|Saddle Shoe|Rubber'), ('Merrell|Sandal|Leather'), ('Merrell|Sandal|Leatherette'), ('Merrell|Sandal|Polyurethane'), ('Merrell|Sandal|PVC'), ('Merrell|Sandal|Rubber'), ('Merrell|Tennis|Leather'), ('Merrell|Tennis|Leatherette'), ('Merrell|Tennis|Polyurethane'), ('Merrell|Tennis|PVC'), ('Merrell|Tennis|Rubber'), ('Merrell|Walker|Leather'), ('Merrell|Walker|Leatherette'), ('Merrell|Walker|Polyurethane'), ('Merrell|Walker|PVC'), ('Merrell|Walker|Rubber'), ('Merrell|Wingtip|Leather'), ('Merrell|Wingtip|Leatherette'), ('Merrell|Wingtip|Polyurethane'), ('Merrell|Wingtip|PVC'), ('Merrell|Wingtip|Rubber'), ('Merrell|Work Boot|Leather'), ('Merrell|Work Boot|Leatherette'), ('Merrell|Work Boot|Polyurethane'), ('Merrell|Work Boot|PVC'), ('Merrell|Work Boot|Rubber'), ('Mizuno|Balmoral|Leather'), ('Mizuno|Balmoral|Leatherette'), ('Mizuno|Balmoral|Polyurethane'), ('Mizuno|Balmoral|PVC'), ('Mizuno|Balmoral|Rubber'), ('Mizuno|Boat Shoe|Leather'), ('Mizuno|Boat Shoe|Leatherette'), ('Mizuno|Boat Shoe|Polyurethane'), ('Mizuno|Boat Shoe|PVC'), ('Mizuno|Boat Shoe|Rubber'), ('Mizuno|Brouge|Leather'), ('Mizuno|Brouge|Leatherette'), ('Mizuno|Brouge|Polyurethane'), ('Mizuno|Brouge|PVC'), ('Mizuno|Brouge|Rubber'), ('Mizuno|Cross Trainer|Leather'), ('Mizuno|Cross Trainer|Leatherette'), ('Mizuno|Cross Trainer|Polyurethane'), ('Mizuno|Cross Trainer|PVC'), ('Mizuno|Cross Trainer|Rubber'), ('Mizuno|Derby|Leather'), ('Mizuno|Derby|Leatherette'), ('Mizuno|Derby|Polyurethane'), ('Mizuno|Derby|PVC'), ('Mizuno|Derby|Rubber'), ('Mizuno|Dress Boot|Leather'), ('Mizuno|Dress Boot|Leatherette'), ('Mizuno|Dress Boot|Polyurethane'), ('Mizuno|Dress Boot|PVC'), ('Mizuno|Dress Boot|Rubber'), ('Mizuno|Dress Shoe|Leather'), ('Mizuno|Dress Shoe|Leatherette'), ('Mizuno|Dress Shoe|Polyurethane'), ('Mizuno|Dress Shoe|PVC'), ('Mizuno|Dress Shoe|Rubber'), ('Mizuno|Driving Shoe|Leather'), ('Mizuno|Driving Shoe|Leatherette'), ('Mizuno|Driving Shoe|Polyurethane'), ('Mizuno|Driving Shoe|PVC'), ('Mizuno|Driving Shoe|Rubber'), ('Mizuno|Hiker|Leather'), ('Mizuno|Hiker|Leatherette'), ('Mizuno|Hiker|Polyurethane'), ('Mizuno|Hiker|PVC'), ('Mizuno|Hiker|Rubber'), ('Mizuno|Loafer (Slip-on)|Leather'), ('Mizuno|Loafer (Slip-on)|Leatherette'), ('Mizuno|Loafer (Slip-on)|Polyurethane'), ('Mizuno|Loafer (Slip-on)|PVC'), ('Mizuno|Loafer (Slip-on)|Rubber'), ('Mizuno|Oxford (Lace-up)|Leather'), ('Mizuno|Oxford (Lace-up)|Leatherette'), ('Mizuno|Oxford (Lace-up)|Polyurethane'), ('Mizuno|Oxford (Lace-up)|PVC'), ('Mizuno|Oxford (Lace-up)|Rubber'), ('Mizuno|Patent Leather|Leather'), ('Mizuno|Patent Leather|Leatherette'), ('Mizuno|Patent Leather|Polyurethane'), ('Mizuno|Patent Leather|PVC'), ('Mizuno|Patent Leather|Rubber'), ('Mizuno|Penny Loafer|Leather'), ('Mizuno|Penny Loafer|Leatherette'), ('Mizuno|Penny Loafer|Polyurethane'), ('Mizuno|Penny Loafer|PVC'), ('Mizuno|Penny Loafer|Rubber'), ('Mizuno|Runner|Leather'), ('Mizuno|Runner|Leatherette'), ('Mizuno|Runner|Polyurethane'), ('Mizuno|Runner|PVC'), ('Mizuno|Runner|Rubber'), ('Mizuno|Saddle Shoe|Leather'), ('Mizuno|Saddle Shoe|Leatherette'), ('Mizuno|Saddle Shoe|Polyurethane'), ('Mizuno|Saddle Shoe|PVC'), ('Mizuno|Saddle Shoe|Rubber'), ('Mizuno|Sandal|Leather'), ('Mizuno|Sandal|Leatherette'), ('Mizuno|Sandal|Polyurethane'), ('Mizuno|Sandal|PVC'), ('Mizuno|Sandal|Rubber'), ('Mizuno|Tennis|Leather'), ('Mizuno|Tennis|Leatherette'), ('Mizuno|Tennis|Polyurethane'), ('Mizuno|Tennis|PVC'), ('Mizuno|Tennis|Rubber'), ('Mizuno|Walker|Leather'), ('Mizuno|Walker|Leatherette'), ('Mizuno|Walker|Polyurethane'), ('Mizuno|Walker|PVC'), ('Mizuno|Walker|Rubber'), ('Mizuno|Wingtip|Leather'), ('Mizuno|Wingtip|Leatherette'), ('Mizuno|Wingtip|Polyurethane'), ('Mizuno|Wingtip|PVC'), ('Mizuno|Wingtip|Rubber'), ('Mizuno|Work Boot|Leather'), ('Mizuno|Work Boot|Leatherette'), ('Mizuno|Work Boot|Polyurethane'), ('Mizuno|Work Boot|PVC'), ('Mizuno|Work Boot|Rubber'), ('Muck Boot|Balmoral|Leather'), ('Muck Boot|Balmoral|Leatherette'), ('Muck Boot|Balmoral|Polyurethane'), ('Muck Boot|Balmoral|PVC'), ('Muck Boot|Balmoral|Rubber'), ('Muck Boot|Boat Shoe|Leather'), ('Muck Boot|Boat Shoe|Leatherette'), ('Muck Boot|Boat Shoe|Polyurethane'), ('Muck Boot|Boat Shoe|PVC'), ('Muck Boot|Boat Shoe|Rubber'), ('Muck Boot|Brouge|Leather'), ('Muck Boot|Brouge|Leatherette'), ('Muck Boot|Brouge|Polyurethane'), ('Muck Boot|Brouge|PVC'), ('Muck Boot|Brouge|Rubber'), ('Muck Boot|Cross Trainer|Leather'), ('Muck Boot|Cross Trainer|Leatherette'), ('Muck Boot|Cross Trainer|Polyurethane'), ('Muck Boot|Cross Trainer|PVC'), ('Muck Boot|Cross Trainer|Rubber'), ('Muck Boot|Derby|Leather'), ('Muck Boot|Derby|Leatherette'), ('Muck Boot|Derby|Polyurethane'), ('Muck Boot|Derby|PVC'), ('Muck Boot|Derby|Rubber'), ('Muck Boot|Dress Boot|Leather'), ('Muck Boot|Dress Boot|Leatherette'), ('Muck Boot|Dress Boot|Polyurethane'), ('Muck Boot|Dress Boot|PVC'), ('Muck Boot|Dress Boot|Rubber'), ('Muck Boot|Dress Shoe|Leather'), ('Muck Boot|Dress Shoe|Leatherette'), ('Muck Boot|Dress Shoe|Polyurethane'), ('Muck Boot|Dress Shoe|PVC'), ('Muck Boot|Dress Shoe|Rubber'), ('Muck Boot|Driving Shoe|Leather'), ('Muck Boot|Driving Shoe|Leatherette'), ('Muck Boot|Driving Shoe|Polyurethane'), ('Muck Boot|Driving Shoe|PVC'), ('Muck Boot|Driving Shoe|Rubber'), ('Muck Boot|Hiker|Leather'), ('Muck Boot|Hiker|Leatherette'), ('Muck Boot|Hiker|Polyurethane'), ('Muck Boot|Hiker|PVC'), ('Muck Boot|Hiker|Rubber'), ('Muck Boot|Loafer (Slip-on)|Leather'), ('Muck Boot|Loafer (Slip-on)|Leatherette'), ('Muck Boot|Loafer (Slip-on)|Polyurethane'), ('Muck Boot|Loafer (Slip-on)|PVC'), ('Muck Boot|Loafer (Slip-on)|Rubber'), ('Muck Boot|Oxford (Lace-up)|Leather'), ('Muck Boot|Oxford (Lace-up)|Leatherette'), ('Muck Boot|Oxford (Lace-up)|Polyurethane'), ('Muck Boot|Oxford (Lace-up)|PVC'), ('Muck Boot|Oxford (Lace-up)|Rubber'), ('Muck Boot|Patent Leather|Leather'), ('Muck Boot|Patent Leather|Leatherette'), ('Muck Boot|Patent Leather|Polyurethane'), ('Muck Boot|Patent Leather|PVC'), ('Muck Boot|Patent Leather|Rubber'), ('Muck Boot|Penny Loafer|Leather'), ('Muck Boot|Penny Loafer|Leatherette'), ('Muck Boot|Penny Loafer|Polyurethane'), ('Muck Boot|Penny Loafer|PVC'), ('Muck Boot|Penny Loafer|Rubber'), ('Muck Boot|Runner|Leather'), ('Muck Boot|Runner|Leatherette'), ('Muck Boot|Runner|Polyurethane'), ('Muck Boot|Runner|PVC'), ('Muck Boot|Runner|Rubber'), ('Muck Boot|Saddle Shoe|Leather'), ('Muck Boot|Saddle Shoe|Leatherette'), ('Muck Boot|Saddle Shoe|Polyurethane'), ('Muck Boot|Saddle Shoe|PVC'), ('Muck Boot|Saddle Shoe|Rubber'), ('Muck Boot|Sandal|Leather'), ('Muck Boot|Sandal|Leatherette'), ('Muck Boot|Sandal|Polyurethane'), ('Muck Boot|Sandal|PVC'), ('Muck Boot|Sandal|Rubber'), ('Muck Boot|Tennis|Leather'), ('Muck Boot|Tennis|Leatherette'), ('Muck Boot|Tennis|Polyurethane'), ('Muck Boot|Tennis|PVC'), ('Muck Boot|Tennis|Rubber'), ('Muck Boot|Walker|Leather'), ('Muck Boot|Walker|Leatherette'), ('Muck Boot|Walker|Polyurethane'), ('Muck Boot|Walker|PVC'), ('Muck Boot|Walker|Rubber'), ('Muck Boot|Wingtip|Leather'), ('Muck Boot|Wingtip|Leatherette'), ('Muck Boot|Wingtip|Polyurethane'), ('Muck Boot|Wingtip|PVC'), ('Muck Boot|Wingtip|Rubber'), ('Muck Boot|Work Boot|Leather'), ('Muck Boot|Work Boot|Leatherette'), ('Muck Boot|Work Boot|Polyurethane'), ('Muck Boot|Work Boot|PVC'), ('Muck Boot|Work Boot|Rubber'), ('New Balance|Balmoral|Leather'), ('New Balance|Balmoral|Leatherette'), ('New Balance|Balmoral|Polyurethane'), ('New Balance|Balmoral|PVC'), ('New Balance|Balmoral|Rubber'), ('New Balance|Boat Shoe|Leather'), ('New Balance|Boat Shoe|Leatherette'), ('New Balance|Boat Shoe|Polyurethane'), ('New Balance|Boat Shoe|PVC'), ('New Balance|Boat Shoe|Rubber'), ('New Balance|Brouge|Leather'), ('New Balance|Brouge|Leatherette'), ('New Balance|Brouge|Polyurethane'), ('New Balance|Brouge|PVC'), ('New Balance|Brouge|Rubber'), ('New Balance|Cross Trainer|Leather'), ('New Balance|Cross Trainer|Leatherette'), ('New Balance|Cross Trainer|Polyurethane'), ('New Balance|Cross Trainer|PVC'), ('New Balance|Cross Trainer|Rubber'), ('New Balance|Derby|Leather'), ('New Balance|Derby|Leatherette'), ('New Balance|Derby|Polyurethane'), ('New Balance|Derby|PVC'), ('New Balance|Derby|Rubber'), ('New Balance|Dress Boot|Leather'), ('New Balance|Dress Boot|Leatherette'), ('New Balance|Dress Boot|Polyurethane'), ('New Balance|Dress Boot|PVC'), ('New Balance|Dress Boot|Rubber'), ('New Balance|Dress Shoe|Leather'), ('New Balance|Dress Shoe|Leatherette'), ('New Balance|Dress Shoe|Polyurethane'), ('New Balance|Dress Shoe|PVC'), ('New Balance|Dress Shoe|Rubber'), ('New Balance|Driving Shoe|Leather'), ('New Balance|Driving Shoe|Leatherette'), ('New Balance|Driving Shoe|Polyurethane'), ('New Balance|Driving Shoe|PVC'), ('New Balance|Driving Shoe|Rubber'), ('New Balance|Hiker|Leather'), ('New Balance|Hiker|Leatherette'), ('New Balance|Hiker|Polyurethane'), ('New Balance|Hiker|PVC'), ('New Balance|Hiker|Rubber'), ('New Balance|Loafer (Slip-on)|Leather'), ('New Balance|Loafer (Slip-on)|Leatherette'), ('New Balance|Loafer (Slip-on)|Polyurethane'), ('New Balance|Loafer (Slip-on)|PVC'), ('New Balance|Loafer (Slip-on)|Rubber'), ('New Balance|Oxford (Lace-up)|Leather'), ('New Balance|Oxford (Lace-up)|Leatherette'), ('New Balance|Oxford (Lace-up)|Polyurethane'), ('New Balance|Oxford (Lace-up)|PVC'), ('New Balance|Oxford (Lace-up)|Rubber'), ('New Balance|Patent Leather|Leather'), ('New Balance|Patent Leather|Leatherette'), ('New Balance|Patent Leather|Polyurethane'), ('New Balance|Patent Leather|PVC'), ('New Balance|Patent Leather|Rubber'), ('New Balance|Penny Loafer|Leather'), ('New Balance|Penny Loafer|Leatherette'), ('New Balance|Penny Loafer|Polyurethane'), ('New Balance|Penny Loafer|PVC'), ('New Balance|Penny Loafer|Rubber'), ('New Balance|Runner|Leather'), ('New Balance|Runner|Leatherette'), ('New Balance|Runner|Polyurethane'), ('New Balance|Runner|PVC'), ('New Balance|Runner|Rubber'), ('New Balance|Saddle Shoe|Leather'), ('New Balance|Saddle Shoe|Leatherette'), ('New Balance|Saddle Shoe|Polyurethane'), ('New Balance|Saddle Shoe|PVC'), ('New Balance|Saddle Shoe|Rubber'), ('New Balance|Sandal|Leather'), ('New Balance|Sandal|Leatherette'), ('New Balance|Sandal|Polyurethane'), ('New Balance|Sandal|PVC'), ('New Balance|Sandal|Rubber'), ('New Balance|Tennis|Leather'), ('New Balance|Tennis|Leatherette'), ('New Balance|Tennis|Polyurethane'), ('New Balance|Tennis|PVC'), ('New Balance|Tennis|Rubber'), ('New Balance|Walker|Leather'), ('New Balance|Walker|Leatherette'), ('New Balance|Walker|Polyurethane'), ('New Balance|Walker|PVC'), ('New Balance|Walker|Rubber'), ('New Balance|Wingtip|Leather'), ('New Balance|Wingtip|Leatherette'), ('New Balance|Wingtip|Polyurethane'), ('New Balance|Wingtip|PVC'), ('New Balance|Wingtip|Rubber'), ('New Balance|Work Boot|Leather'), ('New Balance|Work Boot|Leatherette'), ('New Balance|Work Boot|Polyurethane'), ('New Balance|Work Boot|PVC'), ('New Balance|Work Boot|Rubber'), ('Nike|Balmoral|Leather'), ('Nike|Balmoral|Leatherette'), ('Nike|Balmoral|Polyurethane'), ('Nike|Balmoral|PVC'), ('Nike|Balmoral|Rubber'), ('Nike|Boat Shoe|Leather'), ('Nike|Boat Shoe|Leatherette'), ('Nike|Boat Shoe|Polyurethane'), ('Nike|Boat Shoe|PVC'), ('Nike|Boat Shoe|Rubber'), ('Nike|Brouge|Leather'), ('Nike|Brouge|Leatherette'), ('Nike|Brouge|Polyurethane'), ('Nike|Brouge|PVC'), ('Nike|Brouge|Rubber'), ('Nike|Cross Trainer|Leather'), ('Nike|Cross Trainer|Leatherette'), ('Nike|Cross Trainer|Polyurethane'), ('Nike|Cross Trainer|PVC'), ('Nike|Cross Trainer|Rubber'), ('Nike|Derby|Leather'), ('Nike|Derby|Leatherette'), ('Nike|Derby|Polyurethane'), ('Nike|Derby|PVC'), ('Nike|Derby|Rubber'), ('Nike|Dress Boot|Leather'), ('Nike|Dress Boot|Leatherette'), ('Nike|Dress Boot|Polyurethane'), ('Nike|Dress Boot|PVC'), ('Nike|Dress Boot|Rubber'), ('Nike|Dress Shoe|Leather'), ('Nike|Dress Shoe|Leatherette'), ('Nike|Dress Shoe|Polyurethane'), ('Nike|Dress Shoe|PVC'), ('Nike|Dress Shoe|Rubber'), ('Nike|Driving Shoe|Leather'), ('Nike|Driving Shoe|Leatherette'), ('Nike|Driving Shoe|Polyurethane'), ('Nike|Driving Shoe|PVC'), ('Nike|Driving Shoe|Rubber'), ('Nike|Hiker|Leather'), ('Nike|Hiker|Leatherette'), ('Nike|Hiker|Polyurethane'), ('Nike|Hiker|PVC'), ('Nike|Hiker|Rubber'), ('Nike|Loafer (Slip-on)|Leather'), ('Nike|Loafer (Slip-on)|Leatherette'), ('Nike|Loafer (Slip-on)|Polyurethane'), ('Nike|Loafer (Slip-on)|PVC'), ('Nike|Loafer (Slip-on)|Rubber'), ('Nike|Oxford (Lace-up)|Leather'), ('Nike|Oxford (Lace-up)|Leatherette'), ('Nike|Oxford (Lace-up)|Polyurethane'), ('Nike|Oxford (Lace-up)|PVC'), ('Nike|Oxford (Lace-up)|Rubber'), ('Nike|Patent Leather|Leather'), ('Nike|Patent Leather|Leatherette'), ('Nike|Patent Leather|Polyurethane'), ('Nike|Patent Leather|PVC'), ('Nike|Patent Leather|Rubber'), ('Nike|Penny Loafer|Leather'), ('Nike|Penny Loafer|Leatherette'), ('Nike|Penny Loafer|Polyurethane'), ('Nike|Penny Loafer|PVC'), ('Nike|Penny Loafer|Rubber'), ('Nike|Runner|Leather'), ('Nike|Runner|Leatherette'), ('Nike|Runner|Polyurethane'), ('Nike|Runner|PVC'), ('Nike|Runner|Rubber'), ('Nike|Saddle Shoe|Leather'), ('Nike|Saddle Shoe|Leatherette'), ('Nike|Saddle Shoe|Polyurethane'), ('Nike|Saddle Shoe|PVC'), ('Nike|Saddle Shoe|Rubber'), ('Nike|Sandal|Leather'), ('Nike|Sandal|Leatherette'), ('Nike|Sandal|Polyurethane'), ('Nike|Sandal|PVC'), ('Nike|Sandal|Rubber'), ('Nike|Tennis|Leather'), ('Nike|Tennis|Leatherette'), ('Nike|Tennis|Polyurethane'), ('Nike|Tennis|PVC'), ('Nike|Tennis|Rubber'), ('Nike|Walker|Leather'), ('Nike|Walker|Leatherette'), ('Nike|Walker|Polyurethane'), ('Nike|Walker|PVC'), ('Nike|Walker|Rubber'), ('Nike|Wingtip|Leather'), ('Nike|Wingtip|Leatherette'), ('Nike|Wingtip|Polyurethane'), ('Nike|Wingtip|PVC'), ('Nike|Wingtip|Rubber'), ('Nike|Work Boot|Leather'), ('Nike|Work Boot|Leatherette'), ('Nike|Work Boot|Polyurethane'), ('Nike|Work Boot|PVC'), ('Nike|Work Boot|Rubber'), ('Original Penguin|Balmoral|Leather'), ('Original Penguin|Balmoral|Leatherette'), ('Original Penguin|Balmoral|Polyurethane'), ('Original Penguin|Balmoral|PVC'), ('Original Penguin|Balmoral|Rubber'), ('Original Penguin|Boat Shoe|Leather'), ('Original Penguin|Boat Shoe|Leatherette'), ('Original Penguin|Boat Shoe|Polyurethane'), ('Original Penguin|Boat Shoe|PVC'), ('Original Penguin|Boat Shoe|Rubber'), ('Original Penguin|Brouge|Leather'), ('Original Penguin|Brouge|Leatherette'), ('Original Penguin|Brouge|Polyurethane'), ('Original Penguin|Brouge|PVC'), ('Original Penguin|Brouge|Rubber'), ('Original Penguin|Cross Trainer|Leather'), ('Original Penguin|Cross Trainer|Leatherette'), ('Original Penguin|Cross Trainer|Polyurethane'), ('Original Penguin|Cross Trainer|PVC'), ('Original Penguin|Cross Trainer|Rubber'), ('Original Penguin|Derby|Leather'), ('Original Penguin|Derby|Leatherette'), ('Original Penguin|Derby|Polyurethane'), ('Original Penguin|Derby|PVC'), ('Original Penguin|Derby|Rubber'), ('Original Penguin|Dress Boot|Leather'), ('Original Penguin|Dress Boot|Leatherette'), ('Original Penguin|Dress Boot|Polyurethane'), ('Original Penguin|Dress Boot|PVC'), ('Original Penguin|Dress Boot|Rubber'), ('Original Penguin|Dress Shoe|Leather'), ('Original Penguin|Dress Shoe|Leatherette'), ('Original Penguin|Dress Shoe|Polyurethane'), ('Original Penguin|Dress Shoe|PVC'), ('Original Penguin|Dress Shoe|Rubber'), ('Original Penguin|Driving Shoe|Leather'), ('Original Penguin|Driving Shoe|Leatherette'), ('Original Penguin|Driving Shoe|Polyurethane'), ('Original Penguin|Driving Shoe|PVC'), ('Original Penguin|Driving Shoe|Rubber'), ('Original Penguin|Hiker|Leather'), ('Original Penguin|Hiker|Leatherette'), ('Original Penguin|Hiker|Polyurethane'), ('Original Penguin|Hiker|PVC'), ('Original Penguin|Hiker|Rubber'), ('Original Penguin|Loafer (Slip-on)|Leather'), ('Original Penguin|Loafer (Slip-on)|Leatherette'), ('Original Penguin|Loafer (Slip-on)|Polyurethane'), ('Original Penguin|Loafer (Slip-on)|PVC'), ('Original Penguin|Loafer (Slip-on)|Rubber'), ('Original Penguin|Oxford (Lace-up)|Leather'), ('Original Penguin|Oxford (Lace-up)|Leatherette'), ('Original Penguin|Oxford (Lace-up)|Polyurethane'), ('Original Penguin|Oxford (Lace-up)|PVC'), ('Original Penguin|Oxford (Lace-up)|Rubber'), ('Original Penguin|Patent Leather|Leather'), ('Original Penguin|Patent Leather|Leatherette'), ('Original Penguin|Patent Leather|Polyurethane'), ('Original Penguin|Patent Leather|PVC'), ('Original Penguin|Patent Leather|Rubber'), ('Original Penguin|Penny Loafer|Leather'), ('Original Penguin|Penny Loafer|Leatherette'), ('Original Penguin|Penny Loafer|Polyurethane'), ('Original Penguin|Penny Loafer|PVC'), ('Original Penguin|Penny Loafer|Rubber'), ('Original Penguin|Runner|Leather'), ('Original Penguin|Runner|Leatherette'), ('Original Penguin|Runner|Polyurethane'), ('Original Penguin|Runner|PVC'), ('Original Penguin|Runner|Rubber'), ('Original Penguin|Saddle Shoe|Leather'), ('Original Penguin|Saddle Shoe|Leatherette'), ('Original Penguin|Saddle Shoe|Polyurethane'), ('Original Penguin|Saddle Shoe|PVC'), ('Original Penguin|Saddle Shoe|Rubber'), ('Original Penguin|Sandal|Leather'), ('Original Penguin|Sandal|Leatherette'), ('Original Penguin|Sandal|Polyurethane'), ('Original Penguin|Sandal|PVC'), ('Original Penguin|Sandal|Rubber'), ('Original Penguin|Tennis|Leather'), ('Original Penguin|Tennis|Leatherette'), ('Original Penguin|Tennis|Polyurethane'), ('Original Penguin|Tennis|PVC'), ('Original Penguin|Tennis|Rubber'), ('Original Penguin|Walker|Leather'), ('Original Penguin|Walker|Leatherette'), ('Original Penguin|Walker|Polyurethane'), ('Original Penguin|Walker|PVC'), ('Original Penguin|Walker|Rubber'), ('Original Penguin|Wingtip|Leather'), ('Original Penguin|Wingtip|Leatherette'), ('Original Penguin|Wingtip|Polyurethane'), ('Original Penguin|Wingtip|PVC'), ('Original Penguin|Wingtip|Rubber'), ('Original Penguin|Work Boot|Leather'), ('Original Penguin|Work Boot|Leatherette'), ('Original Penguin|Work Boot|Polyurethane'), ('Original Penguin|Work Boot|PVC'), ('Original Penguin|Work Boot|Rubber'), ('Polo Ralph Lauren|Balmoral|Leather'), ('Polo Ralph Lauren|Balmoral|Leatherette'), ('Polo Ralph Lauren|Balmoral|Polyurethane'), ('Polo Ralph Lauren|Balmoral|PVC'), ('Polo Ralph Lauren|Balmoral|Rubber'), ('Polo Ralph Lauren|Boat Shoe|Leather'), ('Polo Ralph Lauren|Boat Shoe|Leatherette'), ('Polo Ralph Lauren|Boat Shoe|Polyurethane'), ('Polo Ralph Lauren|Boat Shoe|PVC'), ('Polo Ralph Lauren|Boat Shoe|Rubber'), ('Polo Ralph Lauren|Brouge|Leather'), ('Polo Ralph Lauren|Brouge|Leatherette'), ('Polo Ralph Lauren|Brouge|Polyurethane'), ('Polo Ralph Lauren|Brouge|PVC'), ('Polo Ralph Lauren|Brouge|Rubber'), ('Polo Ralph Lauren|Cross Trainer|Leather'), ('Polo Ralph Lauren|Cross Trainer|Leatherette'), ('Polo Ralph Lauren|Cross Trainer|Polyurethane'), ('Polo Ralph Lauren|Cross Trainer|PVC'), ('Polo Ralph Lauren|Cross Trainer|Rubber'), ('Polo Ralph Lauren|Derby|Leather'), ('Polo Ralph Lauren|Derby|Leatherette'), ('Polo Ralph Lauren|Derby|Polyurethane'), ('Polo Ralph Lauren|Derby|PVC'), ('Polo Ralph Lauren|Derby|Rubber'), ('Polo Ralph Lauren|Dress Boot|Leather'), ('Polo Ralph Lauren|Dress Boot|Leatherette'), ('Polo Ralph Lauren|Dress Boot|Polyurethane'), ('Polo Ralph Lauren|Dress Boot|PVC'), ('Polo Ralph Lauren|Dress Boot|Rubber'), ('Polo Ralph Lauren|Dress Shoe|Leather'), ('Polo Ralph Lauren|Dress Shoe|Leatherette'), ('Polo Ralph Lauren|Dress Shoe|Polyurethane'), ('Polo Ralph Lauren|Dress Shoe|PVC'), ('Polo Ralph Lauren|Dress Shoe|Rubber'), ('Polo Ralph Lauren|Driving Shoe|Leather'), ('Polo Ralph Lauren|Driving Shoe|Leatherette'), ('Polo Ralph Lauren|Driving Shoe|Polyurethane'), ('Polo Ralph Lauren|Driving Shoe|PVC'), ('Polo Ralph Lauren|Driving Shoe|Rubber'), ('Polo Ralph Lauren|Hiker|Leather'), ('Polo Ralph Lauren|Hiker|Leatherette'), ('Polo Ralph Lauren|Hiker|Polyurethane'), ('Polo Ralph Lauren|Hiker|PVC'), ('Polo Ralph Lauren|Hiker|Rubber'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leather'), ('Polo Ralph Lauren|Loafer (Slip-on)|Leatherette'), ('Polo Ralph Lauren|Loafer (Slip-on)|Polyurethane'), ('Polo Ralph Lauren|Loafer (Slip-on)|PVC'), ('Polo Ralph Lauren|Loafer (Slip-on)|Rubber'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leather'), ('Polo Ralph Lauren|Oxford (Lace-up)|Leatherette'), ('Polo Ralph Lauren|Oxford (Lace-up)|Polyurethane'), ('Polo Ralph Lauren|Oxford (Lace-up)|PVC'), ('Polo Ralph Lauren|Oxford (Lace-up)|Rubber'), ('Polo Ralph Lauren|Patent Leather|Leather'), ('Polo Ralph Lauren|Patent Leather|Leatherette'), ('Polo Ralph Lauren|Patent Leather|Polyurethane'), ('Polo Ralph Lauren|Patent Leather|PVC'), ('Polo Ralph Lauren|Patent Leather|Rubber'), ('Polo Ralph Lauren|Penny Loafer|Leather'), ('Polo Ralph Lauren|Penny Loafer|Leatherette'), ('Polo Ralph Lauren|Penny Loafer|Polyurethane'), ('Polo Ralph Lauren|Penny Loafer|PVC'), ('Polo Ralph Lauren|Penny Loafer|Rubber'), ('Polo Ralph Lauren|Runner|Leather'), ('Polo Ralph Lauren|Runner|Leatherette'), ('Polo Ralph Lauren|Runner|Polyurethane'), ('Polo Ralph Lauren|Runner|PVC'), ('Polo Ralph Lauren|Runner|Rubber'), ('Polo Ralph Lauren|Saddle Shoe|Leather'), ('Polo Ralph Lauren|Saddle Shoe|Leatherette'), ('Polo Ralph Lauren|Saddle Shoe|Polyurethane'), ('Polo Ralph Lauren|Saddle Shoe|PVC'), ('Polo Ralph Lauren|Saddle Shoe|Rubber'), ('Polo Ralph Lauren|Sandal|Leather'), ('Polo Ralph Lauren|Sandal|Leatherette'), ('Polo Ralph Lauren|Sandal|Polyurethane'), ('Polo Ralph Lauren|Sandal|PVC'), ('Polo Ralph Lauren|Sandal|Rubber'), ('Polo Ralph Lauren|Tennis|Leather'), ('Polo Ralph Lauren|Tennis|Leatherette'), ('Polo Ralph Lauren|Tennis|Polyurethane'), ('Polo Ralph Lauren|Tennis|PVC'), ('Polo Ralph Lauren|Tennis|Rubber'), ('Polo Ralph Lauren|Walker|Leather'), ('Polo Ralph Lauren|Walker|Leatherette'), ('Polo Ralph Lauren|Walker|Polyurethane'), ('Polo Ralph Lauren|Walker|PVC'), ('Polo Ralph Lauren|Walker|Rubber'), ('Polo Ralph Lauren|Wingtip|Leather'), ('Polo Ralph Lauren|Wingtip|Leatherette'), ('Polo Ralph Lauren|Wingtip|Polyurethane'), ('Polo Ralph Lauren|Wingtip|PVC'), ('Polo Ralph Lauren|Wingtip|Rubber'), ('Polo Ralph Lauren|Work Boot|Leather'), ('Polo Ralph Lauren|Work Boot|Leatherette'), ('Polo Ralph Lauren|Work Boot|Polyurethane'), ('Polo Ralph Lauren|Work Boot|PVC'), ('Polo Ralph Lauren|Work Boot|Rubber'), ('Puma|Balmoral|Leather'), ('Puma|Balmoral|Leatherette'), ('Puma|Balmoral|Polyurethane'), ('Puma|Balmoral|PVC'), ('Puma|Balmoral|Rubber'), ('Puma|Boat Shoe|Leather'), ('Puma|Boat Shoe|Leatherette'), ('Puma|Boat Shoe|Polyurethane'), ('Puma|Boat Shoe|PVC'), ('Puma|Boat Shoe|Rubber'), ('Puma|Brouge|Leather'), ('Puma|Brouge|Leatherette'), ('Puma|Brouge|Polyurethane'), ('Puma|Brouge|PVC'), ('Puma|Brouge|Rubber'), ('Puma|Cross Trainer|Leather'), ('Puma|Cross Trainer|Leatherette'), ('Puma|Cross Trainer|Polyurethane'), ('Puma|Cross Trainer|PVC'), ('Puma|Cross Trainer|Rubber'), ('Puma|Derby|Leather'), ('Puma|Derby|Leatherette'), ('Puma|Derby|Polyurethane'), ('Puma|Derby|PVC'), ('Puma|Derby|Rubber'), ('Puma|Dress Boot|Leather'), ('Puma|Dress Boot|Leatherette'), ('Puma|Dress Boot|Polyurethane'), ('Puma|Dress Boot|PVC'), ('Puma|Dress Boot|Rubber'), ('Puma|Dress Shoe|Leather'), ('Puma|Dress Shoe|Leatherette'), ('Puma|Dress Shoe|Polyurethane'), ('Puma|Dress Shoe|PVC'), ('Puma|Dress Shoe|Rubber'), ('Puma|Driving Shoe|Leather'), ('Puma|Driving Shoe|Leatherette'), ('Puma|Driving Shoe|Polyurethane'), ('Puma|Driving Shoe|PVC'), ('Puma|Driving Shoe|Rubber'), ('Puma|Hiker|Leather'), ('Puma|Hiker|Leatherette'), ('Puma|Hiker|Polyurethane'), ('Puma|Hiker|PVC'), ('Puma|Hiker|Rubber'), ('Puma|Loafer (Slip-on)|Leather'), ('Puma|Loafer (Slip-on)|Leatherette'), ('Puma|Loafer (Slip-on)|Polyurethane'), ('Puma|Loafer (Slip-on)|PVC'), ('Puma|Loafer (Slip-on)|Rubber'), ('Puma|Oxford (Lace-up)|Leather'), ('Puma|Oxford (Lace-up)|Leatherette'), ('Puma|Oxford (Lace-up)|Polyurethane'), ('Puma|Oxford (Lace-up)|PVC'), ('Puma|Oxford (Lace-up)|Rubber'), ('Puma|Patent Leather|Leather'), ('Puma|Patent Leather|Leatherette'), ('Puma|Patent Leather|Polyurethane'), ('Puma|Patent Leather|PVC'), ('Puma|Patent Leather|Rubber'), ('Puma|Penny Loafer|Leather'), ('Puma|Penny Loafer|Leatherette'), ('Puma|Penny Loafer|Polyurethane'), ('Puma|Penny Loafer|PVC'), ('Puma|Penny Loafer|Rubber'), ('Puma|Runner|Leather'), ('Puma|Runner|Leatherette'), ('Puma|Runner|Polyurethane'), ('Puma|Runner|PVC'), ('Puma|Runner|Rubber'), ('Puma|Saddle Shoe|Leather'), ('Puma|Saddle Shoe|Leatherette'), ('Puma|Saddle Shoe|Polyurethane'), ('Puma|Saddle Shoe|PVC'), ('Puma|Saddle Shoe|Rubber'), ('Puma|Sandal|Leather'), ('Puma|Sandal|Leatherette'), ('Puma|Sandal|Polyurethane'), ('Puma|Sandal|PVC'), ('Puma|Sandal|Rubber'), ('Puma|Tennis|Leather'), ('Puma|Tennis|Leatherette'), ('Puma|Tennis|Polyurethane'), ('Puma|Tennis|PVC'), ('Puma|Tennis|Rubber'), ('Puma|Walker|Leather'), ('Puma|Walker|Leatherette'), ('Puma|Walker|Polyurethane'), ('Puma|Walker|PVC'), ('Puma|Walker|Rubber'), ('Puma|Wingtip|Leather'), ('Puma|Wingtip|Leatherette'), ('Puma|Wingtip|Polyurethane'), ('Puma|Wingtip|PVC'), ('Puma|Wingtip|Rubber'), ('Puma|Work Boot|Leather'), ('Puma|Work Boot|Leatherette'), ('Puma|Work Boot|Polyurethane'), ('Puma|Work Boot|PVC'), ('Puma|Work Boot|Rubber'), ('Reebok|Balmoral|Leather'), ('Reebok|Balmoral|Leatherette'), ('Reebok|Balmoral|Polyurethane'), ('Reebok|Balmoral|PVC'), ('Reebok|Balmoral|Rubber'), ('Reebok|Boat Shoe|Leather'), ('Reebok|Boat Shoe|Leatherette'), ('Reebok|Boat Shoe|Polyurethane'), ('Reebok|Boat Shoe|PVC'), ('Reebok|Boat Shoe|Rubber'), ('Reebok|Brouge|Leather'), ('Reebok|Brouge|Leatherette'), ('Reebok|Brouge|Polyurethane'), ('Reebok|Brouge|PVC'), ('Reebok|Brouge|Rubber'), ('Reebok|Cross Trainer|Leather'), ('Reebok|Cross Trainer|Leatherette'), ('Reebok|Cross Trainer|Polyurethane'), ('Reebok|Cross Trainer|PVC'), ('Reebok|Cross Trainer|Rubber'), ('Reebok|Derby|Leather'), ('Reebok|Derby|Leatherette'), ('Reebok|Derby|Polyurethane'), ('Reebok|Derby|PVC'), ('Reebok|Derby|Rubber'), ('Reebok|Dress Boot|Leather'), ('Reebok|Dress Boot|Leatherette'), ('Reebok|Dress Boot|Polyurethane'), ('Reebok|Dress Boot|PVC'), ('Reebok|Dress Boot|Rubber'), ('Reebok|Dress Shoe|Leather'), ('Reebok|Dress Shoe|Leatherette'), ('Reebok|Dress Shoe|Polyurethane'), ('Reebok|Dress Shoe|PVC'), ('Reebok|Dress Shoe|Rubber'), ('Reebok|Driving Shoe|Leather'), ('Reebok|Driving Shoe|Leatherette'), ('Reebok|Driving Shoe|Polyurethane'), ('Reebok|Driving Shoe|PVC'), ('Reebok|Driving Shoe|Rubber'), ('Reebok|Hiker|Leather'), ('Reebok|Hiker|Leatherette'), ('Reebok|Hiker|Polyurethane'), ('Reebok|Hiker|PVC'), ('Reebok|Hiker|Rubber'), ('Reebok|Loafer (Slip-on)|Leather'), ('Reebok|Loafer (Slip-on)|Leatherette'), ('Reebok|Loafer (Slip-on)|Polyurethane'), ('Reebok|Loafer (Slip-on)|PVC'), ('Reebok|Loafer (Slip-on)|Rubber'), ('Reebok|Oxford (Lace-up)|Leather'), ('Reebok|Oxford (Lace-up)|Leatherette'), ('Reebok|Oxford (Lace-up)|Polyurethane'), ('Reebok|Oxford (Lace-up)|PVC'), ('Reebok|Oxford (Lace-up)|Rubber'), ('Reebok|Patent Leather|Leather'), ('Reebok|Patent Leather|Leatherette'), ('Reebok|Patent Leather|Polyurethane'), ('Reebok|Patent Leather|PVC'), ('Reebok|Patent Leather|Rubber'), ('Reebok|Penny Loafer|Leather'), ('Reebok|Penny Loafer|Leatherette'), ('Reebok|Penny Loafer|Polyurethane'), ('Reebok|Penny Loafer|PVC'), ('Reebok|Penny Loafer|Rubber'), ('Reebok|Runner|Leather'), ('Reebok|Runner|Leatherette'), ('Reebok|Runner|Polyurethane'), ('Reebok|Runner|PVC'), ('Reebok|Runner|Rubber'), ('Reebok|Saddle Shoe|Leather'), ('Reebok|Saddle Shoe|Leatherette'), ('Reebok|Saddle Shoe|Polyurethane'), ('Reebok|Saddle Shoe|PVC'), ('Reebok|Saddle Shoe|Rubber'), ('Reebok|Sandal|Leather'), ('Reebok|Sandal|Leatherette'), ('Reebok|Sandal|Polyurethane'), ('Reebok|Sandal|PVC'), ('Reebok|Sandal|Rubber'), ('Reebok|Tennis|Leather'), ('Reebok|Tennis|Leatherette'), ('Reebok|Tennis|Polyurethane'), ('Reebok|Tennis|PVC'), ('Reebok|Tennis|Rubber'), ('Reebok|Walker|Leather'), ('Reebok|Walker|Leatherette'), ('Reebok|Walker|Polyurethane'), ('Reebok|Walker|PVC'), ('Reebok|Walker|Rubber'), ('Reebok|Wingtip|Leather'), ('Reebok|Wingtip|Leatherette'), ('Reebok|Wingtip|Polyurethane'), ('Reebok|Wingtip|PVC'), ('Reebok|Wingtip|Rubber'), ('Reebok|Work Boot|Leather'), ('Reebok|Work Boot|Leatherette'), ('Reebok|Work Boot|Polyurethane'), ('Reebok|Work Boot|PVC'), ('Reebok|Work Boot|Rubber'), ('Reef|Balmoral|Leather'), ('Reef|Balmoral|Leatherette'), ('Reef|Balmoral|Polyurethane'), ('Reef|Balmoral|PVC'), ('Reef|Balmoral|Rubber'), ('Reef|Boat Shoe|Leather'), ('Reef|Boat Shoe|Leatherette'), ('Reef|Boat Shoe|Polyurethane'), ('Reef|Boat Shoe|PVC'), ('Reef|Boat Shoe|Rubber'), ('Reef|Brouge|Leather'), ('Reef|Brouge|Leatherette'), ('Reef|Brouge|Polyurethane'), ('Reef|Brouge|PVC'), ('Reef|Brouge|Rubber'), ('Reef|Cross Trainer|Leather'), ('Reef|Cross Trainer|Leatherette'), ('Reef|Cross Trainer|Polyurethane'), ('Reef|Cross Trainer|PVC'), ('Reef|Cross Trainer|Rubber'), ('Reef|Derby|Leather'), ('Reef|Derby|Leatherette'), ('Reef|Derby|Polyurethane'), ('Reef|Derby|PVC'), ('Reef|Derby|Rubber'), ('Reef|Dress Boot|Leather'), ('Reef|Dress Boot|Leatherette'), ('Reef|Dress Boot|Polyurethane'), ('Reef|Dress Boot|PVC'), ('Reef|Dress Boot|Rubber'), ('Reef|Dress Shoe|Leather'), ('Reef|Dress Shoe|Leatherette'), ('Reef|Dress Shoe|Polyurethane'), ('Reef|Dress Shoe|PVC'), ('Reef|Dress Shoe|Rubber'), ('Reef|Driving Shoe|Leather'), ('Reef|Driving Shoe|Leatherette'), ('Reef|Driving Shoe|Polyurethane'), ('Reef|Driving Shoe|PVC'), ('Reef|Driving Shoe|Rubber'), ('Reef|Hiker|Leather'), ('Reef|Hiker|Leatherette'), ('Reef|Hiker|Polyurethane'), ('Reef|Hiker|PVC'), ('Reef|Hiker|Rubber'), ('Reef|Loafer (Slip-on)|Leather'), ('Reef|Loafer (Slip-on)|Leatherette'), ('Reef|Loafer (Slip-on)|Polyurethane'), ('Reef|Loafer (Slip-on)|PVC'), ('Reef|Loafer (Slip-on)|Rubber'), ('Reef|Oxford (Lace-up)|Leather'), ('Reef|Oxford (Lace-up)|Leatherette'), ('Reef|Oxford (Lace-up)|Polyurethane'), ('Reef|Oxford (Lace-up)|PVC'), ('Reef|Oxford (Lace-up)|Rubber'), ('Reef|Patent Leather|Leather'), ('Reef|Patent Leather|Leatherette'), ('Reef|Patent Leather|Polyurethane'), ('Reef|Patent Leather|PVC'), ('Reef|Patent Leather|Rubber'), ('Reef|Penny Loafer|Leather'), ('Reef|Penny Loafer|Leatherette'), ('Reef|Penny Loafer|Polyurethane'), ('Reef|Penny Loafer|PVC'), ('Reef|Penny Loafer|Rubber'), ('Reef|Runner|Leather'), ('Reef|Runner|Leatherette'), ('Reef|Runner|Polyurethane'), ('Reef|Runner|PVC'), ('Reef|Runner|Rubber'), ('Reef|Saddle Shoe|Leather'), ('Reef|Saddle Shoe|Leatherette'), ('Reef|Saddle Shoe|Polyurethane'), ('Reef|Saddle Shoe|PVC'), ('Reef|Saddle Shoe|Rubber'), ('Reef|Sandal|Leather'), ('Reef|Sandal|Leatherette'), ('Reef|Sandal|Polyurethane'), ('Reef|Sandal|PVC'), ('Reef|Sandal|Rubber'), ('Reef|Tennis|Leather'), ('Reef|Tennis|Leatherette'), ('Reef|Tennis|Polyurethane'), ('Reef|Tennis|PVC'), ('Reef|Tennis|Rubber'), ('Reef|Walker|Leather'), ('Reef|Walker|Leatherette'), ('Reef|Walker|Polyurethane'), ('Reef|Walker|PVC'), ('Reef|Walker|Rubber'), ('Reef|Wingtip|Leather'), ('Reef|Wingtip|Leatherette'), ('Reef|Wingtip|Polyurethane'), ('Reef|Wingtip|PVC'), ('Reef|Wingtip|Rubber'), ('Reef|Work Boot|Leather'), ('Reef|Work Boot|Leatherette'), ('Reef|Work Boot|Polyurethane'), ('Reef|Work Boot|PVC'), ('Reef|Work Boot|Rubber'), ('Rockport|Balmoral|Leather'), ('Rockport|Balmoral|Leatherette'), ('Rockport|Balmoral|Polyurethane'), ('Rockport|Balmoral|PVC'), ('Rockport|Balmoral|Rubber'), ('Rockport|Boat Shoe|Leather'), ('Rockport|Boat Shoe|Leatherette'), ('Rockport|Boat Shoe|Polyurethane'), ('Rockport|Boat Shoe|PVC'), ('Rockport|Boat Shoe|Rubber'), ('Rockport|Brouge|Leather'), ('Rockport|Brouge|Leatherette'), ('Rockport|Brouge|Polyurethane'), ('Rockport|Brouge|PVC'), ('Rockport|Brouge|Rubber'), ('Rockport|Cross Trainer|Leather'), ('Rockport|Cross Trainer|Leatherette'), ('Rockport|Cross Trainer|Polyurethane'), ('Rockport|Cross Trainer|PVC'), ('Rockport|Cross Trainer|Rubber'), ('Rockport|Derby|Leather'), ('Rockport|Derby|Leatherette'), ('Rockport|Derby|Polyurethane'), ('Rockport|Derby|PVC'), ('Rockport|Derby|Rubber'), ('Rockport|Dress Boot|Leather'), ('Rockport|Dress Boot|Leatherette'), ('Rockport|Dress Boot|Polyurethane'), ('Rockport|Dress Boot|PVC'), ('Rockport|Dress Boot|Rubber'), ('Rockport|Dress Shoe|Leather'), ('Rockport|Dress Shoe|Leatherette'), ('Rockport|Dress Shoe|Polyurethane'), ('Rockport|Dress Shoe|PVC'), ('Rockport|Dress Shoe|Rubber'), ('Rockport|Driving Shoe|Leather'), ('Rockport|Driving Shoe|Leatherette'), ('Rockport|Driving Shoe|Polyurethane'), ('Rockport|Driving Shoe|PVC'), ('Rockport|Driving Shoe|Rubber'), ('Rockport|Hiker|Leather'), ('Rockport|Hiker|Leatherette'), ('Rockport|Hiker|Polyurethane'), ('Rockport|Hiker|PVC'), ('Rockport|Hiker|Rubber'), ('Rockport|Loafer (Slip-on)|Leather'), ('Rockport|Loafer (Slip-on)|Leatherette'), ('Rockport|Loafer (Slip-on)|Polyurethane'), ('Rockport|Loafer (Slip-on)|PVC'), ('Rockport|Loafer (Slip-on)|Rubber'), ('Rockport|Oxford (Lace-up)|Leather'), ('Rockport|Oxford (Lace-up)|Leatherette'), ('Rockport|Oxford (Lace-up)|Polyurethane'), ('Rockport|Oxford (Lace-up)|PVC'), ('Rockport|Oxford (Lace-up)|Rubber'), ('Rockport|Patent Leather|Leather'), ('Rockport|Patent Leather|Leatherette'), ('Rockport|Patent Leather|Polyurethane'), ('Rockport|Patent Leather|PVC'), ('Rockport|Patent Leather|Rubber'), ('Rockport|Penny Loafer|Leather'), ('Rockport|Penny Loafer|Leatherette'), ('Rockport|Penny Loafer|Polyurethane'), ('Rockport|Penny Loafer|PVC'), ('Rockport|Penny Loafer|Rubber'), ('Rockport|Runner|Leather'), ('Rockport|Runner|Leatherette'), ('Rockport|Runner|Polyurethane'), ('Rockport|Runner|PVC'), ('Rockport|Runner|Rubber'), ('Rockport|Saddle Shoe|Leather'), ('Rockport|Saddle Shoe|Leatherette'), ('Rockport|Saddle Shoe|Polyurethane'), ('Rockport|Saddle Shoe|PVC'), ('Rockport|Saddle Shoe|Rubber'), ('Rockport|Sandal|Leather'), ('Rockport|Sandal|Leatherette'), ('Rockport|Sandal|Polyurethane'), ('Rockport|Sandal|PVC'), ('Rockport|Sandal|Rubber'), ('Rockport|Tennis|Leather'), ('Rockport|Tennis|Leatherette'), ('Rockport|Tennis|Polyurethane'), ('Rockport|Tennis|PVC'), ('Rockport|Tennis|Rubber'), ('Rockport|Walker|Leather'), ('Rockport|Walker|Leatherette'), ('Rockport|Walker|Polyurethane'), ('Rockport|Walker|PVC'), ('Rockport|Walker|Rubber'), ('Rockport|Wingtip|Leather'), ('Rockport|Wingtip|Leatherette'), ('Rockport|Wingtip|Polyurethane'), ('Rockport|Wingtip|PVC'), ('Rockport|Wingtip|Rubber'), ('Rockport|Work Boot|Leather'), ('Rockport|Work Boot|Leatherette'), ('Rockport|Work Boot|Polyurethane'), ('Rockport|Work Boot|PVC'), ('Rockport|Work Boot|Rubber'), ('Salomon|Balmoral|Leather'), ('Salomon|Balmoral|Leatherette'), ('Salomon|Balmoral|Polyurethane'), ('Salomon|Balmoral|PVC'), ('Salomon|Balmoral|Rubber'), ('Salomon|Boat Shoe|Leather'), ('Salomon|Boat Shoe|Leatherette'), ('Salomon|Boat Shoe|Polyurethane'), ('Salomon|Boat Shoe|PVC'), ('Salomon|Boat Shoe|Rubber'), ('Salomon|Brouge|Leather'), ('Salomon|Brouge|Leatherette'), ('Salomon|Brouge|Polyurethane'), ('Salomon|Brouge|PVC'), ('Salomon|Brouge|Rubber'), ('Salomon|Cross Trainer|Leather'), ('Salomon|Cross Trainer|Leatherette'), ('Salomon|Cross Trainer|Polyurethane'), ('Salomon|Cross Trainer|PVC'), ('Salomon|Cross Trainer|Rubber'), ('Salomon|Derby|Leather'), ('Salomon|Derby|Leatherette'), ('Salomon|Derby|Polyurethane'), ('Salomon|Derby|PVC'), ('Salomon|Derby|Rubber'), ('Salomon|Dress Boot|Leather'), ('Salomon|Dress Boot|Leatherette'), ('Salomon|Dress Boot|Polyurethane'), ('Salomon|Dress Boot|PVC'), ('Salomon|Dress Boot|Rubber'), ('Salomon|Dress Shoe|Leather'), ('Salomon|Dress Shoe|Leatherette'), ('Salomon|Dress Shoe|Polyurethane'), ('Salomon|Dress Shoe|PVC'), ('Salomon|Dress Shoe|Rubber'), ('Salomon|Driving Shoe|Leather'), ('Salomon|Driving Shoe|Leatherette'), ('Salomon|Driving Shoe|Polyurethane'), ('Salomon|Driving Shoe|PVC'), ('Salomon|Driving Shoe|Rubber'), ('Salomon|Hiker|Leather'), ('Salomon|Hiker|Leatherette'), ('Salomon|Hiker|Polyurethane'), ('Salomon|Hiker|PVC'), ('Salomon|Hiker|Rubber'), ('Salomon|Loafer (Slip-on)|Leather'), ('Salomon|Loafer (Slip-on)|Leatherette'), ('Salomon|Loafer (Slip-on)|Polyurethane'), ('Salomon|Loafer (Slip-on)|PVC'), ('Salomon|Loafer (Slip-on)|Rubber'), ('Salomon|Oxford (Lace-up)|Leather'), ('Salomon|Oxford (Lace-up)|Leatherette'), ('Salomon|Oxford (Lace-up)|Polyurethane'), ('Salomon|Oxford (Lace-up)|PVC'), ('Salomon|Oxford (Lace-up)|Rubber'), ('Salomon|Patent Leather|Leather'), ('Salomon|Patent Leather|Leatherette'), ('Salomon|Patent Leather|Polyurethane'), ('Salomon|Patent Leather|PVC'), ('Salomon|Patent Leather|Rubber'), ('Salomon|Penny Loafer|Leather'), ('Salomon|Penny Loafer|Leatherette'), ('Salomon|Penny Loafer|Polyurethane'), ('Salomon|Penny Loafer|PVC'), ('Salomon|Penny Loafer|Rubber'), ('Salomon|Runner|Leather'), ('Salomon|Runner|Leatherette'), ('Salomon|Runner|Polyurethane'), ('Salomon|Runner|PVC'), ('Salomon|Runner|Rubber'), ('Salomon|Saddle Shoe|Leather'), ('Salomon|Saddle Shoe|Leatherette'), ('Salomon|Saddle Shoe|Polyurethane'), ('Salomon|Saddle Shoe|PVC'), ('Salomon|Saddle Shoe|Rubber'), ('Salomon|Sandal|Leather'), ('Salomon|Sandal|Leatherette'), ('Salomon|Sandal|Polyurethane'), ('Salomon|Sandal|PVC'), ('Salomon|Sandal|Rubber'), ('Salomon|Tennis|Leather'), ('Salomon|Tennis|Leatherette'), ('Salomon|Tennis|Polyurethane'), ('Salomon|Tennis|PVC'), ('Salomon|Tennis|Rubber'), ('Salomon|Walker|Leather'), ('Salomon|Walker|Leatherette'), ('Salomon|Walker|Polyurethane'), ('Salomon|Walker|PVC'), ('Salomon|Walker|Rubber'), ('Salomon|Wingtip|Leather'), ('Salomon|Wingtip|Leatherette'), ('Salomon|Wingtip|Polyurethane'), ('Salomon|Wingtip|PVC'), ('Salomon|Wingtip|Rubber'), ('Salomon|Work Boot|Leather'), ('Salomon|Work Boot|Leatherette'), ('Salomon|Work Boot|Polyurethane'), ('Salomon|Work Boot|PVC'), ('Salomon|Work Boot|Rubber'), ('Sanuk|Balmoral|Leather'), ('Sanuk|Balmoral|Leatherette'), ('Sanuk|Balmoral|Polyurethane'), ('Sanuk|Balmoral|PVC'), ('Sanuk|Balmoral|Rubber'), ('Sanuk|Boat Shoe|Leather'), ('Sanuk|Boat Shoe|Leatherette'), ('Sanuk|Boat Shoe|Polyurethane'), ('Sanuk|Boat Shoe|PVC'), ('Sanuk|Boat Shoe|Rubber'), ('Sanuk|Brouge|Leather'), ('Sanuk|Brouge|Leatherette'), ('Sanuk|Brouge|Polyurethane'), ('Sanuk|Brouge|PVC'), ('Sanuk|Brouge|Rubber'), ('Sanuk|Cross Trainer|Leather'), ('Sanuk|Cross Trainer|Leatherette'), ('Sanuk|Cross Trainer|Polyurethane'), ('Sanuk|Cross Trainer|PVC'), ('Sanuk|Cross Trainer|Rubber'), ('Sanuk|Derby|Leather'), ('Sanuk|Derby|Leatherette'), ('Sanuk|Derby|Polyurethane'), ('Sanuk|Derby|PVC'), ('Sanuk|Derby|Rubber'), ('Sanuk|Dress Boot|Leather'), ('Sanuk|Dress Boot|Leatherette'), ('Sanuk|Dress Boot|Polyurethane'), ('Sanuk|Dress Boot|PVC'), ('Sanuk|Dress Boot|Rubber'), ('Sanuk|Dress Shoe|Leather'), ('Sanuk|Dress Shoe|Leatherette'), ('Sanuk|Dress Shoe|Polyurethane'), ('Sanuk|Dress Shoe|PVC'), ('Sanuk|Dress Shoe|Rubber'), ('Sanuk|Driving Shoe|Leather'), ('Sanuk|Driving Shoe|Leatherette'), ('Sanuk|Driving Shoe|Polyurethane'), ('Sanuk|Driving Shoe|PVC'), ('Sanuk|Driving Shoe|Rubber'), ('Sanuk|Hiker|Leather'), ('Sanuk|Hiker|Leatherette'), ('Sanuk|Hiker|Polyurethane'), ('Sanuk|Hiker|PVC'), ('Sanuk|Hiker|Rubber'), ('Sanuk|Loafer (Slip-on)|Leather'), ('Sanuk|Loafer (Slip-on)|Leatherette'), ('Sanuk|Loafer (Slip-on)|Polyurethane'), ('Sanuk|Loafer (Slip-on)|PVC'), ('Sanuk|Loafer (Slip-on)|Rubber'), ('Sanuk|Oxford (Lace-up)|Leather'), ('Sanuk|Oxford (Lace-up)|Leatherette'), ('Sanuk|Oxford (Lace-up)|Polyurethane'), ('Sanuk|Oxford (Lace-up)|PVC'), ('Sanuk|Oxford (Lace-up)|Rubber'), ('Sanuk|Patent Leather|Leather'), ('Sanuk|Patent Leather|Leatherette'), ('Sanuk|Patent Leather|Polyurethane'), ('Sanuk|Patent Leather|PVC'), ('Sanuk|Patent Leather|Rubber'), ('Sanuk|Penny Loafer|Leather'), ('Sanuk|Penny Loafer|Leatherette'), ('Sanuk|Penny Loafer|Polyurethane'), ('Sanuk|Penny Loafer|PVC'), ('Sanuk|Penny Loafer|Rubber'), ('Sanuk|Runner|Leather'), ('Sanuk|Runner|Leatherette'), ('Sanuk|Runner|Polyurethane'), ('Sanuk|Runner|PVC'), ('Sanuk|Runner|Rubber'), ('Sanuk|Saddle Shoe|Leather'), ('Sanuk|Saddle Shoe|Leatherette'), ('Sanuk|Saddle Shoe|Polyurethane'), ('Sanuk|Saddle Shoe|PVC'), ('Sanuk|Saddle Shoe|Rubber'), ('Sanuk|Sandal|Leather'), ('Sanuk|Sandal|Leatherette'), ('Sanuk|Sandal|Polyurethane'), ('Sanuk|Sandal|PVC'), ('Sanuk|Sandal|Rubber'), ('Sanuk|Tennis|Leather'), ('Sanuk|Tennis|Leatherette'), ('Sanuk|Tennis|Polyurethane'), ('Sanuk|Tennis|PVC'), ('Sanuk|Tennis|Rubber'), ('Sanuk|Walker|Leather'), ('Sanuk|Walker|Leatherette'), ('Sanuk|Walker|Polyurethane'), ('Sanuk|Walker|PVC'), ('Sanuk|Walker|Rubber'), ('Sanuk|Wingtip|Leather'), ('Sanuk|Wingtip|Leatherette'), ('Sanuk|Wingtip|Polyurethane'), ('Sanuk|Wingtip|PVC'), ('Sanuk|Wingtip|Rubber'), ('Sanuk|Work Boot|Leather'), ('Sanuk|Work Boot|Leatherette'), ('Sanuk|Work Boot|Polyurethane'), ('Sanuk|Work Boot|PVC'), ('Sanuk|Work Boot|Rubber'), ('Saucony|Balmoral|Leather'), ('Saucony|Balmoral|Leatherette'), ('Saucony|Balmoral|Polyurethane'), ('Saucony|Balmoral|PVC'), ('Saucony|Balmoral|Rubber'), ('Saucony|Boat Shoe|Leather'), ('Saucony|Boat Shoe|Leatherette'), ('Saucony|Boat Shoe|Polyurethane'), ('Saucony|Boat Shoe|PVC'), ('Saucony|Boat Shoe|Rubber'), ('Saucony|Brouge|Leather'), ('Saucony|Brouge|Leatherette'), ('Saucony|Brouge|Polyurethane'), ('Saucony|Brouge|PVC'), ('Saucony|Brouge|Rubber'), ('Saucony|Cross Trainer|Leather'), ('Saucony|Cross Trainer|Leatherette'), ('Saucony|Cross Trainer|Polyurethane'), ('Saucony|Cross Trainer|PVC'), ('Saucony|Cross Trainer|Rubber'), ('Saucony|Derby|Leather'), ('Saucony|Derby|Leatherette'), ('Saucony|Derby|Polyurethane'), ('Saucony|Derby|PVC'), ('Saucony|Derby|Rubber'), ('Saucony|Dress Boot|Leather'), ('Saucony|Dress Boot|Leatherette'), ('Saucony|Dress Boot|Polyurethane'), ('Saucony|Dress Boot|PVC'), ('Saucony|Dress Boot|Rubber'), ('Saucony|Dress Shoe|Leather'), ('Saucony|Dress Shoe|Leatherette'), ('Saucony|Dress Shoe|Polyurethane'), ('Saucony|Dress Shoe|PVC'), ('Saucony|Dress Shoe|Rubber'), ('Saucony|Driving Shoe|Leather'), ('Saucony|Driving Shoe|Leatherette'), ('Saucony|Driving Shoe|Polyurethane'), ('Saucony|Driving Shoe|PVC'), ('Saucony|Driving Shoe|Rubber'), ('Saucony|Hiker|Leather'), ('Saucony|Hiker|Leatherette'), ('Saucony|Hiker|Polyurethane'), ('Saucony|Hiker|PVC'), ('Saucony|Hiker|Rubber'), ('Saucony|Loafer (Slip-on)|Leather'), ('Saucony|Loafer (Slip-on)|Leatherette'), ('Saucony|Loafer (Slip-on)|Polyurethane'), ('Saucony|Loafer (Slip-on)|PVC'), ('Saucony|Loafer (Slip-on)|Rubber'), ('Saucony|Oxford (Lace-up)|Leather'), ('Saucony|Oxford (Lace-up)|Leatherette'), ('Saucony|Oxford (Lace-up)|Polyurethane'), ('Saucony|Oxford (Lace-up)|PVC'), ('Saucony|Oxford (Lace-up)|Rubber'), ('Saucony|Patent Leather|Leather'), ('Saucony|Patent Leather|Leatherette'), ('Saucony|Patent Leather|Polyurethane'), ('Saucony|Patent Leather|PVC'), ('Saucony|Patent Leather|Rubber'), ('Saucony|Penny Loafer|Leather'), ('Saucony|Penny Loafer|Leatherette'), ('Saucony|Penny Loafer|Polyurethane'), ('Saucony|Penny Loafer|PVC'), ('Saucony|Penny Loafer|Rubber'), ('Saucony|Runner|Leather'), ('Saucony|Runner|Leatherette'), ('Saucony|Runner|Polyurethane'), ('Saucony|Runner|PVC'), ('Saucony|Runner|Rubber'), ('Saucony|Saddle Shoe|Leather'), ('Saucony|Saddle Shoe|Leatherette'), ('Saucony|Saddle Shoe|Polyurethane'), ('Saucony|Saddle Shoe|PVC'), ('Saucony|Saddle Shoe|Rubber'), ('Saucony|Sandal|Leather'), ('Saucony|Sandal|Leatherette'), ('Saucony|Sandal|Polyurethane'), ('Saucony|Sandal|PVC'), ('Saucony|Sandal|Rubber'), ('Saucony|Tennis|Leather'), ('Saucony|Tennis|Leatherette'), ('Saucony|Tennis|Polyurethane'), ('Saucony|Tennis|PVC'), ('Saucony|Tennis|Rubber'), ('Saucony|Walker|Leather'), ('Saucony|Walker|Leatherette'), ('Saucony|Walker|Polyurethane'), ('Saucony|Walker|PVC'), ('Saucony|Walker|Rubber'), ('Saucony|Wingtip|Leather'), ('Saucony|Wingtip|Leatherette'), ('Saucony|Wingtip|Polyurethane'), ('Saucony|Wingtip|PVC'), ('Saucony|Wingtip|Rubber'), ('Saucony|Work Boot|Leather'), ('Saucony|Work Boot|Leatherette'), ('Saucony|Work Boot|Polyurethane'), ('Saucony|Work Boot|PVC'), ('Saucony|Work Boot|Rubber'), ('Skechers|Balmoral|Leather'), ('Skechers|Balmoral|Leatherette'), ('Skechers|Balmoral|Polyurethane'), ('Skechers|Balmoral|PVC'), ('Skechers|Balmoral|Rubber'), ('Skechers|Boat Shoe|Leather'), ('Skechers|Boat Shoe|Leatherette'), ('Skechers|Boat Shoe|Polyurethane'), ('Skechers|Boat Shoe|PVC'), ('Skechers|Boat Shoe|Rubber'), ('Skechers|Brouge|Leather'), ('Skechers|Brouge|Leatherette'), ('Skechers|Brouge|Polyurethane'), ('Skechers|Brouge|PVC'), ('Skechers|Brouge|Rubber'), ('Skechers|Cross Trainer|Leather'), ('Skechers|Cross Trainer|Leatherette'), ('Skechers|Cross Trainer|Polyurethane'), ('Skechers|Cross Trainer|PVC'), ('Skechers|Cross Trainer|Rubber'), ('Skechers|Derby|Leather'), ('Skechers|Derby|Leatherette'), ('Skechers|Derby|Polyurethane'), ('Skechers|Derby|PVC'), ('Skechers|Derby|Rubber'), ('Skechers|Dress Boot|Leather'), ('Skechers|Dress Boot|Leatherette'), ('Skechers|Dress Boot|Polyurethane'), ('Skechers|Dress Boot|PVC'), ('Skechers|Dress Boot|Rubber'), ('Skechers|Dress Shoe|Leather'), ('Skechers|Dress Shoe|Leatherette'), ('Skechers|Dress Shoe|Polyurethane'), ('Skechers|Dress Shoe|PVC'), ('Skechers|Dress Shoe|Rubber'), ('Skechers|Driving Shoe|Leather'), ('Skechers|Driving Shoe|Leatherette'), ('Skechers|Driving Shoe|Polyurethane'), ('Skechers|Driving Shoe|PVC'), ('Skechers|Driving Shoe|Rubber'), ('Skechers|Hiker|Leather'), ('Skechers|Hiker|Leatherette'), ('Skechers|Hiker|Polyurethane'), ('Skechers|Hiker|PVC'), ('Skechers|Hiker|Rubber'), ('Skechers|Loafer (Slip-on)|Leather'), ('Skechers|Loafer (Slip-on)|Leatherette'), ('Skechers|Loafer (Slip-on)|Polyurethane'), ('Skechers|Loafer (Slip-on)|PVC'), ('Skechers|Loafer (Slip-on)|Rubber'), ('Skechers|Oxford (Lace-up)|Leather'), ('Skechers|Oxford (Lace-up)|Leatherette'), ('Skechers|Oxford (Lace-up)|Polyurethane'), ('Skechers|Oxford (Lace-up)|PVC'), ('Skechers|Oxford (Lace-up)|Rubber'), ('Skechers|Patent Leather|Leather'), ('Skechers|Patent Leather|Leatherette'), ('Skechers|Patent Leather|Polyurethane'), ('Skechers|Patent Leather|PVC'), ('Skechers|Patent Leather|Rubber'), ('Skechers|Penny Loafer|Leather'), ('Skechers|Penny Loafer|Leatherette'), ('Skechers|Penny Loafer|Polyurethane'), ('Skechers|Penny Loafer|PVC'), ('Skechers|Penny Loafer|Rubber'), ('Skechers|Runner|Leather'), ('Skechers|Runner|Leatherette'), ('Skechers|Runner|Polyurethane'), ('Skechers|Runner|PVC'), ('Skechers|Runner|Rubber'), ('Skechers|Saddle Shoe|Leather'), ('Skechers|Saddle Shoe|Leatherette'), ('Skechers|Saddle Shoe|Polyurethane'), ('Skechers|Saddle Shoe|PVC'), ('Skechers|Saddle Shoe|Rubber'), ('Skechers|Sandal|Leather'), ('Skechers|Sandal|Leatherette'), ('Skechers|Sandal|Polyurethane'), ('Skechers|Sandal|PVC'), ('Skechers|Sandal|Rubber'), ('Skechers|Tennis|Leather'), ('Skechers|Tennis|Leatherette'), ('Skechers|Tennis|Polyurethane'), ('Skechers|Tennis|PVC'), ('Skechers|Tennis|Rubber'), ('Skechers|Walker|Leather'), ('Skechers|Walker|Leatherette'), ('Skechers|Walker|Polyurethane'), ('Skechers|Walker|PVC'), ('Skechers|Walker|Rubber'), ('Skechers|Wingtip|Leather'), ('Skechers|Wingtip|Leatherette'), ('Skechers|Wingtip|Polyurethane'), ('Skechers|Wingtip|PVC'), ('Skechers|Wingtip|Rubber'), ('Skechers|Work Boot|Leather'), ('Skechers|Work Boot|Leatherette'), ('Skechers|Work Boot|Polyurethane'), ('Skechers|Work Boot|PVC'), ('Skechers|Work Boot|Rubber'), ('Sperry Top-Sider|Balmoral|Leather'), ('Sperry Top-Sider|Balmoral|Leatherette'), ('Sperry Top-Sider|Balmoral|Polyurethane'), ('Sperry Top-Sider|Balmoral|PVC'), ('Sperry Top-Sider|Balmoral|Rubber'), ('Sperry Top-Sider|Boat Shoe|Leather'), ('Sperry Top-Sider|Boat Shoe|Leatherette'), ('Sperry Top-Sider|Boat Shoe|Polyurethane'), ('Sperry Top-Sider|Boat Shoe|PVC'), ('Sperry Top-Sider|Boat Shoe|Rubber'), ('Sperry Top-Sider|Brouge|Leather'), ('Sperry Top-Sider|Brouge|Leatherette'), ('Sperry Top-Sider|Brouge|Polyurethane'), ('Sperry Top-Sider|Brouge|PVC'), ('Sperry Top-Sider|Brouge|Rubber'), ('Sperry Top-Sider|Cross Trainer|Leather'), ('Sperry Top-Sider|Cross Trainer|Leatherette'), ('Sperry Top-Sider|Cross Trainer|Polyurethane'), ('Sperry Top-Sider|Cross Trainer|PVC'), ('Sperry Top-Sider|Cross Trainer|Rubber'), ('Sperry Top-Sider|Derby|Leather'), ('Sperry Top-Sider|Derby|Leatherette'), ('Sperry Top-Sider|Derby|Polyurethane'), ('Sperry Top-Sider|Derby|PVC'), ('Sperry Top-Sider|Derby|Rubber'), ('Sperry Top-Sider|Dress Boot|Leather'), ('Sperry Top-Sider|Dress Boot|Leatherette'), ('Sperry Top-Sider|Dress Boot|Polyurethane'), ('Sperry Top-Sider|Dress Boot|PVC'), ('Sperry Top-Sider|Dress Boot|Rubber'), ('Sperry Top-Sider|Dress Shoe|Leather'), ('Sperry Top-Sider|Dress Shoe|Leatherette'), ('Sperry Top-Sider|Dress Shoe|Polyurethane'), ('Sperry Top-Sider|Dress Shoe|PVC'), ('Sperry Top-Sider|Dress Shoe|Rubber'), ('Sperry Top-Sider|Driving Shoe|Leather'), ('Sperry Top-Sider|Driving Shoe|Leatherette'), ('Sperry Top-Sider|Driving Shoe|Polyurethane'), ('Sperry Top-Sider|Driving Shoe|PVC'), ('Sperry Top-Sider|Driving Shoe|Rubber'), ('Sperry Top-Sider|Hiker|Leather'), ('Sperry Top-Sider|Hiker|Leatherette'), ('Sperry Top-Sider|Hiker|Polyurethane'), ('Sperry Top-Sider|Hiker|PVC'), ('Sperry Top-Sider|Hiker|Rubber'), ('Sperry Top-Sider|Loafer (Slip-on)|Leather'), ('Sperry Top-Sider|Loafer (Slip-on)|Leatherette'), ('Sperry Top-Sider|Loafer (Slip-on)|Polyurethane'), ('Sperry Top-Sider|Loafer (Slip-on)|PVC'), ('Sperry Top-Sider|Loafer (Slip-on)|Rubber'), ('Sperry Top-Sider|Oxford (Lace-up)|Leather'), ('Sperry Top-Sider|Oxford (Lace-up)|Leatherette'), ('Sperry Top-Sider|Oxford (Lace-up)|Polyurethane'), ('Sperry Top-Sider|Oxford (Lace-up)|PVC'), ('Sperry Top-Sider|Oxford (Lace-up)|Rubber'), ('Sperry Top-Sider|Patent Leather|Leather'), ('Sperry Top-Sider|Patent Leather|Leatherette'), ('Sperry Top-Sider|Patent Leather|Polyurethane'), ('Sperry Top-Sider|Patent Leather|PVC'), ('Sperry Top-Sider|Patent Leather|Rubber'), ('Sperry Top-Sider|Penny Loafer|Leather'), ('Sperry Top-Sider|Penny Loafer|Leatherette'), ('Sperry Top-Sider|Penny Loafer|Polyurethane'), ('Sperry Top-Sider|Penny Loafer|PVC'), ('Sperry Top-Sider|Penny Loafer|Rubber'), ('Sperry Top-Sider|Runner|Leather'), ('Sperry Top-Sider|Runner|Leatherette'), ('Sperry Top-Sider|Runner|Polyurethane'), ('Sperry Top-Sider|Runner|PVC'), ('Sperry Top-Sider|Runner|Rubber'), ('Sperry Top-Sider|Saddle Shoe|Leather'), ('Sperry Top-Sider|Saddle Shoe|Leatherette'), ('Sperry Top-Sider|Saddle Shoe|Polyurethane'), ('Sperry Top-Sider|Saddle Shoe|PVC'), ('Sperry Top-Sider|Saddle Shoe|Rubber'), ('Sperry Top-Sider|Sandal|Leather'), ('Sperry Top-Sider|Sandal|Leatherette'), ('Sperry Top-Sider|Sandal|Polyurethane'), ('Sperry Top-Sider|Sandal|PVC'), ('Sperry Top-Sider|Sandal|Rubber'), ('Sperry Top-Sider|Tennis|Leather'), ('Sperry Top-Sider|Tennis|Leatherette'), ('Sperry Top-Sider|Tennis|Polyurethane'), ('Sperry Top-Sider|Tennis|PVC'), ('Sperry Top-Sider|Tennis|Rubber'), ('Sperry Top-Sider|Walker|Leather'), ('Sperry Top-Sider|Walker|Leatherette'), ('Sperry Top-Sider|Walker|Polyurethane'), ('Sperry Top-Sider|Walker|PVC'), ('Sperry Top-Sider|Walker|Rubber'), ('Sperry Top-Sider|Wingtip|Leather'), ('Sperry Top-Sider|Wingtip|Leatherette'), ('Sperry Top-Sider|Wingtip|Polyurethane'), ('Sperry Top-Sider|Wingtip|PVC'), ('Sperry Top-Sider|Wingtip|Rubber'), ('Sperry Top-Sider|Work Boot|Leather'), ('Sperry Top-Sider|Work Boot|Leatherette'), ('Sperry Top-Sider|Work Boot|Polyurethane'), ('Sperry Top-Sider|Work Boot|PVC'), ('Sperry Top-Sider|Work Boot|Rubber'), ('Tamarac|Balmoral|Leather'), ('Tamarac|Balmoral|Leatherette'), ('Tamarac|Balmoral|Polyurethane'), ('Tamarac|Balmoral|PVC'), ('Tamarac|Balmoral|Rubber'), ('Tamarac|Boat Shoe|Leather'), ('Tamarac|Boat Shoe|Leatherette'), ('Tamarac|Boat Shoe|Polyurethane'), ('Tamarac|Boat Shoe|PVC'), ('Tamarac|Boat Shoe|Rubber'), ('Tamarac|Brouge|Leather'), ('Tamarac|Brouge|Leatherette'), ('Tamarac|Brouge|Polyurethane'), ('Tamarac|Brouge|PVC'), ('Tamarac|Brouge|Rubber'), ('Tamarac|Cross Trainer|Leather'), ('Tamarac|Cross Trainer|Leatherette'), ('Tamarac|Cross Trainer|Polyurethane'), ('Tamarac|Cross Trainer|PVC'), ('Tamarac|Cross Trainer|Rubber'), ('Tamarac|Derby|Leather'), ('Tamarac|Derby|Leatherette'), ('Tamarac|Derby|Polyurethane'), ('Tamarac|Derby|PVC'), ('Tamarac|Derby|Rubber'), ('Tamarac|Dress Boot|Leather'), ('Tamarac|Dress Boot|Leatherette'), ('Tamarac|Dress Boot|Polyurethane'), ('Tamarac|Dress Boot|PVC'), ('Tamarac|Dress Boot|Rubber'), ('Tamarac|Dress Shoe|Leather'), ('Tamarac|Dress Shoe|Leatherette'), ('Tamarac|Dress Shoe|Polyurethane'), ('Tamarac|Dress Shoe|PVC'), ('Tamarac|Dress Shoe|Rubber'), ('Tamarac|Driving Shoe|Leather'), ('Tamarac|Driving Shoe|Leatherette'), ('Tamarac|Driving Shoe|Polyurethane'), ('Tamarac|Driving Shoe|PVC'), ('Tamarac|Driving Shoe|Rubber'), ('Tamarac|Hiker|Leather'), ('Tamarac|Hiker|Leatherette'), ('Tamarac|Hiker|Polyurethane'), ('Tamarac|Hiker|PVC'), ('Tamarac|Hiker|Rubber'), ('Tamarac|Loafer (Slip-on)|Leather'), ('Tamarac|Loafer (Slip-on)|Leatherette'), ('Tamarac|Loafer (Slip-on)|Polyurethane'), ('Tamarac|Loafer (Slip-on)|PVC'), ('Tamarac|Loafer (Slip-on)|Rubber'), ('Tamarac|Oxford (Lace-up)|Leather'), ('Tamarac|Oxford (Lace-up)|Leatherette'), ('Tamarac|Oxford (Lace-up)|Polyurethane'), ('Tamarac|Oxford (Lace-up)|PVC'), ('Tamarac|Oxford (Lace-up)|Rubber'), ('Tamarac|Patent Leather|Leather'), ('Tamarac|Patent Leather|Leatherette'), ('Tamarac|Patent Leather|Polyurethane'), ('Tamarac|Patent Leather|PVC'), ('Tamarac|Patent Leather|Rubber'), ('Tamarac|Penny Loafer|Leather'), ('Tamarac|Penny Loafer|Leatherette'), ('Tamarac|Penny Loafer|Polyurethane'), ('Tamarac|Penny Loafer|PVC'), ('Tamarac|Penny Loafer|Rubber'), ('Tamarac|Runner|Leather'), ('Tamarac|Runner|Leatherette'), ('Tamarac|Runner|Polyurethane'), ('Tamarac|Runner|PVC'), ('Tamarac|Runner|Rubber'), ('Tamarac|Saddle Shoe|Leather'), ('Tamarac|Saddle Shoe|Leatherette'), ('Tamarac|Saddle Shoe|Polyurethane'), ('Tamarac|Saddle Shoe|PVC'), ('Tamarac|Saddle Shoe|Rubber'), ('Tamarac|Sandal|Leather'), ('Tamarac|Sandal|Leatherette'), ('Tamarac|Sandal|Polyurethane'), ('Tamarac|Sandal|PVC'), ('Tamarac|Sandal|Rubber'), ('Tamarac|Tennis|Leather'), ('Tamarac|Tennis|Leatherette'), ('Tamarac|Tennis|Polyurethane'), ('Tamarac|Tennis|PVC'), ('Tamarac|Tennis|Rubber'), ('Tamarac|Walker|Leather'), ('Tamarac|Walker|Leatherette'), ('Tamarac|Walker|Polyurethane'), ('Tamarac|Walker|PVC'), ('Tamarac|Walker|Rubber'), ('Tamarac|Wingtip|Leather'), ('Tamarac|Wingtip|Leatherette'), ('Tamarac|Wingtip|Polyurethane'), ('Tamarac|Wingtip|PVC'), ('Tamarac|Wingtip|Rubber'), ('Tamarac|Work Boot|Leather'), ('Tamarac|Work Boot|Leatherette'), ('Tamarac|Work Boot|Polyurethane'), ('Tamarac|Work Boot|PVC'), ('Tamarac|Work Boot|Rubber'), ('Teva|Balmoral|Leather'), ('Teva|Balmoral|Leatherette'), ('Teva|Balmoral|Polyurethane'), ('Teva|Balmoral|PVC'), ('Teva|Balmoral|Rubber'), ('Teva|Boat Shoe|Leather'), ('Teva|Boat Shoe|Leatherette'), ('Teva|Boat Shoe|Polyurethane'), ('Teva|Boat Shoe|PVC'), ('Teva|Boat Shoe|Rubber'), ('Teva|Brouge|Leather'), ('Teva|Brouge|Leatherette'), ('Teva|Brouge|Polyurethane'), ('Teva|Brouge|PVC'), ('Teva|Brouge|Rubber'), ('Teva|Cross Trainer|Leather'), ('Teva|Cross Trainer|Leatherette'), ('Teva|Cross Trainer|Polyurethane'), ('Teva|Cross Trainer|PVC'), ('Teva|Cross Trainer|Rubber'), ('Teva|Derby|Leather'), ('Teva|Derby|Leatherette'), ('Teva|Derby|Polyurethane'), ('Teva|Derby|PVC'), ('Teva|Derby|Rubber'), ('Teva|Dress Boot|Leather'), ('Teva|Dress Boot|Leatherette'), ('Teva|Dress Boot|Polyurethane'), ('Teva|Dress Boot|PVC'), ('Teva|Dress Boot|Rubber'), ('Teva|Dress Shoe|Leather'), ('Teva|Dress Shoe|Leatherette'), ('Teva|Dress Shoe|Polyurethane'), ('Teva|Dress Shoe|PVC'), ('Teva|Dress Shoe|Rubber'), ('Teva|Driving Shoe|Leather'), ('Teva|Driving Shoe|Leatherette'), ('Teva|Driving Shoe|Polyurethane'), ('Teva|Driving Shoe|PVC'), ('Teva|Driving Shoe|Rubber'), ('Teva|Hiker|Leather'), ('Teva|Hiker|Leatherette'), ('Teva|Hiker|Polyurethane'), ('Teva|Hiker|PVC'), ('Teva|Hiker|Rubber'), ('Teva|Loafer (Slip-on)|Leather'), ('Teva|Loafer (Slip-on)|Leatherette'), ('Teva|Loafer (Slip-on)|Polyurethane'), ('Teva|Loafer (Slip-on)|PVC'), ('Teva|Loafer (Slip-on)|Rubber'), ('Teva|Oxford (Lace-up)|Leather'), ('Teva|Oxford (Lace-up)|Leatherette'), ('Teva|Oxford (Lace-up)|Polyurethane'), ('Teva|Oxford (Lace-up)|PVC'), ('Teva|Oxford (Lace-up)|Rubber'), ('Teva|Patent Leather|Leather'), ('Teva|Patent Leather|Leatherette'), ('Teva|Patent Leather|Polyurethane'), ('Teva|Patent Leather|PVC'), ('Teva|Patent Leather|Rubber'), ('Teva|Penny Loafer|Leather'), ('Teva|Penny Loafer|Leatherette'), ('Teva|Penny Loafer|Polyurethane'), ('Teva|Penny Loafer|PVC'), ('Teva|Penny Loafer|Rubber'), ('Teva|Runner|Leather'), ('Teva|Runner|Leatherette'), ('Teva|Runner|Polyurethane'), ('Teva|Runner|PVC'), ('Teva|Runner|Rubber'), ('Teva|Saddle Shoe|Leather'), ('Teva|Saddle Shoe|Leatherette'), ('Teva|Saddle Shoe|Polyurethane'), ('Teva|Saddle Shoe|PVC'), ('Teva|Saddle Shoe|Rubber'), ('Teva|Sandal|Leather'), ('Teva|Sandal|Leatherette'), ('Teva|Sandal|Polyurethane'), ('Teva|Sandal|PVC'), ('Teva|Sandal|Rubber'), ('Teva|Tennis|Leather'), ('Teva|Tennis|Leatherette'), ('Teva|Tennis|Polyurethane'), ('Teva|Tennis|PVC'), ('Teva|Tennis|Rubber'), ('Teva|Walker|Leather'), ('Teva|Walker|Leatherette'), ('Teva|Walker|Polyurethane'), ('Teva|Walker|PVC'), ('Teva|Walker|Rubber'), ('Teva|Wingtip|Leather'), ('Teva|Wingtip|Leatherette'), ('Teva|Wingtip|Polyurethane'), ('Teva|Wingtip|PVC'), ('Teva|Wingtip|Rubber'), ('Teva|Work Boot|Leather'), ('Teva|Work Boot|Leatherette'), ('Teva|Work Boot|Polyurethane'), ('Teva|Work Boot|PVC'), ('Teva|Work Boot|Rubber'), ('Timberland|Balmoral|Leather'), ('Timberland|Balmoral|Leatherette'), ('Timberland|Balmoral|Polyurethane'), ('Timberland|Balmoral|PVC'), ('Timberland|Balmoral|Rubber'), ('Timberland|Boat Shoe|Leather'), ('Timberland|Boat Shoe|Leatherette'), ('Timberland|Boat Shoe|Polyurethane'), ('Timberland|Boat Shoe|PVC'), ('Timberland|Boat Shoe|Rubber'), ('Timberland|Brouge|Leather'), ('Timberland|Brouge|Leatherette'), ('Timberland|Brouge|Polyurethane'), ('Timberland|Brouge|PVC'), ('Timberland|Brouge|Rubber'), ('Timberland|Cross Trainer|Leather'), ('Timberland|Cross Trainer|Leatherette'), ('Timberland|Cross Trainer|Polyurethane'), ('Timberland|Cross Trainer|PVC'), ('Timberland|Cross Trainer|Rubber'), ('Timberland|Derby|Leather'), ('Timberland|Derby|Leatherette'), ('Timberland|Derby|Polyurethane'), ('Timberland|Derby|PVC'), ('Timberland|Derby|Rubber'), ('Timberland|Dress Boot|Leather'), ('Timberland|Dress Boot|Leatherette'), ('Timberland|Dress Boot|Polyurethane'), ('Timberland|Dress Boot|PVC'), ('Timberland|Dress Boot|Rubber'), ('Timberland|Dress Shoe|Leather'), ('Timberland|Dress Shoe|Leatherette'), ('Timberland|Dress Shoe|Polyurethane'), ('Timberland|Dress Shoe|PVC'), ('Timberland|Dress Shoe|Rubber'), ('Timberland|Driving Shoe|Leather'), ('Timberland|Driving Shoe|Leatherette'), ('Timberland|Driving Shoe|Polyurethane'), ('Timberland|Driving Shoe|PVC'), ('Timberland|Driving Shoe|Rubber'), ('Timberland|Hiker|Leather'), ('Timberland|Hiker|Leatherette'), ('Timberland|Hiker|Polyurethane'), ('Timberland|Hiker|PVC'), ('Timberland|Hiker|Rubber'), ('Timberland|Loafer (Slip-on)|Leather'), ('Timberland|Loafer (Slip-on)|Leatherette'), ('Timberland|Loafer (Slip-on)|Polyurethane'), ('Timberland|Loafer (Slip-on)|PVC'), ('Timberland|Loafer (Slip-on)|Rubber'), ('Timberland|Oxford (Lace-up)|Leather'), ('Timberland|Oxford (Lace-up)|Leatherette'), ('Timberland|Oxford (Lace-up)|Polyurethane'), ('Timberland|Oxford (Lace-up)|PVC'), ('Timberland|Oxford (Lace-up)|Rubber'), ('Timberland|Patent Leather|Leather'), ('Timberland|Patent Leather|Leatherette'), ('Timberland|Patent Leather|Polyurethane'), ('Timberland|Patent Leather|PVC'), ('Timberland|Patent Leather|Rubber'), ('Timberland|Penny Loafer|Leather'), ('Timberland|Penny Loafer|Leatherette'), ('Timberland|Penny Loafer|Polyurethane'), ('Timberland|Penny Loafer|PVC'), ('Timberland|Penny Loafer|Rubber'), ('Timberland|Runner|Leather'), ('Timberland|Runner|Leatherette'), ('Timberland|Runner|Polyurethane'), ('Timberland|Runner|PVC'), ('Timberland|Runner|Rubber'), ('Timberland|Saddle Shoe|Leather'), ('Timberland|Saddle Shoe|Leatherette'), ('Timberland|Saddle Shoe|Polyurethane'), ('Timberland|Saddle Shoe|PVC'), ('Timberland|Saddle Shoe|Rubber'), ('Timberland|Sandal|Leather'), ('Timberland|Sandal|Leatherette'), ('Timberland|Sandal|Polyurethane'), ('Timberland|Sandal|PVC'), ('Timberland|Sandal|Rubber'), ('Timberland|Tennis|Leather'), ('Timberland|Tennis|Leatherette'), ('Timberland|Tennis|Polyurethane'), ('Timberland|Tennis|PVC'), ('Timberland|Tennis|Rubber'), ('Timberland|Walker|Leather'), ('Timberland|Walker|Leatherette'), ('Timberland|Walker|Polyurethane'), ('Timberland|Walker|PVC'), ('Timberland|Walker|Rubber'), ('Timberland|Wingtip|Leather'), ('Timberland|Wingtip|Leatherette'), ('Timberland|Wingtip|Polyurethane'), ('Timberland|Wingtip|PVC'), ('Timberland|Wingtip|Rubber'), ('Timberland|Work Boot|Leather'), ('Timberland|Work Boot|Leatherette'), ('Timberland|Work Boot|Polyurethane'), ('Timberland|Work Boot|PVC'), ('Timberland|Work Boot|Rubber'), ('Timberland Pro|Balmoral|Leather'), ('Timberland Pro|Balmoral|Leatherette'), ('Timberland Pro|Balmoral|Polyurethane'), ('Timberland Pro|Balmoral|PVC'), ('Timberland Pro|Balmoral|Rubber'), ('Timberland Pro|Boat Shoe|Leather'), ('Timberland Pro|Boat Shoe|Leatherette'), ('Timberland Pro|Boat Shoe|Polyurethane'), ('Timberland Pro|Boat Shoe|PVC'), ('Timberland Pro|Boat Shoe|Rubber'), ('Timberland Pro|Brouge|Leather'), ('Timberland Pro|Brouge|Leatherette'), ('Timberland Pro|Brouge|Polyurethane'), ('Timberland Pro|Brouge|PVC'), ('Timberland Pro|Brouge|Rubber'), ('Timberland Pro|Cross Trainer|Leather'), ('Timberland Pro|Cross Trainer|Leatherette'), ('Timberland Pro|Cross Trainer|Polyurethane'), ('Timberland Pro|Cross Trainer|PVC'), ('Timberland Pro|Cross Trainer|Rubber'), ('Timberland Pro|Derby|Leather'), ('Timberland Pro|Derby|Leatherette'), ('Timberland Pro|Derby|Polyurethane'), ('Timberland Pro|Derby|PVC'), ('Timberland Pro|Derby|Rubber'), ('Timberland Pro|Dress Boot|Leather'), ('Timberland Pro|Dress Boot|Leatherette'), ('Timberland Pro|Dress Boot|Polyurethane'), ('Timberland Pro|Dress Boot|PVC'), ('Timberland Pro|Dress Boot|Rubber'), ('Timberland Pro|Dress Shoe|Leather'), ('Timberland Pro|Dress Shoe|Leatherette'), ('Timberland Pro|Dress Shoe|Polyurethane'), ('Timberland Pro|Dress Shoe|PVC'), ('Timberland Pro|Dress Shoe|Rubber'), ('Timberland Pro|Driving Shoe|Leather'), ('Timberland Pro|Driving Shoe|Leatherette'), ('Timberland Pro|Driving Shoe|Polyurethane'), ('Timberland Pro|Driving Shoe|PVC'), ('Timberland Pro|Driving Shoe|Rubber'), ('Timberland Pro|Hiker|Leather'), ('Timberland Pro|Hiker|Leatherette'), ('Timberland Pro|Hiker|Polyurethane'), ('Timberland Pro|Hiker|PVC'), ('Timberland Pro|Hiker|Rubber'), ('Timberland Pro|Loafer (Slip-on)|Leather'), ('Timberland Pro|Loafer (Slip-on)|Leatherette'), ('Timberland Pro|Loafer (Slip-on)|Polyurethane'), ('Timberland Pro|Loafer (Slip-on)|PVC'), ('Timberland Pro|Loafer (Slip-on)|Rubber'), ('Timberland Pro|Oxford (Lace-up)|Leather'), ('Timberland Pro|Oxford (Lace-up)|Leatherette'), ('Timberland Pro|Oxford (Lace-up)|Polyurethane'), ('Timberland Pro|Oxford (Lace-up)|PVC'), ('Timberland Pro|Oxford (Lace-up)|Rubber'), ('Timberland Pro|Patent Leather|Leather'), ('Timberland Pro|Patent Leather|Leatherette'), ('Timberland Pro|Patent Leather|Polyurethane'), ('Timberland Pro|Patent Leather|PVC'), ('Timberland Pro|Patent Leather|Rubber'), ('Timberland Pro|Penny Loafer|Leather'), ('Timberland Pro|Penny Loafer|Leatherette'), ('Timberland Pro|Penny Loafer|Polyurethane'), ('Timberland Pro|Penny Loafer|PVC'), ('Timberland Pro|Penny Loafer|Rubber'), ('Timberland Pro|Runner|Leather'), ('Timberland Pro|Runner|Leatherette'), ('Timberland Pro|Runner|Polyurethane'), ('Timberland Pro|Runner|PVC'), ('Timberland Pro|Runner|Rubber'), ('Timberland Pro|Saddle Shoe|Leather'), ('Timberland Pro|Saddle Shoe|Leatherette'), ('Timberland Pro|Saddle Shoe|Polyurethane'), ('Timberland Pro|Saddle Shoe|PVC'), ('Timberland Pro|Saddle Shoe|Rubber'), ('Timberland Pro|Sandal|Leather'), ('Timberland Pro|Sandal|Leatherette'), ('Timberland Pro|Sandal|Polyurethane'), ('Timberland Pro|Sandal|PVC'), ('Timberland Pro|Sandal|Rubber'), ('Timberland Pro|Tennis|Leather'), ('Timberland Pro|Tennis|Leatherette'), ('Timberland Pro|Tennis|Polyurethane'), ('Timberland Pro|Tennis|PVC'), ('Timberland Pro|Tennis|Rubber'), ('Timberland Pro|Walker|Leather'), ('Timberland Pro|Walker|Leatherette'), ('Timberland Pro|Walker|Polyurethane'), ('Timberland Pro|Walker|PVC'), ('Timberland Pro|Walker|Rubber'), ('Timberland Pro|Wingtip|Leather'), ('Timberland Pro|Wingtip|Leatherette'), ('Timberland Pro|Wingtip|Polyurethane'), ('Timberland Pro|Wingtip|PVC'), ('Timberland Pro|Wingtip|Rubber'), ('Timberland Pro|Work Boot|Leather'), ('Timberland Pro|Work Boot|Leatherette'), ('Timberland Pro|Work Boot|Polyurethane'), ('Timberland Pro|Work Boot|PVC'), ('Timberland Pro|Work Boot|Rubber'), ('To Boot New York|Balmoral|Leather'), ('To Boot New York|Balmoral|Leatherette'), ('To Boot New York|Balmoral|Polyurethane'), ('To Boot New York|Balmoral|PVC'), ('To Boot New York|Balmoral|Rubber'), ('To Boot New York|Boat Shoe|Leather'), ('To Boot New York|Boat Shoe|Leatherette'), ('To Boot New York|Boat Shoe|Polyurethane'), ('To Boot New York|Boat Shoe|PVC'), ('To Boot New York|Boat Shoe|Rubber'), ('To Boot New York|Brouge|Leather'), ('To Boot New York|Brouge|Leatherette'), ('To Boot New York|Brouge|Polyurethane'), ('To Boot New York|Brouge|PVC'), ('To Boot New York|Brouge|Rubber'), ('To Boot New York|Cross Trainer|Leather'), ('To Boot New York|Cross Trainer|Leatherette'), ('To Boot New York|Cross Trainer|Polyurethane'), ('To Boot New York|Cross Trainer|PVC'), ('To Boot New York|Cross Trainer|Rubber'), ('To Boot New York|Derby|Leather'), ('To Boot New York|Derby|Leatherette'), ('To Boot New York|Derby|Polyurethane'), ('To Boot New York|Derby|PVC'), ('To Boot New York|Derby|Rubber'), ('To Boot New York|Dress Boot|Leather'), ('To Boot New York|Dress Boot|Leatherette'), ('To Boot New York|Dress Boot|Polyurethane'), ('To Boot New York|Dress Boot|PVC'), ('To Boot New York|Dress Boot|Rubber'), ('To Boot New York|Dress Shoe|Leather'), ('To Boot New York|Dress Shoe|Leatherette'), ('To Boot New York|Dress Shoe|Polyurethane'), ('To Boot New York|Dress Shoe|PVC'), ('To Boot New York|Dress Shoe|Rubber'), ('To Boot New York|Driving Shoe|Leather'), ('To Boot New York|Driving Shoe|Leatherette'), ('To Boot New York|Driving Shoe|Polyurethane'), ('To Boot New York|Driving Shoe|PVC'), ('To Boot New York|Driving Shoe|Rubber'), ('To Boot New York|Hiker|Leather'), ('To Boot New York|Hiker|Leatherette'), ('To Boot New York|Hiker|Polyurethane'), ('To Boot New York|Hiker|PVC'), ('To Boot New York|Hiker|Rubber'), ('To Boot New York|Loafer (Slip-on)|Leather'), ('To Boot New York|Loafer (Slip-on)|Leatherette'), ('To Boot New York|Loafer (Slip-on)|Polyurethane'), ('To Boot New York|Loafer (Slip-on)|PVC'), ('To Boot New York|Loafer (Slip-on)|Rubber'), ('To Boot New York|Oxford (Lace-up)|Leather'), ('To Boot New York|Oxford (Lace-up)|Leatherette'), ('To Boot New York|Oxford (Lace-up)|Polyurethane'), ('To Boot New York|Oxford (Lace-up)|PVC'), ('To Boot New York|Oxford (Lace-up)|Rubber'), ('To Boot New York|Patent Leather|Leather'), ('To Boot New York|Patent Leather|Leatherette'), ('To Boot New York|Patent Leather|Polyurethane'), ('To Boot New York|Patent Leather|PVC'), ('To Boot New York|Patent Leather|Rubber'), ('To Boot New York|Penny Loafer|Leather'), ('To Boot New York|Penny Loafer|Leatherette'), ('To Boot New York|Penny Loafer|Polyurethane'), ('To Boot New York|Penny Loafer|PVC'), ('To Boot New York|Penny Loafer|Rubber'), ('To Boot New York|Runner|Leather'), ('To Boot New York|Runner|Leatherette'), ('To Boot New York|Runner|Polyurethane'), ('To Boot New York|Runner|PVC'), ('To Boot New York|Runner|Rubber'), ('To Boot New York|Saddle Shoe|Leather'), ('To Boot New York|Saddle Shoe|Leatherette'), ('To Boot New York|Saddle Shoe|Polyurethane'), ('To Boot New York|Saddle Shoe|PVC'), ('To Boot New York|Saddle Shoe|Rubber'), ('To Boot New York|Sandal|Leather'), ('To Boot New York|Sandal|Leatherette'), ('To Boot New York|Sandal|Polyurethane'), ('To Boot New York|Sandal|PVC'), ('To Boot New York|Sandal|Rubber'), ('To Boot New York|Tennis|Leather'), ('To Boot New York|Tennis|Leatherette'), ('To Boot New York|Tennis|Polyurethane'), ('To Boot New York|Tennis|PVC'), ('To Boot New York|Tennis|Rubber'), ('To Boot New York|Walker|Leather'), ('To Boot New York|Walker|Leatherette'), ('To Boot New York|Walker|Polyurethane'), ('To Boot New York|Walker|PVC'), ('To Boot New York|Walker|Rubber'), ('To Boot New York|Wingtip|Leather'), ('To Boot New York|Wingtip|Leatherette'), ('To Boot New York|Wingtip|Polyurethane'), ('To Boot New York|Wingtip|PVC'), ('To Boot New York|Wingtip|Rubber'), ('To Boot New York|Work Boot|Leather'), ('To Boot New York|Work Boot|Leatherette'), ('To Boot New York|Work Boot|Polyurethane'), ('To Boot New York|Work Boot|PVC'), ('To Boot New York|Work Boot|Rubber'), ('Ugg|Balmoral|Leather'), ('Ugg|Balmoral|Leatherette'), ('Ugg|Balmoral|Polyurethane'), ('Ugg|Balmoral|PVC'), ('Ugg|Balmoral|Rubber'), ('Ugg|Boat Shoe|Leather'), ('Ugg|Boat Shoe|Leatherette'), ('Ugg|Boat Shoe|Polyurethane'), ('Ugg|Boat Shoe|PVC'), ('Ugg|Boat Shoe|Rubber'), ('Ugg|Brouge|Leather'), ('Ugg|Brouge|Leatherette'), ('Ugg|Brouge|Polyurethane'), ('Ugg|Brouge|PVC'), ('Ugg|Brouge|Rubber'), ('Ugg|Cross Trainer|Leather'), ('Ugg|Cross Trainer|Leatherette'), ('Ugg|Cross Trainer|Polyurethane'), ('Ugg|Cross Trainer|PVC'), ('Ugg|Cross Trainer|Rubber'), ('Ugg|Derby|Leather'), ('Ugg|Derby|Leatherette'), ('Ugg|Derby|Polyurethane'), ('Ugg|Derby|PVC'), ('Ugg|Derby|Rubber'), ('Ugg|Dress Boot|Leather'), ('Ugg|Dress Boot|Leatherette'), ('Ugg|Dress Boot|Polyurethane'), ('Ugg|Dress Boot|PVC'), ('Ugg|Dress Boot|Rubber'), ('Ugg|Dress Shoe|Leather'), ('Ugg|Dress Shoe|Leatherette'), ('Ugg|Dress Shoe|Polyurethane'), ('Ugg|Dress Shoe|PVC'), ('Ugg|Dress Shoe|Rubber'), ('Ugg|Driving Shoe|Leather'), ('Ugg|Driving Shoe|Leatherette'), ('Ugg|Driving Shoe|Polyurethane'), ('Ugg|Driving Shoe|PVC'), ('Ugg|Driving Shoe|Rubber'), ('Ugg|Hiker|Leather'), ('Ugg|Hiker|Leatherette'), ('Ugg|Hiker|Polyurethane'), ('Ugg|Hiker|PVC'), ('Ugg|Hiker|Rubber'), ('Ugg|Loafer (Slip-on)|Leather'), ('Ugg|Loafer (Slip-on)|Leatherette'), ('Ugg|Loafer (Slip-on)|Polyurethane'), ('Ugg|Loafer (Slip-on)|PVC'), ('Ugg|Loafer (Slip-on)|Rubber'), ('Ugg|Oxford (Lace-up)|Leather'), ('Ugg|Oxford (Lace-up)|Leatherette'), ('Ugg|Oxford (Lace-up)|Polyurethane'), ('Ugg|Oxford (Lace-up)|PVC'), ('Ugg|Oxford (Lace-up)|Rubber'), ('Ugg|Patent Leather|Leather'), ('Ugg|Patent Leather|Leatherette'), ('Ugg|Patent Leather|Polyurethane'), ('Ugg|Patent Leather|PVC'), ('Ugg|Patent Leather|Rubber'), ('Ugg|Penny Loafer|Leather'), ('Ugg|Penny Loafer|Leatherette'), ('Ugg|Penny Loafer|Polyurethane'), ('Ugg|Penny Loafer|PVC'), ('Ugg|Penny Loafer|Rubber'), ('Ugg|Runner|Leather'), ('Ugg|Runner|Leatherette'), ('Ugg|Runner|Polyurethane'), ('Ugg|Runner|PVC'), ('Ugg|Runner|Rubber'), ('Ugg|Saddle Shoe|Leather'), ('Ugg|Saddle Shoe|Leatherette'), ('Ugg|Saddle Shoe|Polyurethane'), ('Ugg|Saddle Shoe|PVC'), ('Ugg|Saddle Shoe|Rubber'), ('Ugg|Sandal|Leather'), ('Ugg|Sandal|Leatherette'), ('Ugg|Sandal|Polyurethane'), ('Ugg|Sandal|PVC'), ('Ugg|Sandal|Rubber'), ('Ugg|Tennis|Leather'), ('Ugg|Tennis|Leatherette'), ('Ugg|Tennis|Polyurethane'), ('Ugg|Tennis|PVC'), ('Ugg|Tennis|Rubber'), ('Ugg|Walker|Leather'), ('Ugg|Walker|Leatherette'), ('Ugg|Walker|Polyurethane'), ('Ugg|Walker|PVC'), ('Ugg|Walker|Rubber'), ('Ugg|Wingtip|Leather'), ('Ugg|Wingtip|Leatherette'), ('Ugg|Wingtip|Polyurethane'), ('Ugg|Wingtip|PVC'), ('Ugg|Wingtip|Rubber'), ('Ugg|Work Boot|Leather'), ('Ugg|Work Boot|Leatherette'), ('Ugg|Work Boot|Polyurethane'), ('Ugg|Work Boot|PVC'), ('Ugg|Work Boot|Rubber')